Jump to content

Node2vec

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Maximelouward (talk | contribs) at 08:50, 3 December 2021 (Removed false information: Node2Vec is not linked with Gensim, it has been developed in this paper: https://arxiv.org/pdf/1607.00653.pdf. The "towardsdatascience" article linked did not mention anything about it either, so it makes no sense to keep that part.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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. Besides reducing the engineering effort, representations learned by the algorithm lead to greater predictive power.[1] 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.[2] The algorithm is considered one of the best graph classifiers.[3]

See also

References

  1. ^ "node2vec: Scalable Feature Learning for Networks".
  2. ^ Grover, Aditya; Leskovec, Jure (2016). "node2vec: Scalable Feature Learning for Networks". KDD : Proceedings. International Conference on Knowledge Discovery & Data Mining. 2016: 855–864. arXiv:1607.00653. Bibcode:2016arXiv160700653G. doi:10.1145/2939672.2939754. PMC 5108654. PMID 27853626.
  3. ^ A bot will complete this citation soon. Click here to jump the queue arXiv:10.1109/tkde.2019.2951398.