Viewing profile — sivvy
sivvy
HN member- Joined
- Sat, Apr 30, 2016, 5:34 AM UTC
- HN karma
- 7
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About sivvy
No profile information was provided.
Recent public activity
-
comment
Comment #15203353
Why not use conda?
-
comment
Comment #14634439
...is $1.5M.
-
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…
-
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 …
-
comment
Comment #11781241
I think he is actually a she.
-
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 …