Transparent t-SNE with synthetic data generation and file uploads
A) Synthetic Data Generator
Generate n points in d dimensions with k distinct distance types. Optimal: k=1 (n≤d+1 simplex), k=2 (n=5 pentagon), k=3 (n=7 heptagon). Larger n uses approximate lattice constructions.
Generated Points
Pairwise Distances
B) t-SNE Runner
✓ v6: tqdm-style progress bars for loading & t-SNE!