dropout in neural network

 Accepted Answer

Yes. See this page for more information: http://au.mathworks.com/help/nnet/ref/dropoutlayer-class.html

2 Comments

May you know how can be it used with a neural network class, I mean specify one layer of the network as dropout, I have tried by simple definition but It did not work,
MLP.layers{3}=dropoutLayer(0.7);
Thanks
Were you able to find out how to implement dropout on neural network class ?

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!