Skip to main content

Library for fast prototyping of GNN

Project description

IGNNITION: Fast prototyping of Graph Neural Networks for Communication Networks

Downloads

IGNNITION is the ideal framework for users with no experience in neural network programming (e.g., TensorFlow, PyTorch). With this framework, users can design and run their own Graph Neural Networks (GNN) in a matter of a few hours.

Website: https://ignnition.org

Documentation: https://ignnition.org/doc/

IGNNITION is especially for you if:

You are a scientist or engineer that wants to build custom GNNs adapted to your problem (e.g., computer networks, biology, physics, chemistry, recommender systems…)

Learn more at IGNNITION at a Glance.

How it works?

Create your own GNN model in three simple steps:

  1. Define a GNN architecture with an intuitive YAML interface
  2. Adapt your dataset
  3. Execute the training with just 3 lines of code

IGNNITION produces an optimized implementation of your GNN without writing a single line of TensorFlow.

Quick Start

Installation

Recommended: Conda environment

A conda environment definition is available in environment.yml. Using it is recommended, as it ensures that an appropriate Python version and the necessary packages are installed. To use it, first install miniconda and then run the following:

conda env create -f environment.yml --name ignnition
conda activate ignnition

This will create the conda environment with ignnition name and will activate it.

Recommended: Python 3.7

Please, ensure you use Python 3.7. Otherwise, we do not guarantee the correct installation of dependencies.

You can install IGNNITION with the following command using PyPI.

pip install ignnition

Alternatively, you can install it from the source code, using the following commands. These commands first download the source code, then prepare the environment, and finally install the library:

wget 'https://github.com/BNN-UPC/ignnition'
pip install -r requirements.txt
python setup.py install

Please, find more details in our installation guide.

Tutorial

To get started with IGNNITION, we have prepared a step-by-step tutorial that explains in detail how to design a basic GNN from scratch. Click here to start this tutorial.

After this tutorial, you should be prepared to:

Please, follow the documentation to know all the details of this framework.

Main Contributors

D. Pujol-Perich, J. Suárez-Varela, Miquel Ferriol, A. Cabellos-Aparicio, P. Barlet-Ros.

Barcelona Neural Networking center, Universitat Politècnica de Catalunya

This software is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 871528.

Citing

Please, use the following reference to cite IGNNITION.

Plain text:

David Pujol-Perich, José Suárez-Varela, Miquel Ferriol, Shihan Xiao, Bo Wu, Albert Cabellos-Aparicio, and Pere Barlet-Ros. 2021. IGNNITION: Bridging the Gap between Graph Neural Networks and Networking Systems. IEEE Network, 35, 6 (2021), 171–177.

BibTeX:

@article{pujol2021ignnition,
  title={IGNNITION: Bridging the Gap between Graph Neural Networks and Networking Systems},
  author={Pujol-Perich, David and Su{\'a}rez-Varela, Jos{\'e} and Ferriol, Miquel and Xiao, Shihan and Wu, Bo and Cabellos-Aparicio, Albert and Barlet-Ros, Pere},
  journal={IEEE Network},
  volume={35},
  number={6},
  pages={171--177},
  year={2021},
  publisher={IEEE},
  doi={10.1109/MNET.001.2100266}
}

License

See LICENSE for full of the license text.

Copyright Copyright 2020 Universitat Politècnica de Catalunya

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

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

ignnition-1.7.0.tar.gz (53.9 kB view details)

Uploaded Source

Built Distribution

ignnition-1.7.0-py3-none-any.whl (57.6 kB view details)

Uploaded Python 3

File details

Details for the file ignnition-1.7.0.tar.gz.

File metadata

  • Download URL: ignnition-1.7.0.tar.gz
  • Upload date:
  • Size: 53.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for ignnition-1.7.0.tar.gz
Algorithm Hash digest
SHA256 9a003885ee8bfb6ad2a8fd43fb8dfb64a396c661da95f34e6229a3ff95e4e6c5
MD5 fde9d0e8eb4377fde63f09c4cc6cb0b2
BLAKE2b-256 1e4c438b91b35eefbff36602566fd0732e27e492dbdbc649e9a2807052c0c107

See more details on using hashes here.

File details

Details for the file ignnition-1.7.0-py3-none-any.whl.

File metadata

  • Download URL: ignnition-1.7.0-py3-none-any.whl
  • Upload date:
  • Size: 57.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for ignnition-1.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a61021a78f09e5f39226be718c56fdbda1039a6d5dfd2ddd85bbd7e84e1c3c8f
MD5 2d44e1eb2a2bc3342ee3fd189d4980e7
BLAKE2b-256 088ee2d485b1def6c9f819039bba433ec39f4a6ca46c2ca1887fdc4abbe262d4

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