Skip to content

Udacity's Secure & Private AI course exercise solution repository

Notifications You must be signed in to change notification settings

Ferdib-Al-Islam/secure-and-private-ai

Repository files navigation

secure-and-private-ai

Solution for Udacity's Secure and Private AI course exercise.

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

or

you can use google colab

About

Udacity's Secure & Private AI course exercise solution repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published