Back

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

Can anyone explain the optimization algorithms in Machine Learning?

1 Answer

0 votes
by (119k points)
edited by

The most important optimization algorithm used in Machine Learning is of Stochastic Gradient Descent. This Stochastic Gradient Descent algorithm is used to find the parameters or weights that minimize the cost function. The cost function defines the goodness of the model in predicting the target variable for those particular parameters. In this optimization algorithm, we randomly initialize the values of parameters and slowly moves towards the steepest descent until the convergence point. We should initialize the hyperparameter learning rate to define the size of steps This hyperparameter should not be too large (can result in not meeting convergence point) or too small (takes a lot of time to meet convergence point).

You can enroll in this Machine Learning Course by Intellipaat to learn Machine Learning and implement ML applications.

Also, watch this video on Machine Learning algorithms:

Browse Categories

...