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!