Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 4.8 KB

README.md

File metadata and controls

62 lines (45 loc) · 4.8 KB

gif

[ Have a look at the presentation slides: slides-OFFZONE.pdf / slides-ODS.pdf ]
[ Related demonstration (Jupyter notebook): demo.ipynb ]

Overview | Attacks | Tools | More on the topic


An overview of black-box attacks on AI and tools that might be useful during security testing of machine learning models.

📦 Overview

demo.ipynb:
A demonstration of use of multifunctional tools during security testing of machine learning models digits_blackbox & digits_keras trained on the MNIST dataset and provided in Counterfit as example targets.

Slides:
 – Machine Learning in products
 – Threats to Machine Learning models
 – Example model overview
 – Evasion attacks
 – Model inversion attacks
 – Model extraction attacks
 – Defences
 – Adversarial Robustness Toolbox
 – Counterfit

⚔️ Attacks

🔧 Tools

 – [ Trusted AI, IBM ] Adversarial Robustness Toolbox (ART): :octocat: Trusted-AI/adversarial-robustness-toolbox
 – [ Microsoft Azure ] Counterfit: :octocat: Azure/counterfit

📑 More on the topic