Graph Representation Learning, William L. Hamilton, 2020Synthesis Lectures on Artificial Intelligence and Machine Learning, Vol. 14 (Morgan and Claypool) - Offers an introduction to graph representation learning, including algorithms like Node2Vec and GraphSAGE, relevant to the section's discussion on graph embeddings for recommendations.
Mining of Massive Datasets, Jure Leskovec, Anand Rajaraman, Jeff Ullman, 2020 (Cambridge University Press) - An authoritative textbook with a chapter covering PageRank and random walk algorithms, which forms a basis for understanding Personalized PageRank in recommendation systems.