Content deleted Content added
Created page for (mis-named) CUR matrix decomposition |
mNo edit summary |
||
Line 1:
A CUR matrix approximation is three matrices that, when multiplied together, closely approximate
Formally, a CUR matrix approximation of a matrix A is three matrices C, U, and R such that C is made from columns of A, R is made from rows of A, and that CUR closely approximates A. Usually the CUR is selected to be a [[Rank (linear algebra)|rank]]-k approximation, which means that C contains k columns of A, R contains k rows of A, and U is a k-by-k matrix. There are many possible CUR matrix approximation, and many CUR matrix approximation of the same rank.
|