maestrojeong / t-SNE

implementation of t-SNE with tensorflow
22 stars 10 forks source link

requirements

tensorflow = 1.2 (on gpu) matplotlib numpy

SNE.ipynb

Derive the derivative of cost function in SNE
https://www.cs.nyu.edu/~roweis/papers/sne_final.pdf

t-SNE.ipynb

Implementation with tensorflow on MNIST_data
http://www.cs.toronto.edu/~hinton/absps/tsne.pdf