Viewing profile — L2R
L2R
HN member- Joined
- Tue, Dec 18, 2018, 9:05 PM UTC
- HN karma
- 19
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About L2R
No profile information was provided.
Recent public activity
-
comment
Comment #21225880
Researcher here (in ML), our field is so full of noisy results due to this issue. Everyone talks about it, but you can't get around the fact that you no longer can get away with a …
-
comment
Comment #20393721
The issue is it takes away a significant amount of utility without adding any. Volume/brightness is slightly better, but you can get the same effect by holding down the physical bu…
-
comment
Comment #19983284
Based off of the results, you have to train a larger number of architectures to identify the right subnetwork.
-
comment
Comment #19983271
There are approaches to ensure parameters remain stable despite the depth (selu, for example).
-
comment
Comment #19833546
Nothing wrong with an SVM. How else would they create a decision boundary for classifying patients? The choice of the polynomial kernel is interesting, but I don't think it causes …
-
comment
Comment #18710589
Spot on. Just a heads up, there is a decent amount of work on using convolutions to condense the initial representations and can reduce computation time equal to your max pooling. …