An open API service indexing awesome lists of open source software.

https://github.com/devalone/ml_linear_regression

Implementation of linear regression algorithm from Stanford's machine learning course
https://github.com/devalone/ml_linear_regression

coursera cpp gradient-descent linear-regression qt

Last synced: about 2 months ago
JSON representation

Implementation of linear regression algorithm from Stanford's machine learning course

Awesome Lists containing this project

README

        

# ml_linear_regression

![Image 1](https://raw.githubusercontent.com/DevAlone/ml_linear_regression/master/img/1.png)
![Image 2](https://raw.githubusercontent.com/DevAlone/ml_linear_regression/master/img/2.png)
![Image 3](https://raw.githubusercontent.com/DevAlone/ml_linear_regression/master/img/3.png)

To learn about algorithm go here:
[https://www.coursera.org/learn/machine-learning/home/welcome](https://www.coursera.org/learn/machine-learning/home/welcome)