Completed
- Introduction: 0:00
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Backpropagation with Automatic Differentiation from Scratch in Python
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction: 0:00
- 2 - Automatic differentiation theory: 0:53
- 3 - Computational graph definition: 3:30
- 4 - Backpropagation with automatic differentiation: 7:04
- 5 - Autograd from scratch in Python: 10:44
- 6 - Autograd - addition: 13:52
- 7 - Autograd - multiplication: 18:34
- 8 - Autograd - ReLU: 20:44
- 9 - Autograd - backward: 22:40
- 10 - Recap: 26:13