Filter löschen
Filter löschen

Neural Networks Gradient - what is a good value?

8 Ansichten (letzte 30 Tage)
Tiago Dias
Tiago Dias am 5 Dez. 2019
Beantwortet: Mahesh Taparia am 10 Dez. 2019
Hello,
When building neural networks with the toolbox, in the display I have a performance parameter, lower the better since it is the Mean Squared Error (MSE).
My problem is with the gradient parameter, i think it is associate to the MSE and what is a good value for it? if I got a gradient of 0.03, should I increase the number of epochs in order to make it lower?
I would appreciate some suggestion on this part. Should I be happy with my model only looking to the MSE/R2 ou should the decision also include the gradient paramter?
Best regards,
Tiago

Akzeptierte Antwort

Mahesh Taparia
Mahesh Taparia am 10 Dez. 2019
Hi Tiago,
Gradient is associated with the rate of change of MSE with respect to the weights. You can’t justify the model performance based on gradient value. The optimization algorithm should be able to locate the global minima of the loss function. At global/ local minima the gradient is very small and tends to zero.

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by