pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
21.08k stars 3.63k forks source link

GCN model for multiplex networks (aka multi dimensional networks) #280

Open prateeky2806 opened 5 years ago

prateeky2806 commented 5 years ago

🚀 Feature

Multi-dimensional Graph Convolutional Networks Multi-GCN: Graph Convolutional Networks for Multi-View Networks, with Applications to Global Poverty

Motivation

In many of the real world applications the vertex set is same but we can have multiple edge sets where each edge set represents a different type of relationship between nodes. These Multi-GCN kind of algorithms are useful in such cases.

rusty1s commented 5 years ago

Thank you. I will see what I can do.

PedramBashiri commented 5 years ago

Hi, Any update on this?

rusty1s commented 5 years ago

Sadly no. If you like to contribute to this feature, please feel free to do so :)