⟵ Back to Course Overview

Gradient Descent & Local Optima

Objective: Minimize $f(x)$
Update Rule:
$x_{t+1} = x_t - \eta \nabla f(x_t)$

Observe the trajectory arrows. Red indicates the path; the Cyan point represents the final converged state $\theta^*$.