🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links

AI Glossary

The complete dictionary of Artificial Intelligence

162
categories
2,032
subcategories
23,060
terms
📖
terms

BOHB (Bayesian Optimization HyperBand)

Hybrid algorithm combining Bayesian optimization for probabilistic modeling and HyperBand for adaptive resource allocation, enabling efficient hyperparameter search.

📖
terms

Surrogate Model

Probabilistic model (typically GP or TPE) that approximates the expensive-to-evaluate objective function to guide hyperparameter search.

📖
terms

Acquisition Function

Function that balances exploration and exploitation to determine the next hyperparameter configurations to evaluate.

📖
terms

TPE (Tree-structured Parzen Estimator)

Non-parametric surrogate model using kernel density estimators to model hyperparameter distributions.

📖
terms

Computational Budget

Limited resource (time, episodes, data) allocated to the evaluation of hyperparameter configurations in BOHB.

📖
terms

Bandit-Based Allocation

Resource allocation strategy inspired by multi-armed bandits to optimize the exploration-exploitation trade-off.

📖
terms

Hyperparameter Importance

Measure of each hyperparameter's impact on model performance, used to prioritize search in BOHB.

📖
terms

Parallel Evaluation

Ability to evaluate multiple hyperparameter configurations simultaneously to accelerate optimization in BOHB.

📖
terms

Thompson Sampling

Method of selection that samples configurations according to their probability of being optimal according to the surrogate model.

📖
terms

Bracket Configuration

Specific parameter setting of HyperBand defining the number of configurations and the evolution of the budget for a given bracket.

🔍

No results found