Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
63feb47c
Unverified
Commit
63feb47c
authored
Jul 17, 2020
by
Mufei Li
Committed by
GitHub
Jul 17, 2020
Browse files
[Example] Update Links for Supervised Community Detection with Graph Neural Networks (#1816)
* Update README.md * Update README.txt
parent
ca9d3216
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
examples/pytorch/line_graph/README.md
examples/pytorch/line_graph/README.md
+2
-2
tutorials/models/1_gnn/README.txt
tutorials/models/1_gnn/README.txt
+1
-1
No files found.
examples/pytorch/line_graph/README.md
View file @
63feb47c
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.
...
...
tutorials/models/1_gnn/README.txt
View file @
63feb47c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment