taimurzahid / Secure-and-Private-AI-Scholarship-Challenge

This repository, forked from Udacity's Private AI repository, contains the content that is related to the Phase One of the Secure and Private AI Scholarship Challenge Program from Facebook and Udacity. For this phase, 5,000 Candidates worldwide, including me, were selected to take part in this challenge. Out of these, 300 will be selected for Phase Two.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

private-ai

Notebooks for Udacity's Secure and Private AI course.

Dependencies

To run these notebooks you'll need to install Python 3.6+, PySyft, Numpy, PyTorch 1.0, and Jupyter Notebooks. The easiest way for all of this is to create a conda environment:

conda create -n pysyft python=3
conda activate pysyft
conda install numpy jupyter notebook
conda install pytorch torchvision -c pytorch
pip install pysyft

About

This repository, forked from Udacity's Private AI repository, contains the content that is related to the Phase One of the Secure and Private AI Scholarship Challenge Program from Facebook and Udacity. For this phase, 5,000 Candidates worldwide, including me, were selected to take part in this challenge. Out of these, 300 will be selected for Phase Two.


Languages

Language:Jupyter Notebook 100.0%