Skip to content

AI Pytorch Jupyter notebooks for Facebook-Udacity Secure and Private AI Scholarship Challenge Program #3 .

Notifications You must be signed in to change notification settings

hillc255/AI_JuypterNotebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 syft

To view notebooks

  1. go to Jupyter nbviewer

https://nbviewer.jupyter.org/

  1. paste url for this notebook into the location box

Example:

https://github.com/hillc255/AI_JuypterNotebooks/blob/master/Section%201%20-%20Differential%20Privacy.ipynb

About

AI Pytorch Jupyter notebooks for Facebook-Udacity Secure and Private AI Scholarship Challenge Program #3 .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published