Austin Marshall
Austin Marshall
nupic should have a first-clas API for reporting version details, including its nupic.bindings dependency. Something like the following would be very helpful: ```python >>> nupic.version() '0.7.0.dev0' >>> nupic.getNupicBindingsDependency() '0.6.2.dev0' >>>...
What follows is mostly mental notes re: specific implementation details of network api. Contrary to `nupic.engine.Network`, which is a subclass and wrapper for the swig-generated `nupic.bindings.engine_internal.Network`, `nupic.engine.Region` is a standalone...
`Encoder`, subclassed by `CoordinateEncoder`, requires subclasses that are not containers of other encoders to implement "getBucketIndices()". There is no such implementation in `CoordinateEncoder` rendering it unusable in certain circumstances involving...
As a developer, I want to subclass [CellData](https://github.com/numenta/nupic/blob/59dd6f1787eed3434d8ec26d3c288b1afa38f3b4/src/nupic/research/connections.py#L103-L110), or otherwise control some aspect of the creation of the `CellData` instance in my subclass. Currently, `Connections.__init__()` references `CellData` directly, requiring the...
We're on 3.0.2 which was released in 2014.
The default parameters for the c++ SpatialPooler (https://github.com/numenta/nupic.core/blob/master/src/nupic/algorithms/SpatialPooler.hpp#L232-L249) differ from the swig interface (https://github.com/numenta/nupic.core/blob/master/src/nupic/bindings/algorithms.i#L1020-L1037) file that provides bindings for python. Furthermore, both differ from the pure-python implementation in nupic (https://github.com/numenta/nupic/blob/master/src/nupic/research/spatial_pooler.py#L111-L129)....
Ideally, nupic.core build optionally accepts `-DBUILD_SHARED_LIBS=true` CLI option to build libnupic_core.so (on linux systems, for example) as a shared object.
https://status.github.com/ contains real-time data regarding the latency and availability of various APIs.
https://dev.twitter.com/overview/status contains real-time data regarding the latency and availability of various APIs.