Inductive Representation Learning on Large Graphs, William L. Hamilton, Rex Ying, Jure Leskovec, 2017Advances in Neural Information Processing Systems (NeurIPS)DOI: 10.48550/arXiv.1706.02216 - Introduces the GraphSAGE framework, which learns a function to aggregate information from a node's local neighborhood, allowing for inductive learning on unseen nodes.
CS224W: Machine Learning with Graphs, Jure Leskovec, 2023 (Stanford University) - An acclaimed university course covering the foundations of graph neural networks, including detailed explanations of neighborhood aggregation and message passing mechanisms.