Skip to content

Latest commit

 

History

History
61 lines (52 loc) · 3.15 KB

File metadata and controls

61 lines (52 loc) · 3.15 KB

Code for Robustness Distributions in Neural Network Verification

This repository contains the code and models from the paper:
Robustness Distributionsin Neural Network Verification
Author(s): [Your Name(s)]
Published in: [Conference/Journal Name, Year]


Table of Contents


Overview

This repository provides:

  • Pre-trained models in ONNX format.
  • PyTorch implementations for training and verification of the models.
  • Experimentation scripts and instructions for reproducing results on MNIST, CIFAR-10, and GTSRB datasets.

The aim of this project is to [briefly describe the main objective/purpose of your research or code].


Repository Structure

External Packages

This project uses the following external packages:

  • VERONA: An open-source package for creating Robustness Distributions.
  • adversarial-training-box: An open-source package for adversarial training of neural networks with PyTorch.