Gradient descent is an optimization algorithm for finding the local minimum of a function.
Gradient descent is an optimization algorithm for finding the local minimum of a function. Correct Answer True
Gradient descent is an optimization algorithm for finding the local minimum of a function. It is used to find the values of parameters of a function that minimizes a cost function. The slope of this cost function curve tells us how to update our parameters to make the model more accurate.