Use regularization with trainlm - negative performance

4 次查看(过去 30 天)
I train my network (2-layers) from the Neural Network toolbox. I train it with the train function trainlm and performance function mse. When I add some regularization through
net.performParam.regularization = 0.6
I get negative performance (for example -0.02). Is it possible to use regularization with trainlm. And how is it possible to get negative performance?

回答(1 个)

Greg Heath
Greg Heath 2018-10-31
编辑:Greg Heath 2018-10-31
0. SEE BELOW AND POST ANY DIFFICULTIES
1. Read the documentation and try the examples
help trainbr
and
doc trainbr
2. Search previous posts using
trainbr
and
greg trainbr
3. More example data is available using
help nndatasets
doc nndatasets
Post any problems and alert me.
Hope this helps.
Thank you for formally accepting my answer
Greg
  2 个评论
Daniel Perez Rapela
Daniel Perez Rapela 2018-10-31
Hello Greg, I have looked the everywhere (MatLab and not MatLab) and still cannot find an answer for this question. How is it possible that when I train my neuron with trainln with regularization the performance turns out negative for some cases? In these cases, best_perf and best_vperf are negative but even more strange is that if I take this already trained neuron and run a perform function with either the training or validation samples, the results are positive and obviously differ from the best_perf and best_vperf. Any thoughts? Thanks, Daniel

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by