The Complete SPRLIB & ANNLIB

SAMANN_STRUCT

- a local structure for SAMANN backpropagation learning (LOCAL)

SYNOPSIS

typedef struct samann_struct

{

double Activation[2] The two activations of this unit for the first and second sample.

double CurError[2] The current errors for the first and second sample.

double Momentum Previous change in a synaptic weight; used in "the momentum-term" in the generalized delta-rule.

double Accum_Delta Sum of the delta's from (a part of) this neuron's "delta-feeding" neurons.

} SAMANN_STRUCT;

DESCRIPTION

This structure is attached to each weight and unit before training - see samann_init.

SEE ALSO

BP_STRUCT

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