dropout in neural network
조회 수: 3 (최근 30일)
이전 댓글 표시
Does matlab neural network support dropout?
채택된 답변
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
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
2019년 6월 19일
Were you able to find out how to implement dropout on neural network class ?
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!