Dimensionality Reduction - Random Projections

The Johnson-Lindenstrauss lemma

Gaussian RP

Sparse RP

where n_components is the projected subspace size. Minimum non-zero element density is defined by $1 / \sqrt{n_{\text{features}}}$.

Example: JL embedding boundary with random projections

Empirical Validation