AI Security Simulator
Interactive AI security simulator: launch adversarial (FGSM) attacks, data poisoning and model-extraction attacks against a neural network classifier, then defend it with adversarial training and differential-privacy noise.
AI security covers the defenses that keep machine-learning models trustworthy once they leave the lab: resisting adversarial examples crafted to fool a classifier, resisting data poisoning that corrupts training data to bend a model's decisions, resisting model-extraction attacks that clone a proprietary model through its API, and protecting the privacy of the data the model was trained on. This simulator visualizes a small neural classifier and a two-class data cloud in 3D, lets you launch each attack family against it, and lets you switch on adversarial training and differential-privacy noise to see the accuracy/security/privacy trade-offs play out live.
Launch adversarial (FGSM), data-poisoning and model-extraction attacks against a neural network classifier, then defend it with adversarial training and differential-privacy noise, watching accuracy, attack success and privacy risk change live.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install