Closed wangzhen263 closed 5 years ago
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.
Check out the keras implementation of GCN by Kipf: https://github.com/tkipf/keras-gcn
@wangzhen263 is this still in "ToDo" status?
PR https://github.com/stellargraph/stellargraph/pull/318
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