MIT_18.065-Part_10-SVD_in_Action
# SVD in Action
2021-11-17
Tags: #SVD #Math/LinearAlgebra
# Economy SVD
在被分解的矩阵A特别"瘦高"的时候(m»n), 我们可以只取$U$的前n列, 因为后面的"重要性"不大.
# Application
# Digital Watermark
# Hands-on Tips
# Plot how the information varies
# SVD Method of Snapshots
- A different way to compute SVD if the data is so large that you can’t store it into memory at once.
SVD Method of Snapshots - YouTube
# Relation with Fourier
SVD is kind of a data-driven generation of Fourier Transform/ (如何理解?)
傅里叶变换矩阵就是一个酉矩阵, SVD里面的U也是一个酉矩阵 Unitary Transformations - YouTube