Tagged articles
7 articles
Page 1 of 1
Model Perspective
Model Perspective
Apr 9, 2024 · Fundamentals

Unlocking the Power of Bootstrap: A Practical Guide to Resampling Statistics

Bootstrap, a versatile resampling technique, repeatedly draws samples with replacement from existing data to estimate statistics like means and confidence intervals, offering flexible, distribution-agnostic insights across fields—from education and economics to ecology and finance—illustrated with Python code examples.

Bootstrapconfidence intervalresampling
0 likes · 10 min read
Unlocking the Power of Bootstrap: A Practical Guide to Resampling Statistics
Alimama Tech
Alimama Tech
Oct 13, 2021 · Artificial Intelligence

Bootstrap Methods for Statistical Inference in AB Testing

The article explains how the non‑parametric Bootstrap resampling method provides a practical, computationally efficient way to perform statistical inference in AB testing—especially with small samples, skewed data, or ratio metrics—by generating confidence intervals and hypothesis tests via repeated sampling, outperforming traditional approaches.

AB testingBootstrapData Science
0 likes · 9 min read
Bootstrap Methods for Statistical Inference in AB Testing
Hulu Beijing
Hulu Beijing
Nov 21, 2017 · Artificial Intelligence

How to Tackle Imbalanced Datasets with Sampling Techniques

Sampling transforms complex distributions into manageable data points, and mastering methods like random oversampling, undersampling, SMOTE, and its variants is essential for handling imbalanced binary classification problems in machine learning, ensuring models achieve balanced accuracy and recall across classes.

SMOTESamplingimbalanced data
0 likes · 8 min read
How to Tackle Imbalanced Datasets with Sampling Techniques
Tencent Music Tech Team
Tencent Music Tech Team
Nov 10, 2017 · Mobile Development

Image Resizing Techniques on Android: Nearest‑Neighbour, Bilinear, Bicubic, and Lanczos Resampling

The article explains Android image downsampling, comparing built‑in nearest‑neighbour and bilinear methods with higher‑quality bicubic and Lanczos resampling, detailing their implementation, performance trade‑offs, and visual results, and advises choosing the fastest method for simple cases or the more intensive algorithms when superior image fidelity is required.

AndroidBicubicBilinear
0 likes · 10 min read
Image Resizing Techniques on Android: Nearest‑Neighbour, Bilinear, Bicubic, and Lanczos Resampling