Table 2:
Comparison of the Training and Validation Errors of Different Algorithms for One Hidden-Layer NNs on the MNIST Data Set.
| Algorithm | Learning Rate | Training Error (%) | Validation Error (%) | Number of Epochs |
|---|---|---|---|---|
| EP: ±β | αW = 0.1, 0.05 | 0 | 2.53 | 40 |
| EP: +β | αW = 0.5, 0.125 | 0.034 | 2.18 | 100 |
| EP: lateral | αW = 0.5, 0.25, αL = 0.75 | 0 | 2.29 | 25 |
| CSM | αW = 0.5, 0.375, αL = 0.01 | 0 | 2.16 | 25 |