Diogo Nogueira

Linear Regression

When learning about any new subject there must allways be a starting point, and for machine learning (ML) this is usually linear regression (LR). This simple method provides an intuitive predictor using some basic math, while still being able to solve many problems. In this post I intend to provide a basic introduction to LR for any beginner in ML. What is Regression? Regression is one of the two main ML problems.