Back to Glossary
Hyperparameter
Data / Training / Evaluation
External parameter controlling model training.
Hyperparameters are settings that influence how a model learns but are not learned themselves.
- Examples: Learning rate, batch size, number of layers, regularization strength.
- Tuning: Grid search, random search, Bayesian optimization.