You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, but I have been working on a much faster t-SNE implementation. It is unclear to me whether the speed differences in the LargeVis paper are due to algorithmic changes or due to better implementation. The current BH t-SNE implementation is pretty bare bone (simple but inefficient tree implementations, no OpenMP support, etc.) so it can be sped up very substantially.
It seems to perform better than t-SNE:
Paper: https://arxiv.org/abs/1602.00370
R Implementation: https://github.com/elbamos/largeVis
Thanks!
The text was updated successfully, but these errors were encountered: