tkipf / gcn

Implementation of Graph Convolutional Networks in TensorFlow
MIT License
7.11k stars 2k forks source link

Reproducing the Karate Club embedding example #18

Open omarmaddouri opened 6 years ago

omarmaddouri commented 6 years ago

Hi,

I am trying to reproduce the Karate club embedding example and I am wondering if there is any available implementation. I aim to generate node embeddings based on your GCN model and the Zachary example is an interesting start point. Please let me know how can I proceed to reproduce the mentioned results.

Many thanks, Omar

tkipf commented 6 years ago

Thanks, I think this should answer your question: https://github.com/tkipf/gcn/issues/12

omarmaddouri commented 6 years ago

Thank you very much for your prompt reply. Indeed this should be very helpful. Thank you for the great package as well ;)