numenta / htm.java

Hierarchical Temporal Memory implementation in Java - an official Community-Driven Java port of the Numenta Platform for Intelligent Computing (NuPIC).
GNU Affero General Public License v3.0
310 stars 160 forks source link

SpatialPooler Needs Sync With Recent NuPIC spatial_pooler.py #459

Closed cogmission closed 8 years ago

cogmission commented 8 years ago

There have been some changes since the original SpatialPooler.java file was written. The SpatialPooler should be re-written to sync up with those changes, and its corresponding test file should be updated to match the difference in unit tests.

NOTE: Use the new UniversalRandom RNG class to improve verification of processing equality.