paper-with-me

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 feedforward network which approximates the function. Such result proves the existence, but it does not provide a method for finding it. In this paper, a constructive approach to the proof of this property is given for the case of two-hidden-layer feedforward networks. This approach is based on an approximation of continuous functions by simplicial maps. Once a triangulation of the space is given, a concrete architecture and set of weights can be obtained. The quality of the approximation depends on the refinement of the covering of the space by simplicial complexes.

📄 PDF Abstract BibTeX arXiv:1907.11457

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…

Similar Papers 제목 키워드 기반

Deep Narrow Boltzmann Machines are Universal Approximators

2014-11-14 · Guido Montufar

We show that deep narrow Boltzmann machines are universal approximators of probability distributions on the activities of their visible units, provided they have sufficiently many hidden layers, each containing the same …

Pulling back error to the hidden-node parameter technology: Single-hidden-layer feedforward network without output weight

2014-05-06 · Yimin Yang, Q. M. Jonathan Wu, Guang-Bin Huang, Yaonan Wang

According to conventional neural network theories, the feature of single-hidden-layer feedforward neural networks(SLFNs) resorts to parameters of the weighted connections and hidden nodes. SLFNs are universal approximato…

On the approximation by single hidden layer feedforward neural networks with fixed weights

2017-08-21 · Namig J. Guliyev, Vugar E. Ismailov

Feedforward neural networks have wide applicability in various disciplines of science due to their universal approximation property. Some authors have shown that single hidden layer feedforward neural networks (SLFNs) wi…

Simplicial Neural Networks:First Steps and Future Applications

2020-10-10 · Anonymous

It is well-known that artificial neural networks are universal approximators. The Universal Approximation Theorem proves that, given a continuous function on a compact set embedded in an $n$-dimensional space, there exis…

A Universal Approximation Result for Difference of log-sum-exp Neural Networks

2019-05-21 · Giuseppe C. Calafiore, Stephane Gaubert, Member, Corrado Possieri

We show that a neural network whose output is obtained as the difference of the outputs of two feedforward networks with exponential activation function in the hidden layer and logarithmic activation function in the outp…