The Complete SPRLIB & ANNLIB

bp_init

- initialise and set up a network for training with the backpropagation learning rule

SYNOPSIS

int bp_init (net)

ARGUMENTS

NET *net A pointer to a multilayer feedforward NET.

RETURNS

TRUE if an error was detected, FALSE if no error was detected.

FUNCTION

After some initial checking, space is allocated for storing information in the SystemData field of the weights and biases (thetas). The pointer p in these structures point to BP_STRUCT structures, used during the training process.

NOTE

The bp_free function must be used after training to free the extra structures.

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