The Node2Vec Algorithm
Learn the Node2Vec algorithm, which is used to generate vector embedding for the nodes of a graph.
We'll cover the following
What is Node2Vec?
The Node2Vec is an embedding generation algorithm for nodes. It is one of the most famous algorithms of this class and was proposed in 2016.
The Node2Vec algorithm tries to improve over the DeepWalk algorithm by introducing
The biased random walk
A biased random walk is governed by two parameters
The parameter
Get hands-on with 1400+ tech skills courses.