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

Implementation of recommender system based on GNN #473

Closed
marthinkondjeni opened this issue Aug 1, 2024 · 2 comments
Closed

Implementation of recommender system based on GNN #473

marthinkondjeni opened this issue Aug 1, 2024 · 2 comments

Comments

@marthinkondjeni
Copy link

I'm currently working on a project that involves implementing a recommender system based on GNN. I would greatly appreciate any guidance or pointers related to implementing a recommender system using GNN.

@CarloLucibello
Copy link
Member

I suggest you find a reference paper or blog article and try to reimplement it. I guess some ingredients could be a link prediction task and heterogenous graphs (e.g. bipartite graphs with user nodes and item nodes). If you find a good reference I will be happy to help with the implementation.

@marthinkondjeni
Copy link
Author

I found this paper [https://arxiv.org/pdf/1910.05552]. Below is the implementation in python [https://github.com/CRIPAC-DIG/Fi_GNN]

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