This folder contains implementation of papers that generate adversarial examples. Link of papers shall be uploaded soon.
-
Adversarial Examples-CIFAR10-fgm.ipynb: Contains the implementation of "Explaining and Harnessing Adversarial Examples" by Goodfellow et. al.
-
Adversarial Examples-CIFAR10-fgmt.ipynb: Contains the implementation of "ADVERSARIAL EXAMPLES IN THE PHYSICAL WORLD" by Kurakin et. al.
-
Adversarial Exampls.ipynb: Adversarial Examples for MNIST. Same base paper as 1. : File to visualize images
-
CIFAR_tfrecords_training.ipynb: Training LeNet model for CIFAR data. Note that no data augmentation has been performed.
-
adversarial.ipynb: Adversarial example tutorial by Anish Athalye
-
CIFAR_visualisation.ipynb: File to visualize images
-
Adversarial Examples-CIFAR10-jsma.ipynb: Contains implementation of "The Limitations of Deep Learning in Adversarial Settings" by Papernot et. al.
-
Adversarial Examples-CIFAR10-DeepFool.ipynb: Contains implementation of " DeepFool: a simple and accurate method to fool deep neural networks" by Moosavi et. al.