🏠 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

Pasting Ensemble

Ensemble method that builds multiple models on random subsets of the training data, without replacement, to reduce variance and improve generalization.

📖
terms

Sampling without Replacement

Observation selection technique where each chosen element is removed from the population, ensuring unique subsets as in pasting.

📖
terms

Sampling with Replacement

Method where observations can be selected multiple times in the same sample, a fundamental characteristic of bagging.

📖
terms

Training Subset

Portion of the training data used to build an individual model in an ensemble method, with or without replacement depending on the technique.

📖
terms

Prediction Aggregation

Process of combining individual predictions from ensemble models, typically by majority vote (classification) or averaging (regression).

📖
terms

Model Diversity

Principle that ensemble models must be different for aggregation to be effective, achieved through varied data subsets.

📖
terms

Random Subspace Sampling

Extension of bagging where models are trained on random subsets of features in addition to observation subsets.

📖
terms

Pasting Small Samples

Pasting variant using reduced-size subsets to speed up training while maintaining model diversity.

📖
terms

Model Variance

Model sensitivity to variations in training data, which ensemble methods like bagging specifically aim to reduce.

📖
terms

Prediction Stability

A model's ability to produce consistent predictions in the face of slight variations in training data, improved by ensemble methods.

📖
terms

Parallel Ensemble Training

Advantage of bagging and pasting allowing simultaneous training of base models on different data subsets.

📖
terms

Sample Complexity

Number of samples needed to achieve a certain performance, potentially reduced by effective ensemble methods.

🔍

No results found