Section 01
Introduction: Hands-On GNN Project with PyTorch Geometric
This is an open-source graph neural network project (gnn-node-link-pytorch) for beginners, built on the PyTorch Geometric toolkit. It corely supports two main tasks: node classification and link prediction, implements mainstream models like GCN, GraphSAGE, and GAT, and is validated on classic datasets Cora and PubMed to help users quickly get started with GNN technology.