-
Notifications
You must be signed in to change notification settings - Fork 615
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
Comments
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. |
I know that a lot of time has passed, but... In this course there is explained user-user and item-item nearest neighbor. You can audit it without payment and giving credit card data :) |
Thanks for the link.
…On Sun, Jul 21, 2024 at 12:51 AM Jan Sowa ***@***.***> wrote:
I know that a lot of time has passed, but...
http://coursera.org/learn/collaborative-filtering?utm_medium=sem&utm_source=gg&utm_campaign=B2C_EMEA__coursera_FTCOF_career-academy_pmax-multiple-audiences-country-multi&campaignid=
In this course there is explained user-user and item-item nearest
neighbor. You can audit it without payment and giving credit card data :)
—
Reply to this email directly, view it on GitHub
<#715 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANKOODQVSGL35BNA57KI6XLZNK5SJAVCNFSM6AAAAABHTSKNPOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBRGI3TOMJYGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: