Autograd, Loss, Backpropagation, and Training Loops
demystify how neural networks learn.
Units
- Unit 03.00: Forward pass and loss
- Unit 03.01: Gradients and `requires_grad`
- Unit 03.02: Backpropagation intuition without heavy derivation
- Unit 03.03: Optimizer step and zeroing gradients
- Unit 03.04: Building a minimal training loop
- Unit 03.05: Saving metrics and checkpoints
- Unit 03.06: Project step: train a tiny model end to end
