_HEADER_ Example file based on defensive coordinator network composed by Mr. Charles Miller Network inputs represent a percentage of 5 yards each ie 1,0,0,0 = 5 yards Outputs represent relative chance of each defense being played based on yardage input = .2, 0, 0, 0 a 1 yard play input = .9, 0, 0, 0 a 4.5 yard input = 1 , .4, 0, 0 a 7 yard input = 1, .8, 0, 0 a 9 yard input = 1, 1, .6, 0 a 13 yard input = 1, 1, 1, .8 a 19 yard _PARAMETERS_ NumInputs = 4 NumOutputs = 3 NumLayers = 2 NumElements = 4 3 VarMu = 0.6 VarEta = 1.5 _TRAINING_ _DATA_SET_1_ NumIter = 1000 NumVectors = 6 NumStimulus = 4 NormStimulus = 0 NumTargets = 3 NormTarget = 0 .2 0 0 0 0.9 0.1 0.1 .9 0 0 0 0.1 0.9 0.1 1 .4 0 0 0.1 0.9 0.1 1 .8 0 0 0.1 0.9 0.1 1 1 .6 0 0.1 0.1 0.9 1 1 1 .8 0.1 0.1 0.9 _DATA_SET_2_ NumIter = 1000 NumVectors = 6 NumStimulus = 4 NormStimulus = 0 NumTargets = 3 NormTarget = 0 .2 0 0 0 0.1 0.9 0.1 .9 0 0 0 0.1 0.9 0.1 1 .4 0 0 0.1 0.1 0.9 1 .8 0 0 0.1 0.1 0.9 1 1 .6 0 0.1 0.1 0.9 1 1 1 .8 0.1 0.1 0.9 _INPUT_VECTORS_ _DATA_SET_1_ NumVectors = 10 NormVector = 0 .4 0 0 0 .8 0 0 0 1 .2 0 0 1 .6 0 0 1 1 0 0 1 1 .4 0 1 1 .8 0 1 1 1 .2 1 1 1 .6 1 1 1 1 _END_