Explicit Computation of Input Weights in Extreme Learning Machines
Jonathan Tapson, Philip de Chazal, Andr\'e van Schaik

TL;DR
This paper introduces a closed-form method for initializing input weights in Extreme Learning Machines, leading to more accurate and consistent neural networks by explicitly computing weights based on input data.
Contribution
It provides a novel explicit formula for input weight initialization in ELMs, improving accuracy and consistency over traditional random initialization methods.
Findings
More accurate than standard ELM networks
More consistent results on benchmark problems
Single-pass computation of all weights
Abstract
We present a closed form expression for initializing the input weights in a multi-layer perceptron, which can be used as the first step in synthesis of an Extreme Learning Ma-chine. The expression is based on the standard function for a separating hyperplane as computed in multilayer perceptrons and linear Support Vector Machines; that is, as a linear combination of input data samples. In the absence of supervised training for the input weights, random linear combinations of training data samples are used to project the input data to a higher dimensional hidden layer. The hidden layer weights are solved in the standard ELM fashion by computing the pseudoinverse of the hidden layer outputs and multiplying by the desired output values. All weights for this method can be computed in a single pass, and the resulting networks are more accurate and more consistent on some standard problems…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and ELM · Neural Networks and Applications · Brain Tumor Detection and Classification
