English

Comprehend DeepWalk as Matrix Factorization

Machine Learning 2015-01-05 v1

Abstract

Word2vec, as an efficient tool for learning vector representation of words has shown its effectiveness in many natural language processing tasks. Mikolov et al. issued Skip-Gram and Negative Sampling model for developing this toolbox. Perozzi et al. introduced the Skip-Gram model into the study of social network for the first time, and designed an algorithm named DeepWalk for learning node embedding on a graph. We prove that the DeepWalk algorithm is actually factoring a matrix M where each entry M_{ij} is logarithm of the average probability that node i randomly walks to node j in fix steps.

Keywords

Cite

@article{arxiv.1501.00358,
  title  = {Comprehend DeepWalk as Matrix Factorization},
  author = {Cheng Yang and Zhiyuan Liu},
  journal= {arXiv preprint arXiv:1501.00358},
  year   = {2015}
}

Comments

4 pages

R2 v1 2026-06-22T07:49:00.956Z