dropout in neural network

조회 수: 3 (최근 30일)
h c
h c 2016년 1월 24일
댓글: Lingies Santhirasekaran 2019년 6월 19일
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 CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by