This repository features several jupyter notebooks demonstrating several techniques used in solving linear regression problems, implemented from scratch.
The techniques featured include:
- closed form linear regression
- locally weighted linear regression
- sfolds cross-validation
- batch gradient descent
This repo is quick n dirty, but it paints the picture.