Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
e-yi authored Jul 13, 2021
1 parent 37b8e30 commit 7c3b6c4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ A pytorch implementation of [HIN2vec](https://github.com/csiesheep/hin2vec)



---

07/13/2021 add binary activation function

---

>*HIN2Vec* learns distributed representations of nodes in heterogeneous information networks (HINs) by capturing the distiguishing metapath relationships between nodes.
Please refer the paper [here](https://dl.acm.org/citation.cfm?doid=3132847.3132953).
Expand All @@ -24,11 +29,8 @@ I find Adam much more effective in training.

- some tricks not implemented
- sampling the same type of nodes
- binary regulation for meta path vectors
- learning rate decay

Maybe the sampling approach will be added later, but the binary regularization is a bit tricky.

- may be more robust comparing to the original implementation

Maybe there is something wrong about my parameter setting, but when I do some experiments using the original code,
Expand Down

0 comments on commit 7c3b6c4

Please sign in to comment.