Replies: 1 comment 3 replies
-
I suggest using |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hello, I have an idea to implement a GNN, which predicts node-level features (each node feature's dimension is 1).
Assuming that, there is a vertice$v$ (orange node in the figure) and its neighbours $\mathcal{N}(v)$ (blue nodes in the figure).$v$ and its neighbours.$0.6$ represents the improve relation. It will increase the value of vertice $v$ through the message passing.$-0.4$ represents the impress relation. It will decrease the value of vertice $v$ through the message passing.
There are two relation types between
The orange line whose value is
The blue line whose value is
I do not know which GNN I should use.
Beta Was this translation helpful? Give feedback.
All reactions