Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 499 Bytes

File metadata and controls

11 lines (9 loc) · 499 Bytes

Generating Adversarial Examples using PyTorch

imagenet_adv_examples.ipynb implements following methods for InceptionV3:

  • Fast Gradient Sign Method
  • Basic Iterative Method
  • Targeted FGSM
  • Iterative Targeted FGSM

If it fails to load this notebook, you can download it or view it online here.

MNIST_FGSM.ipynb implements:

  • Fast Gradient Sign Method for a model trained on MNIST