Skip to content
Klay

Gradient descent

After this lesson you can: Describe how a model walks downhill to better parameters.

First: Loss: how wrong is the model?, What a derivative actually is

Watch

Notes

Gradient descent is the basic loop many models use to improve themselves. A model starts with some parameters, uses them to make predictions, measures how bad those predictions are with a loss function, then changes the parameters a little to reduce that loss. It does not usually compute the perfect parameters in one shot. It repeatedly tries, measures, and adjusts.

Unlock the full lesson notes, the exercises and the graded checkpoint - ₹5,000 once.