Intuition for SVD
What is Singular Value Decomposition?
Singular Value Decomposition (SVD) is a way of breaking down a matrix into simpler parts.
If we have a matrix
Way to think about what this is doing are:
Essentially SVD rotate and stretches the data.
Visual Intuition
We can think of SVD transformation as a series of steps. We will use the metaphor as hshown in the Figure:
is the initial rotation that aligns the principle directions of the transformations.The
scales the transformation. The amount of scaling is determined by the singular values inside of the .The
does the rotation.