Skip to content

CaesarQ/tensorflow_tsne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Simple implementation of the TSNE algorithm in tensorflow

Command line usage

usage: tensorflow_tsne.py [-h] [--n-iter N_ITER] [--perplexity PERPLEXITY]
                          [--lr LR]

optional arguments:

  -h, --help            show this help message and exit

  --n-iter N_ITER       Number of optimization steps to perform

  --perplexity PERPLEXITY
                        Effective number of neighbours to enforce

  --lr LR               Learning rate

Demo

1000 iterations on MNIST sub-sample with lr=2000, perplexity=30

TSNE demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages