1#
2Type: SNNSBATCH_2
3#
4# This is the style for an snnsbat configuration file, type 2.
5#
6# The following keyword-value combinations may be supplied in any order.
7# If a key is given twice, the second appearence is taken.
8# Keys that are not required for a special run may be omitted.
9# If a key is ommited but required, a default value is assumed.
10# The lines may be separated with comments.
11#
12# Please note the mandatory file type specification at the begining and
13# the colon following the key.
14#
15#
16#                                           Defaults:
17#
18#     NoOfLearnParam:      <int>                0
19#     LearnParam:          [ <float> ]*         0.0
20#     NoOfInitParam:       <int>                0
21#     InitParam:           [ <float> ]*         0.0
22#     NetworkFile:         <string>             ""
23#     TrainedNetworkFile:  <string>             ""
24#     LearnPatternFile:    <string>             ""
25#     TestPatternFile:     <string>             ""
26#     ResultFile:          <string>             ""
27#     InitFunction:        <string>             ""
28#     MaxLearnCycles:      <int>                0
29#     MaxErrorToStop:      <float>              0.0
30#     Shuffle:             [ YES | NO ]         NO
31#     ShuffleSubPat:       [ YES | NO ]         NO
32#     NoOfVarDim:          <int><int>           0 0
33#     SubPatternISize: 	   [ <int> ]*		0
34#     SubPatternOSize: 	   [ <int> ]*		0
35#     SubPatternIStep: 	   [ <int> ]*		0
36#     SubPatternOStep: 	   [ <int> ]*		0
37#     ResultMinMaxPattern: <int><int>           0
38#     ResultIncludeInput:  [ YES | NO ]         NO
39#     ResultIncludeOutput: [ YES | NO ]         YES
40#     PerformActions:
41#
42#######################################################################
43NetworkFile: letters.net
44#
45#InitFunction: Randomize_Weights
46#NoOfInitParam: 2
47#InitParam: -1.0 1.0
48#
49LearnPatternFile: letters.pat
50#NoOfLearnParam: 2
51#LearnParam: 0.8 0.3
52MaxLearnCycles: 0
53#MaxErrorToStop: 0.1
54#Shuffle: YES
55#
56ResultFile: letters1.res
57ResultMinMaxPattern: 1 26
58ResultIncludeInput: NO
59ResultIncludeOutput: YES
60#
61#
62#
63PerformActions:
64#
65NetworkFile: <OLD>
66LearnPatternFile: <OLD>
67LearnParam: 0.2 0.1
68MaxLearnCycles: 500
69MaxErrorToStop: 0.1
70Shuffle: YES
71#
72#TrainedNetworkFile: trained_letters.net
73#TestPatternFile: test_letters.pat
74#
75ResultFile: letters2.res
76ResultMinMaxPattern: 1 26
77ResultIncludeInput: NO
78ResultIncludeOutput: YES
79