hi, i want to know whether multi-layer Bayesian neural network and MLP(Multi-Layer perceptron), with Bayesian regularisation same or different??
2 次查看(过去 30 天)
显示 更早的评论
hi, i want to know whether multi-layer Bayesian neural network and MLP(Multi-Layer perceptron), with Bayesian regularisation same or different??
0 个评论
回答(1 个)
Greg Heath
2015-2-21
编辑:Greg Heath
2015-2-21
They are different.
However, I will let you run both to see if the same inputs yield the same outputs.
It will help if you
1. Start each at the same state of the RNG.
2. Remove line ending semicolons to view relevant results.
Good Luck!
Thank you for formally accepting my answer.
Greg
PS: The help and doc online documentation for trainbr, the obsolete msereg and mse show that the regularization factor in trainbr varies during training to optimize the mse(weights)/mse(error) ratio. Otherwise, the regularization factor of msereg seems to be fixed with a default value of 0.05 that can be changed and the regularization factor of mse is set by the designer.
0 个评论
另请参阅
类别
在 Help Center 和 File 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!