/Deep-Learning-with-Differential-Privacy

An implementation of Deep Learning with Differential Privacy

Primary LanguagePython

Deep Learning with Differential Privacy

Prerequisites

Windows 10 + CUDA 10 + CUDNN 7 + TensorFlow 2.0 with Anaconda 3

conda create -n tf2 python=3.6
activate tf2
conda install tensorflow-gpu==2.0.0
pip install tensorflow-privacy==0.1.0