When I use matlab neural network toolbox, what is the cost function of the training?
12 ビュー (過去 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.
0 件のコメント
採用された回答
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
0 件のコメント
その他の回答 (1 件)
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 Center および File Exchange で 时序、序列和文本深度学习 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!