40719 Deep Learning

Course Description

The course helps to understand the fundamentals of Deep Learning. The course starts off gradually with multi-layer preceptrons and it progresses into the more complicated concepts such as attention and sequence-to-sequence models. This course also covers other models of deep learning such as convolutional neural networks, recurrent neural networks, deep generative models such as autoregressive, GAN, VAE, NFM, representation learning, and deep reinforcement learning methods. We use frameworks such as PyTorch and Tensorflow, which are very important for implementing deep Learning models.

Course Information

  • Instructor: Hamid Beigy

  • Teaching Assistants: .

  • Time and Location: Saturday/Monday: 10:30 am - 12:00 am, CE 201, virtual class

Required Texts

  1. [GYC] Ian Goodfellow and Yoshua Bengio and Aaron Courville, Deep Learning, MIT Press, 2016.

  2. [BSH] Bishop, Christopher M. and Hugh Bishop, Deep Learning: Foundations and Concepts, Springer, 2024.

  3. [CH] Charniak, Eugene, Introduction to Deep Learning, The MIT Press, 2019.

  4. [SB] Richard S. Sutton and Andrew G. Barto, Reinforcement Learning: An Introduction, Second edition. The MIT Press, 2018.

Grading Policy

  1. 25%: Mid-term exam (1403/08/28).

  2. 25%: Final exam

  3. 30%: Homeworks.

  4. 15%: Quiz.

  5. 5%: Paper & Explore a theoretical or empirical question and present it. Deadline for choosing paper: 1403/08/28.

Lecture Schedule


Lecture Lecture Date Topics Related Readings and Links Homeworks & Assignments Quizes
1 1403-07-02Introduction: what is deep learning? Chapter 1 of GYC
Chapter 1 of CH
Chapter 1 of BSH
2
3
1403-07-07
1403-07-08
Machine learning overview Chapter 5 of GYC
4
5
1403-07-14
1403-07-15
Feedforward deep networks &
backpropagation
Chapter 6 of GYC
Chapter 8 of BSH
6
7
1403-07-21
1403-07-23
Optimization and regularization Chapters 7 & 8 of GYC
Chapters 8 & 9 of BSH
Papers given in the slides

Quiz 1
8
9
1403-07-28
1403-07-30
Convolutional networks Chapter 9 of GYC
Papers given in the slides