Skip to main content
All terms
Foundations

Parameter

A learned numeric value inside a model, adjusted during training.

Definition

A parameter is one of the learned numbers inside a neural network, mostly weights and biases, whose values are set during training. A gradient-based optimizer adjusts them to reduce the loss. Parameter count is a rough proxy for model size, ranging from millions to over a trillion, though architecture and data matter just as much as raw count.