🏠 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

Hyperparameter

External parameter to the model whose value must be set before training, directly influencing the learning capacity and final performance of the algorithm.

📖
terms

Underfitting

Situation where the model is too simple to capture the underlying structure of the data, resulting in poor performance on both training and test sets.

📖
terms

Grid Search

Systematic optimization method that exhaustively explores all possible combinations of hyperparameters in a predefined grid to identify the best configuration.

📖
terms

Random Search

Optimization approach that randomly samples hyperparameter combinations in the search space, often more efficient than Grid Search for high-dimensional spaces.

📖
terms

Bayesian Optimization

Sequential optimization method using a probabilistic model to guide the search for optimal hyperparameters by balancing exploration and exploitation.

📖
terms

Validation Score

Quantitative metric evaluating model performance on the validation set, serving as an objective criterion for hyperparameter selection and tuning.

📖
terms

Ensemble Learning

Paradigm combining multiple base models to improve overall predictive performance through aggregation of their individual predictions.

📖
terms

Boosting

Sequential ensemble method where each model learns from the errors of the previous one, creating a powerful composite through adaptive weighting of weak learners.

📖
terms

Evaluation Metric

Quantitative indicator measuring model performance according to specific criteria (accuracy, recall, F1-score, AUC-ROC, MSE, MAE, etc.).

📖
terms

Elbow Point

Inflection point on a performance curve where the marginal improvement becomes negligible, often indicating the optimal value of a hyperparameter.

🔍

No results found