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!