Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Federated Learning
Highest Rated
Rating: 4.6 out of 5(108 ratings)
285 students

Federated Learning

Federated Learning Using PyTorch
Created byMohamed Gharibi
Last updated 5/2021
English

What you'll learn

  • Introduction to Deep Learning and Neural Networks
  • Introduction to Federated Learning
  • Build Neural Networks from scratch using PyTorch
  • Load your datasets in IID, non-IID, and non-IID unbalanced settings
  • Introduction to PySyft
  • Federated Learning techniques (FedAvg, FedSGD, FedProx, FedDANE)
  • Build your custom optimizer using PyTorch
  • Introduction to Differential Privacy
  • Implement FedAvg using Differential Privacy
  • Federated Learning on cloud
  • Implement FedAvg on cloud

Course content

6 sections32 lectures7h 56m total length
  • Welcome0:04
  • Course Contents4:44
  • Acknowledgement3:14

    Acknowledge the libraries and papers that enable federated learning, including decentralized data and average-based methods, and thank the authors, code repositories, and cloud resources that support this course.

  • Introduction to Deep Learning41:55

    Explore the core deep learning concepts, including neural networks, parameters, weights, bias, activation functions, and forward and backward propagation, with practical notes on gradient descent, mini-batches, normalization, and dropout.

  • Introduction to Federated Learning32:01

Requirements

  • Python Programming Language

Description

The course starts by introducing you to the main concepts in Neural Networks (NN) and how do they work. Then we will implement a NN from scratch using Pytorch. After that, a quick introduction to Federated Learning architecture. Then, we will start by loading the dataset on the devices in IID, non-IID, and non-IID and unbalanced settings followed by a quick tutorial on PySyft to show you how to send and receive the models and the datasets between the clients and the server.

This course will teach you Federated Learning (FL) by looking at the original papers' techniques and algorithms then implement them line by line. In particular, we will implement FedAvg, FedSGD, FedProx, and FedDANE. You will learn about Differential Privacy (DP) and how to add it to FL, then we will implement FedAvg using DP. In this course, you will learn how to implement FL techniques locally and on the cloud.  For the cloud setting, we will use Google Cloud Platform to create and configure all the instances that we will use in our experiments. By the end of this course, you will be able to implement different FL techniques and even build your own optimizer and technique. You will be able to run your experiments locally and on the cloud.

Who this course is for:

  • Federated Learning enthusiasts