Skip to content
Discussion options

You must be logged in to vote

Thanks for your interest.

  1. In general, a GNN operates on a pre-defined graph-structure. We assume that a graph is given, and learn from features and structures in an end-to-end fashion in order to derive at some predictions. In case you do not have any graph-structure, one can also operate on the fully-connected graph (in that case GAT models a Transformer model). As such, attention scores can be interpreted as learning a soft adjacency matrix per layer. However, keep in mind that this package is more suited towards sparse graph-structured data rather than fully-connected graphs.
  2. Yes, GAT computes an attention score per edge.
  3. This depends. As mentioned earlier, considering all possible pa…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@rusty1s
Comment options

@GabbySuwichaya
Comment options

@rusty1s
Comment options

@shahinghasemi
Comment options

@zcaicaros
Comment options

Answer selected by GabbySuwichaya
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants