Skip to content

JasonLeeJSL/CS6208_23sp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS6208_23sp DeepWalk

This is the personal project of Li Jingshu in 23sp CS6208, taught by professor Xavier Bresson.

In this project, DeepWalk is reproduced. The random walk part and skipgram part are both reproduced and you can see them in ./utils/random_walk.py and ./utils/skipgram.py. The body of DeepWalk is in ./model/deepwalk.py.

To run the code, just use the following command:

$ python main.py

There are also user setting arguments, for details, please see:

$ python main.py --help

The dataset is about the related to the semantic area related to any Wikipedia Page. For mor details, please see the Datasource.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages