Table of Contents
Back

Loading the recall file

In order to recall the network you need to load the recall file, and specify an output file.

To load the training file, press the Open button Open button and browse to find the required file.

Alternatively, select Load Recall File from the Recall menu and browse to find the required file.

The file can have any extension, but the convention is for recall files to have the extension *.rcl, and it must be of the required format.



Back

Viewing the recall file

You can press the View button view to view your recall file, or select View Recall File from the Recall menu.



Back

Specifying the output file

In order to recall the network you also need to specify a file to save the output to.

To specify the output file, press the Open button open and give the file a name, e.g. iris_recall.out.

Alternatively, select Save Output File from the Recall menu and specify the file.

The file can have any extension, but the convention is for recall files to have the extension *.out.



Back

Recalling the network

Once the recall file has been loaded and the output file specified, press the Recall button, or select Recall from the Recall menu.

This will save the recall output into the file that has been specified, and it can now be viewed.



Back

Viewing the output file

You can press the View button view to view your output file, or select View Output File from the Recall menu.

Note: You need to associate files of type *.out with a text editor in Windows Explorer in order to view the files through the FuzzyCOPE GUI.

Below is an example output generated after training of an MLP network.

What you see are the outputs that have been generated by the trained network. You should compare these generated outputs to the desired outputs in the recall file to see how well the network has been trained.

[FormatVersion = 1.0] /* This is a standard version number. Any value larger than 1.0 will not work*/

[DataSet] /*Details of the data set*/
[Rows = 75]
[Inputs = 0]
[ExpectedOutputs = 3]
[GeneratedOutputs = 0]
[Error = 0]

[Data] /*the generated output values for each row of input data*/
0.9939988417629340.005446564133244735.15907219113569e-18
0.9958524978997860.003423610589265464.1905021395423e-18
0.9971488195956330.002004324394968461.50127149577872e-18
0.9969934533437250.002137441380580911.53095629810707e-18
0.9958174211490460.003306843172125543.13005015949153e-18
0.9950828666697960.004127273023745393.93914986389275e-18
0.9961426162600440.003112287912074753.18834061462997e-18

/*... this file would contain more output rows here*/
[~Data]

[~DataSet]


This page is maintained by Melanie Middlemiss mmiddlemiss@infoscience.otago.ac.nz
Last modified on: 4/2/99.