hyperparameter (de.: Hyperparameter)

In machine learning, hyperparameters usually refer to all parameters that are not directly defined or influenced by the training process. These include model parameters such as the number of layers of a neural network or the step size of the training process, but not the learned weights. Basically, hyperparameters can be differentiated into algorithmic and model-specific. Algorithmic hyperparameters influence the performance of the learning algorithm, Model-specific hyperparameters, on contrast, influence the mathematical or statistical model used in the learning process.

ETSI GR ENI 004 learning parameter that is set before the learning process is started

ISO/IEC DIS 22989 characteristic of a machine learning algorithm (3.2.10) that affects its learning process

Note 1 to entry: Hyperparameters are selected prior to training and can be used in processes to help estimate model parameters.

Note 2 to entry: Examples of hyperparameters include number of network layers, width of each layer, type of activation function, optimization method, learning rate for neural networks; the choice of kernel function in a support vector machine; number of leaves or depth of a tree; the K for K-means clustering; the maximum number of iterations of the expectation maximization algorithm; the number of Gaussians in a Gaussian mixture.

ISO/IEC TR 29119-11:2020 variable used to define the structure of a neural network and how it is trained

Note 1 to entry: Typically, hyperparameters are set by the developer of the model (3.1.46) and may also be referred to as a tuning parameter (3.1.53).

ISTQB - CTAI Syllabus A parameter used to either control the training of an ML model or to set the configuration of an ML model

Source: AI-Glossary.org (https://www.ai-glossary.org), License of definition text (excl. standard references): CC BY-SA 4.0, accessed: 2024-11-21

BibTeX-Information

@misc{aiglossary_hyperparameter_11zzlny,
author = {{AI-Glossary.org}},
title = {{hyperparameter}},
howpublished = "https://www.ai-glossary.org/index.php?p=11zzlny\&l=en",
year = "2024",
note = "online, accessed: 2024-11-21" }