dropout in neural network

3 次查看(过去 30 天)
Does matlab neural network support dropout?

采纳的回答

Alexander Hamilton-Smith
Yes. See this page for more information: http://au.mathworks.com/help/nnet/ref/dropoutlayer-class.html
  2 个评论
Diego Triana
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
Were you able to find out how to implement dropout on neural network class ?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by