This repo is related to the following paper:
Boning Li, Jake Perazzone, Ananthram Swami, and Santiago Segarra, "Learning to Transmit with Provable Guarantees in Wireless Federated Learning," submitted to IEEE TWC 2023. The preprint is available at https://arxiv.org/abs/2304.09329.
Please refer to https://github.com/bmatthiesen/deep-EE-opt/tree/master/data to generate channel simulations.
The implementation of the proposed model and utility functions can be found under ./PDGNet/
.
For the training script, see ./main.py
.
For the iid experiment, please see ./FL-main.ipynb
.
For the non-iid experiment, please see ./FL-main-mnist-noniid.ipynb
.
Please see ./FL-main.ipynb
.
Please see ./FL-main-text.ipynb
.
- References are provided in the citation list and also as inline notes in code files.