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

Added flag for random walk output and embedding quality bugfix #116

Closed vid-koci closed 7 years ago

vid-koci commented 7 years ago

Node2vec can now output random walks instead of the embeddings. The bug in word2vec negative sampling was found and fixed which raised the quality of the produced embeddings.

roks commented 7 years ago

Thank you for your update!