Skip to content

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