pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
20.52k stars 3.57k forks source link

Feature/node similarity measures #9404

Open lettlini opened 3 weeks ago

lettlini commented 3 weeks ago

As discussed in #9359 I have implemented the node similarity measures

from the A Survey on Oversmoothing in Graph Neural Networks paper.

Let me know what you think, I am happy about any feedback :smiley: