Source Code of GraRep version 1.0
Please note:
- You do not need impose L2 norm for embeddings again, or accuracy will be damaged. Actually normlization has been already done;
- GraRep is suitable for undirected graph. If you want apply it for directed graph, please use matrix addition between adjacency matrix and its transpose to replace original adjaceny matrix before you run GraRep.