Skip to content

Files

Latest commit

 

History

History
28 lines (17 loc) · 681 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 681 Bytes

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