India Languages, asked by rakshakotyan007, 2 days ago

what is Gradient Descent?​

Answers

Answered by SparkinglyQueen
7

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 (or approximate gradient) of the function at the current point, because this is the direction of steepest descent.

Answered by XItzLittleDudeX
3

Explanation:

Gradient descent is a first-order iterative optimization algorithm for finding a local minimum of a differentiable function. 

Similar questions