Answer Posted / Nikita Singh
Gradient Descent is an optimization algorithm used in machine learning to find the minimum of a function by iteratively moving in the direction of steepest descent. During training, the weights of a neural network are adjusted based on the negative gradient of the loss function with respect to those weights. Gradient Descent can be applied in various forms, such as batch gradient descent, stochastic gradient descent, and mini-batch gradient descent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category