Skip to content
#

community-detection-algorithms

Here are 19 public repositories matching this topic...

A Python project for analyzing network structures and detecting communities using various algorithms such as Louvain, Leiden, Infomap, and others. The project supports both directed and undirected graphs, computes network statistics, detects communities, and exports comparative evaluation results.

  • Updated Aug 2, 2025
  • Python

[TKDD'23] Demo code of the paper entitled "Towards a Better Trade-Off between Quality and Efficiency of Community Detection: An Inductive Embedding Method across Graphs", which has been accepted by ACM TKDD

  • Updated Sep 19, 2023
  • Python

The implementation was done using python networkx and matplot libraries. Zachary karate club dataset is used as a benchmark dataset between the different community detection algorithms. Karate is the well-known and much-used dataset to benchmark algorithms as ground truth of it is two so if a detection algorithm is close to these two sets, then …

  • Updated Jul 17, 2022
  • Python

Improve this page

Add a description, image, and links to the community-detection-algorithms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the community-detection-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more