dropout in neural network

3 visualizaciones (últimos 30 días)
h c
h c el 24 de En. de 2016
Comentada: Lingies Santhirasekaran el 19 de Jun. de 2019
Does matlab neural network support dropout?

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by