Neural network training Maximum mu reached

I am trying to train a neural network. Within first iteration itself it gives maximum mu reached. I have been reading at several places, that It is a sign of convergence. But the model generates a very high error of the order 10^4.

1 件のコメント

Greg Heath
Greg Heath 2017 年 6 月 29 日
Reaching maximum mu is not a sign of convergence
It is a sign that the training should be stopped because additional training will degrade learning.
Hope this helps
Thank you for formally accepting my answer
Greg.

サインインしてコメントする。

 採用された回答

JESUS DAVID ARIZA ROYETH
JESUS DAVID ARIZA ROYETH 2017 年 6 月 29 日

2 投票

Hello, Matlab selects a default Mu value of 0.001, but you can change it using the command: Net.trainParam.Mu = 0.0001; With this command you can give the value you want before training neural red, if you are using nftool, you can go to the last session called "Save Result" and generate a simple script, and before the line train (net, x , T) change the value of MU, if the error persists, then you should try changing the number of neurons in the hidden layer, or the transfer function of your layers

その他の回答 (1 件)

Greg Heath
Greg Heath 2017 年 6 月 29 日

0 投票

Reaching maximum mu is not a sign of convergence
It is a sign that the training should be stopped because additional training will degrade learning.
Hope this helps
Thank you for formally accepting my answer
Greg.

1 件のコメント

Chris P
Chris P 2020 年 8 月 9 日
Do you have any tips to avoid this?...

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by