Skip to content

sidiangongyuan/TSNE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

TSNE

how to using TSNE and get a visualization in start part: you need prepare for four things.

  1. your data -> m x n (m is your samples, n is dimensions)
  2. answer the question about did you have the label?
  3. if you answer yes , input your labels -> m x 1 (eg. dog=14,cat=2)
  4. input how many class do you have.

About

how to using TSNE and get a visualization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages