Back to the Index

Hyperparameter

What are hyperparameters in machine learning?

In training pipelines, a hyperparameter is a parameter that influences the performance of model training but the hyperparameter itself is not updated during model training. 

Examples of hyperparameters include the learning rate, batch size, number of hidden layers, and regularization strength (e.g., dropout rate). You set these hyperparameters to fixed value before training and they will affect model performance and generalization capability. So, you often experiment with different hyperparameters (hyperparameter tuning) to find good values for them. Hyperparameters contrast with model parameters that are updated during model training.

Model-centric experiment tracking frameworks and hyperparameters

Model-centric experiment tracking frameworks, such as MLFlow, Weights & Biases, and Neptune.ai, help track the results of model training experiments with different combinations of hyperparameters (and different model architectures). The experimentation can be automated, in which case it is called AutoML.

Examples of hyperparameters

Examples of hyperparameters include the learning rate, batch size, number of epochs, number of layers in a feedforward deep learning model, and the model architecture itself. 

Does this content look outdated? If you are interested in helping us maintain this, feel free to contact us.

© Hopsworks 2024. All rights reserved. Various trademarks held by their respective owners.

Privacy Policy
Cookie Policy
Terms and Conditions