Graph Theory

Graph/GNN courses

  1. Graph deep learning course - graphs, sets, groups, GNNs. youtube

Graph Topics

  1. Connectivity

  2. Min-cut: 1, 2, 3, 4, 5, 6

  3. Spectral-clustering (is this suppose to be here?)

5. Centrality algorithms

6. Community detection algorithms

7. Experimental algorithms

Graph Tools

  1. Graph-tool is an efficient Python module for manipulation and statistical analysis of graphs

  2. NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.

Last updated