Random Projection Neural Networks of Best Approximation: Convergence theory and practical applications
Gianluca Fabiani
TL;DR
The paper investigates Random Projection Neural Networks (RPNNs) with fixed internal weights and biases, focusing on best $L^p$ approximation and convergence properties. It proves the existence and uniqueness of the best $L^p$ RPNN approximation and establishes an exponential convergence rate for infinitely differentiable targets when the activation is non-polynomial and infinitely differentiable, linking the rate to polynomial approximants and Bernstein ellipse concepts. It introduces three internal-parameter selection strategies (naive, parsimonious, function-informed) and demonstrates, across five benchmark problems, that non-naive RPNNs can match Legendre polynomial accuracy while offering computational advantages over fully trained neural networks. The work also discusses numerical stability issues and compares COD and SVD methods for solving the induced linear systems, highlighting practical considerations for ill-conditioned training and potential limitations near singularities and in higher dimensions.
Abstract
We investigate the concept of Best Approximation for Feedforward Neural Networks (FNN) and explore their convergence properties through the lens of Random Projection (RPNNs). RPNNs have predetermined and fixed, once and for all, internal weights and biases, offering computational efficiency. We demonstrate that there exists a choice of external weights, for any family of such RPNNs, with non-polynomial infinitely differentiable activation functions, that exhibit an exponential convergence rate when approximating any infinitely differentiable function. For illustration purposes, we test the proposed RPNN-based function approximation, with parsimoniously chosen basis functions, across five benchmark function approximation problems. Results show that RPNNs achieve comparable performance to established methods such as Legendre Polynomials, highlighting their potential for efficient and accurate function approximation.
