We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df36fba commit f007848Copy full SHA for f007848
beginner_source/fgsm_tutorial.py
@@ -17,7 +17,7 @@
17
machine learning. You may be surprised to find that adding imperceptible
18
perturbations to an image *can* cause drastically different model
19
performance. Given that this is a tutorial, we will explore the topic
20
-via example on an image classifier. Specifically we will use one of the
+via example on an image classifier. Specifically, we will use one of the
21
first and most popular attack methods, the Fast Gradient Sign Attack
22
(FGSM), to fool an MNIST classifier.
23
0 commit comments