Daniel@0: Daniel@0:
Daniel@0:Daniel@0: hesschek(net, x, t) Daniel@0: h = hesschek(net, x, t)Daniel@0: Daniel@0: Daniel@0:
hesschek(net, x, t)
takes a network data structure net
, together
Daniel@0: with input and target data matrices x
and t
, and compares
Daniel@0: the evaluation of the Hessian matrix using the function nethess
Daniel@0: and using central differences with the function neterr
.
Daniel@0:
Daniel@0:
The optional return value h
is the Hessian computed using
Daniel@0: nethess
.
Daniel@0:
Daniel@0:
nethess
, neterr
Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: