The goal in initializing a radial basis function network is the optimal
computation of link weights between hidden and output layer. Here the
problem arises that the centers
(i.e. link weights
between input and hidden layer) as well as the parameter p (i.e.\
the bias of the hidden units) must be set properly. Therefore,
three different initialization procedures have been implemented which
perform different tasks:
from the loaded training patterns and
assigns them to the links between input and hidden layer. Subsequently
the bias of all neurons (parameter p) inside the hidden layer is set
to a value determined by the user and finally the links between hidden
and output layer are computed.
It is necessary that valid patterns are loaded into SNNS to use the initialization. If no patterns are present upon starting any of the three procedures an alert box will occur showing the error. A detailed description of the procedures and the parameters used is given in the following paragraphs.