Gradient Descent in Linear Regression
Gradient Descent in Linear Regression
in Linear Regression
In any machine learning model development our main
objective is how good model accuracy is or how much
model prediction differs from actual data points
While training the model, it calculates cost function like Root Mean
Squared error between predicted value and true value [Our model
minimizes cost function]