The Complete SPRLIB & ANNLIB

BP_STRUCT

- a local structure for backpropagation learning (LOCAL)

SYNOPSIS

typedef struct bp_struct

{

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.

int Changed Auxiliary for use with shared weights networks.

double Theta_old Dito.

double Theta_old2 Dito.

} BP_STRUCT;

DESCRIPTION

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

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