/GNN_Repo

Contains reference papers and other info related to Graph Neural Network

Primary LanguageJupyter Notebook

GNN_Repo

Contains reference papers and other info related to Graph Neural Network

Papers (in random order)

Survey Papers

Books and Book Chapters

Courses, Tutorials and Blog posts

Related Videos

Python Libraries to work with Graphs

  • PyGOD
    • PyGOD is based on Pytorch and pytorch_geometric and used for graph outlier detection(anomaly detection)
  • DGL Documentation and DGL code base
    • Can be used with Pytorch, Tensorflow and MaxNet. Try this First
  • GraphNets
    • From DeepMind. Tensorflow based high quality modules (try to use this instead of Stellar Graphs).
  • Stellar Graphs
    • Tensorflow + Keras based.
  • Pytorch Geometric
    • Pytorch based

How to form a graph in Python?

Other Resources

CyberSecurity Datasets