Advertisement
sheiser1

My params file

Feb 10th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.38 KB | None | 0 0
  1. MODEL_PARAMS = \
  2. { 'aggregationInfo': { 'days': 0,
  3.                        'fields': [],
  4.                        'hours': 0,
  5.                        'microseconds': 0,
  6.                        'milliseconds': 0,
  7.                        'minutes': 0,
  8.                        'months': 0,
  9.                        'seconds': 0,
  10.                        'weeks': 0,
  11.                        'years': 0},
  12.   'model': 'CLA',
  13.   'modelParams': { 'anomalyParams': { u'anomalyCacheRecords': None,
  14.                                       u'autoDetectThreshold': None,
  15.                                       u'autoDetectWaitRecords': None},
  16.                    'clParams': { 'alpha': 0.01962508905154251,
  17.                                  'verbosity': 0,
  18.                                  'regionName': 'SDRClassifierRegion',
  19.                                  'steps': '1'},
  20.                    'inferenceType': 'TemporalAnomaly',
  21.                    'sensorParams': { 'encoders': { '_classifierInput': { 'classifierOnly': True,
  22.                                                                          'clipInput': True,
  23.                                                                          'fieldname': 'Response', #'Error',
  24.                                                                          'maxval': 0.99,
  25.                                                                          'minval': -0.99,
  26.                                                                          'n': 115, #115
  27.                                                                          'name': '_classifierInput',
  28.                                                                          'type': 'ScalarEncoder',
  29.                                                                          'w': 21},
  30.                                                    u'Response': { 'clipInput': True,
  31.                                                                   'fieldname': 'Response',
  32.                                                                   'maxval': 0.99,
  33.                                                                   'minval': -0.99,
  34.                                                                   'n': 275, #29
  35.                                                                   'name': 'Response',
  36.                                                                   'type': 'ScalarEncoder',
  37.                                                                   'w': 21}},
  38.                    
  39.                                      'sensorAutoReset': None,
  40.                                      'verbosity': 0},
  41.                    'spEnable': True,
  42.                    'spParams': { 'columnCount': 2048,
  43.                                  'globalInhibition': 1,
  44.                                  'inputWidth': 0,
  45.                                  'maxBoost': 2.0,
  46.                                  'numActiveColumnsPerInhArea': 40,
  47.                                  'potentialPct': 0.8,
  48.                                  'seed': 1956,
  49.                                  'spVerbosity': 0,
  50.                                  'spatialImp': 'cpp',
  51.                                  'synPermActiveInc': 0.05,
  52.                                  'synPermConnected': 0.1,
  53.                                  'synPermInactiveDec': 0.08568228006654939},
  54.                    'tpEnable': True,
  55.                    'tpParams': { 'activationThreshold': 12,
  56.                                  'cellsPerColumn': 32,
  57.                                  'columnCount': 2048,
  58.                                  'globalDecay': 0.0,
  59.                                  'initialPerm': 0.21,
  60.                                  'inputWidth': 2048,
  61.                                  'maxAge': 0,
  62.                                  'maxSegmentsPerCell': 128,
  63.                                  'maxSynapsesPerSegment': 32,
  64.                                  'minThreshold': 10,
  65.                                  'newSynapseCount': 20,
  66.                                  'outputType': 'normal',
  67.                                  'pamLength': 1,
  68.                                  'permanenceDec': 0.1,
  69.                                  'permanenceInc': 0.1,
  70.                                  'seed': 1960,
  71.                                  'temporalImp': 'cpp',
  72.                                  'verbosity': 0},
  73.                    'trainSPNetOnlyIfRequested': False},
  74.   'predictAheadTime': None,
  75.   'version': 1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement