Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 878 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 878 Bytes

Foolbox

Foolbox is a Python toolbox to create adversarial examples that fool neural networks. It requires Python, NumPy and SciPy.

First

Foolbox is maintained and supported here

This is just where I post attacks I need for testing.

Installation

Same installation procedure.

   pip install foolbox

Though it is highly recommended that you install in editable mode

git clone https://github.com/neale/foolbox.git
cd foolbox
pip install --editable .

I'm testing with Python 2.7 here. I don't want to be, but here we are. That said, everything should by Python 3.5 complient.

Documentation

The real documentation is available here

I have posted a thorough example with each new attack, as well at the attack itself at the top level directory.