Knowledge · Praktiker
Neural Networks Explained Simply
On this page
How do you teach a computer to spot a cat in a photo without giving it a rule for it? Modern AI’s answer is neural networks that learn it themselves from examples.
What a neural network is
A neural network consists of many small computing units arranged in layers. Each unit takes in numbers, combines them and passes on a new signal.
At the front the input goes in, such as the pixels of an image. At the back the output comes out, such as cat or dog. In between lie hidden layers that do the actual work.
The loose model of the brain
The idea comes from the brain, where nerve cells exchange signals over connections. Hence the name neural network.
But the similarity is only rough. An artificial network does not think and feels nothing. It is pure mathematics, a vast system of numbers and simple computing steps.
How training works
Every connection in the network has a weight, a small number. At first these weights are random, and the network only guesses.
During training it is shown many examples with known answers. When it is wrong, the weights are nudged a tiny bit in the right direction. After millions of passes, the network gives good results.
Deep networks and deep learning
Modern networks have very many layers. This is called deep networks or deep learning. Each layer recognizes somewhat more abstract features.
For an image, the first layer finds edges, a later one shapes, an even later one whole objects. This depth made AI’s great leap from around 2012 possible.
What they can and cannot do
Neural networks are strong at recognizing patterns. They process images, language and measurement data often better than any hand-written rule.
But they do not understand in the human sense. They only know patterns from their data and can clearly go wrong with novel cases or gaps. How powerful language models grow from this is shown in the artificial intelligence section.
Frequently asked questions
Does a neural network work like a brain?
Only loosely. The idea of connected units comes from the brain, but the technology behind it is pure mathematics. A network does not think, it computes with numbers.
What are the weights in a network?
Weights are small numbers that set how strongly a signal is passed on. During training they are adjusted millions of times until the network gives good outputs.
What does deep learning mean?
Deep learning means neural networks with many layers, hence the word „deep“. Each layer recognizes somewhat more abstract features, from simple edges to whole objects.
What is a hidden layer?
A hidden layer sits between input and output and is not directly visible from the outside. This is where the actual processing happens, with which the network extracts patterns from the data.
What is backpropagation?
Backpropagation is the central learning method of neural networks. It computes how much each weight contributed to the error and adjusts the weights precisely in the right direction.
Why do neural networks need so much computing power?
Because large networks consist of millions or billions of weights that are recomputed again and again over huge amounts of data. That is exactly why the breakthrough only came with powerful graphics chips.
Sources and further reading
- Neural Networks — IBM
- Deep Learning — Nature
Update note (as of: 06/05/2026)
First publication of the neural networks spoke.
The cosmos in your inbox
Once a week: the best of the universe, made simple.