SVD decomposes a matrix
where
- The singular values
are roots of the nonzero eigenvalues of both and . - The left singular vectors in
are eigenvectors of . - The right singular vectors in
are eigenvectors of .
The singular values in
for left and right singular vector
Geometrically, we can interpret this decomposition as a rotation, scaling, and another rotation.
Matrix Approximation
We can approximate
This is the best approximation of
Furthermore,
where the subscript denotes the spectral ๐ Norm.