Expand description
Random projection for embedding dimensionality reduction.
Implements Achlioptas (2003) sparse random projection for efficient dimensionality reduction of embedding vectors while approximately preserving pairwise distances.
Structsยง
- Compression
Config - Configuration for random projection compression.
- Embedding
Compressor - Random projection matrix compressor using Achlioptas (2003) sparse projection.