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

Spectrum to vector conversion #27

Open
bittremieux opened this issue Oct 7, 2022 · 0 comments · May be fixed by #45
Open

Spectrum to vector conversion #27

bittremieux opened this issue Oct 7, 2022 · 0 comments · May be fixed by #45
Assignees

Comments

@bittremieux
Copy link
Owner

Currently we use feature hashing to convert spectra to vectors. Instead, Gaussian random projections might give a similar performance at lower dimensionalities, which would speed up searching and reduce the size of the ANN index.

See e.g. the implementation in falcon.

@issararab issararab self-assigned this Feb 9, 2023
@issararab issararab linked a pull request Jul 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants