Skip to content

Implementations notebooks and scripts of secured and private ai scholarship challenge from facebook.

License

Notifications You must be signed in to change notification settings

sourcecode369/secured-and-private-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secured and Private AI Scholarship Challenge from Facebook

facebook

Objective

Train smarter AI models by learning to safely and securely use distributed private data with differential privacy, federated learning, and encrypted computation techniques.

Lessons

  • Welcome to Scholarship Challenge
    • Welcome note to the course and challenge.
  • Deep Learning with PyTorch
    • Hands on tutorials and introdutory notes to PyTorch Library.
  • Introducing Differential Privacy
    • Basics of Differential Privacy, a method for measuring how operations impact the privacy of data.
  • Evaluating the Privacy of a Function
    • Implementing Differential Privacy in Python.
  • Introducing Local and Global Differential Privacy
    • Applying Differential Privacy to arbitrary algorithms by adding noise to the outputs.
  • Differential Privacy for Deep Learning
    • Differential Privacy to Deep Neural Networks
  • Federated Learning
    • Methods for preserving data privacy by training models where the data lives.
  • Secruring Federated Learning
    • Secure models trained with multi-party computation.
  • Encrypted Deep Learning
    • Performing encryted computation. Building an encrypted database, and generate an encrypted prediction with an encryted neural networkon on an encryted database.

My Badge

badge

fb

Course Completed on 29th August 2019