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

5 次查看(过去 30 天)
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.

采纳的回答

Greg Heath
Greg Heath 2017-5-17
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

更多回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Pattern Recognition and Classification 的更多信息

Community Treasure Hunt

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

Start Hunting!