Related Experiment Video
Updated: Apr 5, 2026

05:37
An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
2.8K
An Efficient Leave-One-Out Cross-Validation-Based Extreme Learning Machine (ELOO-ELM) With Minimal User Intervention
IEEE Transactions on Cybernetics
|August 11, 2015
Summary
This study introduces an efficient algorithm for Extreme Learning Machines (ELM) using Leave-One-Out Cross-Validation (LOO-CV). The new method speeds up ELM model selection without sacrificing accuracy, making it practical for real-world applications.
Area of Science:
- Machine Learning
- Computational Intelligence
- Neural Networks
Background:
- Extreme Learning Machine (ELM) architecture is crucial for performance.
- Selecting optimal hidden neurons is a key challenge in ELM.
- Leave-One-Out Cross-Validation (LOO-CV) provides reliable model selection but is computationally expensive.
Purpose of the Study:
- To develop an efficient LOO-CV formula and algorithm for ELM.
- To enable fast learning speeds comparable to standard ELM.
- To maintain the reliability of LOO-CV while improving efficiency.
Main Methods:
- Proposed an efficient LOO-CV formula.
- Developed an efficient LOO-CV-based ELM (ELOO-ELM) algorithm.
- Validated the algorithm on benchmark datasets.
Main Results:
- The ELOO-ELM algorithm achieves fast learning speeds.
- The algorithm retains the reliability of LOO-CV.
- Minimal user intervention is required, facilitating adoption by non-experts and automation.
Conclusions:
- The ELOO-ELM algorithm offers an efficient and reliable method for ELM model selection.
- It achieves good generalization performance with limited user input.
- The approach enhances the practical applicability of ELM in various domains.
Related Concept Videos
Multiple Regression
4.3K
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...
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...
4.3K
Randomized Experiments
9.3K
The randomization process involves assigning study participants randomly to experimental or control groups based on their probability of being equally assigned. Randomization is meant to eliminate selection bias and balance known and unknown confounding factors so that the control group is similar to the treatment group as much as possible. A computer program and a random number generator can be used to assign participants to groups in a way that minimizes bias.
Simple randomization
Simple...
Simple randomization
Simple...
9.3K
Quantifying and Rejecting Outliers: The Grubbs Test
4.6K
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...
4.6K
Survival Tree
497
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...
Building a Survival Tree
Constructing a...
497
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...
On...
1.4K
Prediction Intervals
3.6K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
3.6K
