Training and Testing
- Training goes through a series of epochs with each epoch
consisting of 10 cycles of external stimulation followed by
10 cycles with no external stimulation.
- Each epoch a new pattern is presented. They just go through
a cycle.
- The input net is divided into three orthogonal sections: E, A, and
B. E is energy.
- The output net into 2: yes and no.
- The presentations are E,A,B,no; E,A,yes; E,B,yes; and E, no.
- Training proceeds for 1000 epochs.
- Testing goes through the same epochs, but the answer is not presented.
- Learning during testing is typically off.
- The answer is measured by counting the neurons that fire in the
yes and no. If yes has more, that's the answer.