paper-with-me

Papers

A Constructive Approach for Data-Driven Randomized Learning of Feedforward Neural Networks

2019-09-04 · Grzegorz Dudek

Feedforward neural networks with random hidden nodes suffer from a problem with the generation of random weights and biases as these are difficult to set optimally to obtain a good projection space. Typically, random parameters are drawn from an interval which is fixed before or adapted during the learning process. Due to the different functions of the weights and biases, selecting them both from the same interval is not a good idea. Recently more sophisticated methods of random parameters generation have been developed, such as the data-driven method proposed in \cite{Anon19}, where the sigmoids are placed in randomly selected regions of the input space and then their slopes are adjusted to the local fluctuations of the target function. In this work, we propose an extended version of this method, which constructs iteratively the network architecture. This method successively generates new hidden nodes and accepts them if the training error decreases significantly. The threshold of acceptance is adapted to the current training stage. At the beginning of the training process only those nodes which lead to the largest error reduction are accepted. Then, the threshold is reduced by half to accept those nodes which model the target function details more accurately. This leads to faster convergence and more compact network architecture, as it includes only "significant" neurons. Several application examples are given which confirm this thesis.

📄 PDF Abstract BibTeX arXiv:1909.01961

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Two-hidden-layer Feedforward Neural Networks are Universal Approximators: A Constructive Approach

2019-07-26 · Rocio Gonzalez-Diaz, Miguel A. Gutiérrez-Naranjo, Eduardo Paluzo-Hidalgo

It is well known that Artificial Neural Networks are universal approximators. The classical result proves that, given a continuous function on a compact set on an n-dimensional space, then there exists a one-hidden-layer…

Data-Driven Learning of Feedforward Neural Networks with Different Activation Functions

2021-07-04 · Grzegorz Dudek

This work contributes to the development of a new data-driven method (D-DM) of feedforward neural networks (FNNs) learning. This method was proposed recently as a way of improving randomized learning of FNNs by adjusting…

Data-Driven Randomized Learning of Feedforward Neural Networks

2019-08-11 · Grzegorz Dudek

Randomized methods of neural network learning suffer from a problem with the generation of random parameters as they are difficult to set optimally to obtain a good projection space. The standard method draws the paramet…

Neural Networks as Universal Finite-State Machines: A Constructive Deterministic Finite Automaton Theory

2025-05-16 · Sahil Rajesh Dhayalkar

We present a complete theoretical and empirical framework establishing feedforward neural networks as universal finite-state machines (N-FSMs). Our results prove that finite-depth ReLU and threshold networks can exactly …

Improving Randomized Learning of Feedforward Neural Networks by Appropriate Generation of Random Parameters

2019-08-15 · Grzegorz Dudek

In this work, a method of random parameters generation for randomized learning of a single-hidden-layer feedforward neural network is proposed. The method firstly, randomly selects the slope angles of the hidden neurons …