wolffd@0: wolffd@0:
wolffd@0:wolffd@0: e = neterr(w, net, x, t) wolffd@0: [e, varargout] = neterr(w, net, x, t) wolffd@0:wolffd@0: wolffd@0: wolffd@0:
e = neterr(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: value of the error function evaluated at w
.
wolffd@0:
wolffd@0:
[e, varargout] = neterr(w, net, x, t)
also returns any additional
wolffd@0: return values from the error function.
wolffd@0:
wolffd@0:
netgrad
, nethess
, netopt
Copyright (c) Ian T Nabney (1996-9) wolffd@0: wolffd@0: wolffd@0: wolffd@0: