You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# Local Neighborhood Graph Autoencoders
1
+
# Multi-Task Graph Autoencoders
2
2
3
-
This is a Keras implementation of the symmetrical autoencoder architecture with parameter sharing for the tasks of unsupervised link prediction and semi-supervised node classification, as described in the following:
3
+
This is a Keras implementation of the symmetrical autoencoder architecture with parameter sharing for the tasks of link prediction and semi-supervised node classification, as described in the following:
4
4
5
5
Tran, Phi Vu. [Learning to Make Predictions on Graphs with Autoencoders.](https://arxiv.org/abs/1802.08352) Proceedings of the 5th IEEE International
6
6
Conference on Data Science and Advanced Analytics (2018). Full oral paper.
7
7
8
8
Tran, Phi Vu. [Multi-Task Graph Autoencoders.](https://arxiv.org/abs/1811.02798) NIPS 2018 Workshop on Relational Representation Learning. Short poster paper.
9
9
10
-

10
+

11
11
12
12
## Requirements
13
13
The code is tested on Ubuntu 16.04 with the following components:
0 commit comments