Viewing profile — chaosmail
chaosmail
HN member- Joined
- Fri, Oct 14, 2016, 6:03 AM UTC
- HN karma
- 7
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About chaosmail
No profile information was provided.
Recent public activity
-
comment
Comment #18364547
I think Blockchain technology as distributed immutable ledger is a very nice data structure for a lot of real world use cases (supply chain, market place, contracts,..). Sure it's …
-
comment
Comment #14139946
Honestly, if you don't like the way certain Meetups are organised, the quality of the talks, etc. you can always help to make them better. Just prepare a talk such that most of the…
-
comment
Comment #14049803
I used the ami with a p2.large for a deep learning project at university. In my opinion it was quite pricey and reading from disk storage was disappointingly slow (we had a 60gb da…
-
comment
Comment #13074980
Check out this blog post about deep learning for computer vision applications [1]; it describes very well the historical development and the current advances. In short, not too muc…
-
comment
Comment #13071351
This should be possible and fairly easy to do, I guess - it's just forward and backward pass with your favorite model through the net and collect the loss for all octaves. You will…
-
comment
Comment #12805857
I ported Caffe models to JavaScript in my free time http://chaosmail.github.io/projects/ . however, since I know about Keras.js and it's GPU support, it doesn't seem that fancy any…