Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Examples

  • CIFAR10 with FGSM using the TensorFlow backend (code): this tutorial covers how to train a CIFAR10 model using TensorFlow, craft adversarial examples using the fast gradient sign method, and make the model more robust to adversarial examples using adversarial training.

Additional dependencies

Besides the standard CleverHans dependencies, these examples also require wget.