next up previous
Next: EXPERIMENT 5 - stock Up: EXPERIMENTAL RESULTS Previous: EXPERIMENT 3 - stock

EXPERIMENT 4 - stock market prediction (2).

Task. We predict the DAX again, using the basic set-up of the experiment in section 5.3. However, the following modifications are introduced:

Results are shown in table 3. Average performance of our method exceeds the ones of weight decay, OBS, and conventional backprop.

Table 3 also shows superior performance of our approach when it comes to retraining ``spoiled'' networks (note that OBS is a retraining method by nature). FMS led to the best improvements in generalization performance.


Table 3: Comparisons of conventional backprop (BP), optimal brain surgeon (OBS), weight decay after spoiling the net with BP (WDR), flat minimum search after spoiling the net with BP (FMSR), weight decay (WD), flat minimum search (FMS). All nets start out with 8 hidden units. Each value is a mean of 10 trials. Column ``MSE'' shows mean squared error. Column ``w'' shows the number of pruned weights, column ``u'' shows the number of pruned units, the final 3 rows (``max'', ``min'', ``mean'') list maximal, minimal and mean performance (see text) over 10 trials (note again that MSE is an irrelevant performance measure for this task). Flat minimum search outperforms all other methods.
Method train test removed performance
  MSE MSE w u max min mean
BP 0.181 0.535     57.33 20.69 41.61
OBS 0.219 0.502 15 1 50.78 32.20 40.43
WDR 0.180 0.538 0 0 62.54 13.64 41.17
FMSR 0.180 0.542 0 0 64.07 24.58 41.57
WD 0.235 0.452 17 3 54.04 32.03 40.75
FMS 0.240 0.472 19 3 54.11 31.12 44.40


Parameters:
Learning rate: 0.01.
Architecture: (5-8-1).
Number of training examples: 20,000,000.
Method specific parameters:
FMS: $E_{tol} = 0.235$; $\Delta \lambda = 0.0001$; if $E_{\mbox{{\scriptsize average}}} <
E_{tol}$ then $\Delta \lambda$ is set to 0.001.
WD: like with FMS, but $w_0 = 0.2$.
FMSR: like with FMS, but $E_{tol} = 0.15$; number of retraining examples: 5,000,000.
WDR: like with FMSR, but $w_0 = 0.2$.
OBS: $E_{tol} = 0.235$. See section 5.6 for parameters common to all experiments.


next up previous
Next: EXPERIMENT 5 - stock Up: EXPERIMENTAL RESULTS Previous: EXPERIMENT 3 - stock
Juergen Schmidhuber 2003-02-13


Back to Financial Forecasting page