T-distributed stochastic neighbor embedding: Difference between revisions

Content deleted Content added
No edit summary
Software: Rtsne
Line 45:
 
== Software ==
* The R package [https://CRAN.R-project.org/package=Rtsne Rtsne] implements t-SNE in [[R]].
* [[ELKI]] contains tSNE, also with Barnes-Hut approximation
* [[Scikit-learn]], a popular machine learning toolkit in python implements t-SNE with both exact solutions and the Barnes-Hut approximation.