Skip to content

Commit

Permalink
add README for examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
npapernot committed Mar 24, 2017
1 parent 252519a commit 4d53c70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Examples

* **CIFAR10 with FGSM using the TensorFlow backend** ([code](ex_cifar10_tf.py)): this tutorial covers how to train a CIFAR10 model using TensorFlow,
craft adversarial examples using the [fast gradient sign method](https://arxiv.org/abs/1412.6572),
and make the model more robust to adversarial
examples using adversarial training.

0 comments on commit 4d53c70

Please sign in to comment.