Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

google-deepmind/jax_verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network Verification in JAX

This directory contains simple implementations of several neural network verification techniques in JAX, including:

This is not an official Google product.

Installation

Just run pip install jax_verify and you can import jax_verify from any of your Python code.

We include several minimal examples in the examples/ directory. For example, all the bound propagation techniques can be run with the run_boundprop.py script:

cd examples/
python3 run_boundprop.py --boundprop_method=interval_bound_propagation

Usage

Please refer to the [official documentation pages](link to readthedocs).