Neural network
Definition: A neural network is a model made of layers of interconnected units that progressively transform an input into an output, by adjusting learned weights.
Stacking many layers gives deep learning, the basis of LLMs and computer vision. Each connection carries a parameter refined during training.