Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 308 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 308 Bytes

Linear-Regression-notebook

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.