Unsupervised node embeddings

slides (in Russian) pptx or pdf
TL;DR:
A review of the most important algorithms for node embeddings.
I review 5 algorithms for node embeddings. Here I provide a full list with some extra pointers.
- DeepWalk paper · authors’ code (Python) · C++ code (mine)
- node2vec paper · authors’ code (Python) · C++ code (mine)
- VERSE paper · authors’ code (C++)
- DGI paper · authors’ code (Python)
- DMoN paper · authors’ code (Python)