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

Survival Tree01:19

Survival Tree

251
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
 Building a Survival Tree
Constructing a...
251
Quantifying and Rejecting Outliers: The Grubbs Test01:02

Quantifying and Rejecting Outliers: The Grubbs Test

3.3K
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...
3.3K
Cluster Sampling Method01:20

Cluster Sampling Method

13.7K
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.7K
Woodward–Hoffmann Selection Rules and Microscopic Reversibility01:34

Woodward–Hoffmann Selection Rules and Microscopic Reversibility

3.5K
Electrocyclic reactions, cycloadditions, and sigmatropic rearrangements are concerted pericyclic reactions that proceed via a cyclic transition state. These reactions are stereospecific and regioselective. The stereochemistry of the products depends on the symmetry characteristics of the interacting orbitals and the reaction conditions. Accordingly, pericyclic reactions are classified as either symmetry-allowed or symmetry-forbidden. Woodward and Hoffmann presented the selection criteria for...
3.5K
Heuristics01:21

Heuristics

256
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...
256
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

181
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...
181

You might also read

Related Articles

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

Sort by
Same author

Efficient and explainable histopathology for cancer detection using dual-teacher distillation and integrated gradients.

Frontiers in medicine·2026
Same author

Health-FedNet: secure federated learning for chronic disease prediction on MIMIC-III with differential privacy and homomorphic encryption.

Scientific reports·2026
Same author

MapReduce-based deep learning framework for potato leaf disease detection in sustainable precision agriculture.

Scientific reports·2025
Same author

Tri branch attention enhanced 3DUNet for remote sensing based hyperspectral image classification.

Scientific reports·2025
Same author

RETRACTED: LGD_Net: Capsule network with extreme learning machine for classification of lung diseases using CT scans.

PloS one·2025
Same author

Deep learning-based automated classification of choroidal layers in en face swept-source optical coherence tomography images.

BMC ophthalmology·2025

Related Experiment Video

Updated: Nov 27, 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.8K

Monte Carlo Tree Search-Based Recursive Algorithm for Feature Selection in High-Dimensional Datasets.

Muhammad Umar Chaudhry1,2, Muhammad Yasir3, Muhammad Nabeel Asghar4

  • 1AiHawks, Multan 60000, Pakistan.

Entropy (Basel, Switzerland)
|December 8, 2020
PubMed
Summary
This summary is machine-generated.

This study introduces a novel iterative feature selection algorithm to address big data challenges. The new method enhances classification accuracy and reduces dimensions by building multiple feature selection trees, improving upon existing Monte Carlo Tree Search techniques.

Keywords:
Monte Carlo Tree Search (MCTS)R-MOTiFSdimensionality reductionfeature selectionheuristic feature selection

More Related Videos

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

1.1K
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.8K

Related Experiment Videos

Last Updated: Nov 27, 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.8K
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

1.1K
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.8K

Area of Science:

  • Data Science
  • Machine Learning
  • Artificial Intelligence

Background:

  • Big data presents challenges due to complexity and high dimensionality.
  • Feature selection is crucial for dimensionality reduction and improving model performance.
  • Existing Monte Carlo Tree Search (MCTS) methods for feature selection face a tradeoff between search depth and simulation count.

Purpose of the Study:

  • To propose a new iterative algorithm for feature selection that overcomes limitations of existing MCTS-based methods.
  • To improve the balance between classification accuracy and dimensionality reduction.
  • To enhance the efficiency of feature selection in high-dimensional big data.

Main Methods:

  • A novel algorithm is proposed that iteratively builds multiple feature selection trees in a recursive manner.
  • Each successor tree has a reduced state space, intensifying the impact of tree search.
  • The number of Monte Carlo Tree Search (MCTS) simulations is kept fixed while improving search effectiveness.

Main Results:

  • Experiments were conducted on 16 benchmark datasets to validate the proposed algorithm.
  • The algorithm was compared against state-of-the-art methods in terms of classification accuracy and feature selection ratio.
  • The iterative approach demonstrated improved performance in selecting optimal feature subsets.

Conclusions:

  • The proposed iterative multi-tree approach effectively addresses the limitations of single-tree MCTS methods in feature selection.
  • This method offers a promising solution for high-dimensional big data by optimizing the feature selection process.
  • The algorithm achieves a better compromise between classification accuracy and reduced dimensionality, outperforming existing techniques.