Inductive Representation Learning on Large Graphs, William L. Hamilton, Rex Ying, Jure Leskovec, 2017Advances in Neural Information Processing Systems, Vol. 30 (Curran Associates, Inc.)DOI: 10.55985/05f23d4e68e4d262 - Introduced GraphSAGE, formalizing the concept of learnable neighborhood aggregation functions, including mean, pooling (max), and LSTM aggregators.
CS224W: Machine Learning with Graphs (Course Materials), Jure Leskovec and Stanford University, 2024 - Official course materials from a leading university program, explaining fundamental concepts of graph neural networks, including aggregation functions.