Abstract
In big data fields, with increasing computing capability, artificial neural networks have shown great strength in solving data classification and regression problems. The traditional training of neural networks depends generally on the error back propagation method to iteratively tune all the parameters. When the number of hidden layers increases, this kind of training has many problems such as slow convergence, time consuming, and local minima. To avoid these problems, neural networks with random weights (NNRW) are proposed in which the weights between the hidden layer and input layer are randomly selected and the weights between the output layer and hidden layer are obtained analytically. Researchers have shown that NNRW has much lower training complexity in comparison with the traditional training of feed-forward neural networks. This paper objectively reviews the advantages and disadvantages of NNRW model, tries to reveal the essence of NNRW, gives our comments and remarks on NNRW, and provides some useful guidelines for users to choose a mechanism to train a feed-forward neural network.
Original language | English |
---|---|
Pages (from-to) | 278-287 |
Number of pages | 10 |
Journal | Neurocomputing |
Volume | 275 |
Early online date | 6 Sept 2017 |
DOIs | |
Publication status | Published - 31 Jan 2018 |
Externally published | Yes |
Bibliographical note
This research is supported by the National Natural Science Foundation of China (61672358, 71371063) and by Basic Research Project of Knowledge Innovation Program in Shenzhen (JCYJ20150324140036825).Keywords
- Feed-forward neural networks
- Neural networks with random weights
- Training mechanism