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

How recommend method works in Nearest Neighbour Models? #715

Open
DmitriyPershukov opened this issue May 13, 2024 · 1 comment
Open

How recommend method works in Nearest Neighbour Models? #715

DmitriyPershukov opened this issue May 13, 2024 · 1 comment

Comments

@DmitriyPershukov
Copy link

Are there any papers that explain how recommending items to user works initem-item Nearest Neighbour Models?

This page https://benfred.github.io/implicit/api/models/cpu/knn.html# refers to this blog post https://www.benfrederickson.com/distance-metrics/. But as i understand it only explains how you find similiar items.

@DmitriyPershukov
Copy link
Author

My only idea is that it maybe finds similiar items for items user interacted with and then sorts them by similarity and recommends top k. But im not sure if it is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant