Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 214 Bytes

README.md

File metadata and controls

7 lines (3 loc) · 214 Bytes

node2vec

Node2vec implemention using adjacent matrix

网上找的代码基本都是基于networkx实现的图游走,为减少依赖库,这里直接使用邻接表来表示图实现了deepwalk和node2vec.