<aside> 💡
프로젝트를 위해 공부했던 GIN에 대해 정리하고자 한다. 이번 포스팅은 'How Powerful are Graph Neural Networks?' 논문의 내용을 바탕으로 참고 자료와 함께 정리한 내용이다.
</aside>
$$ PA_1P^T=A_2\,and\,PX_1\,=\,X_2 $$
$$ min_{P\in \mathcal{P}}||PA_1P^T-A_2||+||PX_1-X_2||= 0 $$
[ figure 1 ] Example Isomorph graphs
(** 출처 : [The Weisfeiler-Lehman Isomorphism Test](<https://davidbieber.com/post/2019-05-10-weisfeiler-lehman-isomorphism-test/>))
$$ z_\mathcal{G_1}= z_\mathcal{G_2}\;if \;and \;only\;if\;\mathcal{G_1}\;is\;isomorphic\;to\;\mathcal{G_2} $$