Skip to content

Implementing node similarity measures into pytorch geometric

License

Notifications You must be signed in to change notification settings

lettlini/node_similarity_pyg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node Similarity Measures in PyTorch Geometric

The code in this repository aims to

  1. implement the node similarity measures introduced in the A Survey on Oversmoothing in Graph Neural Networks paper

  2. replicate (some of) the empirical results

Currently implemented:

  • Mean Average Distance (MAD)
  • Dirichlet Energy $\sqrt{\mathcal{E}}$

Releases

No releases published

Packages

No packages published

Languages