- Category:
- Other systems
- Tags:
-
- File Size:
- 304kb
- Update:
- 2018-03-06
- Downloads:
- 0 Times
- Uploaded by:
- 转角的狐狸
Description: It is difficult to overcome the problem of fitting a deep neural network in the face of such a large network in testing.
Dropout can solve this problem well. The performance of the neural network is improved by preventing the common action of the feature detector. The key step of this method is that the node unit of the random loss network consists of the network weights connected to it during the training. In training, the Dropout method can make the network more compact. In the test phase, the network trained by Dropout can predict the output of the network more accurately. This method effectively reduces the over fitting problem of the network, and has a more obvious improvement than the other regularization methods.
In this paper, a simple experiment is used to compare the performance and performance of the Dropout method.
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
Dropout深度神经网络.docx | 322776 | 2017-12-11
|
SimpleDropout.m | 4016 | 2017-12-11
|
withoutDropout.m | 3779 | 2017-12-11 |