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

Investigate decode neuron performance properties and scaling #199

Open
arvoelke opened this issue Mar 13, 2019 · 0 comments
Open

Investigate decode neuron performance properties and scaling #199

arvoelke opened this issue Mar 13, 2019 · 0 comments
Labels

Comments

@arvoelke
Copy link
Contributor

This is motivated in part by the following TODOs:

self.scale = 1.05 * target_point / (self.dt * target_rate)
# ^ TODO: why does this 1.05 factor help? found it empirically in
# test_decode_neurons.test_add_inputs

self.scale = 1.08 * target_point / (self.dt * target_rate)
# ^ TODO: why does this 1.08 factor help? found it empirically in
# test_decode_neurons.test_add_inputs

More generally, we should look more carefully at profiling decode neurons (formerly called "interneurons") under a wide variety of conditions (frequency, tau, dynamic range, number of neurons), and characterize / identify their dynamical behaviour, so that we may improve these methods and optimize their parameters.

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

No branches or pull requests

1 participant