We can use gradient descent as a best solution, when the parameters cannot be calculated analytically.

We can use gradient descent as a best solution, when the parameters cannot be calculated analytically. Correct Answer True

Gradient descent is best used when the parameters cannot be calculated using linear algebra (analytically). So, in order to solve a system of nonlinear equations numerically, we have to reformulate it as an optimization problem. And it must be searched by an optimization algorithm like gradient descent.

Related Questions