Graph Theory
Graph/GNN courses
- machine learning with graphs by Stanford, from ML to GNN. 
- Graph deep learning course - graphs, sets, groups, GNNs. youtube 
Graph Topics
- General purpose and community detection GIT karate club bene 
- Connectivity 
- Girwan newman gist, this worked, this is potentially good too, another, another, another 
- Node2vec, paper, medium1, medium 2 - tutorial - code, git code, original py2 code, taboola code for their medium paper 
- Spectral-clustering (is this suppose to be here?) 
6. Community detection algorithms
Graph Tools
- Graph-tool is an efficient Python module for manipulation and statistical analysis of graphs 
- NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. 
Last updated
Was this helpful?