About Anaconda Help Download Anaconda

CannyLab / packages / tsnecuda 3.0.0

CUDA Implementation of T-SNE with Python bindings

Installers

  • linux-64 v3.0.0

conda install

To install this package run one of the following:
conda install cannylab::tsnecuda

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.


© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.17) Legal | Privacy Policy