Back to Glossary
BasicsAI Glossary

Neural Network

Quick Answer

A neural network is a computational model loosely inspired by the human brain, consisting of interconnected layers of nodes (neurons) that transform inputs into outputs through weighted mathematical operations learned during training.

In Depth

What Neural Network really means

Each neuron in the network takes one or more inputs, applies a weight and a non-linear activation function, and passes the result to the next layer. During training, the network adjusts its weights via backpropagation to minimise a loss function that measures prediction error.

Neural networks come in many architectures, including feed-forward networks for tabular data, convolutional networks for images, recurrent networks for sequences and transformers for language. Architecture choice matters more than raw size for most business problems.

Why It Matters

Business relevance for UK organisations

Neural networks are the workhorse behind most modern AI features, from email autocomplete to product recommendations. For UK SMEs, the practical decision is usually whether to fine-tune a pre-trained network or to call a managed API.

Real-world example

How this shows up in practice

A Birmingham logistics firm trained a lightweight neural network on its historical delivery data to predict route ETAs within a 4-minute margin of error.