Linear Regression - Normal Equation and Regularization
In linear regression problems, we can use a method called Normal Equation to fit the parameters.Suppose we have a training set like this:X=[(x(1))T(x(2))T...(x(m))T]X = \left[\begin{matrix}(x^{(1)...