Live data from Hacker News

Viewing profile — smbrian

smbrian

HN member
Joined
Thu, Sep 06, 2018, 10:55 PM UTC
HN karma
39
Public activity
5 items

About smbrian

No profile information was provided.

Recent public activity

  1. comment
    Comment #24393494

    Have you looked at LSM k-v stores (RocksDB being the obvious one)? Under the hood they are based on building immutable layers of data that are implicitly merged. Clones that share …

  2. comment
    Comment #23288082

    The pitch is faster, and more space efficient since column stores are far better for analytics than row stores. Some benchmarks that found ~5-10x speedup: https://uwekorn.com/2019/…

  3. comment
    Comment #23037309

    Sorry, I should've been clearer! Beginner to ML? Stay away from SVMs. This tutorial looks good, and well written.

  4. comment
    Comment #23036198

    Agreed -- linear SVMs, especially in text processing applications, is the one area where they are a natural fit. All their attributes complement the domain. Linear SVMs also have d…

  5. comment
    Comment #23035904

    Stay away, in my opinion. I spent a year supporting a SVM in a production machine learning application, and it made me wish the ML research community hadn't been so in love with th…