wolffd@0: wolffd@0: wolffd@0: wolffd@0: Netlab Reference Manual neterr wolffd@0: wolffd@0: wolffd@0: wolffd@0:

neterr wolffd@0:

wolffd@0:

wolffd@0: Purpose wolffd@0:

wolffd@0: Evaluate network error function for generic optimizers wolffd@0: wolffd@0:

wolffd@0: Synopsis 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:

wolffd@0: Description 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:

wolffd@0: See Also wolffd@0:

wolffd@0: netgrad, nethess, netopt
wolffd@0: Pages: wolffd@0: Index wolffd@0:
wolffd@0:

Copyright (c) Ian T Nabney (1996-9) wolffd@0: wolffd@0: wolffd@0: wolffd@0: