etaler / Etaler

A flexable HTM (Hierarchical Temporal Memory) framework with full GPU support.
BSD 3-Clause "New" or "Revised" License
89 stars 14 forks source link

TemporalMemory bursting not working properly #57

Closed marty1885 closed 5 years ago

marty1885 commented 5 years ago

While writing the Etaler API notebook. I found that the TM implementation is bursting when it shouldn't be. See:

image

marty1885 commented 5 years ago

Okay, it is me being stupid misusing my own API. :(