Tutorials

Tutorials

We suggest getting started with the tutorials.

Quickstart

A basic demonstration on how to find adversarial examples for a pre-trained example network on the MNIST dataset.

Importing your own neural net

Explains how to import your own network for verification.

Finding adversarial examples, in depth

Discusses the various parameters you can select for find_adversarial_example. We explain how to

For Gurobi, we show how to specify solver settings to:

Interpreting the output of find_adversarial_example

Walks you through the output dictionary produced by a call to find_adversarial_example.

Managing log output

Explains how to get more granular log settings and to write log output to file.