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