0 votes
in Data Science by

What is gradient descent?

2 Answers

0 votes
by

Gradient descent is an optimization algorithm used to minimize the cost function in machine learning.

0 votes
by
Gradient descent is an optimization algorithm used to find the values of parameters (coefficients) of a function (f) that minimizes a cost function (cost).

Gradient descent is best used when the parameters cannot be calculated analytically (e.g. using linear algebra) and must be searched for by an optimization algorithm.

Related questions

0 votes
asked Dec 12, 2022 in Deep Learning by Robin
+1 vote
asked Apr 14, 2021 in ML Exploring the Model by SakshiSharma
...