Deep Learning Tutorials
Tutorials
http://cs231n.github.io/assets/conv-demo/index.html
VGG Convolutional Neural Networks Practical
http://www.robots.ox.ac.uk/~vgg/practicals/cnn/index.html
Hacker’s guide to Neural Networks
http://karpathy.github.io/neuralnets/
Deep Learning Tutorials
Deep Learning in a Nutshell: Core Concepts
http://devblogs.nvidia.com/parallelforall/deep-learning-nutshell-core-concepts/
Deep Learning in a Nutshell: History and Training
http://devblogs.nvidia.com/parallelforall/deep-learning-nutshell-history-training/
A Deep Learning Tutorial: From Perceptrons to Deep Networks
Deep Neural Networks(with Python code)
- paper: http://scholarbank.nus.edu.sg/bitstream/handle/10635/120564/DeepNeuralNetworks.pdf?sequence=1
Three Classes of Deep Learning Architectures and Their Applications: A Tutorial Survey
UFLDL Tutorial
http://ufldl.stanford.edu/tutorial/
The Unreasonable Effectiveness of Deep Learning (LeCun)
Deep learning from the bottom up
Introduction to Deep Learning with Python (By Alec Radford. Theano)
New to deep learning? Here are 4 easy lessons from Google
Deep Learning 101
Neural Networks Demystified
- Part 1: Data and Architecture: https://www.youtube.com/watch?v=bxe2T-V8XRs
- Part 2: Forward Propagation: https://www.youtube.com/watch?v=UJwK6jAStmg
- Part 3: Gradient Descent: https://www.youtube.com/watch?v=5u0jaA3qAGk
- Part 4: Backpropagation: https://www.youtube.com/watch?v=GlcnxUlrtek
- Part 5: Numerical Gradient Checking: https://www.youtube.com/watch?v=pHMzNW8Agq4
- Part 6: Training: https://www.youtube.com/watch?v=9KM9Td6RVgQ
-
Part 7: Overfitting, Testing, and Regularization: https://www.youtube.com/watch?v=S4ZUwgesjS8
- all-pack: http://pan.baidu.com/s/1dDq5oNB
Deep Learning SIMPLIFIED
A ‘Brief’ History of Neural Nets and Deep Learning
- Part 1: http://www.andreykurenkov.com/writing/a-brief-history-of-neural-nets-and-deep-learning/
- Part 2: http://www.andreykurenkov.com/writing/a-brief-history-of-neural-nets-and-deep-learning-part-2/
- Part 3: http://www.andreykurenkov.com/writing/a-brief-history-of-neural-nets-and-deep-learning-part-3/
- Part 4: http://www.andreykurenkov.com/writing/a-brief-history-of-neural-nets-and-deep-learning-part-4/
Deep Neural Networks— An Overview
https://medium.com/@asjad/deep-neural-networks-an-overview-480112b12a13#.i7apzmnso
A Tutorial on Deep Neural Networks for Intelligent Systems
Deep Learning for Computer Vision – Introduction to Convolution Neural Networks