DeepLearning: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
[[Category:Machine Learning]] | [[Category:Machine Learning]] | ||
[[Category: | [[Category:Deep Learning]] | ||
[[Category:Math]] | |||
[[Category:Programming]] | [[Category:Programming]] | ||
Revision as of 07:01, 25 April 2017
Images
Excellent tutorial on image recognition from Tensorflow: https://www.tensorflow.org/tutorials/image_recognition
Handwriting (MNIST)
Excellent introduction to using deep learning neural networks to classify handwritten digits using the MNIST data set: http://neuralnetworksanddeeplearning.com/chap1.html
Language
Deep learning movies: https://github.com/wendykan/DeepLearningMovies.git
uses word2vec and bag of words model for sentiment analysis (classification: positive or negative)