https://github.com/ophiase/community-identification-for-large-network-ifecy070
Community Identification Anthology - 🌐 Large Networks of Interactions
https://github.com/ophiase/community-identification-for-large-network-ifecy070
erdos-reyni-graphs graph-algorithms
Last synced: 3 months ago
JSON representation
Community Identification Anthology - 🌐 Large Networks of Interactions
- Host: GitHub
- URL: https://github.com/ophiase/community-identification-for-large-network-ifecy070
- Owner: Ophiase
- License: apache-2.0
- Created: 2025-02-09T14:31:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T00:52:35.000Z (3 months ago)
- Last Synced: 2025-03-17T01:35:35.138Z (3 months ago)
- Topics: erdos-reyni-graphs, graph-algorithms
- Language: Python
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [📔 Community Identification - 🌐 Large Networks of Interactions](https://github.com/Ophiase/HomeWork-3-Large-Network-IFECY070)
[](https://opensource.org/licenses/Apache-2.0)
[](https://www.python.org/)Demonstration of community detection in large interaction networks for a course assignment.
## Installation
```bash
git clone [email protected]:Ophiase/HomeWork-3-Large-Network-IFECY070.git
cd HomeWork-3-Large-Network-IFECY070
pip install -r requirements.txt
```## Execution
```bash
# demonstrations
make demo_distribution
make demo_generation
make demo_community_identification
make benchmark# unit tests
make tests
make tests_verbose
```