Training Neural Networks
Loading a Training File
1) Select "Train File" from either the toolbar
or the "Run" menu
.
2) The open file dialog will load.
3) Select a training file and hit "Open".
4) Wait while the training file runs.
The training file must be in the following format:
input1,input2,input3,.... inputn
output1,output2,output3,.... outputn
The file must consist of pairs of lines where the first line is a set of input and the next line is the expected output for that input. Each line is comma separated. The number of items in the input line must equal the setting entered for "Input Size" and the number of items in the output line must equal the setting entered for "Output Layer Size". "//" at the start of a line indicates that it is a comment line.
See the included sample files using the Backpropagation neural network default settings (Hit "New->Backpropagation Network" and don't change any settings in the dialog).
Running a Single Training Data Instance
1) Select "Train" from either the toolbar
or the "Run" menu
.
2) Wait while the network trains.
Currently, there is no way in JailBreak to edit the current input to the network so this feature is not incredibly useful. This will be a much better feature in future releases.