项目作者: kshntn

项目描述 :
Secure and Private AI Scholarship Challenge Udacity
高级语言: Jupyter Notebook
项目地址: git://github.com/kshntn/SPAIC.git
创建时间: 2019-07-24T01:01:37Z
项目社区:https://github.com/kshntn/SPAIC

开源协议:

下载


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:

  1. conda create -n pysyft python=3
  2. conda activate pysyft
  3. conda install numpy jupyter notebook
  4. conda install pytorch torchvision -c pytorch
  5. pip install syft

SPAIC