Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.01 KB

linear_regression_normal_equation.md

File metadata and controls

15 lines (8 loc) · 1.01 KB

Linear regression using the normal equation - numpy implementation

There is a closed-form solution for choosing the best weights and bias for linear regression. The optimal solution achieves the smallest squared error loss.

To understand the mathematics underlying the normal equation, read the following materials.