torch.nn - PyTorch 2.1 documentation, PyTorch Contributors, 2024 (PyTorch Foundation) - Official documentation for PyTorch's neural network modules, providing essential details on nn.Module, nn.Parameter, and building custom layers, which are fundamental to the GCN implementation.
CS224W: Machine Learning with Graphs, Jure Leskovec, 2024 - A highly regarded university course that offers comprehensive lecture materials and assignments on Graph Neural Networks, including detailed discussions and practical applications of GCNs.
Graph Representation Learning, William L. Hamilton, 2020Synthesis Lectures on Artificial Intelligence and Machine Learning, Vol. 46 (Morgan & Claypool Publishers)DOI: 10.2200/S01045ED1V01Y202009AIM046 - A concise academic monograph that provides a theoretical and practical overview of methods for learning representations on graphs, with dedicated sections explaining Graph Convolutional Networks.