realization own model of linear regression
Aim of task is to create model of linear regression that predicts price of car depending on mileage and vizualize predictive linear predicted value on dataset.
Algorithm:
- Getting data
- Normalization data
- Initilaztion weights
- Creation of linear model using gradient descent for updating weights and mae for counting loss function
- prediction