0%
How AI Learns9 min

Neural Networks

Neural networks are the architecture behind most modern AI. The name sounds biological — and that is intentional, though the analogy only goes so far.

The inspiration from biology

The human brain consists of roughly 86 billion neurons, each connected to thousands of others. When a signal arrives at a neuron, if it is strong enough, the neuron fires and passes a signal to the next neurons. The brain learns by strengthening or weakening these connections based on experience.

Artificial neural networks

An artificial neural network is a mathematical system loosely inspired by this structure. It consists of layers of simple mathematical units (artificial neurons), each connected to the ones in the next layer. Input (an image, a sentence) enters the first layer, passes through the network, and produces an output (a label, a response).

Deep learning

A deep neural network simply has many layers — sometimes hundreds. Each layer learns to detect increasingly abstract features. In an image-recognition network, early layers might detect edges; middle layers detect shapes; deep layers detect complex objects. This hierarchy of abstraction is what makes deep neural networks so powerful.

The limits of the analogy

Artificial neural networks are mathematical operations, not biological systems. They do not fire, they do not have chemistry, and they do not sleep (though some researchers are studying whether something like sleep improves AI training). The brain analogy is useful for intuition — but should not be pushed too far.

Deep learning is the engine of the current AI revolution. It is remarkably powerful for certain tasks — and remarkably fragile in ways that human brains are not.

Check your understanding

3 questions, 70% to pass
1. What loosely inspired artificial neural networks?
2. What makes a neural network "deep"?
3. In an image recognition network, what do early layers detect compared with deep layers?