Skip to content

Commit 3d10b9b

Browse files
leopdpiiswrong
authored andcommitted
Fixing adverserial example notebook. (apache#3619)
1 parent f6076ab commit 3d10b9b

File tree

3 files changed

+76
-32
lines changed

3 files changed

+76
-32
lines changed

example/adversary/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Adversarial examples
2+
3+
This demonstrates the concept of "adversarial examples" from [1] showing how to fool a well-trained CNN.
4+
The surprising idea is that one can easily generate examples which the CNN will consistently
5+
make the wrong prediction for that a human can easily tell are correct.
6+
7+
[1] Goodfellow, Ian J., Jonathon Shlens, and Christian Szegedy. "Explaining and harnessing adversarial examples." [arXiv preprint arXiv:1412.6572 (2014)](https://arxiv.org/abs/1412.6572)

0 commit comments

Comments
 (0)