Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

0.2.4

Compare
Choose a tag to compare
@rhyolight rhyolight released this 24 Jun 05:46
· 2042 commits to master since this release
  • Fix a minor bug in the algorithm
  • Implement orphan synapse decay
  • register python regions in Region class method
  • moved registration of python regions to nupic.core
  • date encoder bug fix
  • Implement orphan synapse decay
  • changed default regions to tuples
  • fill predictedActiveCells with 0
  • removing irrelevant files
  • removing old network api demo 2
  • modified PyRegion to accept custom classes
  • renamed unionMode to computePredictedActiveCellIndices
  • set the output size for active indices and predicted+active indices to max possible size
  • converting union pooler input to right format
  • Port AnomalyRegion serialization
  • Rename "enc" to "encoder"