-
Notifications
You must be signed in to change notification settings - Fork 2
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
Definition of convergence #5
Comments
I implemented this "amortized convergence" in 57f05be In this implementation, I used a rolling window of t=5 steps for which firing neurons to include in the convergence set. The resulting metric didn't stabilize much better than looking only at the last activation. |
Alternative convergence metric based on 1: stable firing rates for most neurons after the stimulus.
The convergence metric should capture the distinction between the 2 groups. Footnotes
|
Could also try the similarity measure in equation (2) from reference [1]. |
Right now convergence is defined as the activation not changing by >5%. However in the source material, convergence means "given a set of neurons from each consecutive activation, this set stops adding new neurons".
The text was updated successfully, but these errors were encountered: