Deep Learning References: 1 Textbooks and Surveys About DL
Deep Learning References: 1 Textbooks and Surveys About DL
Pablo Mesejo
Inria Grenoble Rhône-Alpes
Perception team
April 4, 2017
Abstract
This document contains some potentially useful references to un-
derstand artificial neural networks (ANNs) and deep learning (DL)
methods, at both theoretical and practical levels.
• Bengio, Y., LeCun, Y., and Hinton, G. (2015). “Deep Learning”. Na-
ture 521: 436-44.
1
• Arel, I., Rose, D.C., and Karnowski, T.P. (2010). “Deep Machine
Learning - A New Frontier in Artificial Intelligence Research”. IEEE
Computational Intelligence Magazine 5 (4): 13-18.
2
• “A beginner’s guide to understanding Convolutional Neural Networks”
by Adit Deshpand https://adeshpande3.github.io/adeshpande3.
github.io/A-Beginner’s-Guide-To-Understanding-Convolutional-Neural-Networks/
• “Understanding Deep Convolutional Networks” by Stéphane Mallat
(2016)
• “Convolutional Neural Networks” by Nando de Freitas (2015): https:
//www.youtube.com/watch?v=bEUX_56Lojc
3
3.4 Reinforcement Learning
• “Reinforcement Learning: An Introduction” by Richard S. Sutton and
Andrew G. Barto: https://webdocs.cs.ualberta.ca/~sutton/book/
the-book-2nd.html
– http://deeplearning.net/reading-list/
– https://github.com/terryum/awesome-deep-learning-papers
– https://github.com/IshmaelBelghazi/Deep-Learning-Papers-Reading-Roadmap
4
• Hugo Larochelle’s talks: https://www.youtube.com/playlist?list=
PL6Xpj9I5qXYEcOhn7TqghAJ6NAPrNmUBH
• “Deep Learning” (slides by Geoff Hinton, Yoshua Bengio and Yann Le-
Cun, NIPS’2015 tutorial) http://www.iro.umontreal.ca/~bengioy/
talks/DL-Tutorial-NIPS2015.pdf
5
• Geoff Hinton’s course on Neural Networks for Machine Learning at
Coursera: https://www.coursera.org/learn/neural-networks
• Deep Learning course: lecture slides and lab notebooks. This course
is being taught at as part of Master Datascience Paris Saclay: https:
//m2dsupsdlclass.github.io/lectures-labs/
6
• “Gradient-based learning applied to document recognition” (1998), Y.
LeCun et al.
• “A fast learning algorithm for deep belief nets” (2006), G.E. Hinton et
al.
• “To recognize shapes, first learn to generate images” (2007), G.E. Hin-
ton
7
• “Deep neural networks for acoustic modeling in speech recognition: The
shared views of four research groups” (2012), G.E. Hinton et al.
8
• “Deep Visual-Semantic Alignments for Generating Image Descriptions”
(2015), A. Karpathy and L. Fei-Fei
• TensorFlow: https://www.tensorflow.org/
• Theano: http://deeplearning.net/software/theano/
• Torch: http://torch.ch/
• Caffe: http://caffe.berkeleyvision.org/