This whole slide deck is worth reading. A couple of highlights: Pg 26, quote: "Anything humans can do in 0.1 sec, the right big 10-layer network can do too". That is a very bold claim. It encompasses the entire fields of image and voice recognition as well as knowledge encoding. It's slowly becoming clear that this is likely to be true. Pg 39, 40: Google's ImageNet-winning system in 2011 had 7 layers and an error rat…
"Anything humans can do in 0.1 sec, the right big 10-layer network can do too" That's an interesting direction from which to view things. Then AI progress can be measured by increasing that timeframe. Though I suspect there are some pretty gigantic discontinuities in there. The things humans can do in 3-4 seconds are qualitatively different from what they can do in less than 1 second, for example. Still, it's a usefu…
Large Scale Deep Learning – Jeff Dean [pdf]
31–40 of 44 posts
Re: Large Scale Deep Learning – Jeff Dean [pdf]
#32Earlier quoted context omitted.
Bookwise, Yoshua Bengio, Aaron Courville, and Ian Goodfellow are nearly finished with their MIT Press book on deep learning: http://www.iro.umontreal.ca/~bengioy/dlbook/ . It is pretty strong on the true theory of what is going on in deep networks, and has fairly good intuition for how and why things work. Paired with the deep learning tutorials http://www.deeplearning.net/tutorial/ , as well as the content from UFLD…
Didn't realize Yoshua & co had a book coming! That would definitely be the one to read. BTW, for anybody who wants to learn machine learning in general, Kyle's blog also seems to be packed full of clear explanations with working demo code: http://kastnerkyle.github.io/ Very nice!
Re: Large Scale Deep Learning – Jeff Dean [pdf]
#33Reading through documents like this really pains me because I it seems like such interesting work and I immediately want to understand it better, but then realize the time required to acquire the knowledge and experience necessary to understand and apply this technology is so great, that it almost seems like a waste of time. After all, think of all the things one could build in the 2 full-time years it would take to…
Re: Large Scale Deep Learning – Jeff Dean [pdf]
#34This whole slide deck is worth reading. A couple of highlights: Pg 26, quote: "Anything humans can do in 0.1 sec, the right big 10-layer network can do too". That is a very bold claim. It encompasses the entire fields of image and voice recognition as well as knowledge encoding. It's slowly becoming clear that this is likely to be true. Pg 39, 40: Google's ImageNet-winning system in 2011 had 7 layers and an error rat…
> E(hotter) - E(hot) + E(big) ≈ E(bigger)
> E(Rome) - E(Italy) + E(Germany) ≈ E(Berlin)
These things are linearly separable?!
Re: Large Scale Deep Learning – Jeff Dean [pdf]
#35Earlier quoted context omitted.
The characterisation of Glove as better than Word2Vec is controversial. I'm on mobile now, but one of the word2vec authors had a Google doc going through the claims, and pointing out that similar performance was possible from word2vec by changing the parameters word2vec is used with. Edit: a link about this. https://news.ycombinator.com/item?id=8660624
Speaking from personal experience. I get paid to do deep learning. One of skymind's biggest app areas is text. That being said: I will be benchmarking deeplearning4j's glove with word2vec here soon. Any machine learning algorithm is better when you tune it. I personally like glove due to having less knobs. The mechanics involving document statistics being part of the gradient update is also interesting. I've also mes…
My main point is just because something is controversial shouldn't stop you from trying it. That's what research is: trying new things.
Re: Large Scale Deep Learning – Jeff Dean [pdf]
#36This whole slide deck is worth reading. A couple of highlights: Pg 26, quote: "Anything humans can do in 0.1 sec, the right big 10-layer network can do too". That is a very bold claim. It encompasses the entire fields of image and voice recognition as well as knowledge encoding. It's slowly becoming clear that this is likely to be true. Pg 39, 40: Google's ImageNet-winning system in 2011 had 7 layers and an error rat…
Whelp, Page 54 blew my mind right out the window. > E(hotter) - E(hot) + E(big) ≈ E(bigger) > E(Rome) - E(Italy) + E(Germany) ≈ E(Berlin) These things are linearly separable?!
Re: Large Scale Deep Learning – Jeff Dean [pdf]
#37Earlier quoted context omitted.
torch7 used by facebook and google. Fast becoming the standard industrial neural nets library. http://torch.ch Read the tutorials and you can get something working in a day
"Used by Facebook and Google" ? Citation needed. AFAIK, at least Google has an internal homebrew solution, that automatically scales to large clusters.
Re: Large Scale Deep Learning – Jeff Dean [pdf]
#38Reading through documents like this really pains me because I it seems like such interesting work and I immediately want to understand it better, but then realize the time required to acquire the knowledge and experience necessary to understand and apply this technology is so great, that it almost seems like a waste of time. After all, think of all the things one could build in the 2 full-time years it would take to…
Re: Large Scale Deep Learning – Jeff Dean [pdf]
#39Earlier quoted context omitted.
torch7 used by facebook and google. Fast becoming the standard industrial neural nets library. http://torch.ch Read the tutorials and you can get something working in a day
"Used by Facebook and Google" ? Citation needed. AFAIK, at least Google has an internal homebrew solution, that automatically scales to large clusters.