- 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.
Besides the standard CleverHans dependencies, these examples also require
wget
.