PySyft-TensorFlow icon indicating copy to clipboard operation
PySyft-TensorFlow copied to clipboard

Federated Learning User Story

Open jvmncs opened this issue 5 years ago • 2 comments

Description

A user of PySyft will want to use TF in the way they would normally with PyTorch. Part of that means enabling federated learning as a use case. While we do not need to support yet all of the luxuries of the PyTorch side, we do want to demonstrate that the same use cases are solvable with TensorFlow.

This issue will be complete once a basic tutorial for federated learning has been implemented and completed. This tutorial can be updated in a later issue/PR as Syft TF becomes more feature-complete (e.g. GradientTape has been implemented, etc.).

Objectives/Key Results

  • We have the demo code in a jupyter notebook
  • We're training a federated model for multiple epochs
  • Show loss decreasing
  • Use PySyft sandbox for the demo

jvmncs avatar Dec 02 '19 17:12 jvmncs

Can the MNIST dataset be used to provide an image classification example?

karishnu avatar Dec 06 '19 05:12 karishnu

I would like to complete this issue.

ProofofADA avatar Feb 28 '20 17:02 ProofofADA