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

Converting to top-n recommendation #6

Closed
joohyelim opened this issue Jan 28, 2020 · 1 comment
Closed

Converting to top-n recommendation #6

joohyelim opened this issue Jan 28, 2020 · 1 comment

Comments

@joohyelim
Copy link

I am very impressed about the usefulness of AutoInt to my personal project.
I'm wondering if there is any handy way of converting this AutoInt to top-n recommendaiton?
Would it be possible?

@Songweiping
Copy link
Contributor

I think you can first pair the target user with all possible items and then score each <TargetUser, item> pair with AutoInt model. To get top-n recommendations, just rank all candidate items based on predicted scores.

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

2 participants