-
Notifications
You must be signed in to change notification settings - Fork 612
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
Approximate nearest neighbour for BPR/LMF and GPU models #487
Comments
benfred
changed the title
Approximate nearest neighbours only works for the ALS model - and not on BPR or LMF. Likewise this doesn't work on the GPU models. We should change the ANN models to be composable - and wrap any other MF model
Approximate nearest neighbour for BPR/LMF and GPU models
Nov 2, 2021
benfred
added a commit
that referenced
this issue
Dec 31, 2021
Approximate nearest neighbours used to only work for the ALS mode on the CPU. This change makes it so that we can compose ANN methods with any matrix factorization model (including BPR/LMF) and also use the GPU MF models as well. Currently this provides the same api in implicit/approximate_als.py for backwards compatability - but this may be removed at a future date. Closes #487
benfred
added a commit
that referenced
this issue
Dec 31, 2021
Approximate nearest neighbours used to only work for the ALS mode on the CPU. This change makes it so that we can compose ANN methods with any matrix factorization model (including BPR/LMF) and also use the GPU MF models as well. Currently this provides the same api in implicit/approximate_als.py for backwards compatibility - but this may be removed at a future date. Closes #487
done in #502 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Approximate nearest neighbours only works for the ALS model - and not on BPR or LMF. Likewise this doesn't work on the GPU models. We should change the ANN models to be composable - and wrap any other MF model
The text was updated successfully, but these errors were encountered: