refer to : https://www.microsoft.com/en-us/research/wp-content/uploads/2016/05/prml-slides-3.pdf http://norman3.github.io/prml/docs/chapter03/0

3.1 Linear Basis Function Model

Linear Regression Model

3.1.1 Maximum Likelihood and Least Squares

Untitled

Untitled

$\textbf w_\text{ML}$을 Least Square Method(최소 제곱 문제)의 normal equation(정규 방정식)이라고 한다. $\Phi$는 $N \times M$ matrix로, design matrix(설계 행렬)라 불린다.

3.1.2 Geometry of Least Squares

Untitled

3.1.3 Sequential learning