Matthew Taylor
Matthew Taylor
I have a build job that processed both unit and integration tests, so I'd like to submit more than one coveralls report within the job. Currently, the latest publication overrides...
As reported by Phil at https://discourse.numenta.org/t/sdrclassifier-returning-confidence-of-nan/5972: > I’ve created various models where after the model has run for some time the classifier confidence value starts returning NaN. > > As...
There is some possibility to accelerate the local inhibition x 20 for topological data (e.g. 2D images), as mentioned in the attached file. It might be nice to have the...
From: https://issues.numenta.org/browse/NPC-324 Once experiment generator is moved into NuPIC, tests need to be moved or added as well.
Common flatline anomalies are not detected in many cases by HTM algorithms. The first report of this is from [HTM Forum](https://discourse.numenta.org/t/an-obvious-type-of-anomalies-was-not-detected-by-htm/2578). See:  Later, it was also reported against...
Original report: https://discourse.numenta.org/t/attributeerror-with-model-save-related-to-tmcppshim-object/2434 ```python model = createModel() model.enableInference({"predictedField": "cpu1"}) model.save(fullpath) ``` `fullpath` refers to the full string path to the directory where I wish to save the model. `createModel()` is...
After the new serialization technique has been implemented, the old technique must be phased out. Both methods should work for a period of time to give client code a chance...
See #683 for context.