The Complete SPRLIB & ANNLIB

ML_STRUCT

- a local structure for maximum likelihood learning

SYNOPSIS

typedef struct ML_STRUCT

{

double Momentum The previous weight change.

double Accum_Delta The accumulated gradients.

} ml_struct;

DESCRIPTION

Structures of this type are attached to the UNIT structure's Theta.SystemData.p and the WEIGHT 's SystemData.p pointers to keep store of the values above during the training process.

SEE ALSO

learn_mlnet

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