stellargraph / stellargraph

StellarGraph - Machine Learning on Graphs
https://stellargraph.readthedocs.io/
Apache License 2.0
2.96k stars 431 forks source link

To add GCN to our library #304

Closed wangzhen263 closed 5 years ago

wangzhen263 commented 5 years ago

Description

Graph Convolutional Networks (GCNs) is a recently proposed architecture which has had success in semi-supervised learning on graph-structured data. It is an important member of graph researches. I will port GCN into our stellargraph library.

Dataset will be Cora at this moment.

Done Checklist

youph commented 5 years ago

Check out the keras implementation of GCN by Kipf: https://github.com/tkipf/keras-gcn

youph commented 5 years ago

@wangzhen263 is this still in "ToDo" status?

wangzhen263 commented 5 years ago

PR https://github.com/stellargraph/stellargraph/pull/318