
Using
the
NEURAL
Program
413
tion methods. Note that if KOHONEN model weights are restored and
LEARN restarted, the error may exceed that listed as the previous
final result due to the fact that weights were normalized before being
saved.
The execution results of a trained network can be saved to disk
also.
The first step is to provide the name of the ASCII text file to
which the results will be written. The command is
OUTPUT FILE:fîlename. That command does not actually do
anything. It simply tells the program that from now on (until another
OUTPUT FILE command appears), all execution results are to be
appended to that file. Then, one or mor ...