Python implementation of Linear Regression (Ordinary Least Square)
Project follows a series of blog posts on my blog
Each algorithm in contained in its own folder.
Each folder consists of run.py
, which contains the code for particular algorithm.
- Python 3+
- numpy
- matplotlib for demos only
For educational purposes only. Use at your own risk.