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!