Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Machine Learning by (55.6k points)

Can anyone explain gradient descent in Machine learning?

2 Answers

0 votes
by (119k points)

In Machine learning, gradient descent is an optimization algorithm used to find the parameters that minimize the cost function. Cost function represents the goodness of the model in predictions for those weights. In gradient descent, we start off randomly initializing values and slowly moves towards the steepest descent until the convergence point. We can adjust the size of steps by hyperparameter called the learning rate.

You can check out this Machine learning certification by Intellipaat to learn Machine learning.

You can watch this video on Machine learning Full course to learn more about gradient descent:

0 votes
by (19.9k points)

Gradient descent is a mathematical technique especially used in neural networks to reduce the error in the training phase by figuring out how to modify the current values to get better results.

If you are looking for an online course to learn Machine Learning, I recommend this Machine Learning Online Course by Intellipaat.

Browse Categories

...