dropout in neural network

3 ビュー (過去 30 日間)
h c
h c 2016 年 1 月 24 日
Does matlab neural network support dropout?
  1 件のコメント
Greg Heath
Greg Heath 2016 年 1 月 24 日
What is dropout?

サインインしてコメントする。

採用された回答

Alexander Hamilton-Smith
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
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
Lingies Santhirasekaran 2019 年 6 月 19 日
Were you able to find out how to implement dropout on neural network class ?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by