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

Quantifying and Rejecting Outliers: The Grubbs Test01:02

Quantifying and Rejecting Outliers: The Grubbs Test

2.7K
Sometimes, a data set can have a recorded numerical observation that greatly  deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier.  To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
2.7K
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

120
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
120
Multi-input and Multi-variable systems01:22

Multi-input and Multi-variable systems

199
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence...
199
Problem-Solving01:29

Problem-Solving

286
Effective problem-solving consists of two steps: 1. identifying the problem and 2. selecting the appropriate problem-solving strategy (i.e., a plan of action used to find a solution). Humans use four problem-solving strategies:
286
Heuristics01:21

Heuristics

169
Heuristics are problem-solving strategies that use mental shortcuts to simplify decision-making. Unlike algorithms, which must be followed precisely to achieve a correct result, heuristics offer a general problem-solving framework. They save time and energy but can sometimes lead to less rational decisions.
People often rely on heuristics when faced with an overload of information, limited time, low importance of the decision, limited information, or when a heuristic readily comes to mind. For...
169
Collisions in Multiple Dimensions: Problem Solving01:06

Collisions in Multiple Dimensions: Problem Solving

4.5K
In multiple dimensions, the conservation of momentum applies in each direction independently. Hence, to solve collisions in multiple dimensions, we should write down the momentum conservation in each direction separately. To help understand collisions in multiple dimensions, consider an example.
A small car of mass 1,200 kg traveling east at 60 km/h collides at an intersection with a truck of mass 3,000 kg traveling due north at 40 km/h. The two vehicles are locked together. What is the...
4.5K

You might also read

Related Articles

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

Sort by
Same author

MicroRNA Expression Analysis and Biological Pathways in Chemoresistant Non-Small Cell Lung Cancer.

Cancers·2025
Same author

XPF interacts with TOP2B for R-loop processing and DNA looping on actively transcribed genes.

Science advances·2023
Same author

Learning biologically-interpretable latent representations for gene expression data: Pathway Activity Score Learning Algorithm.

Machine learning·2023
Same author

A machine learning approach utilizing DNA methylation as an accurate classifier of COVID-19 disease severity.

Scientific reports·2022
Same author

Just Add Data: automated predictive modeling for knowledge discovery and feature selection.

NPJ precision oncology·2022
Same author

The Essentials of Multiomics.

The oncologist·2022
Same journal

Topology only pre-training: towards generalised multi-domain graph models.

Data mining and knowledge discovery·2026
Same journal

Detection and evaluation of clusters within sequential data.

Data mining and knowledge discovery·2025
Same journal

Universal representation learning for multivariate time series using the instance-level and cluster-level supervised contrastive learning.

Data mining and knowledge discovery·2025
Same journal

Missing value replacement in strings and applications.

Data mining and knowledge discovery·2025
Same journal

Robust explainer recommendation for time series classification.

Data mining and knowledge discovery·2024
Same journal

Somtimes: self organizing maps for time series clustering and its application to serious illness conversations.

Data mining and knowledge discovery·2024
See all related articles

Related Experiment Video

Updated: Oct 14, 2025

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

7.7K

Extending greedy feature selection algorithms to multiple solutions.

Giorgos Borboudakis1, Ioannis Tsamardinos1,2,3

  • 1University of Crete, Heraklion, Greece.

Data Mining and Knowledge Discovery
|November 1, 2021
PubMed
Summary
This summary is machine-generated.

This study introduces a new strategy to find multiple feature selection solutions, improving knowledge discovery. The efficient algorithm identifies all solutions and offers better computational performance than existing methods.

Keywords:
Feature selectionMultiple feature selectionMultiple solutionsStepwise selection

More Related Videos

Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm
11:53

Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm

Published on: December 9, 2012

13.1K
Protein WISDOM: A Workbench for In silico De novo Design of BioMolecules
10:58

Protein WISDOM: A Workbench for In silico De novo Design of BioMolecules

Published on: July 25, 2013

17.2K

Related Experiment Videos

Last Updated: Oct 14, 2025

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

7.7K
Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm
11:53

Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm

Published on: December 9, 2012

13.1K
Protein WISDOM: A Workbench for In silico De novo Design of BioMolecules
10:58

Protein WISDOM: A Workbench for In silico De novo Design of BioMolecules

Published on: July 25, 2013

17.2K

Area of Science:

  • Machine Learning
  • Data Mining
  • Computational Statistics

Background:

  • Traditional feature selection methods often yield a single solution, which is insufficient for comprehensive knowledge discovery when multiple valid feature subsets exist.
  • Existing approaches for identifying multiple feature selection solutions are computationally expensive or lack theoretical guarantees.

Purpose of the Study:

  • To develop an efficient strategy for extending greedy feature selection methods to identify multiple solutions.
  • To establish conditions under which the proposed method guarantees identification of all possible solutions.
  • To introduce novel methods for representing and visualizing multiple feature selection solutions.

Main Methods:

  • Extension of greedy feature selection algorithms to explore multiple solution spaces.
  • Development of a taxonomy for features considering multiple solutions.
  • Exploration of statistical equivalence definitions and testing methods for solutions.
  • Introduction of a novel algorithm for compact representation and visualization of multiple solutions.

Main Results:

  • The proposed algorithm demonstrates significantly higher computational efficiency compared to the TIE* algorithm.
  • The new method identifies comparable solutions to the TIE* algorithm, which has similar theoretical guarantees.
  • Identified multiple feature selection solutions exhibit similar predictive performance to single solutions.

Conclusions:

  • The developed strategy effectively extends greedy methods for identifying multiple feature selection solutions, enhancing knowledge discovery.
  • The novel algorithm offers a computationally efficient and effective approach for finding, representing, and visualizing multiple solutions.
  • This work provides a foundation for exploring complex feature spaces where multiple optimal or near-optimal solutions are prevalent.