When I use matlab neural network toolbox, what is the cost function of the training?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Xiaomin Li
el 17 de Mayo de 2017
Comentada: Xiaomin Li
el 22 de Mayo de 2017
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 comentarios
Respuesta aceptada
Greg Heath
el 17 de Mayo de 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
0 comentarios
Más respuestas (1)
Santhana Raj
el 17 de Mayo de 2017
The default cost function is Cross Entropy, if am not wrong.
You can check doc patternnet to get more details
Ver también
Categorías
Más información sobre 时序、序列和文本深度学习 en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!