Data
subject:: Data Science Methods for Large Scale Graphs parent:: Graph Signals and Graph Signal Processing theme:: math notes
GNN
A “full-fledged” GNN layer is a multi-dimensional generalization of the multi-layer graph perceptron given by for , where
- is a pointwise nonlinearity
- and the multiplication is a convolutional filter bank
Here, is still called an -layer embedding.
Note
These GNNs are sometimes called convolutional GNNs because they are based on graph convolution.
GNN layer equation
Mentions
TABLE
FROM [[]]
FLATTEN choice(contains(artist, this.file.link), 1, "") + choice(contains(author, this.file.link), 1, "") + choice(contains(director, this.file.link), 1, "") + choice(contains(source, this.file.link), 1, "") as direct_source
WHERE !direct_source