The Complete SPRLIB & ANNLIB

WAVELEARN_STRUCT

- a local structure for wavelet network gradient descent minimization (LOCAL)

SYNOPSIS

typedef struct wavelearn_struct

{

double *s_i_delta Adaptation in dilation parameters for this wavelon

double *t_i_delta Adaptation in translation parameters for this wavelon

double w_delta Adaptation in weight from this wavelon to output

double g_delta Adaptation in bias for this wavelon

} WAVELEARN_STRUCT;

DESCRIPTION

A local structure for gradient descent learning of a wavenet. The previous adaptations have to be stored, in order to be able to include a momentum term in the update formula. This structure is attached to each weight and bias in the network before training - see init_wavnet.

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