Hands-on: Node Classification on the Cora Dataset with PyG
Was this section helpful?
PyTorch Geometric Documentation, PyTorch Geometric Developers, 2023 - Official documentation for PyTorch Geometric, providing comprehensive guides and API references for building and training GNNs.
Semi-Supervised Classification with Graph Convolutional Networks, Thomas N. Kipf and Max Welling, 2017International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.1609.02907 - Introduces the Graph Convolutional Network (GCN) model, the core architecture used in this hands-on section, and demonstrates its effectiveness in semi-supervised node classification on datasets like Cora.