paper-with-me

홈 › Papers

Explicit Computation of Input Weights in Extreme Learning Machines

2014-06-11 · Jonathan Tapson, Philip de Chazal, André van Schaik

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 than regular ELM networks of the same size.

📄 PDF Abstract BibTeX arXiv:1406.2889

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Restricted Boltzmann machine to determine the input weights for extreme learning machines

2017-08-17 · Andre Pacheco, Renato Krohling, Carlos da Silva

The Extreme Learning Machine (ELM) is a single-hidden layer feedforward neural network (SLFN) learning algorithm that can learn effectively and quickly. The ELM training phase assigns the input weights and bias randomly …

Superiorities of Deep Extreme Learning Machines against Convolutional Neural Networks

2021-01-21 · Gokhan Altan, Yakup Kutlu

Deep Learning (DL) is a machine learning procedure for artificial intelligence that analyzes the input data in detail by increasing neuron sizes and number of the hidden layers. DL has a popularity with the common improv…

Consistency of Extreme Learning Machines and Regression under Non-Stationarity and Dependence for ML-Enhanced Moving Objects

2020-05-22 · Ansgar Steland

Supervised learning by extreme learning machines resp. neural networks with random weights is studied under a non-stationary spatial-temporal sampling design which especially addresses settings where an autonomous object…

regression

A Novel Update Mechanism for Q-Networks Based On Extreme Learning Machines

2020-06-04 · Callum Wilson, Annalisa Riccardi, Edmondo Minisci

Reinforcement learning is a popular machine learning paradigm which can find near optimal solutions to complex problems. Most often, these procedures involve function approximation using neural networks with gradient bas…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reservoir Computing and Extreme Learning Machines using Pairs of Cellular Automata Rules

2017-03-16 · Nathan McDonald

A framework for implementing reservoir computing (RC) and extreme learning machines (ELMs), two types of artificial neural networks, based on 1D elementary Cellular Automata (CA) is presented, in which two separate CA ru…