Optimization · Level 2 of 5
Momentum
An optimization technique that carries forward a moving average of update directions.
It can smooth noisy steps and accelerate motion along persistent directions.
Example
An optimizer keeps moving through a shallow region using its accumulated velocity.
Listen to the definition and example
Audio transcript
Momentum. An optimization technique that carries forward a moving average of update directions. It can smooth noisy steps and accelerate motion along persistent directions. For example: An optimizer keeps moving through a shallow region using its accumulated velocity.
Explore this concept
Why it matters
This helps you understand what parameter updates are trying to improve and when they can fail.
Start with
Related concepts
Quick recall question
Try answering before looking back at the definition.