Skip to content

Adversarial example creation based on BFGS algorithm implemented under TensorFlow

Notifications You must be signed in to change notification settings

zoujx96/adversarial_BFGS_TensorFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

adversarial_BFGS_TensorFlow

This is an efficient adversarial attack API for crafting adversarial examples by L-BFGS algorithm under TensorFlow in Python. The code could be used on MNIST & CIFAR10 datasets. The code uses TensorFlow Graph so it should be run on GPUs.

This repository consists of two files: adversarial.py and sourcef.py. The CNN model is constructed in sourcef.py. The training algorithm and the adversarial examples crafting algorithm are included in adversarial.py. To implement adversarial attack, you can directly run adversarial.py.

About

Adversarial example creation based on BFGS algorithm implemented under TensorFlow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages