Running Neural Networks
Loading a Data File
1) Select "Run 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 file runs.
The data file must be in the following format:
input1,input2,input3,.... inputn
Each line in the file is comma separated. The number of items in the line must equal the setting entered for "Input 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 Data Instance
1) Select "Run" from either the toolbar
or the "Run" menu
.
2) Wait while the network runs.
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.