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

add renormalization trick option + benchmark notebook #68

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mminici
Copy link

@mminici mminici commented Sep 3, 2020

I've added the option to use the "renormalization trick" shown in Kipf&Welling, 2017.

Along with this option, I've added a benchmark notebook where the performances of three solutions are shown:

  1. A model which does not take into account the graph structure (BASELINE)
  2. A GCN model which uses the adjacency matrix with the normalization formula D^-1xA
  3. A GCN model which uses the adjacency matrix with the "renormalization trick" formula D^-1/2xAxD^-1/2

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

Successfully merging this pull request may close these issues.

1 participant