Steepest Descent
Explore the steepest descent method to optimize step sizes during gradient descent. Understand how it improves convergence speed for convex functions and implement it using Python with practical examples.
We'll cover the following...
We'll cover the following...
The method of steepest descent
So far, in gradient descent, we use the step size
Steepest descent works by finding the optimal step size for the gradient descent. For a convex function
The optimal step size
where