Random Search
An optimization technique that evaluates randomly selected hyperparameter configurations from a defined search space.
Explore more about Experimentation
Related terms
A 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.
Hyperparameter TuningThe 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.
Bayesian OptimizationAn optimization method that uses probabilistic models to efficiently identify promising parameter configurations with minimal evaluation runs.
Parameter SweepAn experiment that evaluates a system across a defined range of parameter values to compare results and identify effective configurations.
Trial RunA preliminary execution of an experiment or pipeline designed to test functionality and validate configurations before full deployment.
Experiment TrackingThe process of recording and managing information about AI experiments, including datasets, models, hyperparameters, code versions, metrics, and outcomes to enable reproducibility and comparison.