Skip to content

Commit

Permalink
Added two ICLR 2019 papers.
Browse files Browse the repository at this point in the history
Graph Wavelet Neural Network and Combining Neural Networks with Personalized PageRank for Classification on Graphs
  • Loading branch information
benedekrozemberczki authored and chihming committed Feb 21, 2019
1 parent cfc2fcb commit f75e18e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ CALL FOR HELP: I'm planning to re-organize the papers with clear classification

# Paper References with the implementation(s)

- **GWNN**
- Graph Wavelet Neural Network, ICLR'19
- [[paper]](https://openreview.net/forum?id=H1ewdiR5tQ)
- [[Python PyTorch]](https://github.com/benedekrozemberczki/GraphWaveletNeuralNetwork)
- [[Python TensorFlow]](https://github.com/Eilene/GWNN)
- **APPNP**
- Combining Neural Networks with Personalized PageRank for Classification on Graphs, ICLR'19
- [[paper]](https://arxiv.org/abs/1810.05997)
- [[Python PyTorch]](https://github.com/benedekrozemberczki/APPNP)
- [[Python TensorFlow]](https://github.com/klicperajo/ppnp)
- **role2vec**
- Learning Role-based Graph Embeddings, IJCAI'18
- [[paper]](https://arxiv.org/pdf/1802.02896.pdf)
Expand Down

0 comments on commit f75e18e

Please sign in to comment.