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

Multiple pyr_best_dens in a single array #27

Open
c0gent opened this issue Aug 11, 2015 · 0 comments
Open

Multiple pyr_best_dens in a single array #27

c0gent opened this issue Aug 11, 2015 · 0 comments

Comments

@c0gent
Copy link
Member

c0gent commented Aug 11, 2015

Create a single array of u8 to hold best_den_id. There's no need to handle more than 256 dendrites as this gives us a total possible 65k synapses. The array will be pyrs.len * best_dens_tracked (which will start at 3) in length.

No need to store the state for any of them. Pyr_states will be equivalent to best_den_0.

Give dendrites a learning bias based on their rank. best_den[0] >> 0, best_den[1] >> 1, etc.

@c0gent c0gent changed the title Implement multiple pyr_best_dens in a single array Multiple pyr_best_dens in a single array Aug 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant