NeuralNetwork Operator

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/xinkuang126/article/details/88856977

NeuralNetwork Operator

Parameters

dropout

A single model can be used to simulate having a large number of different network architectures by randomly dropping out nodes during training. This is called dropout and offers a very computationally cheap and remarkably effective regularization method to reduce overfitting and generalization error in deep neural networks of all kinds.

猜你喜欢

转载自blog.csdn.net/xinkuang126/article/details/88856977