node2vec Algorithm

From GM-RKB
Jump to navigation Jump to search

A node2vec Algorithm is a graph embedding algorithm that ...



References

2018

2017

  • http://snap.stanford.edu/node2vec/
    • QUOTE: Learning useful representations from highly structured objects such as graphs is useful for a variety of machine learning applications. Besides reducing the engineering effort, these representations can lead to greater predictive power.

      The node2vec framework learns low-dimensional representations for nodes in a graph by optimizing a neighborhood preserving objective. The objective is flexible, and the algorithm accomodates for various definitions of network neighborhoods by simulating biased random walks. Specifically, it provides a way of balancing the exploration-exploitation tradeoff that in turn leads to representations obeying a spectrum of equivalences from homophily to structural equivalence

2016