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

Classification of Systems-II01:31

Classification of Systems-II

249
Continuous-time systems have continuous input and output signals, with time measured continuously. These systems are generally defined by differential or algebraic equations. For instance, in an RC circuit, the relationship between input and output voltage is expressed through a differential equation derived from Ohm's law and the capacitor relation,
249
Classification of Systems-I01:26

Classification of Systems-I

346
Linearity is a system property characterized by a direct input-output relationship, combining homogeneity and additivity.
Homogeneity dictates that if an input x(t) is multiplied by a constant c, the output y(t) is multiplied by the same constant. Mathematically, this is expressed as:
346
Machines: Problem Solving II01:30

Machines: Problem Solving II

403
Machines are complex structures consisting of movable, pin-connected multi-force members that work together to transmit forces. Consider a lifting tong carrying a 100 kg load. It comprises movable sections DAF and CBG linked together with member AB.
403
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

109
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...
109
Differential Leveling01:12

Differential Leveling

355
Differential leveling is a precise method in surveying used to determine the elevation difference between two points. Its primary goal is to establish accurate vertical measurements to create level surfaces or grade lines critical for designing and constructing infrastructures such as roads, bridges, and buildings.The procedure for differential leveling begins with setting up and leveling the instrument at a point where the benchmark can be seen. The level rod is held on the benchmark (BM), and...
355
Classification of Signals01:30

Classification of Signals

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

You might also read

Related Articles

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

Sort by
Same author

Recurrence factors in familial papillary thyroid carcinoma.

Minerva endocrinology·2025
Same author

An overview of model uncertainty and variability in LLM-based sentiment analysis: challenges, mitigation strategies, and the role of explainability.

Frontiers in artificial intelligence·2025
Same author

RSAFormer: A method of polyp segmentation with region self-attention transformer.

Computers in biology and medicine·2024
Same author

Hybrid Gromov-Wasserstein Embedding for Capsule Learning.

IEEE transactions on neural networks and learning systems·2024
Same author

EpilepsyNet: Novel automated detection of epilepsy using transformer model with EEG signals from 121 patient population.

Computers in biology and medicine·2023
Same author

Fuzzy Attention Neural Network to Tackle Discontinuity in Airway Segmentation.

IEEE transactions on neural networks and learning systems·2023
Same journal

Relaxed Stability Conditions for Model Predictive Control of Hybrid Dynamical Systems Using Hybrid Recurrent Neural Networks.

IEEE transactions on cybernetics·2026
Same journal

An Evolutionary Algorithm Assisted by an Ensemble of Pareto-Optimal Surrogate Models.

IEEE transactions on cybernetics·2026
Same journal

A Quantum Self-Attention Neural Network Model on Quantum Circuits.

IEEE transactions on cybernetics·2026
Same journal

Semi-Explicit Solution of Some Discrete-Time Higher-Order-Cost Mean-Field-Type Control.

IEEE transactions on cybernetics·2026
Same journal

A Novel One-Step Small Object Detector for Autonomous Aerial Vehicles.

IEEE transactions on cybernetics·2026
Same journal

Online Data-Driven-Based Optimal Output Tracking Control Without Initial Stabilizing Policy.

IEEE transactions on cybernetics·2026
See all related articles

Related Experiment Video

Updated: Sep 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.7K

Handling Imbalanced Classification Problems With Support Vector Machines via Evolutionary Bilevel Optimization.

Alejandro Rosales-Perez, Salvador Garcia, Francisco Herrera

    IEEE Transactions on Cybernetics
    |April 13, 2022
    PubMed
    Summary
    This summary is machine-generated.

    This study introduces EBCS-SVM, a novel method for imbalanced classification problems. It effectively optimizes support vectors and hyperparameters for improved accuracy on uneven datasets.

    More Related Videos

    Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines
    08:27

    Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines

    Published on: January 5, 2024

    1.3K
    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

    Related Experiment Videos

    Last Updated: Sep 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.7K
    Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines
    08:27

    Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines

    Published on: January 5, 2024

    1.3K
    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

    Area of Science:

    • Machine Learning
    • Artificial Intelligence
    • Data Science

    Background:

    • Support Vector Machines (SVMs) are widely used for binary classification.
    • Traditional SVMs assume equal misclassification costs, which is often unrealistic for imbalanced datasets.
    • Real-world data frequently exhibits uneven class distributions, posing challenges for standard SVMs.

    Purpose of the Study:

    • To introduce EBCS-SVM (evolutionary bilevel cost-sensitive SVMs) for handling imbalanced classification.
    • To simultaneously learn support vectors and optimize SVM hyperparameters, including kernel parameters and misclassification costs.
    • To address the limitations of traditional SVMs in scenarios with uneven class distributions.

    Main Methods:

    • EBCS-SVM employs a bilevel optimization approach.
    • The upper level uses an evolutionary algorithm (EA) to optimize hyperparameters.
    • The lower level utilizes sequential minimal optimization (SMO) to determine support vectors, with nested optimization.
    • The lower level is initialized using successful solutions from previous iterations.

    Main Results:

    • EBCS-SVM was evaluated on 70 imbalanced classification datasets.
    • Performance was compared against several state-of-the-art methods.
    • Bayesian testing supported the experimental findings.

    Conclusions:

    • EBCS-SVM demonstrates significant effectiveness in handling highly imbalanced datasets.
    • The proposed method offers an improved approach to SVM hyperparameter and support vector optimization for skewed data.
    • The nested evolutionary and SMO optimization strategy proves beneficial for cost-sensitive classification.