JA EN
Glossary › parameter

GLOSSARY

parameter

appears in 3 paper titles

Definition

A number inside the model whose value is set by training — the weights and biases that gradient descent updates. Their count is the field's default measure of model size, because it fixes capacity and, directly, how much memory the weights occupy. Distinguish hyperparameters such as learning rate or batch size: those are chosen by the practitioner around the training run and are never updated by gradients.

Explainers using this term