/Facebook-Secure-AI-Scholarship

[Facebook-Udacity] Projects for the Secure and Private AI Scholarship from Facebook & Udacity

Primary LanguageJupyter NotebookMIT LicenseMIT

Facebook-Secure-AI-Scholarship

License: MIT

Received a scholarship from Facebook to attend free online secure AI courses. Scholars will spend 3 months learning new skills and extending PyTorch with tools necessary to safely train AI models on distributed private data via Udacity. Top students from the initial Challenge Program will be selected for the Deep Learning Nanodegree or Computer Vision Nanodegree.

About this repo:

This repo contains the Jupyter Notebooks used during the online courses via Udacity's platform.

Topics covered during the lessons:

  1. Differential Privacy
  2. Federated Learning
  3. Secure Federated Learning
  4. Encrypted Deep Learning

How to run

This repo contains mainly Jupyter notebook which can be run after installing Jupyter Notebook. Run the following command at the Terminal (Mac/Linux) or Command Prompt (Windows):

pip install notebook

--