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
- Host: GitHub
- URL: https://github.com/haranrk/linear-regression
- Owner: haranrk
- Created: 2018-01-30T17:48:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T14:23:31.000Z (over 7 years ago)
- Last Synced: 2025-02-05T04:49:13.340Z (about 1 year ago)
- Topics: machine-learning, matplotlib, numpy, python, python3
- Language: Python
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)._