Models and training

Model weights

stable definition

Definition

The learned numeric values within a model, collectively representing what training encoded into its behavior.

Distinguish it from nearby terms

Weights are parameters; source code and model architecture define how those values are used.

Check your understanding

Access to weights does not automatically provide the training data, training process, or reproducible behavior.

Also called

weights

Public evidence