blob: f61a831d20636623d0ea79e9d923c6aa0a06b487 (
plain) (
blame)
1
2
3
4
5
6
7
|
openTSNE is a modular Python implementation of t-Distributed Stochasitc Neighbor
Embedding (t-SNE), a popular dimensionality-reduction algorithm for visualizing
high-dimensional data sets. openTSNE incorporates the latest improvements to the
t-SNE algorithm, including the ability to add new data points to existing
embeddings, massive speed improvements, enabling t-SNE to scale to millions of
data points and various tricks to improve global alignment of the resulting
visualizations.
|