T-distributed stochastic neighbor embedding: Difference between revisions

Content deleted Content added
Laurburke (talk | contribs)
m Correcting the scikit-learn library name to all lowercase.
Software: Fixed typo
Tags: Mobile edit Mobile web edit
Line 53:
* 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 libarylibrary in Python implements t-SNE with both exact solutions and the Barnes-Hut approximation.
* Tensorboard, the visualization kit associated with [[TensorFlow]], also implements t-SNE ([https://projector.tensorflow.org/ online version])