forked from ShelsonCao/GraRep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37d0463
commit 7b54a95
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |