dropout in neural network

3 vues (au cours des 30 derniers jours)
h c
h c le 24 Jan 2016
Does matlab neural network support dropout?
  1 commentaire
Greg Heath
Greg Heath le 24 Jan 2016
What is dropout?

Connectez-vous pour commenter.

Réponse acceptée

Alexander Hamilton-Smith
Alexander Hamilton-Smith le 23 Avr 2016
Yes. See this page for more information: http://au.mathworks.com/help/nnet/ref/dropoutlayer-class.html
  2 commentaires
Diego Triana
Diego Triana le 20 Avr 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
Lingies Santhirasekaran le 19 Juin 2019
Were you able to find out how to implement dropout on neural network class ?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by