DmitryUlyanov/Multicore-TSNE
Parallel t-SNE implementation with Python and Torch wrappers. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3605
- days_rel: n/a
- days_push: 939
- n_releases_24m: 0
Adoption not part of the score
1909 stars · 229 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A multicore modification of Barnes-Hut t-SNE written in C++ with Python (CFFI) and Torch wrappers for fast dimensionality reduction of high-dimensional data. It is faster than sklearn's t-SNE even on a single core and scales with available CPU cores.
Use cases
- visualize high-dimensional datasets like MNIST in 2D with t-SNE
- speed up t-SNE embedding of large datasets using multiple cores
- run t-SNE on a 300k x 3000 feature table quickly
- replace sklearn TSNE with a faster Barnes-Hut implementation
- embed features for a Kaggle competition under a deadline
- compute t-SNE embeddings from Torch tensors
When to choose
- you need t-SNE on large high-dimensional data and sklearn is too slow
- you have many CPU cores and want parallel nearest-neighbor probability computation
- you want a Python or Torch wrapper around a fast C++ Barnes-Hut t-SNE
When to avoid
- your data has very low dimensionality, where parallelization gains are minimal
- you need actively maintained software with recent development
- you need UMAP or other scalable dimensionality reduction alternatives instead of t-SNE
Facets
library · maturity maintenance
machine-learning data-visualization math machine-learning data-visualization data-science python cpp cross-platform tsne barnes-hut dimensionality-reduction multicore parallel-computing embedding
1 source
- readme: https://github.com/DmitryUlyanov/Multicore-TSNE · fetched 2026-08-28 · a22ca4d77127
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| DmitryUlyanov/Multicore-TSNE | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="DmitryUlyanov/Multicore-TSNE")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem