11_gnn.pdf

Graph Review

image.png

This allows for defining features in graph neural networks through various methods:

Graph can further be represented in memory as an adjacency matrix. Symmetric for undirected and un-symmetric for directed.

CNN Invariances

<aside> ❗

Graph Isomorphism and why it matters

Set of Vertices

Let's begin by considering a graph with no edges - just a set of nodes V:

X = [x₁, ..., xₙ]ᵀ