UMAP: Uniform Manifold Approximation and Projection
Introduces UMAP, a fast, mathematically grounded manifold learning technique for visualization and general non-linear dimension reduction.
Based on
UMAP: Uniform Manifold Approximation and Projection
UMAP (Uniform Manifold Approximation and Projection) is a dimension reduction technique that can be used for visualization similarly to t-SNE while also supporting general non-linear dimension reduction. It is built on a rigorous mathematical foundation but is designed to be simple to use, exposing a scikit-learn compatible API so it fits naturally into existing workflows.
UMAP is among the fastest manifold learning implementations available, running significantly faster than most t-SNE implementations. This combination of speed, a rigorous foundation, and an easy-to-use API is what distinguishes UMAP as a practical, general-purpose approach for reducing and visualizing high-dimensional data.
Take the next step
Try CoreModels, talk with our team, or explore more resources.