What is a Hyperparameter?
A setting chosen by engineers before training — not learned from data — that controls how learning runs.
Hyperparameter explained in plain English
Analogy
Hyperparameters are like the oven temperature and cooking time on a recipe — they are not ingredients, but they determine whether the dish turns out well or burns.
Example
Choosing learning rate, batch size, and number of training epochs for a new chatbot are all hyperparameter decisions.
How is Hyperparameter used?
AI engineers tune hyperparameters when building everything from recommendation engines to large language models. Getting them wrong can mean a model that never learns properly or takes weeks instead of days.
Common misconceptions about Hyperparameter
People also read
- bias
1.
- bias (math) or bias term
An intercept or offset from an origin.
- confirmation bias
The tendency to search for, interpret, favor, and recall information in a way that confirms one's pre-existing beliefs or hypotheses.
- counterfactual fairness
A fairness metric that checks whether a classification model produces the same result for one individual as it does for another individual who is identical to the first, except with respect to one or more sensitive attributes.
- demographic parity
A fairness metric that is satisfied if the results of a model's classification are not dependent on a given sensitive attribute.
- discriminative model
A model that predicts labels from a set of one or more features.
- equality of opportunity
A fairness metric to assess whether a model is predicting the desirable outcome equally well for all values of a sensitive attribute.
- equalized odds
A fairness metric to assess whether a model is predicting outcomes equally well for all values of a sensitive attribute with respect to both the positive class and negative class—not just one class or the other exclusively.
- evaluation
The process of measuring a model's quality or comparing different models against each other.
- fairness metric
A mathematical definition of "fairness" that is measurable.