how to using TSNE and get a visualization in start part: you need prepare for four things.
- your data -> m x n (m is your samples, n is dimensions)
- answer the question about did you have the label?
- if you answer yes , input your labels -> m x 1 (eg. dog=14,cat=2)
- input how many class do you have.