필터 지우기
필터 지우기

hi, i want to know whether multi-layer Bayesian neural network and MLP(Multi-Layer perceptron), with Bayesian regularisation same or different??

조회 수: 1 (최근 30일)
hi, i want to know whether multi-layer Bayesian neural network and MLP(Multi-Layer perceptron), with Bayesian regularisation same or different??

답변 (1개)

Greg Heath
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.

카테고리

Help CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by