udacity/private-ai
Repo for Udacity’s Secure & Private AI course
repo name | udacity/private-ai |
repo link | https://github.com/udacity/private-ai |
homepage | |
language | Jupyter Notebook |
size (curr.) | 23230 kB |
stars (curr.) | 315 |
created | 2019-02-19 |
license | |
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