Community detection programming exercises of the SMA-17s course.
- Tasks
- email input graph which is the email graph from DIMACS 10th converted into ncol format.
- karate input graph taken from http://www.cise.ufl.edu/research/sparse/matrices/Newman/karate
- Slides (week 1)
- Programming exercises (week 1)
- Slides (week 2)
- Programming exercises (week 2)
- Solutions
IPython notebook is used to demonstrate the exercises, but any IDE can be used to implement them, for example Komodo Edit or Atom.
To install python-igraph execute: $ pip install python-igraph
python-igraph is used to perform graph operations, see tutorial and API manual.