Skip to content
/ tsne Public

Simple version of t-Distributed Stochastic Neighbor Embedding in PyTorch (van der Maaten 2008)

Notifications You must be signed in to change notification settings

jdk20/tsne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of t-Distributed Stochastic Neighbor Embedding in PyTorch. This version uses the same parameters values and dataset as in van der Maaten 2008 for example purposes, but relies on the PyTorch autograd function to learn the lower-dimensional map points y.

About

Simple version of t-Distributed Stochastic Neighbor Embedding in PyTorch (van der Maaten 2008)

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages