mljs / ml

Machine learning tools in JavaScript
MIT License
2.53k stars 209 forks source link

Dimensionality Reduction #13

Open lpatiny opened 9 years ago

lpatiny commented 9 years ago

Would be nice to have the following methods

jajoe commented 7 years ago

NMF could be interesting because there are a lot of applications (in dimensionality reduction and clustering). I'll implement it.

Fil commented 7 years ago

may I suggest

tSNE

umap

jajoe commented 7 years ago

Interesting, thanks you for your suggestion

cannoneyed commented 5 years ago

Just wanted to link to a javascript umap implementation here: umap-js. Keep in mind there's a few features missing from the python implementation, but the performance is reasonable all things considered.