Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 441 Bytes

File metadata and controls

9 lines (7 loc) · 441 Bytes

Foundations of Deep Learning (Spring 2023)

Lecture Topics Covered

  • Lectures 2 & 3: Exploring Gradient Descent and Introduction to Backpropagation
  • Lecture 4: Understanding Stochastic Gradient Descent
  • Lectures 5 & 6: Navigating Numpy and PyTorch: Broadcasting and Acceleration and Supervised Learning
  • Lectures 7 & 8: Constructing an Autograd Engine from Scratch
  • Lecture 9: Exploring (Computational) Graph Traversal Algorithms