Federated Learning Tensorflow samples

Download and review sample files that show how to run a Federated Learning experiment by using API calls with a Tensorflow Keras model framework.

To see a step-by-step UI driven approach rather than sample files, see the Federated Learning Tensorflow tutorial for UI.

Download the Federated Learning sample files

Download the following notebooks. For practical purposes of Federated Learning, one user would run the admin Notebook and multiple users would run the party Notebook.

  1. Federated Learning Tensorflow Demo Part 1 - for Admin
  2. Federated Learning Tensorflow Demo Part 2 - for Party

Parent topic: Federated Learning tutorial and samples