Skip to content

Content for ODSC west adversarial machine learning talk

Notifications You must be signed in to change notification settings

carlini/odsc_adversarial_nn

Repository files navigation

You will need to install the following packages:
- numpy
- scipy
- tensorflow, version 1.0 or greater
- cleverhans

This should be easily done with pip:
sudo pip install numpy scipy tensorflow
sudo pip install -e git+http://github.com/tensorflow/cleverhans.git#egg=cleverhans

To verify your install, run

python test_install.py

About

Content for ODSC west adversarial machine learning talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages