Live data from Hacker News

Viewing profile — sivvy

sivvy

HN member
Joined
Sat, Apr 30, 2016, 5:34 AM UTC
HN karma
7
Public activity
6 items

About sivvy

No profile information was provided.

Recent public activity

  1. comment
    Comment #15203353

    Why not use conda?

  2. comment
    Comment #14634439

    ...is $1.5M.

  3. comment
    Comment #14615445

    Seems like in that case you would train both models separately on different cost functions. By phrasing it as a layer I was expecting both the SVM and the DNN could be trained simu…

  4. comment
    Comment #14614798

    Could you explain in a bit more detail how you would integrate an SVM layer into a DNN? The kernel matrix depends on all samples, while at training time you would only have access …

  5. comment
    Comment #11781241

    I think he is actually a she.

  6. comment
    Comment #11600526

    The premise of the optimizations in this article don't always hold, unfortunately. If x is floating point, sum(reverse(x)) is unlikely to be equal to sum(x) for long enough x, and …