htm-community / comportex

Hierarchical Temporal Memory in Clojure
153 stars 27 forks source link

random selection of learning cells from bursting columns #31

Closed floybix closed 9 years ago

floybix commented 9 years ago

In bursting columns, the winner / learning cell is selected by maximum total excitation (including a penalty on cells with inactive segments, to encourage efficient use of all cells).

Currently ties are broken by keeping the first. The problem with this is, a set of blank columns bursting in

So after depth contexts, the next one will be fully identical to context A.

Instead we need to break ties randomly, unlocking the combinatorial capacity for representation.