Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShelsonCao authored Sep 19, 2016
1 parent 5f65bc7 commit 81e7cea
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# GraRep
Source Code of GraRep version 1.0

Please note:
# Please Note
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.

# Lisence
This code follows MIT Lisence.

# Cite
If you want to use this code, please kinkdly cite our paper

@inproceedings{cao2015grarep,
title={Grarep: Learning graph representations with global structural information},
author={Cao, Shaosheng and Lu, Wei and Xu, Qiongkai},
booktitle={Proceedings of the 24th ACM International on Conference on Information and Knowledge Management},
pages={891--900},
year={2015},
organization={ACM}
}

0 comments on commit 81e7cea

Please sign in to comment.