Bayesian Optimization
An optimization method that uses probabilistic models to efficiently identify promising parameter configurations with minimal evaluation runs.
Explore more about Experimentation
Related terms
The process of selecting and adjusting the hyperparameters of an AI model or system through controlled experiments to identify the configuration that delivers the best performance according to one or more evaluation metrics.
Hyperparameter OptimizationHPOThe process of automatically or systematically searching for the combination of hyperparameter values that produces the best performance for an AI model or system according to one or more evaluation metrics.
Parameter SweepAn experiment that evaluates a system across a defined range of parameter values to compare results and identify effective configurations.
Grid SearchA hyperparameter optimization technique that systematically evaluates all predefined combinations of parameter values to identify the configuration that produces the best performance for an AI model or system.
Random SearchAn optimization technique that evaluates randomly selected hyperparameter configurations from a defined search space.