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 7b54a95 commit 14b176b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
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;
1. You do not need impose L2 norm for embeddings again, or accuracy will be hurt. 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 14b176b

Please sign in to comment.