Skip to main content

Network Diffusion - a package for simulating spreading phenomena.

Project description

Network Diffusion - spreading models in networks

Licence PyPI version

Tests Builds Docs Codecov FOSSA Status

This Python library provides a versatile toolkit for simulating diffusion processes in complex networks. It offers support for various types of models, including temporal models, multilayer models, and combinations of both.

A Short Example

import network_diffusion as nd

# define the model with its internal parameters
spreading_model = nd.models.MICModel(
    seeding_budget=[90, 10, 0],  # 95% act suspected, 10% infected, 0% recovered
    seed_selector=nd.seeding.RandomSeedSelector(),  # pick infected act randomly
    protocol="OR",  # how to aggregate impulses from the network's layers
    probability=0.5,  # probability of infection
)

# get the graph - a medium for spreading
network = nd.mln.functions.get_toy_network_piotr()

# perform the simulation that lasts four epochs
simulator = nd.Simulator(model=spreading_model, network=network)
logs = simulator.perform_propagation(n_epochs=3)

# obtain detailed logs for each actor in the form of JSON
raw_logs_json = logs.get_detailed_logs()

# or obtain aggregated logs for each of the network's layer
aggregated_logs_json = logs.get_aggragated_logs()

# or just save a summary of the experiment with all the experiment's details
logs.report(visualisation=True, path="my_experiment")

Key Features

  • Complex Network Simulation: The library enables users to simulate diffusion processes in complex networks with ease. Whether you are studying information spread, disease propagation, or any other diffusion phenomena, this library has you covered.

  • Temporal Models: You can work with temporal models, allowing you to capture the dynamics of processes over time. These temporal models can be created using regular time windows or leverage CogSnet.

  • Multilayer Networks: The library supports multilayer networks, which are essential for modelling real-world systems with interconnected layers of complexity.

  • Predefined Models: You have the option to use predefined diffusion models such as the Linear Threshold Model, Independent Cascade Model, and more. These models simplify the simulation process, allowing you to focus on your specific research questions.

  • Custom Models: Additionally, Network Diffusion allows you to define your own diffusion models using open interfaces, providing flexibility for researchers to tailor simulations to their unique requirements.

  • Centrality Measures: The library provides a wide range of centrality measures specifically designed for multilayer networks. These measures can be valuable for selecting influential seed nodes in diffusion processes.

  • NetworkX Compatible: Last but not least, the package is built on top of NetworkX, ensuring seamless compatibility with this popular Python library for network analysis. You can easily integrate it into your existing NetworkX-based workflows.

Package installation

To install the package, run this command: pip install network_diffusion. Please note that we currently support Linux, MacOS, and Windows, but the package is mostly tested and developed on Unix-based systems.

To contribute, please clone the repo, switch to a new feature branch, and install the environment:

conda env create -f env/conda.yml
conda activate network-diffusion
pip install -e .

Documentation

Reference guide is available here!

Please bear in mind that this project is still in development, so the API usually differs between versions. Nonetheless, the code is documented well, so we encourage users to explore the repository. Another way to familiarise yourself with the operating principles of network_diffusion are projects which utilise it:

  • Generator of a dataset with actors' spreading potentials - v0.16.0 - repo
  • Influence max. under LTM in multilayer networks - v0.14.0 pre-release - repo
  • Comparison of spreading in various temporal network models - v0.13.0 - repo
  • Seed selection methods for ICM in multilayer networks - v0.10.0 - repo
  • Modelling coexisting spreading phenomena - v0.6 - repo

Citing us

If you used the package, please consider citing us:

@article{czuba2024networkdiffusion,
  title={Network Diffusion – Framework to Simulate Spreading Processes in Complex Networks},
  author={
      Czuba, Micha{\l} and Nurek, Mateusz and Serwata, Damian and Qi, Yu-Xuan
      and Jia, Mingshan and Musial, Katarzyna and Michalski, Rados{\l}aw
      and Br{\'o}dka, Piotr
    },
  journal={Big Data Mining And Analytics},
  volume={},
  number={},
  pages={1-13},
  year={2024},
  publisher={IEEE},
  doi = {10.26599/BDMA.2024.9020010},
  url={https://doi.org/10.26599/BDMA.2024.9020010},
}

Particularly if you used the functionality of simulating coexisting phenomena in complex networks, please add the following reference:

@inproceedings{czuba2022coexisting,
  author={Czuba, Micha\l{} and Br\'{o}dka, Piotr},
  booktitle={9th International Conference on Data Science and Advanced Analytics (DSAA)},
  title={Simulating Spreading of Multiple Interacting Processes in Complex Networks},
  volume={},
  number={},
  pages={1-10},
  year={2022},
  month={oct},
  publisher={IEEE},
  address={Shenzhen, China},
  doi={10.1109/DSAA54385.2022.10032425},
  url={https://ieeexplore.ieee.org/abstract/document/10032425},
}

Reporting bugs

Please report bugs on this board or by sending a direct e-mail to the main author.

About us

This library is developed and maintained by Network Science Lab from Politechnika Wrocławska / Wrocław University of Science and Technology / Technische Universität Breslau and external partners. For more information and updates, please visit our website or GitHub page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distributions

network_diffusion-0.16.0rc20240705122426-cp312-cp312-win_amd64.whl (89.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

network_diffusion-0.16.0rc20240705122426-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.whl (105.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ x86-64

network_diffusion-0.16.0rc20240705122426-cp312-cp312-macosx_10_9_universal2.whl (92.8 kB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file network_diffusion-0.16.0rc20240705122426.tar.gz.

File metadata

File hashes

Hashes for network_diffusion-0.16.0rc20240705122426.tar.gz
Algorithm Hash digest
SHA256 a8e035b3782e8782df7894b9b6b2ad564fa0329170561a1ed79bdf2294bc44c4
MD5 a13516df151839c55b62b62c978c4860
BLAKE2b-256 6bda3a7710ebf003665e655389f035f5cd9e47ea9a37d25bfdfad33b03aadd74

See more details on using hashes here.

File details

Details for the file network_diffusion-0.16.0rc20240705122426-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for network_diffusion-0.16.0rc20240705122426-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 99bdf944212ea39e74714274d8dfe259ddd2356f4cfcc73743e76b5cb6cc260c
MD5 47f682aac5dad2d295e9b93f5a899ada
BLAKE2b-256 59abe56493b410d45ad1ce73ee0213eef56e97d86dadfdbc610d0b8b49dc8ae4

See more details on using hashes here.

File details

Details for the file network_diffusion-0.16.0rc20240705122426-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for network_diffusion-0.16.0rc20240705122426-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 314ece06b98ce5a30a838fb9ba7fcd7fc6ef8a940a0b02dd7d2ec3e5f6c27beb
MD5 342d69643518ede3bff675b2a234d2c5
BLAKE2b-256 6e324a1c08d2404ca73627c0e84f33231db737756d716e09eda0fcee9678d140

See more details on using hashes here.

File details

Details for the file network_diffusion-0.16.0rc20240705122426-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for network_diffusion-0.16.0rc20240705122426-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e13d14358fa62d8f50748becd16570846e2bc419b3c38c466a0012053cfe1ab2
MD5 a0dcda1ab022367352e9c331d1104d34
BLAKE2b-256 32a6317ec8729ebb0855349af8d7e757922fe5a2cc84cecb2856235be4df4060

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page