
250 Chapter Six—Neural Network Implementations
99
1
6
150
4
3
iris.dat
The file contains specifications for a run. The file specifies operation mode (0)(0is
training, 1 is testing), training mode (
0) (0 is random pattern selection, 1 is sequen-
tial), learning rate (
0.3), learning rate shrinking coefficient (0.999), bias factor
(
10), beta (0.0001), training termination criterion (0.001), maximum number
of iterations (
500), total number of training patterns (99), network conscience sta-
tus (
1), maximum number of clusters (6), total number of patterns in the training
file (
150), dimension of pattern input (4), dimension of pattern output (3), and
pattern data filename ...