alexisbcook / tsne

A python wrapper for Barnes-Hut tsne: for Python >= 3.5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-TSNE

travis-ci

Python library containing T-SNE algorithms, compatible with Python 3.5.

Algorithms

Barnes-Hut-SNE

A python (cython) wrapper for Barnes-Hut-SNE aka fast-tsne.

I basically took osdf's code and made it pip compliant.

Requirements

Anaconda is recommended.

Installation

You can install directly from the Github repository:

pip install git+https://github.com/alexisbcook/tsne.git

Usage

Basic usage:

from tsne import bh_sne
X_2d = bh_sne(X)

Examples

More Information

See Barnes-Hut-SNE (2013), L.J.P. van der Maaten. It is available on arxiv.

About

A python wrapper for Barnes-Hut tsne: for Python >= 3.5

License:Other


Languages

Language:Python 60.1%Language:C++ 37.7%Language:MATLAB 2.1%Language:Makefile 0.2%