node2vecs
Node2vec is a network representation learning method for producing continuous feature vectors for nodes in graphs. Introduced by Aditya Grover and Jure Leskovec in 2016, it generalizes earlier approaches by using biased random walks to capture diverse network neighborhoods and applying a skip-gram model to learn embeddings. The method is designed to balance structural equivalence and community similarity by adjusting how walks explore the graph.
A central idea of node2vec is to generate short random walks on the graph and treat the
Training typically uses a skip-gram objective, as in Word2Vec, with negative sampling or hierarchical softmax. The
In common usage, node2vec refers to the algorithm itself, while the plural form node2vecs may be used