dbusbridge / gcn_tutorial

A tutorial on Graph Convolutional Neural Networks
315 stars 78 forks source link

Edge classification with same networks? #3

Open monk1337 opened 5 years ago

monk1337 commented 5 years ago

Hi, I just found your repository and and it's really helpful to understand graph network. I just gone through your code files and it was really informative and maintained. In your experiments you have only predicted node and presented node classification problem. I have few doubts, can we use same network for edge classification or do we have other powerful networks for edge classification instead of node classification? If you can post a notebook or python code with edge classification that would be very helpful though.

Thank you, And keep posting and learning. :)