Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

random selection of learning cells from bursting columns #31

Closed
floybix opened this issue Sep 27, 2015 · 0 comments
Closed

random selection of learning cells from bursting columns #31

floybix opened this issue Sep 27, 2015 · 0 comments

Comments

@floybix
Copy link
Member

floybix commented Sep 27, 2015

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

  • context A will each end up with cell 0 learning,
  • context B will each end up with cell 1 learning,
  • context C will each end up with cell 2 learning, etc.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant