Skip to content

unimib-datAI/gl-forecasting-edge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decentralized Edge Workload Forecasting with Gossip Learning

License: GPL v3

This is work has been submitted to the IEEE Transactions on Network and Service Management, Special Issue on "Research Advances Towards Effective and Sustainable Next Generation Networks".

Synopsis

This repository contains a discrete-event simulator capable of simulating Gossip Learning (GL) with various network topologies and stopping criteria. Moreover, it contains all the experimental material for reproducing the empirical evaluation of the paper.

Structure

.
├── src
└── experiments

src

It contains the code of the Python simulator package, utility scripts to run a simulation, and numbered Jupyter Notebooks step-by-step perform an end-to-end simulation (e.g., from dataset preparation to evaluation).

experiments

It contains all the data used for experiments, utility scripts for the analysis of the simulation results, and for plot generation.

License

Distributed under the GPL v3 license. See LICENSE for more information.