T-distributed stochastic neighbor embedding: Difference between revisions

Content deleted Content added
Software: Rtsne
m improve link: R (programming language)
Line 45:
 
== Software ==
* The R package [https://CRAN.R-project.org/package=Rtsne Rtsne] implements t-SNE in [[R (programming language)|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.