Borrar filtros
Borrar filtros

what is the difference between trainlm and trainbr?

18 visualizaciones (últimos 30 días)
Noel
Noel el 8 de Nov. de 2018
Respondida: Greg Heath el 5 de Dic. de 2018
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. :)

Respuestas (1)

Greg Heath
Greg Heath el 5 de Dic. de 2018
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

Categorías

Más información sobre Neural Simulation 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!

Translated by