dropout in neural network
3 ビュー (過去 30 日間)
古いコメントを表示
h c
2016 年 1 月 24 日
コメント済み: Lingies Santhirasekaran
2019 年 6 月 19 日
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!