Posts tagged Linear regression

Multiple Linear Regression

Hi folks,

In theĀ last post we talked about simple linear regression, where we calculated the “trend line” of a set of points for a single variable. But what if we have more than a single variable? How can we solve it? Continue reading Multiple Linear Regression

Simple Linear Regression

Hi there,

After almost two years of personal hard work, I’m back to share a little about linear regression and gradient descent.

What is linear regression?

Continue reading Simple Linear Regression