Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sathyasris27/tackling-scale-free-networks
https://github.com/sathyasris27/tackling-scale-free-networks
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sathyasris27/tackling-scale-free-networks
- Owner: SathyasriS27
- Created: 2024-07-01T16:01:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T13:26:15.000Z (6 months ago)
- Last Synced: 2024-11-12T00:22:15.005Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tackling-Scale-Free-Networks
## Currently working on this
## Introduction
This project focuses on understanding why various networks (social, communication, technological, biological) display similar features. The goal is to explore if these features can be explained by basic principles that govern the construction of these networks.#### What are Scale Free Networks ?
A network whose degree of distribution follows the power law. That states that the fraction P(k) of nodes in the network having k connections to other nodes goes for large values of k as
P(k) ∼ k^-(gamma)
where gamma is the scaling parameter. This means that few nodes have many connectionswhereas many nodes have little to no connections.## Methodology followed
1. Generating Scale Free Networks
2. Visualising Scale Free Networks
3. Applying ML Algorithms to the networks