Dimensionality Reduction Flashcards
1
Q
What’s SVD?
A
Any rectangular matrix can be decomposed into USV, S is diagonal with singular values, U is rectangular with singular vectors as columns, V is rectangular with singular vectors as rows. U and V are orthogonal. Geometrically it’s rotation, scale, rotation.
2
Q
A