tsnecuda 3.0.1
pip install tsnecuda
Latest version
Released:
CUDA Implementation of T-SNE with Python bindings
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: LICENSE.txt
- Author: Chan, David M., Huang, Forrest., Rao, Roshan.
- Tags TSNE, CUDA, Machine Learning, AI
Classifiers
- Intended Audience
- Operating System
- Programming Language
- Topic
Project description
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.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: LICENSE.txt
- Author: Chan, David M., Huang, Forrest., Rao, Roshan.
- Tags TSNE, CUDA, Machine Learning, AI
Classifiers
- Intended Audience
- Operating System
- Programming Language
- Topic
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file tsnecuda-3.0.1-py3-none-any.whl
.
File metadata
- Download URL: tsnecuda-3.0.1-py3-none-any.whl
- Upload date:
- Size: 53.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 199abe3566a364d7a98460dfb6ca99b8e0ce5d452c410bdb7fea5c3b927a938c |
|
MD5 | e1e572cfd5ce75c39a79c07c4170c60c |
|
BLAKE2b-256 | 7a6cd3da3711e2f679bcb5a12b37da08f86641e90d077f3c2384bf6714b4695d |