For linear regression with one variable, the prediction of the model for an example is represented as:
This is the equation for a line, with an intercept and a slope
Jul 28, 20241 min read
For linear regression with one variable, the prediction of the model fw,bâ for an example x(i) is represented as:
fw,bâ(x(i))=wx(i)+b
This is the equation for a line, with an intercept b and a slope w