Jove
Visualize
Contact Us

Related Concept Videos

Typical Model Studies01:30

Typical Model Studies

511
Fluid mechanics model studies often utilize scaled-down systems to predict fluid behavior in full-scale environments, such as river flows, dam spillways, and structures interacting with open surfaces. Maintaining Froude number similarity in river models is crucial, as it replicates surface flow features like wave patterns and velocities.
511
Frequency-dependent Selection01:21

Frequency-dependent Selection

22.6K
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.6K
Classification of Signals01:30

Classification of Signals

1.1K
In signal processing, signals are classified based on various characteristics: continuous-time versus discrete-time, periodic versus aperiodic, analog versus digital, and causal versus noncausal. Each category highlights distinct properties crucial for understanding and manipulating signals.
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
1.1K
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

163
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...
163
Survival Tree01:19

Survival Tree

212
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...
212
Modeling and Similitude01:12

Modeling and Similitude

436
Scaled modeling is a fundamental technique in engineering, enabling the study of large and complex systems by creating smaller, manageable replicas that recreate critical characteristics of the original. In hydrology and civil infrastructure, for example, scaled models of dams help analyze water flow, turbulence, and pressure. This method allows for accurate predictions of real-world behavior within a controlled environment, significantly reducing the cost and time involved in full-scale...
436

You might also read

Related Articles

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

Sort by
Same author

Domain-Adaptive Transfer Learning for HPV Lesion Classification in Whole Slide Images: A Patient-Level Pipeline Across the Cytology-Histology Continuum.

Bioengineering (Basel, Switzerland)·2026
Same author

Reconstructing Late Quaternary coastal landscapes by a machine-learning framework.

Scientific reports·2025
Same author

Microplastic pollution from pellet spillage: Analysis of the Toconao ship accident along the Spanish and Portuguese coasts.

Marine pollution bulletin·2024
Same author

On the interpretability of fuzzy knowledge base systems.

PeerJ. Computer science·2024
Same author

Multi-Method Technics and Deep Neural Networks Tools on Board ARGO USV for the Geoarchaeological and Geomorphological Mapping of Coastal Areas: The Case of Puteoli Roman Harbour.

Sensors (Basel, Switzerland)·2024
Same author

A new biomarker panel of ultraconserved long non-coding RNAs for bladder cancer prognosis by a machine learning based methodology.

BMC bioinformatics·2023
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 Experiment Video

Updated: Nov 10, 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

A Sparse-Modeling Based Approach for Class Specific Feature Selection.

Davide Nardone1, Angelo Ciaramella1, Antonino Staiano1

  • 1Dipartimento di Scienze e Tecnologie, Università degli Studi di Napoli "Parthenope", Naples, Italy.

Peerj. Computer Science
|April 5, 2021
PubMed
Summary
This summary is machine-generated.

We introduce a new Sparse-Modeling Based Approach for Class Specific Feature Selection (SMBA-CSFS) to identify optimal features for complex datasets. This method enhances classification accuracy, particularly with a high number of features, outperforming existing techniques.

Keywords:
BioinformaticsDictionary learningEnsemble learningFeature selectionSparse coding

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
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

753

Related Experiment Videos

Last Updated: Nov 10, 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
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

753

Area of Science:

  • Computational Biology
  • Machine Learning
  • Data Science

Background:

  • Feature selection is crucial for simplifying models, enhancing interpretability, and speeding up validation in fields like computational biology.
  • Existing feature selection methods struggle to consistently identify optimal feature subsets due to the complexity and high dimensionality of biological data.
  • The 'no free lunch' theorems highlight the challenge of finding a universally superior feature selection approach.

Purpose of the Study:

  • To propose a novel feature selection framework, Sparse-Modeling Based Approach for Class Specific Feature Selection (SMBA-CSFS), combining sparse modeling and class-specific selection.
  • To improve the accuracy and efficiency of feature selection in high-dimensional datasets, particularly in computational biology.
  • To develop a method that identifies the most representative features to maximize classification accuracy.

Main Methods:

  • A two-step approach: 1. Sparse modeling to identify class-specific feature subsets. 2. Class-specific feature selection using an ensemble of classifiers trained on these subsets.
  • Utilizing a sparse modeling-based learning technique to discover optimal feature subsets for each class.
  • Building an ensemble of classifiers, each trained on its unique feature subset, with a defined decision rule for ensemble output.

Main Results:

  • SMBA-CSFS effectively identifies representative features that maximize classification accuracy across various datasets.
  • The method demonstrates promising performance, outperforming competitors, especially on datasets with a high number of features (e.g., top 20 and 80 features).
  • Experimental results on diverse computational biology datasets (leukemia, carcinomas, lymphoma, glioma) validate the approach's efficacy.

Conclusions:

  • SMBA-CSFS offers a robust solution for feature selection and classification in datasets characterized by a large number of features and classes.
  • The proposed framework shows superior performance compared to state-of-the-art methods, particularly in high-dimensional scenarios.
  • This approach is well-suited for applications requiring precise feature identification and accurate classification in complex biological data.