Skip to content

network-representation-learning: DeepWalk, LINE, Node2Vec, GraRep

Notifications You must be signed in to change notification settings

feixyz10/network-representation-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

network-representation-learning

Four network representation learning algorithms have been reimplementationed

  • Deepwalk, assess on tencent weibo dataset, AUC: 0.7548
  • LINE, assess on tencent weibo dataset, AUC: 0.7608
  • Node2Vec, assess on tencent weibo dataset, AUC: 0.7553
  • GraRep, assess on cora dataset, prediction accuracy: 0.805

Usage

Go to the source directory, use following command to run:

python3 deepwalk_for_tencent.py [or line_for_tencent.py, node2vec_for_tencent.py, grarep_for_cora.py]

Requirements

  • numpy
  • scipy
  • networksx
  • gensim
  • pytorch
  • scikit-learn

About

network-representation-learning: DeepWalk, LINE, Node2Vec, GraRep

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages