This page contains a tentative draft of the syllabus. It will be updated frequently with current and upcoming topics. Chapter references, when available, are to the recommended course textbook, Deep Learning, by Ian Goodfellow, Yoshua Bengio and Aaron Courville.
Date | Topics | References | Out | Due |
---|---|---|---|---|
January 7 | Course introduction; logistic regression = 1 neuron | Sec. 5.5, 5.7.1 | ||
January 8 (x-hour) | Tutorial on PyTorch (part 1) | |||
January 12 | From single neuron to multilayer neural networks | Sec. 6.1-6.4 | HW1 | |
January 14 | Backpropagation (part 1) | Sec. 6.5 | ||
January 15 (x-hour) | Tutorial on PyTorch (part 2) | |||
January 19 | Backpropagation (part 2) | |||
January 21 | Strategies for training deep models (preprocessing, regularization, initialization, hyper-parameters) | Sec. 7.1, 8.3, 8.4, 11.4, 11.5 | ||
January 22 | ||||
January 26 | Convolutional neural networks (motivation, local connectivity, parameter sharing) | Sec. 9.1, 9.2 | HW2 | HW1 |
January 28 | Convolutional neural networks (striding, pooling) | Sec. 9.3 | ||
January 29 | ||||
February 2 | Practical tricks for CNNs (filter size, depth, study of popular architectures) | Sec. 9.4 | ||
February 4 | Data scarcity: data augmentation, transfer learning and fine tuning | DeCAF paper | ||
February 5 | ||||
February 9 | Dense prediction: fully-convolutional networks, transposed convolution, skip connections | FCN paper | HW3 | HW2 |
February 11 | Midterm exam | |||
February 12 | ||||
February 16 | Recurrent neural networks | Sec. 10.1, 10.2, 10.4, 10.5 | ||
February 18 | LSTMs | Sec. 10.7, 10.10, 10.11 | ||
February 19 | ||||
February 23 | Advanced optimization: Nesterov momentum, Adagrad, RMSProp | Sec. 8.5 | HW4 | HW3 |
February 25 | Batch normalization, dropout, residual learning | Sec. 7.12, BN paper, dropout paper, ResNet paper | ||
February 26 | ||||
March 2 | Networks for video understanding | |||
March 4 | Unsupervised learning: undercomplete and denoising autoencoders, unsupervised pretraining | Sec. 14.1, 14.5, 14.9, 15.1 | ||
March 5 | ||||
March 9 | Review of topics for final exam | HW4 | ||
TBD | Final exam |