# Type: SNNSBATCH_2 # # This is the style for an snnsbat configuration file, type 2. # # The following keyword-value combinations may be supplied in any order. # If a key is given twice, the second appearence is taken. # Keys that are not required for a special run may be omitted. # If a key is ommited but required, a default value is assumed. # The lines may be separated with comments. # # Please note the mandatory file type specification at the begining and # the colon following the key. # # # Defaults: # # NoOfLearnParam: 0 # LearnParam: [ ]* 0.0 # NoOfInitParam: 0 # InitParam: [ ]* 0.0 # NetworkFile: "" # TrainedNetworkFile: "" # LearnPatternFile: "" # TestPatternFile: "" # ResultFile: "" # InitFunction: "" # MaxLearnCycles: 0 # MaxErrorToStop: 0.0 # Shuffle: [ YES | NO ] NO # ShuffleSubPat: [ YES | NO ] NO # NoOfVarDim: 0 0 # SubPatternISize: [ ]* 0 # SubPatternOSize: [ ]* 0 # SubPatternIStep: [ ]* 0 # SubPatternOStep: [ ]* 0 # ResultMinMaxPattern: 0 # ResultIncludeInput: [ YES | NO ] NO # ResultIncludeOutput: [ YES | NO ] YES # PerformActions: # ####################################################################### NetworkFile: letters.net # #InitFunction: Randomize_Weights #NoOfInitParam: 2 #InitParam: -1.0 1.0 # LearnPatternFile: letters.pat #NoOfLearnParam: 2 #LearnParam: 0.8 0.3 MaxLearnCycles: 0 #MaxErrorToStop: 0.1 #Shuffle: YES # ResultFile: letters1.res ResultMinMaxPattern: 1 26 ResultIncludeInput: NO ResultIncludeOutput: YES # # # PerformActions: # NetworkFile: LearnPatternFile: LearnParam: 0.2 0.1 MaxLearnCycles: 500 MaxErrorToStop: 0.1 Shuffle: YES # #TrainedNetworkFile: trained_letters.net #TestPatternFile: test_letters.pat # ResultFile: letters2.res ResultMinMaxPattern: 1 26 ResultIncludeInput: NO ResultIncludeOutput: YES