Easy t-sne plotter

This is Matlab script for plotting 2 Dimensional and 3 Dimensional t-Distributed Stochastic Neighbor Embedding (t-SNE).

https://rahulvigneswaran.github.io/tsne-plotter/

You are now following this Submission

This is Matlab script for plotting 2 Dimensional and 3 Dimensional t-Distributed Stochastic Neighbor Embedding (t-SNE)

t-Distributed Stochastic Neighbor Embedding (t-SNE) is a (prize-winning) technique for dimensionality reduction that is particularly well suited for the visualization of high-dimensional datasets. The technique can be implemented via Barnes-Hut approximations, allowing it to be applied on large real-world datasets. For more information, check this page.

How to use?

1. Clone this repository.
2. How the Dataset and label should be arranged?
i. The script requires two inputs - Data and Label.
ii. Arrangement of Data - First column should be "label name" and rest of the columns should be "features".
iii. Arrangement of Label - First column should be "label name" , which should be in the same order as
iv. Data's label names.
3. Each row in both Data and Label is a sample.
4. Replace the Data and Label in folder inputs directory with the same name.
5. Run the script tsne_example.m.

The code will generate both 2D and 3D t-sne plots. Examples of Data,Label and t-sne plots have been included with this repository.

For more detailed instructions check the website : https://rahulvigneswaran.github.io/tsne-plotter/

Issue / Want to Contribute ? :
Open a new issue (https://github.com/rahulvigneswaran/tsne-plotter/issues) or do a pull request (https://github.com/rahulvigneswaran/tsne-plotter/pulls) in case you are facing any difficulty with the code base or you want to contribute to it.

Cite As

Rahul-Vigneswaran K (2019). t-sne plotter (https://www.github.com/rahulvigneswaran/tsne-plotter), GitHub. Retrieved May 14, 2019.

General Information

MATLAB Release Compatibility

  • Compatible with R2017a and later releases

Platform Compatibility

  • Windows
  • macOS
  • Linux

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes Action
1.0.4

Updated Description

1.0.3

Updated Description

1.0.2

Updated Website

1.0.1

Added Package Image

1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.