An opinionated guide to graph embeddings

slides pptx or pdf
TL;DR:
A review of 10 most important algorithms for node embeddings.
I review 10 algorithms for node embeddings. Here I provide a full list with some extra pointers.
- DeepWalk paper · authors’ code (Python) · C++ code (mine)
- LINE paper · authors’ code (C++)
- node2vec paper · authors’ code (Python) · C++ code (mine)
- VERSE paper · authors’ code (C++)
- HOPE paper · authors’ code (MATLAB)
- AROPE paper · authors’ code (MATLAB + Python)
- NetMF paper · authors’ code (Python)
- RandNE paper · authors’ code (Python)
- FastRP paper · authors’ code (Python)
- NodeSketch paper · authors’ code (C++ & Python)