Thanks.
Here is one sequence.
I didn`t use swarming and model params configured manually for best result.
'version': 1,
'inferenceArgs': { },
'modelParams': {
'inferenceType': 'TemporalMultiStep',
'sensorParams': {
'verbosity': 0,
'encoders': {
'timestamp': {'fieldname': 'timestamp',
'name': 'timestamp',
'type': 'DateEncoder',
'timeOfDay': (39, 0.05),
},
'deltaData': {
'fieldname': u'deltaData',
'type': 'RandomDistributedScalarEncoder',
'resolution': 1,
},
'signal':{
'fieldname': u'signal',
'classifierOnly': True,
'type': 'SDRCategoryEncoder',
'name': '_classifierInput',
'w': 21,
'n': 121,
}
},
'sensorAutoReset' : None,
},
'spEnable': True,
'spParams': {'boostStrength': 0.0,
'columnCount': 2048,
'globalInhibition': 1,
'inputWidth': 0,
'numActiveColumnsPerInhArea': 40,
'potentialPct': 0.8,
'seed': 1956,
'spVerbosity': 0,
'spatialImp': 'cpp',
'synPermActiveInc': 0.05,
'synPermConnected': 0.1,
'synPermInactiveDec': 0.05015},
'tmEnable': True,
'tmParams': {'activationThreshold': 14,
'cellsPerColumn': 32,
'columnCount': 2048,
'globalDecay': 0.0,
'initialPerm': 20.21,
'inputWidth': 2048,
'maxAge': 0,
'maxSegmentsPerCell': 128,
'maxSynapsesPerSegment': 32,
'minThreshold': 10,
'newSynapseCount': 20,
'outputType': 'normal',
'pamLength': 5,
'permanenceInc': 0.9,
'permanenceDec': 0.001,
'seed': 1960,
'temporalImp': 'cpp',
'verbosity': 0},
'clParams': {
'implementation': 'cpp',
'regionName' : 'SDRClassifierRegion',
'verbosity' : 0,
'alpha': 0.001,
'steps': '1',
},
'trainSPNetOnlyIfRequested': False,
},
}
---- DATA ----
timestamp,deltaData,signal
datetime,float,string
T,
2017-01-25 12:10:00, 6.0, 0.0
2017-01-25 12:11:00, -14.0, 0.0
2017-01-25 12:12:00, 11.0, 0.0
2017-01-25 12:13:00, -22.0, 0.0
2017-01-25 12:14:00, -11.0, 0.0
2017-01-25 12:15:00, -3.0 0.0
2017-01-25 12:16:00, -5.0, 0.0
2017-01-25 12:17:00, -64.0, 0.0
2017-01-25 12:18:00, 1.0, 0.0
2017-01-25 12:19:00, -21.0, 0.0
2017-01-25 12:20:00, -6.0, 0.0
2017-01-25 12:21:00, -18.0, 0.0
2017-01-25 12:22:00, 17.0, 0.0
2017-01-25 12:23:00, -48.0, 0.0
2017-01-25 12:24:00, 8.0, 0.0
2017-01-25 12:25:00, -12.0, 0.0
2017-01-25 12:26:00, 2.0, 0.0
2017-01-25 12:27:00, 31.0, 0.0
2017-01-25 12:28:00, 4.0, 0.0
2017-01-25 12:29:00, -3.0, 19.0