Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vuptran committed Jul 18, 2019
1 parent 3e613d9 commit 48d5978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 48d5978

Please sign in to comment.