python-bhtsne icon indicating copy to clipboard operation
python-bhtsne copied to clipboard

Python module for Barnes-Hut implementation of t-SNE (Cython)

Results 6 python-bhtsne issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to install bhtsne using 'pip install bhtsne'. Yet, some errors occured. Any ideas how to fix it? Many thanks! Olivia

python 3.6 jupyter notebook : 5.2.1 bhtsne-0.1.9 I was trying to use the library on a jupyter notebook but the kernel crashes when I try to run the function.

when compile with gcc 4.8.5 on CentOS 7, this package runs perfect, however, if compile with gcc 6.1, `make test` doesn't pass ang gives this error: ``` Traceback (most recent...

cython version 0.25.2 bhtsne version 0.1.9 numpy version 1.12.1

Hi! Could you please add a number of iterations as a parameter to the python script?

I am using this implementation to reduce a dataset from 250,000 dimensions to 10 dimensions and it is taking almost 90 minutes while scikit's implementation takes only 4 to 5...