From: Mike D. <md...@gm...> - 2014-06-19 21:28:59
|
With the nnet classes directly accessing parameters is easy (using GetWeights). With nnet2, it is not so straightforward. The right way appears to be using the Vectorize method. Unfortunately, Vectorize is only available for AffineComponent and BlockAffineComponent, not the rest of the Affine component classes. Is this intentional? What is the right way to directly access weights and biases? Thanks! --Mike |