Deployment

In this tutorial we will learn and practice how to start a decentralized AI network with federated learning.

Overview

This tutorial assumes that you already have the federated learning environment setting up Create Your First Federated Learning Algorithm Tutorial.

  1. Setup environments

    Install dependencies

    note

    TBD - To Be Described

    Configuration

    TBD

  2. Prepare training scripts

    note

    TBD

  3. Prepare inference scripts

    Tensorflow:

    (click here to view)
    pip install tensorflow

    Pytorch:

    (click here to view)
    pip install torch torchvision
  4. Run the network

    You've completed all the necessary prep work and you're now ready to launch your federated learning process.

Next Step

In this tutorial you've learned how to deploy a federated learning algorithm.

Your next step may be: