Machine Learning Tour by Gabriel Moncarz

Version 2.0.0

Linear Regression

Linear Regression is one of the first and most simple machine learning model. The Least Squares linear regression was in fact developed by Gauss, with the intention to find the model the movements of the planets.

Despite it is one of the oldest, it is one of the most used because the simplicity and also because the outputs of the model can tell you information about the influence of each variable, if they are normalized.

Last updated on 5 May 2019
Published on 5 May 2019
Edit on GitHub