Tensorflow Adversarial Versions Save

Crafting adversarial images

v0.2.0

6 years ago
  1. Add CW L2 and Linf attack
  2. Add example code for CW attack

v0.1.3

6 years ago
  1. Fix bug in #6, should use dynamic batch size
  2. Add example for fgmt random target and default target

v0.1.2

6 years ago
  1. deepfool returns noise only when noise=True
  2. fix few typos in DeepFool examples
  3. Add DeepFool noise example

v0.1.1

6 years ago
  1. Bug fix for DeepFool binary classifier case
  2. Add batch mode for DeepFool where the algorithm runs until the max epoch is reached.
  3. Add batch mode example

v0.1.0

6 years ago
  1. FGM, JSMA, and DeepFool are implemented
  2. All examples are based on MNIST.