GNN with different MLP for second/third/etc neighbor #3787
Unanswered
antoni4040
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Do you mean something like https://pytorch-geometric.readthedocs.io/en/latest/modules/nn.html#torch_geometric.nn.conv.MFConv? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a GNN that provides different MLP layers for the first neighbors, for the second neighbors etc up to a certain degree? Seems to be a relatively simple concept that I struggle to find information about and I wonder if it could solve overfitting and oversmoothing for small graphs.
Beta Was this translation helpful? Give feedback.
All reactions