Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShelsonCao authored Aug 2, 2016
1 parent 37d0463 commit 7b54a95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# GraRep
Source Code of GraRep version 1.0

Please note:
1. You do not need impose L2 norm for embeddings again, or accuracy will be damaged. Actually normlization has been already done;
2. 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.

0 comments on commit 7b54a95

Please sign in to comment.