Node2vec

From HandWiki

node2vec is an algorithm to generate vector representations of nodes on a graph. The node2vec framework learns low-dimensional representations for nodes in a graph through the use of random walks through a graph starting at a target node. It is useful for a variety of machine learning applications. node2vec follows the intuition that random walks through a graph can be treated like sentences in a corpus. Each node in a graph is treated like an individual word, and a random walk is treated as a sentence. By feeding these "sentences" into a skip-gram, or by using the continuous bag of words model paths found by random walks can be treated as sentences, and traditional data-mining techniques for documents can be used. The algorithm generalizes prior work which is based on rigid notions of network neighborhoods, and argues that the added flexibility in exploring neighborhoods is the key to learning richer representations of nodes in graphs.[1] The algorithm is considered one of the best graph classifiers.[2]

See also

References

  1. Grover, Aditya; Leskovec, Jure (2016). "Node2vec". Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. 2016. pp. 855–864. doi:10.1145/2939672.2939754. ISBN 9781450342322. Bibcode2016arXiv160700653G. 
  2. Khosla, Megha; Setty, Vinay; Anand, Avishek (2020). "A Comparative Study for Unsupervised Network Representation Learning". IEEE Transactions on Knowledge and Data Engineering: 1. doi:10.1109/tkde.2019.2951398.