/pyRidge

Ridge Regression in python, using gradient descent

Primary LanguagePython

pyLinearRegression

Python implementation of Linear Regression with l2-norm (Ridge Regression)

Usage

Project follows a series of blog posts on my blog

Each algorithm in contained in its own folder.

Dependencies

  • Python 3+
  • numpy
  • matplotlib for demos only

Disclaimer

For educational purposes only. Use at your own risk.