Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

linear_regression

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:

  1. Getting data
  2. Normalization data
  3. Initilaztion weights
  4. Creation of linear model using gradient descent for updating weights and mae for counting loss function
  5. prediction

About

realization model of linear regression

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages