Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Iteration in Gradient descentusing Octave

I'm new to machine learning. This is the function I came to know to solve the Gradient Descent,

function [theta, J_history] = gradientDescent(X, y, theta, alpha, num_iters)

I just want to know how I will know how many iteration I need.

Comments