Graph Representation Learning, William L. Hamilton, 2020Synthesis Lectures on Artificial Intelligence and Machine Learning, Vol. 14 (Morgan and Claypool) - 介绍图表示学习,包括Node2Vec和GraphSAGE等算法,与本节讨论的用于推荐系统的图嵌入直接相关。
Mining of Massive Datasets, Jure Leskovec, Anand Rajaraman, Jeff Ullman, 2020 (Cambridge University Press) - 一本权威教材,其中一章涵盖PageRank和随机游走算法,构成理解推荐系统中个性化PageRank的基础。