bhtsne icon indicating copy to clipboard operation
bhtsne copied to clipboard

Barnes-Hut t-SNE

Results 25 bhtsne issues
Sort by recently updated
recently updated
newest added

Dear Dr. van der Maaten: Could you help me enhance my understanding of how the perplexity parameter works. There are two questions. 1) Looking at the implementation, do I get...

Hi, [Smile](https://github.com/haifengl/smile) has an implantation of t-SNE for Java/Scala/Kotlin/Clojure. Would you please add a link to it in your t-SNE page? Thanks.

Hi all, I've experienced weird performance issues when compiling the binary on my Windows 10 home desktop vs. an Ubuntu 18.04 virtual machine. I compiled the binary using the given...

Hello @lvdmaaten , I've read on your tSNE homepage that you can handle datasets with up to 30 million examples https://lvdmaaten.github.io/tsne/. I'm currently working in google colab I currently have...

Changes in 5d347d14d4e9b81823865b19408067926caa205a breaks Windows support, as Windows doesn't support `os.fork`. Wish I could propose a fix, but I'm not sure if/how to achieve the same sort of functionality in...

This adds a mex function to transfer data directly to C instead of writing files to disk. The fast_tsne.m function is expanded to support all the options available in C,...

Hey! Does anyone have idea why the lates version (master) is slower than the older version available in https://github.com/danielfrg/tsne/tree/master/tsne/bh_sne_src I profiled the issue with the mnist2500 data set and the...

Hello, I'm working with the python wrapper _bhtsne.py_, the **iris dataset**, and on a ubuntu 14.04. I'm trying to get the costs for each samples (as specified iat the end...

Hi, Since t-SNE is increasingly used to visualize neural networks outputs (and their layers), it would be extremely helpful to have an implementation of t-SNE in pytorch, in particular the...