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
Note: Tree-based methods are annoying with JAX static shape requirements. Maybe lax.top_k is good enough here (although still O(n2)), or maybe we should rely on another library and not propagate gradients.
The text was updated successfully, but these errors were encountered:
Currently, only the exact method is implemented, but realistically, one wants to avoid computing negligible terms whenever possible.
Most libraries rely on near neighbours to calculate the distances and joint probability.
Accelerating t-SNE using Tree-Based Algorithms
Note: Tree-based methods are annoying with JAX static shape requirements. Maybe
lax.top_k
is good enough here (although still O(n2)), or maybe we should rely on another library and not propagate gradients.The text was updated successfully, but these errors were encountered: