Library of community detection algorithms
-
Updated
Nov 4, 2023 - Python
Library of community detection algorithms
Predicting new link, detecting communities on Amazon Product Co-Purchasing Network. Recommending books based on the underlying network related information. Demo Video Link -
A detailed analysis of an email network between 143 employees of Enron company
We have compared the different community detection algorithms for multiple real-world social networks with some standard datasets.
Python implementations of Community Detection Algorithms, including Cliques, k-cores, SNN, IHCS, LCMA, Girvan-Newman.
Implementation of Girvan-Newman Algorithm using Brandes Algorithm for Community/cluster finding
USC DSCI 553 - Foundations & Applications of Data Mining - Spring 2024 - Prof. Wei-Min Shen
This project implements a community detection algorithm using divisive hierarchical clustering (Girvan-Newman algorithm).
Deteksi Komunitas menggunakan Algoritma Girvan-Newman
Notebook of the course "Algorithms and Complexity"
EECE 5645 Project: Performing community detection on Reddit Hyperlink network dataset and leverage the power of Spark and GraphFrames
This project implements the Girvan-Newman and Louvain algorithms from scratch for community detection in graphs, using datasets like Wiki-Vote and LastFM-Social. It includes automated stopping criteria, dendrogram visualization, and performance comparisons.
Add a description, image, and links to the girvan-newman-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the girvan-newman-algorithm topic, visit your repo's landing page and select "manage topics."