This repository aims to reproduce the DeepWalk method as originally presented in the paper titled "DeepWalk: Online Learning of Social Representations".
- Designed for datasets loaded in .csv files.
- Contains the primary implementation of the DeepWalk method, producing a 128-dimensional embedding with Graph information.
- Includes an evaluation using Node Classification.
- Tailored for the Pytorch Geometric datasets.
- Adapts the content of the previous file for compatibility with these datasets.
- Tailored for the PPI dataset.
- Adapts the content of the previous file for compatibility with this dataset.
- Evaluation of an embedding using Link Prediction
- Tailored for the Pytorch Geometric datasets
- Adapts the content of the previous file for compatibility with these datasets.
Reference: Perozzi, B., Al-Rfou, R., & Skiena, S. (2014, August). Deepwalk: Online learning of social representations. In Proceedings of the 20th ACM SIGKDD international conference on Knowledge discovery and data mining (pp. 701-710).