jeffzhengye / Parametric-t-SNE

Running parametric t-SNE by Laurens Van Der Maaten with Octave and oct2py.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Parametric t-SNE

Laurens Van Der Maaten's parametric implementation of t-SNE. The original implementation is for Matlab, here we are running in Octave with oct2py.

I'm currently working on porting the technique to a more recent toolkit.

Setup

On OS X:

$ brew install octave
$ pip install -r requirements.txt
$ jupyter notebook

About

Running parametric t-SNE by Laurens Van Der Maaten with Octave and oct2py.


Languages

Language:Jupyter Notebook 91.5%Language:MATLAB 8.5%