Multiple Linear Regression from Scratch in Numpy

Dario Radečić
Towards Data Science
7 min readOct 26, 2019

--

Linear regression is probably the most simple ‘machine learning’ algorithm. I bet you’ve used it many times, possibly through Scikit-Learn or any other library providing you with an out-of-the-box solution.

Photo by Benjamin Davies on Unsplash

But have you ever asked yourself: How does the model actually work behind the scenes?

--

--