About Graph Neural Networks

For the initial learning about Graph Neural Networks (GNNs), it is better to start with several survey papers: https://github.com/thunlp/GNNPapers#survey-papersarrow-up-right.

To follow up on the latest topics in this field, the GNN workshops in top AI conferences are good choices to be tracked: https://github.com/naganandy/graph-based-deep-learning-literature#related-workshopsarrow-up-right.

For practical implements, two libraries are commonly used in this field: Pytorch Geometric https://github.com/rusty1s/pytorch_geometricarrow-up-right and Deep Graph Library https://github.com/dmlc/dglarrow-up-right.

Last updated