-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmodelParams.cfg
More file actions
24 lines (24 loc) · 914 Bytes
/
modelParams.cfg
File metadata and controls
24 lines (24 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{'enc': {'size': 700, 'sparsity': 0.02, 'seed' : 1},
'sdrc_alpha': 0.1,
'sensorLayer_sp': {'boostStrength': 0.4,
'columnCount': 5000,
'localAreaDensity': 0.02,
'potentialPct': 0.85,
'synPermActiveInc': 0.04,
'synPermConnected': 0.13999999999999999,
'synPermInactiveDec': 0.006},
'time': {'timeOfDay': (30, 1), 'weekend': 21},
'sensorLayer_tm': {'activationThreshold': 17,
'cellsPerColumn': 13,
'initialPerm': 0.21,
'maxSegmentsPerCell': 128,
'maxSynapsesPerSegment': 64,
'minThreshold': 10,
'newSynapseCount': 32,
'permanenceDec': 0.1,
'permanenceInc': 0.1},
'locationLayer':{'cellCount': 1000,
'sparsity': 0.1,
'periods': [6.0, 8.485, 12.0, 16.970, 24.0],
'seed': 1},
}