MLP Playground — Neuron → Layer → MLP

The reviewer-panel story from section 5.1, made live. Two inputs (income, credit) flow through two panels of 8 reviewers into one final judge: the 2 → 8 → 8 → 1 network. Every line is a weight, every dot is a tanh(w·x + b) opinion. Drag the inputs, hover anything, or press play.

Inputs (the application)

Controls

Read the colors

positive weight / activation
negative weight / activation
thin line = weak, thick = strong
Final judge
score (tanh)

Closer to +1 = likely good tenant, closer to −1 = likely risky.

Hover a line to see its weight, or a dot to see that reviewer's w·x + b and squashed opinion. Layers left→right: form → junior panel → senior panel → final judge.