Singular-Value Decomposition(SVD)
Last updated
Was this helpful?
Last updated
Was this helpful?
The definition of SVD is as follows:
For rectangular matrix , it can be decomposed to following form:
Orthogonal Matrix Orthogonal Matrix Diagonal Matrix
Orthogonal matrix is a square matrix that has following feature:
To understand the meaning of we should multiply to equation (1).
This is the exact form of EVD(Eigen-Value Decomposition).
is the matrix of eigen-vectors of . Vice-versa, is the matrix of eigen-vectors of . is a diagonal matrix that each diagonal elements are eigen-value of .
Since we know the meaning of , we can easily decompose .
Get eigen-vectors of and build-up
Get eigen-values of and build-up
Calculate the remaining using inverse.
[1]