🏠 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

Balanced Bootstrap

A variant of bootstrap ensuring that each original observation appears the same number of times across all bootstrap samples, reducing bias in error estimation.

📖
terms

Stratified Bootstrap

A bootstrap sampling method that preserves the proportion of classes or strata in each resampled sample, essential for imbalanced data.

📖
terms

Weighted Bootstrap

A technique where each observation is assigned a probability weight during bootstrap sampling, allowing oversampling of data points considered more important or reliable.

📖
terms

Double Bootstrap

An iterative procedure where bootstrap sampling is applied to another bootstrap sample, used to improve the accuracy of confidence intervals and correct higher-order biases.

📖
terms

Block Bootstrap

A bootstrap variant designed for dependent data (time series, spatial data) that resamples contiguous blocks of observations to preserve the correlation structure.

📖
terms

Bayesian Bootstrap

Interpretation of bootstrap as an approximation of a Bayesian posterior distribution, where bootstrap sampling simulates a non-informative prior distribution on the data.

📖
terms

Parametric Bootstrap

A method where bootstrap samples are generated from a parametric distribution fitted to the original data, unlike non-parametric bootstrap which uses the data themselves.

📖
terms

Non-Parametric Bootstrap

Standard bootstrap approach that makes no assumptions about the underlying data distribution, relying solely on direct resampling of the empirical sample.

📖
terms

Bootstrap Percentile Confidence Interval

Method for constructing confidence intervals using the percentiles (e.g., 2.5% and 97.5%) of the distribution of estimators calculated from bootstrap samples.

📖
terms

Bootstrap BCa Confidence Interval

Bootstrap confidence interval adjusted for bias (Bias-Corrected) and acceleration (accelerated), offering better accuracy by correcting biases and non-normality of the bootstrap distribution.

📖
terms

Bootstrap Subsampling (Subagging)

Variant of bagging using subsets of observations drawn without replacement, reducing variance while being less computationally expensive than traditional bagging.

📖
terms

Bootstrap for Time Series

Set of techniques (such as block bootstrap or residual-based bootstrap) adapted for resampling time series data while respecting their temporal dependence.

📖
terms

Jackknife-after-Bootstrap

Diagnostic method that uses the jackknife technique on bootstrap results to assess the stability and influence of each observation on the bootstrap estimation.

🔍

No results found