Parallel t-SNE implementation with Python and Torch wrappers.
copied from cf-staging / multicore-tsneconda install conda-forge::multicore-tsne
conda install conda-forge/label/cf201901::multicore-tsne
conda install conda-forge/label/cf202003::multicore-tsne
This is a multicore modification of Barnes-Hut t-SNE by L. Van der Maaten with python and Torch CFFI-based wrappers. This code also works faster than sklearn.TSNE on 1 core.