From charlesreid1

m (Bot: Orphan page, add template)
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Orphan|date=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
Deep learning movies: https://github.com/wendykan/DeepLearningMovies.git


uses word2vec and bag of words model for sentiment analysis (classification: positive or negative)
uses word2vec and bag of words model for sentiment analysis (classification: positive or negative)


[[Category:Machine Learning]]
==Neural Networks==
 
See [[Tensorflow]] and [[Keras]] pages.
 
[[Category:ML]]
[[Category:NN]]
[[Category:Math]]
[[Category:Programming]]

Latest revision as of 07:02, 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)

Neural Networks

See Tensorflow and Keras pages.