This is the Linux app named TSNE-CUDA whose latest release can be downloaded as Version4.0.1Releasesourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named TSNE-CUDA with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
TSNE-CUDA
DESCRIPTION:
This repo is an optimized CUDA version of FIt-SNE algorithm with associated python modules. We find that our implementation of t-SNE can be up to 1200x faster than Sklearn, or up to 50x faster than Multicore-TSNE when used with the right GPU. You can install binaries with anaconda for CUDA version 10.1 and 10.2 using conda install tsnecuda -c conda-forge. Tsnecuda supports CUDA versions 9.0 and later through source installation, check out the wiki for up to date installation instructions. Time taken compared to other state of the art algorithms on synthetic datasets with 50 dimensions and four clusters for varying numbers of points. Note the log scale on both the points and time axis, and that the scale of the x-axis is in thousands of points (thus, the values on the x-axis range from 1K to 10M points. Dashed lines on SkLearn, BH-TSNE, and MULTICORE-4 represent projected times. Projected scaling assumes an O(nlog(n)) implementation.
Features
- To install our library, follow the installation instructions
- Like many of the libraries available, the python wrappers subscribe to the same API as sklearn.manifold.TSNE.
- We only support n_components=2
- Our code is built using components from FAISS, the Lonestar GPU library
- You can install binaries with anaconda for CUDA version 10.1 and 10.2
- This repo is an optimized CUDA version of FIt-SNE algorithm
Programming Language
C++
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/tsne-cuda.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.