├── .Rhistory ├── .ipynb_checkpoints ├── Adversarial-checkpoint.ipynb ├── Untitled-checkpoint.ipynb └── classify-checkpoint.ipynb ├── Adversarial.ipynb ├── African_elephant_warning_raised_trunk.jpg ├── NN.pdf ├── README.html ├── README.md ├── Untitled.ipynb ├── __pycache__ ├── imagenet_utils.cpython-35.pyc └── resnet50.cpython-35.pyc ├── cat.jpg ├── catcropped.jpg ├── classify.ipynb ├── dm1.png ├── domo.png ├── elephant.jpg ├── index.png ├── kmeans clusters.png ├── my.png ├── outfile.jpg ├── outfile2.jpg ├── outfile3.jpg ├── outfile4.jpg ├── recon.jpg ├── reconstructed.jpg ├── skier_adv.png ├── turtle.JPG ├── turtle2.JPG └── turtle3.JPG /.Rhistory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.ipynb_checkpoints/Adversarial-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/.ipynb_checkpoints/Adversarial-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/Untitled-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/.ipynb_checkpoints/Untitled-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/classify-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/.ipynb_checkpoints/classify-checkpoint.ipynb -------------------------------------------------------------------------------- /Adversarial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/Adversarial.ipynb -------------------------------------------------------------------------------- /African_elephant_warning_raised_trunk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/African_elephant_warning_raised_trunk.jpg -------------------------------------------------------------------------------- /NN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/NN.pdf -------------------------------------------------------------------------------- /README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/README.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/README.md -------------------------------------------------------------------------------- /Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/Untitled.ipynb -------------------------------------------------------------------------------- /__pycache__/imagenet_utils.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/__pycache__/imagenet_utils.cpython-35.pyc -------------------------------------------------------------------------------- /__pycache__/resnet50.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/__pycache__/resnet50.cpython-35.pyc -------------------------------------------------------------------------------- /cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/cat.jpg -------------------------------------------------------------------------------- /catcropped.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/catcropped.jpg -------------------------------------------------------------------------------- /classify.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/classify.ipynb -------------------------------------------------------------------------------- /dm1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/dm1.png -------------------------------------------------------------------------------- /domo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/domo.png -------------------------------------------------------------------------------- /elephant.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/elephant.jpg -------------------------------------------------------------------------------- /index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/index.png -------------------------------------------------------------------------------- /kmeans clusters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/kmeans clusters.png -------------------------------------------------------------------------------- /my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/my.png -------------------------------------------------------------------------------- /outfile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/outfile.jpg -------------------------------------------------------------------------------- /outfile2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/outfile2.jpg -------------------------------------------------------------------------------- /outfile3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/outfile3.jpg -------------------------------------------------------------------------------- /outfile4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/outfile4.jpg -------------------------------------------------------------------------------- /recon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/recon.jpg -------------------------------------------------------------------------------- /reconstructed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/reconstructed.jpg -------------------------------------------------------------------------------- /skier_adv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/skier_adv.png -------------------------------------------------------------------------------- /turtle.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/turtle.JPG -------------------------------------------------------------------------------- /turtle2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/turtle2.JPG -------------------------------------------------------------------------------- /turtle3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhant/synthesizing-robust-adversarial-examples/HEAD/turtle3.JPG --------------------------------------------------------------------------------