Skip to content

dsherma7/LinearRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinearRegression

Impliments standard linear regression with MSE using gradient descent in C++.

To run this, you must first install Eigen from http://eigen.tuxfamily.org/. Depending on your install location, you may need to change the INCLUDE flag in the makefile.

Once Eigen is installed, simply clone this repository navigate to the root and run make. Then the executable can be run using ./linear_regression.

About

A Linear Regression model in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published