wolffd@0: wolffd@0: wolffd@0: wolffd@0: Netlab Reference Manual hesschek wolffd@0: wolffd@0: wolffd@0: wolffd@0:

hesschek wolffd@0:

wolffd@0:

wolffd@0: Purpose wolffd@0:

wolffd@0: Use central differences to confirm correct evaluation of Hessian matrix. wolffd@0: wolffd@0:

wolffd@0: Synopsis wolffd@0:

wolffd@0:
wolffd@0: hesschek(net, x, t)
wolffd@0: h = hesschek(net, x, t)
wolffd@0: wolffd@0: wolffd@0:

wolffd@0: Description wolffd@0:

wolffd@0: wolffd@0:

hesschek(net, x, t) takes a network data structure net, together wolffd@0: with input and target data matrices x and t, and compares wolffd@0: the evaluation of the Hessian matrix using the function nethess wolffd@0: and using central differences with the function neterr. wolffd@0: wolffd@0:

The optional return value h is the Hessian computed using wolffd@0: nethess. wolffd@0: wolffd@0:

wolffd@0: See Also wolffd@0:

wolffd@0: nethess, neterr
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: