Daniel@0: Daniel@0:
Daniel@0:Daniel@0: g = netderiv(w, net, x)Daniel@0: Daniel@0: Daniel@0:
g = netderiv(w, net, x)
takes a weight vector w
and a network
Daniel@0: data structure net
, together with the matrix x
of input
Daniel@0: vectors, and returns the
Daniel@0: gradient of the outputs with respect to the weights evaluated at w
.
Daniel@0:
Daniel@0:
netevfwd
, netopt
Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: