Python-TSNE
Python library containing T-SNE algorithms.
Note: Scikit-learn v0.17 includes TSNE algorithms and you should probably be using that instead.
Installation
Requirements
From PyPI:
pip install tsne
From conda:
conda install -c maxibor tsne
Usage
Basic usage:
from tsne import bh_sne
X_2d = bh_sne(X)
Examples
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.
Additional resources
- See Barnes-Hut-SNE (2013), L.J.P. van der Maaten. It is available on arxiv.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tsne-0.3.1.tar.gz
(547.6 kB
view details)
File details
Details for the file tsne-0.3.1.tar.gz.
File metadata
- Download URL: tsne-0.3.1.tar.gz
- Upload date:
- Size: 547.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
425bf9200606b81c476cbcfcc38179de63ee5c7bb2729ce7bbc3e0154b5b57dc
|
|
| MD5 |
6a8e1513c598f70e4c5594d0c57f829b
|
|
| BLAKE2b-256 |
4ceaf4deb02eb49bbc7006624398d3909bbb43cd93efd58e66b74320b5530edd
|