I can't say enough about the list of resources here.
Showing posts with label Deep Learning. Show all posts
Showing posts with label Deep Learning. Show all posts
Tuesday, April 12, 2016
Friday, April 1, 2016
Distilling the Knowledge in a Neural Network
http://arxiv.org/abs/1503.02531
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.
Monday, March 28, 2016
CS231n: Convolutional Neural Networks for Visual Recognition Winter Course Project Report
There are lots of interesting reads on this page. And this is a great course to take if you are research deep learning for image processing.
Tuesday, March 22, 2016
Tuesday, March 8, 2016
DL4J
I have been using Java for a long time but I find DL4J to be a bit cumbersome to use. I prefer Torch/Lua or Theano for deep learning.
However because Java has been such a significant part of my life for so long, I will not give up on DL4J.
More to come once I get this working.
In the meantime, here are a few links, so I can close those tabs:-)....
word2vec in DL4J
deep autoencoders in DL4J
nd4j
However because Java has been such a significant part of my life for so long, I will not give up on DL4J.
More to come once I get this working.
In the meantime, here are a few links, so I can close those tabs:-)....
word2vec in DL4J
deep autoencoders in DL4J
nd4j
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
Wednesday, November 25, 2015
word2vec tutorials and references
This is a nice way to get exposed to word2vec and to reduce the number of tabs in my browser:-)
Labels:
Deep Learning,
Neural Networks,
Word Embeddings,
word2vec
Saturday, April 25, 2015
Friday, March 13, 2015
Sunday, March 8, 2015
Tuesday, January 13, 2015
Sunday, November 17, 2013
AAAI Symposium
I've been spending the weekend at the AAAI Symposium. There have been quite a few interesting talks.
John Laird gave an interesting talk on General Intelligence.
Andrew Ng also gave an interesting talk, on Deep Learning.
John Laird gave an interesting talk on General Intelligence.
Andrew Ng also gave an interesting talk, on Deep Learning.
Labels:
AAAI,
AGI,
AI,
Deep Learning,
Neural Networks
Subscribe to:
Posts (Atom)