Skip to content

Commit

Permalink
Updated model params with swarm results
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan51 committed Sep 13, 2013
1 parent e3c60d5 commit 46607b7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions client/model_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@

'synPermActiveInc': 0.1,

'synPermInactiveDec': 0.005825305994459178,
'synPermInactiveDec': 0.025910586208889513,

'randomSP': 0,
},

# Controls whether TP is enabled or disabled;
Expand Down Expand Up @@ -217,15 +219,15 @@
# connected synapses that are active due to infActiveState
# None=use default
# Replaces: tpActivationThreshold
'activationThreshold': 12,
'activationThreshold': 15,

'outputType': 'normal',

# "Pay Attention Mode" length. This tells the TP how many new
# elements to append to the end of a learned sequence at a time.
# Smaller values are better for datasets with short sequences,
# higher values are better for datasets with long sequences.
'pamLength': 1,
'pamLength': 2,
},

'clParams': {
Expand All @@ -237,7 +239,7 @@

# This controls how fast the classifier learns/forgets. Higher values
# make it adapt faster and forget older patterns faster.
'alpha': 0.0001,
'alpha': 0.00080959960713530062,

# This is set after the call to updateConfigFromSubConfig and is
# computed from the aggregationInfo and predictAheadTime.
Expand Down

0 comments on commit 46607b7

Please sign in to comment.