필터 지우기
필터 지우기

Problems training deep neural network

조회 수: 2 (최근 30일)
tchedou menou
tchedou menou 2017년 4월 5일
댓글: Greg Heath 2020년 1월 5일
I have a custom neural network with 3 hidden layers and I'm having trouble initializing it. The problem is that when training stops I get a very small gradient so no much learning in the last epochs but my error is still huge even for the training set! I've investigated the problem and it come out that my last layer of sigmas is saturated and there is no remarquable change for the weights of the early layers. I've red that this problem of vanishing gradient can be solved using the Relu transfer functions but now I have a huge error due to enormous weights. I'm stuck for 2 weeks tryings Relu and its variants (Leaky RElu and Elu ) with different training functions (trainrp and trainscg) with no success. I doubt that I need a good initialization but I can't find anything in Matlab other the NW and I thinks that's strange for Matlab. Can anyone help me or at least put me on the right truck ?! Thanks
Regards
Amine
  댓글 수: 1
Greg Heath
Greg Heath 2020년 1월 5일
How are your inputs and targets normalized? i,e, what are the boundaries of each component?
Greg

댓글을 달려면 로그인하십시오.

답변 (1개)

qi lu
qi lu 2020년 1월 4일
I encountered the same problem, is there a possible solution?

카테고리

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