Learn Before
Concept

Definition of Loss in GNNs for Graph Classification

L=GiTMLP(zGi)yGi22\mathcal{L} = \sum_{ \mathcal{G}_i \in \mathcal{T} } \| MLP( z_{\mathcal{G}_{i}} ) - y_{\mathcal{G}_{i}} \|_{2}^{2}

zGiz_{\mathcal{G}_{i}} is graph level embeddings

T=G1,...,Gn\mathcal{T} = {\mathcal{G}_{1}, ..., \mathcal{G}_{n} } set of labeled training graphs

MLP ,densely connected feed forward neural network

yGiI ⁣Ry_{\mathcal{G}_{i} \in {\rm I\!R} } is the target value for training graph Gi\mathcal{G}_{i}

0

1

Updated 2022-07-17

Tags

Data Science