Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Cluster Sampling Method01:20

Cluster Sampling Method

13.1K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
13.1K
Stratified Sampling Method01:16

Stratified Sampling Method

13.2K
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. The sampling method ensures that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a stratified sample, divide the population into groups called strata and then take a...
13.2K
Frequency-dependent Selection01:21

Frequency-dependent Selection

22.4K
When the fitness of a trait is influenced by how common it is (i.e., its frequency) relative to different traits within a population, this is referred to as frequency-dependent selection. Frequency-dependent selection may occur between species or within a single species. This type of selection can either be positive—with more common phenotypes having higher fitness—or negative, with rarer phenotypes conferring increased fitness.
22.4K
Sampling Plans01:23

Sampling Plans

332
Sampling is a crucial step in analytical chemistry, allowing researchers to collect representative data from a large population. Common sampling methods include random, judgmental, systematic, stratified, and cluster sampling.
Random sampling is a method where each member of the population has an equal chance of being selected for the sample. It involves selecting individuals randomly, often using random number generators or lottery-type methods. For example, when analyzing the properties of a...
332
Observational Studies01:11

Observational Studies

10.1K
Observational studies are a type of analytical study where researchers observe events without any interventions. In other words, the researcher does not influence the response variable or the experiment's outcome.
There are three types of observational studies – Prospective, retrospective, and cross-sectional.
Prospective Study
Prospective studies, also known as longitudinal or cohort studies, are carried out by collecting future data from groups sharing similar characteristics. One...
10.1K
Bootstrapping01:24

Bootstrapping

691
The term "bootstrap" originated in the 19th century as a metaphor for self-improvement or achieving something independently, without external assistance. This concept extends to statistical bootstrapping, a self-contained method for estimating population parameters through resampling, even though it can be computationally intensive. Developed by the American statistician Dr. Bradley Efron in 1979, bootstrapping provides a robust way to perform inference when the original sample size is...
691

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Inpainting the Neural Picture: Inferring Unrecorded Brain Area Dynamics from Multi-Animal Datasets.

ArXiv·2025
Same author

Machine Learning Interpretation of Optical Spectroscopy Using Peak-Sensitive Logistic Regression.

ACS nano·2025
Same author

Graphical Model Inference with Erosely Measured Data.

Journal of the American Statistical Association·2024
Same author

SPA-STOCSY: an automated tool for identifying annotated and non-annotated metabolites in high-throughput NMR spectra.

Bioinformatics (Oxford, England)·2023
Same author

Functional screening of lysosomal storage disorder genes identifies modifiers of alpha-synuclein neurotoxicity.

PLoS genetics·2023
Same author

Supervised convex clustering.

Biometrics·2023
Same journal

Minipatch Learning as Implicit Ridge-Like Regularization.

... International Conference on Big Data and Smart Computing. International Conference on Big Data and Smart Computing·2021
See all related articles

Related Experiment Video

Updated: Oct 14, 2025

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers
03:37

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers

Published on: March 1, 2024

970

MP-Boost: Minipatch Boosting via Adaptive Feature and Observation Sampling.

Mohammad Taha Toghani1, Genevera I Allen2

  • 1Department of Electrical and Computer Engineering, Rice University, Houston, TX 77005 USA.

... International Conference on Big Data and Smart Computing. International Conference on Big Data and Smart Computing
|November 4, 2021
PubMed
Summary
This summary is machine-generated.

MP-Boost is a new machine learning algorithm that offers faster computation and better interpretability than traditional boosting methods. It achieves this by learning from small, adaptive subsets of data called minipatches (MP).

Keywords:
AdaBoostAdaptive Feature SelectionAdaptive Observation SelectionInternal ValidationMinipatch Learning

More Related Videos

A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
12:18

A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment

Published on: January 11, 2020

7.7K
Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach
04:35

Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach

Published on: July 3, 2020

3.5K

Related Experiment Videos

Last Updated: Oct 14, 2025

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers
03:37

Author Spotlight: Impact of Intergenic Interactions on Disease-Identifying Dark Biomarkers

Published on: March 1, 2024

970
A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
12:18

A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment

Published on: January 11, 2020

7.7K
Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach
04:35

Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach

Published on: July 3, 2020

3.5K

Area of Science:

  • Computer Science
  • Machine Learning
  • Artificial Intelligence

Background:

  • Boosting methods are popular, general-purpose machine learning algorithms.
  • Existing methods like AdaBoost and gradient boosting offer high accuracy but can be computationally intensive and lack interpretability.

Purpose of the Study:

  • To develop a novel boosting algorithm, MP-Boost, that is computationally faster and more interpretable than existing methods.
  • To achieve accuracy comparable to AdaBoost and gradient boosting.

Main Methods:

  • MP-Boost learns by adaptively selecting small subsets of instances and features, termed minipatches (MP), at each iteration.
  • The algorithm learns probability distributions on features and instances to upweight important features and challenging data points.
  • Sequential learning on small data subsets enhances computational efficiency.

Main Results:

  • MP-Boost demonstrates significant computational speed improvements over classic boosting algorithms.
  • The method achieves comparable accuracy to AdaBoost and gradient boosting on various binary classification tasks.
  • The learned probability distributions provide insights into feature and instance importance, enhancing interpretability.

Conclusions:

  • MP-Boost offers a computationally efficient and interpretable alternative to existing boosting methods.
  • The adaptive minipatch selection strategy is key to its performance and interpretability.
  • Empirical results validate the effectiveness of MP-Boost for binary classification tasks.