๐
Module 4 of 6
Loss Functions & Gradients
Understand how models measure and minimize error.
Progress0/3 drills ยท 0%
FREE~25 minยทBeginner
What you'll learn
- โMSE and MAE loss functions
- โCross-entropy loss with numerical stability
- โNumerical gradient checking with finite differences
Drills
1
MSE & MAE Loss
Implement mean squared error, mean absolute error, and the MSE gradient.
Easy๐ 8mโก 10 pts
2
Cross-Entropy Loss
Implement binary and categorical cross-entropy with numerical stability โ the standard classification loss.
Medium๐ 10mโก 15 pts
3
Numerical Gradient Checking
Implement finite-difference gradient checking โ the standard way to verify backprop implementations.
Medium๐ 8mโก 15 pts