April 2017
Intermediate to advanced
532 pages
12h 39m
English
SVD seeks to decompose a matrix X of dimension m x n into these three component matrices:
Looking at the preceding formula, it appears that we have not reduced the dimensionality of the problem at all, as by multiplying U, S, and V, we reconstruct the original matrix. In practice, the truncated SVD is usually computed. That is, only the top k singular values, which represent the most variation in the data, are kept, while the rest are discarded. The formula to reconstruct X based on the component matrices is then approximate, and is given as follows:
Read now
Unlock full access