You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to get the top ten music data that a user is most likely to click or recommend 10 songs to a user, what should I do? Can you help me?
I think MKR is a ranking model, so if you want to get the top ten music, you should get the recall set first, which represents the music that current users are most likely to click. Then use the MKR model to rank the recall set. As for the recall set, you can get it through user itemcf, item2vec or some user performance policies.
If I want to get the top ten music data that a user is most likely to click or recommend 10 songs to a user, what should I do? Can you help me?
The text was updated successfully, but these errors were encountered: