Junior Codes
Words & Wires

How a Neural Network Neuron Works: Explained for Kids

Weights, bias and activation: the tiny building block of neural networks.

Start Wonderwild free with Pip

Try 5 starter activities free. Full access is ₹499 a year.

This mission is part of full access. The first missions are free to try.

Artificial neuron, explained simply

Neural networks power many modern AI tools. They are built from lots of tiny units called artificial neurons. Each one does a simple sum.

A neuron takes some input numbers and multiplies each by a weight, which says how important that input is. It adds them up, adds one more number called the bias, and then an activation step decides the output, for example "yes" if the total is above zero.

Learning means adjusting the weights and bias. When the neuron gets an example wrong, each weight is nudged a little in the direction that would have made the answer better. Repeat that over many examples and the neuron improves. Big networks do the same with millions of neurons.

Example: Should Pip go outside?

  • Inputs: sunny = 1, raining = 0.
  • Weights: sunny × 2, raining × −3. Bias: −1.
  • Sum: (1 × 2) + (0 × −3) − 1 = 1. Above zero, so the output is "yes, go outside".
  • If it rains: (1 × 2) + (1 × −3) − 1 = −2. Below zero, so "stay in".

Try this

  • Build a "should I have ice cream?" neuron with two inputs. Choose weights you think are sensible and test a few days.
  • Change one weight and see which decisions flip.
  • Pretend to be the neuron: when you get an example wrong, nudge a weight and try again.

Practise it in Wonderwild

“Inside one artificial neuron” and “Teach the tiny neuron”

Discovery 17 and Discovery 18 in Words & Wires, one of 24 AI discoveries in Wonderwild.

Your child trains, tests and questions a small model in the browser with Pip. No coding needed. For ages 7+.

Start Wonderwild free with Pip

Try 5 starter activities free. Full access is ₹499 a year.

This mission is part of full access. The first missions are free to try.

Questions parents and kids ask

Is an artificial neuron like a brain cell?+

It was loosely inspired by one, but it is just arithmetic. Real brain cells are far more complicated.

What do weights mean in a neural network?+

Weights are numbers that set how much each input matters. Training a neural network means finding good values for its weights.

Prefer learning with a teacher?

Our live AI Explorers course teaches these ideas in small online classes led by a software engineer, with projects and feedback. Every live course also includes 12 months of full Wonderwild access for practice.

See the AI Explorers course