Singular Value Decomposition (SVD): 행렬을 분해하는 방법 (Square, Symmetric 상관없이)
A=UΣVT
A∈Rm×n
U∈Rm×m orthogonal matrix
Σ∈Rm×n diagonal matrix
V∈Rn×n orthogonal matrix
V에서 orthogonal 하던 vector 가 U에서도 orthogonal 한지를 보기 위함
'Mathematics > Linear Algebra' 카테고리의 다른 글
Vector Norm (L1, L2, Frobenius) (1) | 2024.01.05 |
---|---|
Linear, Bilinear Interpolation (0) | 2023.05.16 |