FahadMostafa91 / steepest_descent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

steepest_descent

#Gradient descent is a first-order iterative optimization algorithm for finding a local minimum of a differentiable function. The idea is to take repeated steps in the opposite direction of the gradient of the function at the current point, because this is the direction of steepest descent. @Wiki

About

License:MIT License


Languages

Language:MATLAB 100.0%