Python3 implementation of the node2vec algorithm Aditya Grover, Jure Leskovec and Vid Kocijan. node2vec: Scalable Feature Learning for Networks. A. Grover, J. Leskovec. ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD), 2016.
This repository contains a modified version of node2vec.
- Added some helper functions (generate execution timestamp, save random walks)
- Added functionality to start random walks from a specific list of nodes