Definition

Neural Network

A neural network is a computational model of connected nodes ("neurons") arranged in layers that processes inputs through weighted connections and adjusts those weights during training to perform tasks.

The name is inspired by the brain, but the model remains a mathematical simplification. During training the weights are gradually adjusted so that the errors between prediction and desired output shrink.

← Back to glossary