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 also a huge hype thanks to crypto…
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 attendees can learn something from it.…
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 dataset). What i found really great was…
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 much changed from LeCuns ConvNets in the…
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 have to port a few image utility…
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 anymore.
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 also a huge hype thanks to crypto…
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 attendees can learn something from it.…
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 dataset). What i found really great was…
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 much changed from LeCuns ConvNets in the…
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 have to port a few image utility…
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 anymore.