Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Federated Learning using Deep Learning

Federated Learning using Deep Learning

Federated learning is a family of Machine Learning algorithms that has the core idea: a connected network exists in which there is a central server node. Each of the nodes creates data – that has to be used for training as well as for prediction. Each of the nodes trains a local model and only that model is shared with the server, not the data.
In this talk, We talk about how to build deep learning models using federated learning that is truly privacy-preserving. We will show how to build custom algorithms and loss functions.
Key Takeaways:
Introduction to Federated Learning
Decentralized Training
Encryption
Differential Privacy
Federated Learning – Notebook
Introduction
Custom algorithm and loss function

Tuhin Sharma

November 13, 2019
Tweet

More Decks by Tuhin Sharma

Other Decks in Technology

Transcript

  1. AGENDA 1 2 3 4 FEDERATED LEARNING TOOLS & CHALLENGES

    DEMO (notebook) CURRENT LEARNING PARADIGM
  2. BENEFITS • Better model accuracy • Lower latency • Lesser

    power consumption • Lesser network load • Privacy • Can be used across organizations* • Can be used immediately*
  3. BENEFITS • Better model accuracy • Lower latency • Lesser

    power consumption • Lesser network load • Privacy • Can be used across organizations* • Can be used immediately*