← 🧠 Society

🧠 Model Inspector

Decision:
Approve probability:
Top driver:
FPS:
Pushes toward Approve
Pushes toward Deny
Drag — rotate · Scroll — zoom

🧠 Explainable AI: Opening the Black Box

A small feed-forward network decides whether to approve or deny a loan applicant. Feeding in different sample inputs recomputes real occlusion-based feature attributions — a SHAP-adjacent technique — and lights up the exact nodes and edges that pushed the decision toward Approve or Deny.

🔬 What It Demonstrates

Each node's glow is computed by zeroing that node and re-running the network downstream, then measuring how much the output probability changed — the same "remove it and see what happens" logic behind SHAP and occlusion sensitivity.

🎮 How to Use

Pick an applicant sample or drag the Income / Debt ratio sliders to build a custom profile. Raise the attribution threshold to strip away weak connections and isolate only the strongest reasoning paths, then replay the forward pass to watch the signal travel layer by layer.

💡 Did You Know?

True SHAP values average a feature's marginal contribution across every possible ordering of features — computationally expensive for large models, which is why fast approximations like this one are common in practice.