Section 01
【Introduction】GNN-Exp: An Interactive Visual Exploration Tool for GNNs in Jupyter Environments
GNN-Exp is an interactive visualization library designed specifically for graph neural networks, developed by researchers at the University of Minnesota. It supports direct exploration of graph structures, model architectures, and intermediate feature representations in Jupyter Notebooks, offering multiple visualization modes such as node-link views, matrix views, and subgraph sampling. This tool aims to address the understanding and debugging challenges posed by the "black-box" nature of GNN models. It is compatible with mainstream GNN models built using PyTorch Geometric, helping users intuitively analyze graph data and model behavior.