Expt5 ML Lab
Expt5 ML Lab
1.4796491688889395 0.10148121494753734
Assignment:
Write the inference for the linear regression model by varying ‘m’
and ‘c’ values (with reference to the regression line obtained)
4. Repeat this process until the loss function is a very small value or
ideally 0 (which means 0 error or 100% accuracy). The value
of m and c that are left with are the optimum values.
Reference:
1. Linear Regression using Gradient Descent | by Adarsh Menon | Towards Data Science