Skip to content

Machine learning linear regression that uses gradient descent to predict, train, and test on a given .csv file. The resulting best polynomial model is then graphed.

Notifications You must be signed in to change notification settings

mckinneymorgan/Linear-Polynomial-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for Linear and Polynomial Regression

Original author: Morgan McKinney 3/2021

Machine learning linear regression model that predicts, trains, and tests on a given .csv file. Algorithm uses stochastic gradient descent to perform linear or polynomial regression on datasets. Basis expansion is executed if indicated by user input. The resulting learned model is then visualised with a labelled graph. Furthermore, the final weights and mean squared error for every 10 epochs are outputted.

About

Machine learning linear regression that uses gradient descent to predict, train, and test on a given .csv file. The resulting best polynomial model is then graphed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages