paper-with-me

Papers

The universal approximation theorem for complex-valued neural networks

2020-12-06 · Felix Voigtlaender

We generalize the classical universal approximation theorem for neural networks to the case of complex-valued neural networks. Precisely, we consider feedforward networks with a complex activation function $\sigma : \mathbb{C} \to \mathbb{C}$ in which each neuron performs the operation $\mathbb{C}^N \to \mathbb{C}, z \mapsto \sigma(b + w^T z)$ with weights $w \in \mathbb{C}^N$ and a bias $b \in \mathbb{C}$, and with $\sigma$ applied componentwise. We completely characterize those activation functions $\sigma$ for which the associated complex networks have the universal approximation property, meaning that they can uniformly approximate any continuous function on any compact subset of $\mathbb{C}^d$ arbitrarily well. Unlike the classical case of real networks, the set of "good activation functions" which give rise to networks with the universal approximation property differs significantly depending on whether one considers deep networks or shallow networks: For deep networks with at least two hidden layers, the universal approximation property holds as long as $\sigma$ is neither a polynomial, a holomorphic function, or an antiholomorphic function. Shallow networks, on the other hand, are universal if and only if the real part or the imaginary part of $\sigma$ is not a polyharmonic function.

📄 PDF Abstract BibTeX arXiv:2012.03351

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Extending the Universal Approximation Theorem for a Broad Class of Hypercomplex-Valued Neural Networks

2022-09-06 · Wington L. Vital, Guilherme Vieira, Marcos Eduardo Valle

The universal approximation theorem asserts that a single hidden layer neural network approximates continuous functions with any desired precision on compact sets. As an existential result, the universal approximation th…

regression

Universal Approximation Theorem for Vector- and Hypercomplex-Valued Neural Networks

2024-01-04 · Marcos Eduardo Valle, Wington L. Vital, Guilherme Vieira

The universal approximation theorem states that a neural network with one hidden layer can approximate continuous functions on compact sets with any desired precision. This theorem supports using neural networks for vari…

valid

Weighted universal approximation of differentiable maps on infinite-dimensional manifolds

2026-06-08 · Philipp Schmocker, Josef Teichmann arxiv

We generalize the universal approximation theorem for functional input neural networks (FNN) to differentiable maps by including the approximation of the derivatives. A FNN maps the input from a possibly infinite-dimensi…

Universal Approximation Theorem for Input-Connected Multilayer Perceptrons

2026-01-20 · Vugar Ismailov arxiv

We present the Input-Connected Multilayer Perceptron (IC-MLP), a feedforward neural network architecture in which each hidden neuron receives, in addition to the outputs of the preceding layer, a direct affine connection…

Universal Approximation Under Constraints is Possible with Transformers

2021-10-07 · ICLR 2022 4 · Anastasis Kratsios, Behnoosh Zamanlooy, Tianlin Liu, Ivan Dokmanić

Many practical problems need the output of a machine learning model to satisfy a set of constraints, $K$. Nevertheless, there is no known guarantee that classical neural network architectures can exactly encode constrain…