Skip to content

Commit 35ee7bd

Browse files
test 18
1 parent 769bfb5 commit 35ee7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blogpost.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ing, simplicial complexes, equivariant message passing networks and message pass
3030
networks.
3131

3232
### 2.1 Message passing
33-
Let $G = (V,E)$ be a graph consisting of nodes $V$ and edges $E$. Then let each node $v_i \in V$ and edge $e_{ij} \in E$ have an associated node feature $\mathbf{f}_i \in \mathbb{R}^{c_n}$ and edge feature $\mathbf{a}_{ij}$ $\in \mathbb{R}^{c_e}$, with dimensionality $c_n, c_e \in \mathbb{N}_{>0}$. In message passing, nodes have hidden states (features). We update nodes' features iteratively via the following procedure:
33+
Let $G = (V,E)$ be a graph consisting of nodes $V$ and edges $E$. Then let each node $v_i \in V$ and edge $e_{ij} \in E$ have an associated node feature $\mathbf{f}_i \in \mathbb{R}^{c_n}$ and edge feature $a_{ij}$ $\in \mathbb{R}^{c_e}$, with dimensionality $c_n, c_e \in \mathbb{N}_{>0}$. In message passing, nodes have hidden states (features). We update nodes' features iteratively via the following procedure:
3434

3535

3636
$$\mathbf{m}_{ij}=\phi_m\left(\mathbf{f}_i, \mathbf{f}_j, \mathbf{a}_{i j}\right) \tag{1}

0 commit comments

Comments
 (0)