CMD + K

tsnecuda

Community

CUDA Implementation of T-SNE with Python bindings

Installation

To install this package, run one of the following:

Conda
$conda install cannylab::tsnecuda

Usage Tracking

3.0.0
2.1.0
2.0.0
0.2.1
4 / 8 versions selected
Downloads (Last 6 months): 0

Description

===========

tsnecuda

tsnecuda provides an optimized CUDA implementation of the T-SNE algorithm by L Van der Maaten. tsnecuda is able to compute the T-SNE of large numbers of points up to 1200 times faster than other leading libraries, and provides simple python bindings with a SKLearn style interface::

#!/usr/bin/env python

from tsnecuda import TSNE
embeddedX = TSNE(n_components=2).fit_transform(X)

For more information, check out the repository at https://github.com/rmrao/tsne-cuda.

About

Summary

CUDA Implementation of T-SNE with Python bindings

Last Updated

Jul 8, 2021 at 22:21

License

LICENSE.txt

Supported Platforms

linux-64