Datasets:
Add files using upload-large-folder tool
Browse files
parse/train/N5hQI_RowVA/N5hQI_RowVA.md
CHANGED
|
@@ -47,7 +47,7 @@ $$
|
|
| 47 |
{ \bf R } { \bf z } _ { x } + { \bf t } , { \bf z } _ { h } = f ( { \bf R } { \bf x } + { \bf t } , { \bf h } )
|
| 48 |
$$
|
| 49 |
|
| 50 |
-
$\mathbf { E ( n ) }$ Equivariant Graph Neural Networks (EGNN) (Satorras et al., 2021) consider a graph $\mathcal { G } =$ $( \nu , \mathcal { E } )$ with nodes $v _ { i } \in \mathcal V$ and edges $e _ { i j }$ . Each node $v _ { i }$ is associated with a position vector $\mathbf { x } _ { i }$ and node features $\mathbf { h } _ { i }$ as the ones defined in previous paragraphs. Then, an $\operatorname { E } ( n )$ Equivariant Graph Convolutional Layer (EGCL) takes as input the set of node embeddings $\mathbf { h } ^ { l } = \{ \mathbf { h } _ { 0 } ^ { l } , \dots , \mathbf { h } _ { M - 1 } ^ { l } \}$ , coordiante embeddings $\mathbf { x } ^ { l } = \{ \mathbf { x } _ { 0 } ^ { l } , \dots , \mathbf { x } _ { M - 1 } ^ { l } \}$ at layer $l$ and edge information $\mathcal { E } = ( e _ { i j } )$ and outputs a transformation on $\mathbf { h } ^ { l + 1 }$ and $\mathbf { x } ^ { l + 1 }$ |