Weight decay parameter and Jacobian matrix of a neural network
Show older comments
I want calculate prediction intervals so I have 2 direct questions:
- How can I get the weight decay parameter 'alpha' (mse+alpha*msw) used when using 'trainbr' as a training algorithm?
- How can I get the neural network jacobian matrix (derivatives following weights) calculated during training?
Accepted Answer
More Answers (1)
Platon
on 21 Feb 2014
0 votes
1 Comment
Greg Heath
on 21 Feb 2014
When using the obsolete msereg and mse with the regularization option, the weight parameters are alpha (specified error weight) and (1-alpha).
However when using trainbr, the weight parameters alpha and beta are calculated each epoch. Haven't decifered the logic yet. Might be faster to search the web.
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!