Learn Before
Concept

Method of Steepest Descent

When the method of steepest descent is applied to a quadratic cost surface, it creates a zig-zag pattern where each line search direction is orthogonal to its previous line search direction. Let dt1d_{t-1} be the previous search direction. At the minimum along this line, we will find that: θf(θ)dt1=0\nabla _\theta f(\theta) \cdot d_{t-1} = 0 This implies that the new steepest descent direction dt=θf(θ)d_t = \nabla _\theta f(\theta) is orthogonal to dt1d_{t-1}.

Image 0

0

0

Updated 2026-06-13

References


Tags

Data Science

Learn After