When I use matlab neural network toolbox, what is the cost function of the training?

5 visualizzazioni (ultimi 30 giorni)
When I use matlab neural network toolbox, could you please tell me what is the cost function of the training? Where can I find the expression of the cost function? Thanks.

Risposta accettata

Greg Heath
Greg Heath il 17 Mag 2017
DEFAULT COMBINATIONS
Regression, curve-fitting
FITNET AND MEAN-SQUARE-ERROR (MSE)
Time-series
NARXNET AND MEAN-SQUARE-ERROR (MSE)
Pattern Recognition and Classification
PATTERNNET AND CROSSENTROPY
Hope this helps,
Thank you for formally accepting my answer
Greg

Più risposte (1)

Santhana Raj
Santhana Raj il 17 Mag 2017
The default cost function is Cross Entropy, if am not wrong.
You can check doc patternnet to get more details

Community Treasure Hunt

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

Start Hunting!