Gradient Descent

Tutorial - Multivariate Linear Regression with Numpy

Welcome to one more tutorial! In the last post (see here.) we saw how to do a linear regression on Python using barely no library but native functions (except for visualization).

Linear Regression from Scratch with Python

In this post I will show how to implement a linear regression model from scratch (no fancy libraries) using Python.