When I use matlab neural network toolbox, what is the cost function of the training?
조회 수: 8 (최근 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!