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-I01:26

Classification of Systems-I

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:
Classification of Systems-II01:31

Classification of Systems-II

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,
Multiple Regression01:25

Multiple Regression

Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Introduction to Learning01:18

Introduction to Learning

Learning is the process of acquiring knowledge or skills through practice or experience, leading to long-lasting behavioral changes. This acquisition occurs through interaction with the environment and requires practice or experience. For instance, mastering a skill such as surfing requires considerable practice and experience, highlighting the essential role of repeated interactions with the environment in learning.
In contrast to learned behaviors, unlearned behaviors such as crying, sexual...
Classification of Signals01:30

Classification of Signals

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...
Generalization, Discrimination, and Extinction01:24

Generalization, Discrimination, and Extinction

Generalization, discrimination, and extinction are key concepts in operant conditioning that influence how behaviors are learned and maintained.
Generalization occurs when a behavior reinforced in one context is performed in similar situations. For instance, a student who studies diligently for calculus and receives excellent grades might apply the same study habits to psychology and history, expecting similar results. Generalization shows how learning in one setting can influence behavior in...

You might also read

Related Articles

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

Sort by
Same author

BVDV NS5A Binds to CKAP2 and Activates the PI3K/AKT/mTOR Pathway to Facilitate Virus Transmission Through Tunneling Nanotubes.

Veterinary sciences·2026
Same author

VB5 modulates osteoclast metabolic reprogramming and suppresses differentiation by blocking PKM2 nuclear translocation.

Scientific reports·2026
Same author

BVDV utilizes PGC-1α downregulation to remodel the mitochondrial metabolic microenvironment, enhancing viral replication and impairing host immunity.

Frontiers in veterinary science·2026
Same author

Artificial Intelligence Diagnosis of Obstructive Sleep Apnoea using Overnight Pulse Oximetry: A Systematic Review and Bayesian Meta-Analysis.

Journal of medical Internet research·2026
Same author

DPP4-Driven Ferroptosis Promotes Senescence: Galangin as a Therapeutic Agent for Age-Related Bone Loss.

Drug development research·2026
Same author

Awake speech recordings for machine learning diagnosis of obstructive sleep apnea: a Bayesian meta-analysis.

Journal of clinical sleep medicine : JCSM : official publication of the American Academy of Sleep Medicine·2026
Same journal

Strategic Ability Updating in Concurrent Games by Coalitional Commitment.

IEEE transactions on systems, man, and cybernetics. Part B, Cybernetics : a publication of the IEEE Systems, Man, and Cybernetics Society·2015
Same journal

Meta-Analysis of the First Facial Expression Recognition Challenge.

IEEE transactions on systems, man, and cybernetics. Part B, Cybernetics : a publication of the IEEE Systems, Man, and Cybernetics Society·2012
Same journal

Adjustable model-based fusion method for multispectral and panchromatic images.

IEEE transactions on systems, man, and cybernetics. Part B, Cybernetics : a publication of the IEEE Systems, Man, and Cybernetics Society·2012
Same journal

Face Feature Weighted Fusion Based on Fuzzy Membership Degree for Video Face Recognition.

IEEE transactions on systems, man, and cybernetics. Part B, Cybernetics : a publication of the IEEE Systems, Man, and Cybernetics Society·2012
Same journal

A New Adaptive Fast Cellular Automaton Neighborhood Detection and Rule Identification Algorithm.

IEEE transactions on systems, man, and cybernetics. Part B, Cybernetics : a publication of the IEEE Systems, Man, and Cybernetics Society·2012
Same journal

Human-arm-and-hand-dynamic model with variability analyses for a stylus-based haptic interface.

IEEE transactions on systems, man, and cybernetics. Part B, Cybernetics : a publication of the IEEE Systems, Man, and Cybernetics Society·2012
See all related articles

Related Experiment Videos

Extreme learning machine for regression and multiclass classification.

Guang-Bin Huang1, Hongming Zhou, Xiaojian Ding

  • 1School of Electrical and Electronic Engineering, Nanyang Technological University, Singapore 639798. egbhuang@ntu.edu.sg

IEEE Transactions on Systems, Man, and Cybernetics. Part B, Cybernetics : a Publication of the IEEE Systems, Man, and Cybernetics Society
|October 11, 2011
PubMed
Summary
This summary is machine-generated.

Extreme Learning Machine (ELM) offers a unified framework for regression and multiclass classification, simplifying algorithms like Least Square Support Vector Machine (LS-SVM) and Proximal Support Vector Machine (PSVM). ELM demonstrates faster learning and improved generalization performance.

Related Experiment Videos

Area of Science:

  • Machine Learning
  • Artificial Intelligence
  • Computational Science

Background:

  • Least Square Support Vector Machine (LS-SVM) and Proximal Support Vector Machine (PSVM) are popular for binary classification due to implementation simplicity.
  • Conventional LS-SVM and PSVM require modifications for regression and multiclass classification tasks.

Purpose of the Study:

  • To demonstrate that LS-SVM and PSVM can be further simplified into a unified learning framework known as Extreme Learning Machine (ELM).
  • To establish ELM as a versatile platform applicable to regression and multiclass classification directly.
  • To compare ELM with LS-SVM and PSVM in terms of optimization constraints, computational complexity, and generalization performance.

Main Methods:

  • Developing a unified learning framework based on Extreme Learning Machine (ELM) that encompasses LS-SVM, PSVM, and other regularization algorithms.
  • Utilizing generalized single-hidden-layer feedforward networks (SLFNs) where the hidden layer (feature mapping) does not require tuning.
  • Comparing theoretical properties and simulation results of ELM against LS-SVM and PSVM.

Main Results:

  • ELM provides a unified platform applicable to regression and multiclass classification with diverse feature mappings.
  • ELM exhibits milder optimization constraints and lower computational complexity compared to LS-SVM and PSVM.
  • ELM demonstrates superior scalability and faster learning speeds (up to thousands of times faster) than traditional SVM and LS-SVM.
  • Simulation results show ELM achieving similar or better generalization performance, especially in multiclass cases.

Conclusions:

  • ELM offers a theoretically sound and practically efficient alternative to LS-SVM and PSVM for a wider range of machine learning tasks.
  • ELM's ability to approximate continuous functions and classify disjoint regions highlights its broad applicability.
  • The unified framework of ELM significantly enhances learning speed and generalization capabilities, particularly for complex classification problems.