Skip to content
Andrea Bombarda edited this page Jan 25, 2021 · 10 revisions

roby: neural network ROBusteness analYzer

roby (ROBustness analYzer) is a Python tool to perform robustness evaluation of neural network classifiers. Given a trained model, a classified dataset and the list of classes, alterations are applied and the robustness is computed based on the accuracy threshold defined.

Wiki sections

APIs documentation

A full documentation of the roby's APIs can be found at https://fmselab.github.io/roby/apis/

Clone this wiki locally