An open API service indexing awesome lists of open source software.

https://github.com/ari-dasci/s-tutorialfl

DaSCI Tutorial on Federated Learning is part of our goal for knowledge transfer to society
https://github.com/ari-dasci/s-tutorialfl

tutorial-code tutorial-exercises

Last synced: 19 days ago
JSON representation

DaSCI Tutorial on Federated Learning is part of our goal for knowledge transfer to society

Awesome Lists containing this project

README

          

This repository contains the python notebooks of the tutorial on Federated Learning (FL). It includes examples of how to solve problems either at Horizontal (HFL) or Vertical (VFL) Federated Learning scenarios, using [TensorFlow Federated (TFF)](https://github.com/tensorflow/federated), [Flower](https://github.com/adap/flower) and [FATE](https://github.com/FederatedAI/FATE) frameworks.

It is divided into different notebooks:
* Comparative study of whether to consider the usage of FL (TFF)
* Use case 1. Image classification using deep learning in HFL (TFF, Flower and FATE)
* Use case 2. Sentiment analysis using deep learning in HFL (TFF and Flower)
* Use case 3. Decision trees in VFL (FATE)
* Use case 4. Introducing differential privacy (TFF)
* Use case 5. Clustering with k-means in HFL (TFF)
* Use case 6. Clustering with k-means in VFL (FATE)