Residual Random Neural Networks
M. Andrecut

TL;DR
This paper demonstrates that effective classification can be achieved with residual random neural networks having hidden layer sizes comparable to data dimensionality, and introduces an iterative residual training method and data protection techniques.
Contribution
It challenges the assumption that large hidden layers are necessary, proposing a residual training approach for efficient learning in small-sized random neural networks.
Findings
Good classification with hidden neurons similar to data dimensionality
Efficient iterative residual training method developed
Extension to kernel neural network models
Abstract
The single-layer feedforward neural network with random weights is a recurring motif in the neural networks literature. The advantage of these networks is their simplified training, which reduces to solving a ridge-regression problem. A general assumption is that these networks require a large number of hidden neurons relative to the dimensionality of the data samples, in order to achieve good classification accuracy. Contrary to this assumption, here we show that one can obtain good classification results even if the number of hidden neurons has the same order of magnitude as the dimensionality of the data samples, if this dimensionality is reasonably high. Inspired by this result, we also develop an efficient iterative residual training method for such random neural networks, and we extend the algorithm to the least-squares kernel version of the neural network model. Moreover, we also…
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
