|
2 |
edited tags
|
||
|
1 |
|
||
Sparse approximate representation of a collection of vectorsSuppose I have a collection of $n$ vectors $C \subset \mathbb{F}_2^n$. They are of course spanned by the canonical set of $n$ basis vectors. What I would like to find is a much smaller (~ $\log n$) collection of basis vectors that span a collection of vectors which well approximate $C$. That is, I would like basis vectors $b_1,\ldots,b_k$ such that for every $v \in C$, there exists a $u \in span(b_1,\ldots,b_k)$ such that $||u-v||_1 \leq \epsilon$. When is this possible? Is there a property that $C$ might posses to allow such a sparse approximation?
|
||||

