# Data-Driven Randomized Learning of Feedforward Neural Networks

**Authors:** Grzegorz Dudek

arXiv: 1908.03891 · 2019-08-13

## TL;DR

This paper introduces a data-driven approach for training feedforward neural networks by adaptively adjusting random parameters, significantly improving approximation accuracy for complex nonlinear functions.

## Contribution

It proposes a novel method that dynamically adjusts sigmoid parameters based on target function features, enhancing the effectiveness of randomized neural network learning.

## Key findings

- Outperforms standard fixed interval methods in approximating nonlinear functions
- Achieves better accuracy compared to recent alternative methods
- Demonstrates robustness across various complex target functions

## Abstract

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 parameters from a fixed interval which is independent of the data scope and activation function type. This does not lead to good results in the approximation of the strongly nonlinear functions. In this work, a method which adjusts the random parameters, representing the slopes and positions of the sigmoids, to the target function features is proposed. The method randomly selects the input space regions, places the sigmoids in these regions and then adjusts the sigmoid slopes to the local fluctuations of the target function. This brings very good results in the approximation of the complex target functions when compared to the standard fixed interval method and other methods recently proposed in the literature.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.03891/full.md

## Figures

25 figures with captions in the complete paper: https://tomesphere.com/paper/1908.03891/full.md

## References

9 references — full list in the complete paper: https://tomesphere.com/paper/1908.03891/full.md

---
Source: https://tomesphere.com/paper/1908.03891