/community-detection-1

Implementation of Community Detection algorithms in Python

Primary LanguageJupyter Notebook

Community Detection

Implementation of Community Detection algorithms in Python

Algorithms used -

  • Spectral Clustering
  • Girvan Newman Algorithm
  • Louvain's Method

Graphs used for experimentation

  • Zachary's Karate Club
  • Planted L-Partition Graph

The experiments folder contains the complete set of results on these graphs.