• Graph neural networks are neural network architectures specifically designed for learning representations of graph-structured data including learning node representation.

    More formally the problem solved by GNNs can be framed as follows. Let be a graph and be the Adjacency Matrix. We also let be the attribute matrix on the node features.

    The goal is to learn a node representation in dimensions, denoted such that the graph structural information and node attributes are preserved.

Supervised Learning

Misc

Links