Daniel@0: Daniel@0:
Daniel@0:Daniel@0: Daniel@0: g = glmderiv(net, x) Daniel@0:Daniel@0: Daniel@0: Daniel@0:
g = glmderiv(net, x)
takes a network data structure net
and a matrix
Daniel@0: of input vectors x
and returns a three-index matrix mat{g} whose
Daniel@0: i
, j
, k
Daniel@0: element contains the derivative of network output k
with respect to
Daniel@0: weight or bias parameter j
for input pattern i
. The ordering of the
Daniel@0: weight and bias parameters is defined by glmunpak
.
Daniel@0:
Daniel@0: Daniel@0: glm, glmunpak, glmgradDaniel@0: Daniel@0: Daniel@0:
Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: