Library for fast prototyping of GNN
Project description
IGNNITION: Fast prototyping of Graph Neural Networks for Communication Networks
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.net
Documentation: https://ignnition.net/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:
- Define a GNN architecture with an intuitive YAML interface
- Adapt your dataset
- 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: Python 3.8+
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/knowledgedefinednetworking/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:
- Start designing your own GNN model from scratch.
- Reuse any model from our examples library and adapt it to your needs.
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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ignnition-1.0.2.tar.gz
.
File metadata
- Download URL: ignnition-1.0.2.tar.gz
- Upload date:
- Size: 48.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d13fb07499341ea154f4100d327e208ca551215d967f527861c07edddf2ed76d |
|
MD5 | 1cbe24b83cbffd4c7e0b4de0e51896dc |
|
BLAKE2b-256 | 7ade65040d4b0729557988bcfa9f830fbc679dc74edd0a3c62ea1fc6a4f2d877 |
File details
Details for the file ignnition-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: ignnition-1.0.2-py3-none-any.whl
- Upload date:
- Size: 52.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd2938409f0e3d8a0565a58aa7df8453d4c9816b2a8178a4255260f73b9c2e10 |
|
MD5 | 84d5f47877a330b0faf627f0e0b223ad |
|
BLAKE2b-256 | a97880e37c024662548b2a7b1692476c26ebe862c360919da4a48aac00fbe443 |