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
The Federated Learning sample has two parts, both in Jupyter Notebook format that can run in the latest Python environment.
For single-user demonstrative purposes, the Notebooks are placed in a project. Access the Federated Learning project, and click Create project to get all the sample files at once.
You can also get the Notebook separately. Since, for practical purposes of Federated Learning, one user would run the admin Notebook and multiple users would run the party Notebook. For more details on the admin and party, see Terminology.
Parent topic: Federated Learning tutorial and samples