Skip to content

Linear regression model using gradient descent from scracth.

Notifications You must be signed in to change notification settings

AliKhajegiliM/ML-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-Regression

This is my sample code for writing proper code to implement linear regression model, both univariate and multivariate, through gradient descent and from scratch. This project is in fact a developed and answered version of the CE ML course (2020) at Sharif University of Technology and the data has been taken from the course's materials.
To see the backbone of the code, see the my_answer.py file.

Releases

No releases published

Packages

No packages published

Languages