Representing Graphs: Adjacency and Feature Matrices
Was this section helpful?
Introduction to Graph Theory, Douglas B. West, 2001 (Prentice Hall) - A classic textbook covering fundamental concepts of graph theory, including adjacency matrices and other graph representations.
Graph Representation Learning, William L. Hamilton, 2020Synthesis Lectures on Artificial Intelligence and Machine Learning, Vol. 14 (Morgan and Claypool)DOI: 10.2200/S00998ED1V01Y202003AIM007 - An authoritative book focusing on graph representation learning, beginning with the numerical encoding of graph structures and node features.
Dive into Deep Learning, Aston Zhang, Zachary C. Lipton, Mu Li, Alex Smola, and others, 2024 (Cambridge University Press) - An accessible online textbook, with a chapter dedicated to Graph Neural Networks that explains how graphs are numerically represented as input.
A Comprehensive Survey on Graph Neural Networks, Zonghan Wu, Shirui Pan, Fengwen Chen, Guodong Long, Chengqi Zhang, 2020IEEE Transactions on Neural Networks and Learning Systems, Vol. 32 (IEEE)DOI: 10.1109/TNNLS.2020.2970760 - A widely cited survey providing a broad overview of Graph Neural Networks, including the foundational methods for representing graphs as input data.