Recommender System #4022
Replies: 2 comments 3 replies
-
Can you be a bit more specific about what you try to achieve? Do you want to train your recommender system in a mini-batch fashion or simply want to evaluate it in batches? |
Beta Was this translation helpful? Give feedback.
-
Sure, I am interested in creating a recommendation system (full batch). I would like to recommend safer medications to users based on a safety rating and meta data with a graph network. I would like to start working towards this aim with the Het Link Prediction code that you offer in your github. But don't know how to start. Abstract: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am interested in using the HetNet Link Prediction code to develop a recommender system, that prints out batches of recommendations for each input dataset. Here is your HetNet Link Prediction code:
https://github.com/pyg-team/pytorch_geometric/blob/master/examples/hetero/hetero_link_pred.py
Do you have any recommendations on how to go about this?
Beta Was this translation helpful? Give feedback.
All reactions