|
Material for the Deep Learning Course
On-Line Material from Other Sources
A quick overview of some of the material contained in the course is available from my ICML 2013 tutorial on Deep Learning:
Q&A about deep learning (Spring 2013 course on large-scale ML)
2012 IPAM Summer School deep learning and representation learning
2014 International Conference on Learning Representations (ICLR 2014)
Week 1
2014-01-27 Lecture
* Intro to Deep Learning
-
-
-
Topics:
Reading material:
Scaling Learning Algorithms Towards AI (Y. Bengio, Y. LeCun, 2006): PDF | DjVu
2014-01-29 Lab
* Roy Lowrance's tutorial on Lua
-
-
Topics:
Reading Material:
Week 2
2014-02-03 Lecture
* Modular Learning, Neural Nets and Backprop
2014-02-05 Lab
* Clement Farabet's tutorial on the Torch ML library
-
Video (audio seems broken)
another Torch tutorial Video (from 2013, this one with audio).
Topics:
Reading Material:
Week 3
2014-02-10 Lecture
* Mixture of experts, recurrent nets, intro to ConvNets
-
-
-
Topics: : Discussion of some modules, Sum/branch, Switch, Logsum module; RBF Net; MAP/MLE loss; Parameter Space Transforms; Convolutional Module
Reading Material:
Gradient-Based Learning Applied to Document Recognition (Y. LeCun, L. Bottou, Y. Bengio and P. Haffner, 1998): pages 5-16 (part II and III) PDF | DjVu
2014-02-12 Lab
* Unscheduled
-
-
Topics:
Reading material:
Week 4
2014-02-17 Lecture
2014-02-19 Lab
* Unscheduled
-
-
Topics:
Reading Material:
Week 5
2014-02-24 Lecture
Guest lecture by Rob Fergus on Conv nets
-
-
Topics:
Reading Material:
2014-02-26 Lab
* Unscheduled
-
-
Topics:
Reading Material:
Week 6
2014-03-03 Lecture
* Energy–Based Models for Supervised Learning
2014-03-05 Lab
* Optimization Tricks for Deep Learning and Computer Vision
Week 7
2014-03-10 Lecture
* Energy-Based Models for Unsupervised Learning
2014-03-12 Lab
* Optimization for Deep Learning
Spring Break 03-17 to 03-23
Week 8
2014-03-24 Lecture
2014-03-26 Lab
* Metric Learning and Optimization / Dr Lim
-
-
Topics: : NCA; Dr Lim
Reading Material:
Week 9
2014-03-31 Lecture
2014-04-02 Lab
* Unscheduled
-
-
Topics:
Reading Material:
Week 10
2014-04-07 Lecture
* Restricted Boltzmann Machines
-
-
Topics:
-
Reading Material:
2014-04-09 Lab
* Optimization for Deep Learning?
-
-
Topics:
-
Reading Material:
Week 11
2014-04-14 Lecture
* Guest Lecture by Antoine Bordes on NLP
-
-
Topics:
Reading Material:
2014-04-16 Lab
* Unscheduled
-
-
Topics:
Reading Material:
Week 12
2014-04-21 Lecture
* Energy-Based Models for Unsupervised Learning
2014-04-23 Lab
* Recurrent Networks Lab
-
-
Topics:
Reading Material:
Week 13
2014-04-28 Lecture
* Speech Recognition / Structured Prediction
2014-04-30 Lab
* Discussion of Project Topics
-
-
-
Topics:
Reading Material:
Week 14
2014-05-05 Lecture
* Back propagation, History of Deep Learning
2014-05-07 Lab
* Sparse Coding
-
-
Topics: ISTA/FISTA/LISTA
Reading Material:
Week 15
* Final Exam Period May 12 to May 19
Final Exam Topics
the reasons for deep learning.
fprop/bprop: here is the fprop function for a module. Write the bprop.
modules you should know about:
linear, point-wise non-linearity, max,
Y branch, square distance, log-softmax
loss functions: least square, cross-entropy, hinge
energy-based supervised learning: energy/inference - objective function/learning
loss functionals: energy loss, negative log likelihood, perceptron, hinge
metric learning, siamese nets
DrLIM, WSABIE criteria
network architectures:
mixture of experts
convolutional nets:
optimization:
deep learning + structured prediction
inference through energy minimization and marginalization
latent variables E(X,Y,Z) → F(X,Y)
learning using a loss functional
applications to sequence processing (e.g. Speech and handwriting recognition)
applications:
unsupervised learning:
basic idea of energy-based unsupervised learning
the 7 methods to make the energy low on/near the samples and high everywhere else
sparse coding and sparse auto-encoders
ISTA/FISTA, LISTA
group sparsity
Final Exam Sample
|
|