Process / pipeline
Bayesian Optimization — Sequential Model-Based Hyperparameter Tuning
Bayesian Optimization is a sequential, model-based strategy for finding the optimum of expensive black-box functions with as few evaluations as possible. Rooted in the work of Mockus (1975) and brought to mainstream machine-learning practice by Snoek, Larochelle, and Adams (2012), it fits a probabilistic surrogate model — typically a Gaussian Process — to past observations and uses an acquisition function to decide where to probe next, balancing exploration of unknown regions with exploitation of promising ones.
MethodMind'de açSoonVideoSoon
Tam yöntemi oku
Members only
Sign inSign in with a free account to read this section.
Sources
Related methods
Referenced by
Bayesian Active LearningBayesian Box-Behnken DesignBayesian Gaussian ProcessBayesian Genetic AlgorithmBayesian Mixed-Integer ProgrammingBayesian Multi-Objective OptimizationBayesian NSGA-IIBayesian Particle Swarm OptimizationBayesian Simulated AnnealingBayesian Tabu SearchEvolutionary StrategyGaussian ProcessGrey Wolf OptimizerParticle Swarm OptimizationStochastic OptimizationSurrogate-Based OptimizationUncertainty QuantificationWhale Optimization Algorithm