We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfd278 commit a81ec65Copy full SHA for a81ec65
src/layers/conv.jl
@@ -394,9 +394,9 @@ end
394
@doc raw"""
395
GINConv(f, ϵ; aggr=+)
396
397
-Graph Isomorphism convolutional layer from paper [How Powerful are Graph Neural Networks?](https://arxiv.org/pdf/1810.00826.pdf)
398
-
+Graph Isomorphism convolutional layer from paper [How Powerful are Graph Neural Networks?](https://arxiv.org/pdf/1810.00826.pdf).
399
+Implements the graph convolution
400
```math
401
\mathbf{x}_i' = f_\Theta\left((1 + \epsilon) \mathbf{x}_i + \sum_{j \in N(i)} \mathbf{x}_j \right)
402
```
0 commit comments