jdonaldson / rtsne

An R package for t-SNE (t-Distributed Stochastic Neighbor Embedding)
58 stars 24 forks source link

Use faster gradient #6

Closed CombatOrpheus closed 5 years ago

CombatOrpheus commented 5 years ago

I found this by chance, while comparing with the MATLAB implementation where Laurens used a faster gradient computation, but chose a slower one for the python version. By my tests this is about 70% faster.

jdonaldson commented 5 years ago

thanks this looks good, I'll try it.