GRAFF tutorial #7268
realfolkcode
started this conversation in
Show and tell
GRAFF tutorial
#7268
Replies: 1 comment 1 reply
-
Thanks for your efforts, this looks cool :) Do you want to have this tutorial listed in the "External Resources" page in the documentation? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
In Graph Neural Networks as Gradient Flows: understanding graph convolutions via energy, the authors propose to parametrize the energy functional, and differentiate the energy to obtain GNNs that work well in both heterophilic and homophilic settings. The paper is amazing but I couldn't find an implementation anywhere. So I decided to write it by myself. I made a tutorial where I briefly cover theoretical aspects of GRAFF, and implement a diagonally-dominant variant of GRAFF based on GCN. The tutorial also covers how to parametrize the weights of layers based on PyTorch's functionality. The results of the paper are informally recreated on
WebKB
andCora
datasets.I would be greatful if you could review my tutorial and implementation, as I am not 100% sure it is correct (although it works well).
Link to the tutorial
Beta Was this translation helpful? Give feedback.
All reactions