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

Reducing Line Loss01:18

Reducing Line Loss

442
In a three-phase circuit, line loss is an indicator of energy dissipated as heat due to the resistance of transmission lines. To address this, incorporating transformers into the system—a step-up transformer at the source and a step-down transformer at the load—is a strategic solution. Two three-phase transformers are introduced to improve this.
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss in...
442
One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation01:24

One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation

1.4K
This lesson introduces two critical methods in pharmacokinetics, the Wagner-Nelson and Loo-Riegelman methods, used for estimating the absorption rate constant (ka) for drugs administered via non-intravenous routes. The Wagner-Nelson method relates ka to the plasma concentration derived from the slope of a semilog percent unabsorbed time plot. However, it is limited to drugs with one-compartment kinetics and can be impacted by factors like gastrointestinal motility or enzymatic degradation.
On...
1.4K
Gaussian Elimination: Problem Solving01:30

Gaussian Elimination: Problem Solving

276
Systems of linear equations in several variables are pivotal in modeling complex scenarios involving multiple unknowns and constraints. Such systems are widely used in various fields to represent relationships where several conditions must be simultaneously satisfied. Each variable in the system corresponds to an unknown quantity, while each equation imposes a linear constraint, leading to a structured approach for analyzing and solving real-world problems.A system of three equations with three...
276
Absolute and Local Extreme Values01:22

Absolute and Local Extreme Values

131
The highest and lowest values of a function, relative to a reference axis, are known as extreme values. These include absolute maximum and absolute minimum values, which represent the highest and lowest points the function reaches across its entire domain. Within a restricted portion of the function, the highest and lowest values are referred to as local maximum and local minimum values, respectively.Periodic functions, such as sine and cosine, show extreme values at infinitely many points due...
131
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

9.8K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
9.8K
Introduction to Learning01:18

Introduction to Learning

1.6K
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...
1.6K

You might also read

Related Articles

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

Sort by
Same author

Vision-Assisted Foundation Model for Solving Multitask Vehicle Routing Problems.

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

Dynamic-Aware video distillation: Adaptive temporal partitioning based on video semantics for edge device.

Neural networks : the official journal of the International Neural Network Society·2026
Same author

Allies Teach Better Than Enemies: Inverse Adversaries for Robust Knowledge Distillation.

IEEE transactions on pattern analysis and machine intelligence·2026
Same author

Jacobian Granger causality for count and binary data with applications to causal network inference.

Scientific reports·2025
Same author

Improved decisions for unknown behaviours in interactive dynamic influence diagrams.

Artificial intelligence review·2025
Same author

Lightweight and Accurate Multi-View Stereo With Confidence-Aware Diffusion Model.

IEEE transactions on pattern analysis and machine intelligence·2025
Same journal

TraNce: Type-aware hypergraph neural network with biological mediators for drug repositioning.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Decentralized ADMM for factorization-based Low-rank matrix estimation.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Memristive neuromorphic circuit design inspired by the neural mechanisms of conditioned fear.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Q-learning based asynchronous Boolean control networks stabilization with data loss.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

New results on prescribed-time synchronization of complex networks via intermittent control.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Variance-constrained multi-view ensemble broad network for imbalanced data.

Neural networks : the official journal of the International Neural Network Society·2026
See all related articles

Related Experiment Videos

A Fast Reduced Kernel Extreme Learning Machine.

Wan-Yu Deng1, Yew-Soon Ong2, Qing-Hua Zheng3

  • 1School of Computer, Xian University of Posts & Telecommunications, Shaanxi, China; Rolls-Royce@NTU Corporate Lab c/o, School of Computer Engineering, Nanyang Technological University, Singapore.

Neural Networks : the Official Journal of the International Neural Network Society
|February 2, 2016
PubMed
Summary
This summary is machine-generated.

A new algorithm, Reduced Kernel Extreme Learning Machine (RKELM), offers fast and accurate supervised learning. It achieves competitive performance with Support Vector Machines (SVM) on large datasets, but with significantly reduced computational cost.

Keywords:
Extreme learning machineKernel methodRBF networkSupport vector machine

Related Experiment Videos

Area of Science:

  • Machine Learning
  • Artificial Intelligence
  • Computational Science

Background:

  • Support Vector Machines (SVM) and Least Square SVM (LS-SVM) require iterative identification of support or weight vectors.
  • Iterative methods can be computationally expensive, particularly for large datasets.
  • Efficient algorithms are needed for complex pattern recognition and regression tasks.

Purpose of the Study:

  • To introduce a novel, fast, and accurate kernel-based supervised learning algorithm named Reduced Kernel Extreme Learning Machine (RKELM).
  • To demonstrate RKELM's ability to approximate nonlinear functions accurately.
  • To evaluate RKELM's performance against established methods like SVM and LS-SVM.

Main Methods:

  • RKELM employs a non-iterative approach by randomly selecting a subset of data samples as support vectors.
  • The algorithm is theoretically grounded in the universal learning capabilities of reduced kernel-based SLFNs.
  • Rigorous proofs establish the accuracy of function approximation with sufficient support vectors.

Main Results:

  • RKELM achieves significant computational cost savings compared to iterative SVM/LS-SVM methods, especially on large datasets.
  • Experimental results show RKELM performs competitively across binary classification, multi-class problems, and regression tasks.
  • The algorithm demonstrates accurate nonlinear function approximation under specific conditions.

Conclusions:

  • RKELM provides a computationally efficient alternative to traditional SVM/LS-SVM algorithms.
  • The method offers a favorable trade-off between accuracy and computational effort for various machine learning applications.
  • RKELM is suitable for both small and large-scale real-world datasets.