Materials for lecture 5
Post date: Nov 03, 2015 11:9:54 PM
Unfortunately I don't have handouts for backpropagation. However, there are many excellent materials on the Internet:
Very intuitive and simple:
Cristopher Olah's post http://colah.github.io/posts/2015-08-Backprop/
Michael Nielsen's book http://neuralnetworksanddeeplearning.com/chap2.html
More advanced materials:
Chapters from the Deep Learning book by Y. Bengio:
Notes from A. Karpathy http://karpathy.github.io/neuralnets/
The gory details:
Y. LeCun "Efficient BackProp" http://yann.lecun.com/exdb/publis/pdf/lecun-98b.pdf
Y. Bengio "Practical recommendations for gradient-based training of deep architectures" http://arxiv.org/pdf/1206.5533v2.pdf
For network visualization and intuitions please see:
Cristopher Olah's post http://colah.github.io/posts/2014-03-NN-Manifolds-Topology/
ConvNetJS demo: http://cs.stanford.edu/people/karpathy/convnetjs/