Implement the node2vec algorithm using Python.
davis_southern_women_graph, les_miserables_graph.
networkx==1.11
numpy==1.18.5
gensim==4.0.1
You can install the required packages with the following command:
pip install -r requirements.txt
Then run the following command to execute the program:
python main.py
Embedding vector for each vertex.