gcn_norm for bigraph (ex: user-item for recsys) #10025
Unanswered
winiciuspontes
asked this question in
Q&A
Replies: 1 comment
-
@rusty1s Could you help me ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone, I'm implementing the LightGCN model from scratch and wanted to compare my results with the layer implemented by the team. However, I noticed that the normalization using gcn_norm does not take into account the number of edge_index[0] (users in my case). In other words, if there is a user with many interactions, there will be no normalization for them relative to the others.
Is there any implementation or parameter I can use in gcn_norm for bipartite graphs, or would I have to implement it manually
Example:
Beta Was this translation helpful? Give feedback.
All reactions