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

https://github.com/haranrk/linear-regression

Implemented Linear Regression and some of it's variants
https://github.com/haranrk/linear-regression

machine-learning matplotlib numpy python python3

Last synced: 11 months ago
JSON representation

Implemented Linear Regression and some of it's variants

Awesome Lists containing this project

README

          

# Linear Regression
Implemented Linear Regression with the following variants -
1. Batch Gradient Descent
2. Stochastic Gradient Descent
3. RMSprop
4. Adagrad

#
_Done as a part of the course [ID5030: Machine Learning for Engineering and Science Applications](https://courses.iitm.ac.in/course/info.php?id=2192)._