0 / 0

Description

This notebook is part of a Federated Learning tutorial that demonstrates how to use Federated Learning with the Python client. This is the first notebook that should be run by the administrator of the Federated Learning experiment. It teaches the user how to:

  • Load an untrained model
  • Create a Remote Training System
  • Start a training job

This notebook uses the MNIST dataset and a Tensorflow 2 Keras model template. It runs on the latest Python environment.