How a neuron learns — interactive explainer

Σ f x₁ x₂ x₃ out Inputs Neuron

Think of a neuron like a tiny decision-maker. It receives several inputs — numbers representing features of the data. For example, if we're recognising a cat photo, the inputs might be pixel brightness values.

Each input x₁, x₂, x₃ is just a number — like 0.8, 0.2, 0.5. The neuron will combine them and decide what to output.