dropout in neural network
3 次查看(过去 30 天)
显示 更早的评论
Does matlab neural network support dropout?
采纳的回答
Alexander Hamilton-Smith
2016-4-23
Yes. See this page for more information: http://au.mathworks.com/help/nnet/ref/dropoutlayer-class.html
2 个评论
Diego Triana
2018-4-20
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
Lingies Santhirasekaran
2019-6-19
Were you able to find out how to implement dropout on neural network class ?
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!