You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An implementation in Java of the Gradient Descent for Linear Regression Algorithm that takes a single input variable as input. It then continually updates the values of theta0 and theta1 until an optimal line is found.