A very simple way to improve the
performance of almost any machine learning algorithm is to train many
different models on the same data and then to average their predictions.
Unfortunately, making predictions using a whole ensemble of models is
cumbersome and may be too computationally expensive to allow deployment
to a large number of users, especially if the individual models are
large neural nets. Caruana and his collaborators have shown that it is
possible to compress the knowledge in an ensemble into a single model
which is much easier to deploy and we develop this approach further
using a different compression technique. We achieve some surprising
results on MNIST and we show that we can significantly improve the
acoustic model of a heavily used commercial system by distilling the
knowledge in an ensemble of models into a single model. We also
introduce a new type of ensemble composed of one or more full models and
many specialist models which learn to distinguish fine-grained classes
that the full models confuse. Unlike a mixture of experts, these
specialist models can be trained rapidly and in parallel.
Showing posts with label hinton. Show all posts
Showing posts with label hinton. Show all posts
Friday, April 1, 2016
Thursday, March 3, 2016
Deep Learning Resources
Great Papers:
http://www.iro.umontreal.ca/~ bengioy/papers/ftml.pdf
http://deeplearning.net/ reading-list/
http://www.iro.umontreal.ca/~
http://deeplearning.net/
Tutorials:
TensorFlow:
https://www.tensorflow.org/
Theano:
http://deeplearning.net/
http://deeplearning.stanford.
Important Names and associated tutorials/talks:
Hinton:
https://www.cs.toronto.edu/~ hinton/nntut.html
LeCun:
http://www.cs.nyu.edu/~yann/ talks/lecun-ranzato-icml2013. pdf
Socher:
http://www.socher.org/index. php/DeepLearningTutorial/ DeepLearningTutorial
https://www.cs.toronto.edu/~
LeCun:
http://www.cs.nyu.edu/~yann/
Socher:
http://www.socher.org/index.
Common Datasets:
IMAGENET - http://www.image-net.org/ challenges/LSVRC/
Courses:
https://www.udacity.com/ course/deep-learning--ud730 - Basic but uses TensorFlow, good to get a basic understanding
https://www.coursera.org/ course/neuralnets - Provides great intuition, a little more challenging
https://cs231n.github.io/ - Great for understanding deep learning for images
https://www.udacity.com/
https://www.coursera.org/
https://cs231n.github.io/ - Great for understanding deep learning for images
Subscribe to:
Posts (Atom)