Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.53 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.53 KB

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.