tsne-js
t-SNE implementation in JavaScript
tsne
A fork of @karpathy's tSNE library
wasm-dist-bhtsne
This is a WebAssembly (WASM) port of the modified Barnes-Hut t-SNE algorithm that works with pre-computed distance vector. The original Rust implementation can be found [here](https://github.com/frjnn/bhtsne).