Skip to main content

GTSNE algorithms

Project description

Python-GTSNE

Python library containing GTSNE algorithms.

Global t-Distributed Stochastic Neighbor Embedding

Installation

Requirements

  • cblas or openblas. Tested version is v0.2.5 and v0.2.6 (not necessary for OSX).

From PyPI:

pip install gtsne

Usage

Basic usage:

from gtsne import gtsne
X_2d = gtsne(X)

Examples

Algorithms

Acknowledgements

This code is adapted from code Barnes-Hut-SNE Special thanks to Laurens van der Maaten and Daniel Rodriguez.

Additional resources

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gtsne-0.1.6.tar.gz (54.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page