Bayesian regularization of neural network (Effective # param)
显示 更早的评论
I wrote a code to perform Bayesian regularization of neural network using the neural network material by Martin T Hagan.
My code gives similar results with that of matlab for performance, sum squared parameter, but fails to give the same value for Effective number of parameter.
The formular i used for effective number of parameter is n - 2(alpha * trace_of_inverse_of_hessian_matrix) as described in the book.
My question is: what equation or formular does matlab use in estimating the effective number of parameter?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Define Shallow Neural Network Architectures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!