The Normal Equation for Linear Regression in Matrix Form
In this tutorial I will go through an simple example implementing the normal equation for linear regression in matrix form. The iPython notebook I used to generate this post can be found on Github. The primary focus...