TL;DR
This paper presents ENR-ELM, an improved Extreme Learning Machine that removes randomness in hidden layer weights, simplifies architecture design, and achieves comparable predictive accuracy on regression tasks.
Contribution
The paper introduces ENR-ELM, a non-random, signal processing-based extension of ELM that enhances stability and ease of use for regression problems.
Findings
Overcomes random weight sensitivity of traditional ELM
Maintains comparable predictive performance
Works effectively on synthetic and real datasets
Abstract
The Extreme Learning Machine (ELM) is a growing statistical technique widely applied to regression problems. In essence, ELMs are single-layer neural networks where the hidden layer weights are randomly sampled from a specific distribution, while the output layer weights are learned from the data. Two of the key challenges with this approach are the architecture design, specifically determining the optimal number of neurons in the hidden layer, and the method's sensitivity to the random initialization of hidden layer weights. This paper introduces a new and enhanced learning algorithm for regression tasks, the Effective Non-Random ELM (ENR-ELM), which simplifies the architecture design and eliminates the need for random hidden layer weight selection. The proposed method incorporates concepts from signal processing, such as basis functions and projections, into the ELM framework. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
