Explainable AI: Feature Attribution & Privacy Simulator
Interactive explainable-AI simulator: watch a black-box decision model attribute credit to each input feature (SHAP-style attribution) and see how differential-privacy noise trades explanation reliability for privacy.
Machine-learning models used for high-stakes decisions — credit approval, hiring, medical triage — often behave as opaque "black boxes." This simulator visualizes the explainable-AI techniques used to open that box: a central model core takes four applicant features and produces an approve/deny decision, while a SHAP-style attribution layer shows exactly how much each feature pushed the outcome one way or the other. Adjust the feature sliders to see attributions recompute in real time, then dial the differential-privacy budget ε down to see how privacy-preserving noise degrades the reliability of the very explanation you're being shown — the central tension between interpretability, reliability and safety in modern ML systems.
Interactive 3D black-box decision model with SHAP-style feature attribution: adjust four input features and watch beams and bars show how each one pushes the model's decision, then dial in differential-privacy noise to see interpretability trade off against privacy.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install