gd-momentum-update-rule

IN premiseentries/2026/06/21/wiki-Gradient_descent-chunk-4.md

Created 2026-06-21T09:55:50+00:00

The heavy ball (momentum) update rule is x^(k+1) = x^(k) - η·∇f(x^(k)) + β·(x^(k) - x^(k-1)), adding a fraction of the previous step to dampen oscillation

Dependents

These beliefs depend on this one: