The Complete SPRLIB & ANNLIB

marq_grad_mse

- calculate the gradient of the MSE with resp. to the parameters (LOCAL)

SYNOPSIS

int marq_grad_mse (dset, net, grad)

ARGUMENTS

DATASET *dset Pointer to a dataset.
NET *net Pointer to a feed forward network.
double *grad Vector containing the result, i.e. the gradient of the MSE vector.

RETURNS

TRUE if an error was detected, FALSE if no error was detected; the calculated gradient is returned in grad.

SEE ALSO

learn_marquardt_ffnet, calc_marq_step, marq_grad_output, marq_grad_net, marq_grad_unit

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998