| Check boxes (for entering true/false, or 1/0): | |
| Text slots (for entering numbers): |
N.B. Text slots are designed for accepting any positive number (decimal or whole number) up to a maximum value that you specify (e.g. you can specify a text slot that takes numbers in the range 0 to 100, or one that takes numbers in the range 0 to 4500 etc.)
The controls that you create will appear within the rectangle below. Each control has a caption (in yellow). The controls will appear in the final network in the order in which they appear below - buttons will appear alongside each control as it is created to allow it to be promoted (moved higher in the list) or demoted.
Input controls
|
You have no controls currently created
|
Output controls
|
You have no controls currently created
|
|
In the text area on the left you should put the data on which you would like the network trained. Back-propagation networks are trained by applying many training patterns repeatedly. Each pattern forms a row in the textarea, with the elements separated by commas.
For instance, suppose you have three inputs (a checkbox, a text slot and another checkbox in that order) and two outputs (a checkbox and a text slot in that order). Each checkbox is represented by the values 1 and 0, each text slot by a value from 0 to the maximum for that slot (e.g. 100 or 4500 in the example above). In this case, rows in the text area will consist of 5 numbers, separated by commas (inputs, then outputs), such as the following three training patterns (colour coded for convenience):
|
You can type the training data into the slot above, but it is more efficient to paste it in using Copy and Paste from a text file. There is no "save" facility in this program, so a text file in Notepad or something similar is the only way to save the data in any case.
When you click on the button below, the program will check that the training data you have entered matches the controls that you have set up. If it does, then training will begin. The training consists of 10,000 cycles, and you can read how far it has got using the text slot on the right of the button. You can break into the process by saving the network at any stage (it doesn't matter if the count hasn't reached 10,000 - it just means that the network won't have trained as well as it might have done).
(It might be worthwhile saving this page to your hard disk before doing any lengthy training, particularly if you have a slow Internet connection).
In order to save the network, you should do the following:
Please feel free to change the page that you create in any way. What this program gives you is the barest minimum, so I would encourage you to personalise it as you think fit.
Back one step