advboxes/AdvBox
Advbox is a toolbox to generate adversarial examples that fool neural networks in PaddlePaddle、PyTorch、Caffe2、MxNet、Keras、TensorFlow and Advbox can benchmark the robustness of machine learning models. Advbox give a command line tool to generate adversarial examples with Zero-Coding.
This tool helps AI engineers and security researchers evaluate the robustness of AI models. It generates 'adversarial examples'—slightly altered inputs that fool neural networks—and can also detect these deceptive inputs. You provide your AI model and data, and it outputs adversarial examples or insights into your model's vulnerabilities.
1,412 stars. No commits in the last 6 months.
Use this if you need to test how easily your AI models can be tricked by subtly manipulated data or want to build more resilient AI systems.
Not ideal if you are looking for a general machine learning library for model training or deployment, as its focus is specifically on AI security and robustness testing.
Stars
1,412
Forks
268
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Feb 15, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/advboxes/AdvBox"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
Trusted-AI/adversarial-robustness-toolbox
Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion,...
bethgelab/foolbox
A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX
DSE-MSU/DeepRobust
A pytorch adversarial library for attack and defense methods on images and graphs
cleverhans-lab/cleverhans
An adversarial example library for constructing attacks, building defenses, and benchmarking both
BorealisAI/advertorch
A Toolbox for Adversarial Robustness Research