Multicore-TSNE icon indicating copy to clipboard operation
Multicore-TSNE copied to clipboard

Puzzle about the speed

Open bigheiniu opened this issue 7 years ago • 2 comments

Do you just implement this algorithm with the help of openMP? Have you ever make some change in the process of bhtsne?

bigheiniu avatar Jun 07 '18 08:06 bigheiniu

Hi, it also involves other optimizations, but another thing that I have noticed recently is that py_bh_tsne (which I derived my code from) uses squared Euclidean distance, so the hyperparameters turned out to be not directly comparable to bhtsne lib. However I did not notice much difference between using squared or proper distance, so left squared to be the default.

DmitryUlyanov avatar Jun 07 '18 09:06 DmitryUlyanov

Hello, would you like give a reference or short introduction about your optimizations. I'd like to imitate your improvement on Multiple maps of t-SNE, but feel a little confused in reading source code. Thanks!

bigheiniu avatar Jun 13 '18 14:06 bigheiniu