728x90
반응형
제 23강. 특이값 분할 ( SVD )
Singular Value Decomposition
SVD : for mxn matrix
(1) First find the eigenvalues of (mxn)
( non zero positive = non negative )
- eigenvalues
=>
=>
- Assume there are non-zero (positive) eigenvalues
and
-> nxn matrix
Singular values :
space is symmetric -> the eigenvectors are orthonormal in
- eigenvectors are orthonomial
=>
여기서
이기 때문에, 그리고
가 1이 되려면 conjulgate 관계여야한다. 하지만 같다고 안했으니 1이 될 수가 없다.
따라서 이 성립하게 되어 수직관계를 이룬다.
for eigenvalues.
the corresponding eigenvectors ; -> Orthonormal
is the basis of in
다음 같이도 표현할 수 있다.
에 대한 항으로 만들어주면
=>
() = orthonormal matrix
그래서
Example
eigenvector를 구하면
728x90
반응형