snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.17k stars 797 forks source link

[Node2vec] How to run 3 step in parallel #130

Closed doannam020293 closed 6 years ago

doannam020293 commented 6 years ago

In Node2vec algorithm, there are 3 step: 1) Compute random walk probs. 2) Simulate random walks of length starting from each node u 3) Optimize the node2vec objective using Stochastic Gradient Descent. But I can only run 3 steps above in sequence. How to run in parallel?? Please help!