Skip to content

ki-ljl/node2vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node2vec

Implement the node2vec algorithm using Python.

Data

davis_southern_women_graph, les_miserables_graph.

Environment

networkx==1.11

numpy==1.18.5

gensim==4.0.1

Usage

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

Output

Embedding vector for each vertex.

About

Implement the node2vec algorithm using Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages