pytorch_geometric icon indicating copy to clipboard operation
pytorch_geometric copied to clipboard

Feature/node similarity measures

Open lettlini opened this issue 8 months ago • 1 comments

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

  • Dirichlet Energy
  • Mean Absolute Energy

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

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

lettlini avatar Jun 06 '24 15:06 lettlini