From 48d59781b1b66a3a639153a4eac5269cfd9b723c Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Thu, 18 Jul 2019 16:53:25 -0700 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a87b9e8..75fc8d2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# Local Neighborhood Graph Autoencoders +# Multi-Task Graph Autoencoders -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: +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: Tran, Phi Vu. [Learning to Make Predictions on Graphs with Autoencoders.](https://arxiv.org/abs/1802.08352) Proceedings of the 5th IEEE International Conference on Data Science and Advanced Analytics (2018). Full oral paper. Tran, Phi Vu. [Multi-Task Graph Autoencoders.](https://arxiv.org/abs/1811.02798) NIPS 2018 Workshop on Relational Representation Learning. Short poster paper. -![FCN_schematic](figure1.png?raw=true) +![schematic](figure1.png?raw=true) ## Requirements The code is tested on Ubuntu 16.04 with the following components: