Models & Architectures · Level 2 of 5
Hyperparameter
A setting chosen outside the ordinary parameter-fitting process.
Some hyperparameters are tuned using validation data.
Listen to the definition and example
Audio transcript
Hyperparameter. A setting chosen outside the ordinary parameter-fitting process. Some hyperparameters are tuned using validation data. For example: A developer chooses batch size before running training.
Explore this concept
A useful analogy
The settings chosen for a learning procedure before or around its fitting process.
Why it matters
This helps you distinguish a model’s structural assumptions from its learned parameter values.
Technical detail
Typical examples include learning rate, layer count, and regularization coefficient. Validation-based search operates outside an individual fitting run.
Common misconception
A hyperparameter is not ordinarily fitted by the same update rule as a model weight.
Start with
Related concepts
Quick recall question
Try answering before looking back at the definition.