Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Barnes-Hut method #4

Open
alonfnt opened this issue Mar 13, 2024 · 0 comments
Open

Implement Barnes-Hut method #4

alonfnt opened this issue Mar 13, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@alonfnt
Copy link
Owner

alonfnt commented Mar 13, 2024

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.

@alonfnt alonfnt added the enhancement New feature or request label Mar 13, 2024
@alonfnt alonfnt assigned alonfnt and AntonioMG99 and unassigned alonfnt Mar 13, 2024
@AntonioMG99 AntonioMG99 reopened this Mar 13, 2024
@alonfnt alonfnt added this to the 0.1.0 milestone Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants