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
5f65bc7
commit 81e7cea
Showing
1 changed file
with
16 additions
and
1 deletion.
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,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} | ||
} |