GNNExplainer: Generating Explanations for Graph Neural Networks, Zhitao Ying, Dylan Bourgeois, Jiaxuan You, Marinka Zitnik, Jure Leskovec, 2019Advances in Neural Information Processing Systems, Vol. 32 - Introduces a method for explaining GNN predictions by identifying important graph structures and features, which is essential for visualizing and interpreting GNN behavior.
CS224W: Machine Learning with Graphs, Jure Leskovec, 2024 (Stanford University) - Provides lecture notes, assignments, and practical advice on implementing, debugging, and understanding Graph Neural Networks, serving as an educational resource for practical GNN development.