Polynomial Regression As an Alternative to Neural Nets
Xi Cheng, Bohdan Khomtchouk, Norman Matloff, Pete Mohanty

TL;DR
This paper argues that neural networks are essentially polynomial regression models, offering a simpler alternative that can match or outperform NNs in accuracy while avoiding their tuning and convergence issues.
Contribution
It provides an analytic perspective linking neural networks to polynomial regression, explaining convergence problems and overfitting, and demonstrates polynomial models as practical substitutes.
Findings
Polynomial regression can match or exceed neural network accuracy.
Neural networks exhibit a multicollinearity property predicted by the polynomial view.
Using polynomial models simplifies implementation and tuning compared to neural networks.
Abstract
Despite the success of neural networks (NNs), there is still a concern among many over their "black box" nature. Why do they work? Here we present a simple analytic argument that NNs are in fact essentially polynomial regression models. This view will have various implications for NNs, e.g. providing an explanation for why convergence problems arise in NNs, and it gives rough guidance on avoiding overfitting. In addition, we use this phenomenon to predict and confirm a multicollinearity property of NNs not previously reported in the literature. Most importantly, given this loose correspondence, one may choose to routinely use polynomial models instead of NNs, thus avoiding some major problems of the latter, such as having to set many tuning parameters and dealing with convergence issues. We present a number of empirical results; in each case, the accuracy of the polynomial approach…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Time Series Analysis and Forecasting · Fuzzy Logic and Control Systems
