Regularised Linear Regression and gradient descent from scratch using numpy
This repo contains a Jupyter Notebook where I build a linear regression model along with the relevent maths from first principles, along with implementing my own gradient descent algorithm using numpy.