Skip to content

weighted random walk implementation for deepwalk (in python)

Notifications You must be signed in to change notification settings

shun1024/weighted-deepwalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weighted-deepwalk

Weighted Random Walk Implementation for DeepWalk (in Python)

The deepwalk [1] with weighted edge graph is implemented here.

Installation:

  1. Install original deepwalk package:

    pip install deepwalk

  2. Move 'main.py' and 'weighted_random_walk.py' into the python lib directory for deepwalk

Usage:

  deepwalk --input input.file --format weighted_edgelist --output output.file

Reference:

[1] deepwalk: https://github.com/phanein/deepwalk

About

weighted random walk implementation for deepwalk (in python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages