You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
i.e. if you instantiate SP, you get different default parameters depending on which implementation you use.
Particularly, globalInhibition, seed, synPermActiveDec differ between implementations, and some names differ, e.g. minPctOverlapDutyCycle vs minPctOverlapDutyCycles.
Which is correct?
The text was updated successfully, but these errors were encountered:
@oxtopus I trust you will close this issue when you are satisfied with an answer and open up any new actions that should be taken in response to the answer as new issues.
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).
i.e. if you instantiate SP, you get different default parameters depending on which implementation you use.
Particularly,
globalInhibition
,seed
,synPermActiveDec
differ between implementations, and some names differ, e.g.minPctOverlapDutyCycle
vsminPctOverlapDutyCycles
.Which is correct?
The text was updated successfully, but these errors were encountered: