Skip to content

Commit

Permalink
Updated to NuPIC 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyolight committed Aug 14, 2017
1 parent c55b796 commit 76e4b21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions python/model_params/model_params.py
Expand Up @@ -21,7 +21,7 @@

MODEL_PARAMS = {
# Type of model that the rest of these parameters apply to.
'model': "CLA",
'model': "HTMPrediction",

# Version that specifies the format of the config.
'version': 1,
Expand Down Expand Up @@ -110,16 +110,16 @@

'synPermInactiveDec': 0.0005,

'maxBoost': 1.0,
'boostStrength': 1.0,
},

# Controls whether TP is enabled or disabled;
# TP is necessary for making temporal predictions, such as predicting
# the next inputs. Without TP, the model is only capable of
# reconstructing missing sensor inputs (via SP).
'tpEnable' : True,
'tmEnable' : True,

'tpParams': {
'tmParams': {
# TP diagnostic output verbosity control;
# 0: silent; [1..6]: increasing levels of verbosity
# (see verbosity in nta/trunk/py/nupic/research/TP.py and TP10X*.py)
Expand Down
2 changes: 1 addition & 1 deletion python/nupic_client.py
Expand Up @@ -2,7 +2,7 @@
import random
import numpy as np

from nupic.frameworks.opf.modelfactory import ModelFactory
from nupic.frameworks.opf.model_factory import ModelFactory
from nupic.algorithms import anomaly_likelihood

from plotter import MinecraftAnomalyPlotter
Expand Down

0 comments on commit 76e4b21

Please sign in to comment.