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.
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
Post a Comment