What does "Performance" mean in NN Toolbox's training record window?

I'm testing a custom neural network and after training, this window appears telling me that the performance is 0.26. What does that mean? Is an high value a good or a bad result ? How is it calculated?
Thank you in advance.

 採用された回答

Greg Heath
Greg Heath 2015 年 12 月 25 日

0 投票

It depends on the training function. The defaults for fitnet and patternnet are mean-square-error and crossentropy, respectively.
In general, if you omit the trailing semicolon, you can see which training function and performance measure is being used
net = fitnet % no semicolon
For details, use the help and doc commands, e.g.,
help crossentropy
doc crossenrtopy
Hope this helps.
Thank you for formally accepting my answer
Greg

その他の回答 (0 件)

カテゴリ

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

質問済み:

2015 年 12 月 25 日

回答済み:

2015 年 12 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by