David Keeney
David Keeney
Nearly all of the dependencies have significantly newer versions available. We need to update the URL's from which to get the dependencies so that we are using more recent versions.
I have never really liked the SDRClassifier algorithm because it requires a lot of training before it can reliably classify (it uses a classical NN). I have noticed that some...
This first push is a first cut for a work-in-progress. This is a Classifier that uses Bit Overlap to map SDR's back to categories. - Only one sample per value...
This is not complete... ..But I have to admit I don't know what I am doing. I am not proficient at Python to do the right thing here. @breznak can...
Parameter handling (the getters and setters) consume a lot of code in NetworkAPI. The question is if it is worth the effort to re-engineer this logic ... and probably break...
This is a first cut at CSharp bindings, mostly for NetworkAPI interface. This can be a starting point for constructing the C# interface for htm.core. This is incomplete and some...
Question: NetworkAPI, calling arguments passed into a Region implementation. Couldn't the parameter validation be done implicitly? Parameter validation does several things: - Throws an error if an unknown field name...
There are Unit tests that have been skipped in order to complete the big pybind11 PR. We now need to go back and fix them.
This is a place to re-start discussions about a C# interface to htm.core.
In bindings\py\tests\algorithms\temporal_memory_test.py, line 58 I marked this py unit test as skipped. It is giving me an error that comes from Cereal. It is an error I have see before...