Towards a mathematical framework to inform Neural Network modelling via Polynomial Regression
This work aims to reduce the 'black box' nature of neural networks for researchers and practitioners by connecting them to more interpretable statistical methods, offering an incremental step towards better understanding and dimensioning.
This paper explores a mathematical framework relating neural networks and polynomial regression by deriving an explicit expression for polynomial regression coefficients from neural network weights using a Taylor expansion. For single hidden layer networks trained on synthetic polynomial data, it shows that almost identical predictions can be obtained under certain conditions, and the method correctly approximates the data locally.
Even when neural networks are widely used in a large number of applications, they are still considered as black boxes and present some difficulties for dimensioning or evaluating their prediction error. This has led to an increasing interest in the overlapping area between neural networks and more traditional statistical methods, which can help overcome those problems. In this article, a mathematical framework relating neural networks and polynomial regression is explored by building an explicit expression for the coefficients of a polynomial regression from the weights of a given neural network, using a Taylor expansion approach. This is achieved for single hidden layer neural networks in regression problems. The validity of the proposed method depends on different factors like the distribution of the synaptic potentials or the chosen activation function. The performance of this method is empirically tested via simulation of synthetic data generated from polynomials to train neural networks with different structures and hyperparameters, showing that almost identical predictions can be obtained when certain conditions are met. Lastly, when learning from polynomial generated data, the proposed method produces polynomials that approximate correctly the data locally.