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 that each line search direction is orthogonal to its previous line search direction. Let dt1d_{t-1} be the previous search direction. At the minimum, we will find that: θf(θ)dt1=0\nabla _\theta f(\theta) \cdot d_{t-1} = 0 Then we know dt=θf(θ)d_t = \nabla _\theta f(\theta) is orthogonal to dt1d_{t-1}

Image 0

0

0

Updated 2021-07-23

References


Tags

Data Science