Create adversarial images that can be used to fool to misclassify MNIST data in a deep convolutional neural network.
https://github.com/lucylow/ML_adversarial_images/blob/master/MNIST_CNN_working.ipynb
- Python 3.3 +
- Tensorflow 1.1.0
- matplotlib 2.1.0
- numpy
![Example of a panda being misclassified by a neural network. [2] alt text](http://karpathy.github.io/assets/break/breakconv.png)
