An open API service indexing awesome lists of open source software.

https://github.com/soumyac1999/fgsm-keras

Implemention of Fast Gradient Sign Method for generating adversarial examples in Keras
https://github.com/soumyac1999/fgsm-keras

adversarial-examples

Last synced: 2 months ago
JSON representation

Implemention of Fast Gradient Sign Method for generating adversarial examples in Keras

Awesome Lists containing this project

README

        

# FGSM-Keras

Implementation of 'Fast Gradient Sign Method' for generating adversarial examples as introduced in the paper [Explaining and Harnessing Adversarial Examples](https://arxiv.org/pdf/1412.6572.pdf).

## Requirements
- Keras (Assumes TensorFlow backend)
- Jupyter Notebook

## Examples

__Targeted Attack:__ Orange -> Cucumber
![](https://github.com/soumyac1999/FGSM-Keras/blob/master/res_orange.png)