wolffd@0: wolffd@0:
wolffd@0:wolffd@0: g = netgrad(w, net, x, t)wolffd@0: wolffd@0: wolffd@0:
g = netgrad(w, net, x, t)
takes a weight vector w
and a network
wolffd@0: data structure net
, together with the matrix x
of input
wolffd@0: vectors and the matrix t
of target vectors, and returns the
wolffd@0: gradient of the error function evaluated at w
.
wolffd@0:
wolffd@0:
mlp
, neterr
, netopt
Copyright (c) Ian T Nabney (1996-9) wolffd@0: wolffd@0: wolffd@0: wolffd@0: