Skip to content

Commit

Permalink
[Example] Update Links for Supervised Community Detection with Graph …
Browse files Browse the repository at this point in the history
…Neural Networks (dmlc#1816)

* Update README.md

* Update README.txt
  • Loading branch information
mufeili authored Jul 17, 2020
1 parent ca9d321 commit 63feb47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/pytorch/line_graph/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Community Detection with Graph Neural Networks (CDGNN)
============

Paper link: [https://arxiv.org/abs/1705.08415](https://arxiv.org/abs/1705.08415)
Paper link: [https://openreview.net/pdf?id=H1g0Z3A9Fm](https://openreview.net/pdf?id=H1g0Z3A9Fm)

Author's code repo: [https://github.com/joanbruna/GNN_community](https://github.com/joanbruna/GNN_community)
Author's code repo: [https://github.com/zhengdao-chen/GNN4CD](https://github.com/zhengdao-chen/GNN4CD)

This folder contains a DGL implementation of the CDGNN model.

Expand Down
2 changes: 1 addition & 1 deletion tutorials/models/1_gnn/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Graph neural networks and its variants
Relational-GCN allows multiple edges among two entities of a
graph. Edges with distinct relationships are encoded differently.

* **Line graph neural network (LGNN)** `[research paper] <https://arxiv.org/abs/1705.08415>`__ `[tutorial]
* **Line graph neural network (LGNN)** `[research paper] <https://openreview.net/pdf?id=H1g0Z3A9Fm>`__ `[tutorial]
<1_gnn/6_line_graph.html>`__ `[Pytorch code]
<https://github.com/dmlc/dgl/tree/master/examples/pytorch/line_graph>`__:
This network focuses on community detection by inspecting graph structures. It
Expand Down

0 comments on commit 63feb47

Please sign in to comment.