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

https://github.com/pandaiscodingcpu/linearregressiondemonstration

This repo is all about the mathematical demonstration of Linear regression only using numpy and matplotlib.
https://github.com/pandaiscodingcpu/linearregressiondemonstration

Last synced: 7 months ago
JSON representation

This repo is all about the mathematical demonstration of Linear regression only using numpy and matplotlib.

Awesome Lists containing this project

README

          

# LinearRegressionDemonstration
This repo is all about the mathematical demonstration of Linear regression only using numpy and matplotlib.

**Welcome to the Linear Regression demonstration repo.**
**This repo contains the basic mathematics behind linear regression using only numpy and matplotlib**
**This will give a glimpse of what happens in background when we call LinearRegression module from scikit-learn**
**This repo contains two jupyter files**
**1. poly_reg.ipynb to show the polynomial regression**
**2. regularised_linear_models to show the comparision various linear model using numpy**