what is the difference between trainlm and trainbr?
10 次查看(过去 30 天)
显示 更早的评论
hello matlab community, what is the difference between the Levenberg-Marquardt backpropagation (trainlm) and Bayesian Regularization (trainbr)??? Can anyone explain these two functions and the difference. Thank you for your help. :)
0 个评论
回答(1 个)
Greg Heath
2018-12-5
One minimizes mean square error
The other minimizes a weighted sum of squared errors and squared weights
The latter is typically used to prevent overtraining an overfit net without using a validation subset.
Therefore it is most useful for small datasets to keep the training subset as large as feasible.
Hope this helps.
Thank you for formally accepting my answer
Greg
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Neural Simulation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!