Multiple linear regression with gradient descent from scratch in Python
In this post I will show you how to calculate the optimal values of a multiple linear regression using the gradient descent algorithm. In the previous posts I already introduced you to the simple linear regression (of one independent variable) and also to the (stochastic) gradient descent algorithm. First, I will briefly introduce what multiple … Read more