-
Hey, my problem formulates as follows: I need to choose exactly one node from graph. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
This depends. GAT utilizes a sparse attention mechanism across local neighborhoods that is solely feature-based, and as such it might not be the best GNN operator to discriminate between different graph structural properties. It's definitely worth it to try out other GNN operators as well, such as |
Beta Was this translation helpful? Give feedback.
This depends. GAT utilizes a sparse attention mechanism across local neighborhoods that is solely feature-based, and as such it might not be the best GNN operator to discriminate between different graph structural properties. It's definitely worth it to try out other GNN operators as well, such as
GINConv
.