Linear Regression [Part 1]




I remember being fairly confused when I was in my first machine learning course and we covered the topic of linear regression. Looking back, I've realized that the reason I was so confused was because the different ways of doing linear regression were not layed out in manner that made the differences explicit. What I've tried to do in this 3 part series regarding linear regression is to break the information into digestible chunks. 

In this first part, I cover linear regression from the linear algebra approach. This is probably the approach most students who have experience in statistics be familiar with. Enjoy!



Comments

Post a Comment

Popular posts from this blog

Kernels

Linear Regression [Part 2] - Bayesian