Minimum set of parameters - anomaly detection

Is there a defined bare minimum set of parameters needed to create a network? Some of the samples have dozens of defined params - Im wondering how many of these are needed to get a simple app running.

Im hoping to get a foothold on this POC but haven’t found the right settings to get it running.

Since HTM.Java is a direct port of NuPIC, maybe these docs about the NuPIC Network API params will help?

http://nupic.docs.numenta.org/0.7.0.dev0/quick-start/example-model-params.html

1 Like

for anomaly detection wouldn’t we prefer best known anomaly detection parameters obtained using: https://github.com/numenta/nupic/blob/master/src/nupic/frameworks/opf/common_models/cluster_params.py#L29-L76 ?