dropout in neural network
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
h c
il 24 Gen 2016
Commentato: Lingies Santhirasekaran
il 19 Giu 2019
Does matlab neural network support dropout?
Risposta accettata
Alexander Hamilton-Smith
il 23 Apr 2016
Yes. See this page for more information: http://au.mathworks.com/help/nnet/ref/dropoutlayer-class.html
2 Commenti
Diego Triana
il 20 Apr 2018
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
il 19 Giu 2019
Were you able to find out how to implement dropout on neural network class ?
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!