Skip to content

lucylow/ML_adversarial_images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML Classifier with Adversarial Images


Create adversarial images that can be used to fool to misclassify MNIST data in a deep convolutional neural network.

alt text

Example TensorFlow

MNIST notebook

https://github.com/lucylow/ML_adversarial_images/blob/master/MNIST_CNN_working.ipynb

Prerequisites

  • Python 3.3 +
  • Tensorflow 1.1.0
  • matplotlib 2.1.0
  • numpy

Related