In this Colab Notebook we show how to train a simple Graph Neural Network on the MUTAG dataset.

The MUTAG dataset contains molecules, represented as graphs. Each node is an atom, and each edge is a bond between atoms.

The goal is to predict whether a graph will mutate or not when in contact with Salmonella Typhimurium.

We will use Pytorch Geometric for the manipulation of the graph data structures and the design of the Graph Neural Network.

For a better experience, open in Colab: open in colab