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

Integrated lowpass noise #249

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Integrated lowpass noise #249

wants to merge 1 commit into from

Conversation

hunse
Copy link
Collaborator

@hunse hunse commented Oct 1, 2019

This mimics variance from Lowpass filtered spikes going into
an integrative membrane (e.g. SpikingRectifiedLinear).

TODO: The variance of this noise model is higher than with AlphaRCNoise and LowpassRCNoise. I'm not sure if this is a bug; in fact, I actually think that the variance for those two models is too low. I need to revisit this and think more about how these noise models should work, specifically how the postsynaptic membrane should apply. One thing to compare with would be the noise models without the membrane included at all (i.e. just filtering the spikes). Also, rather than applying the neuron membrane over long periods to the filtered spike train, we could look at applying it over short periods only, perhaps the period of the maximum firing rate we expect in the network.

This mimics variance from `Lowpass` filtered spikes going into
an integrative membrane (e.g. `SpikingRectifiedLinear`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants