Windows runtime error and Izhikevich neuron model #257
-
Hello, I hope you're all doing well. I am trying to solve this problem which I mentioned in the title. There is no ready-to-use model for Izhikevich neuron model. I saw the LIF but i couldn't manage to modify it for changing to Izhikevich model. Are there any documentation for it? Can you help me? Thanks for all answers! Have a nice day. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 20 replies
-
Hi, you are right, there is no ready to use Izhikevich neuron model available in the process library yet. Have you seen the jupyter notebook tutorials? Especially the tutorial about creating custom ProcessModels from scratch should be helpful for you. Please don't hesitate to ask if you need further assistance. If you succeed in implementing the Izhikevic neuron model, consider making it available to other users by creating a pull request. |
Beta Was this translation helpful? Give feedback.
-
Did this ever get resolved/added? By the way, a simple izhikevich model I've used previously (taken from [1]) would have the population-wide (constant) parameters: a, b, c, d, and the individual (mutable) states: v, u, I. [1] E. Izhikevich, Which Model to Use for Cortical Spiking Neurons? IEEE Trans. on Neural Networks, v. 15, no. 5, 2004 |
Beta Was this translation helpful? Give feedback.
-
Ok. Thanks for the suggestions. |
Beta Was this translation helpful? Give feedback.
-
UPDATE: I tried the codes separately on Ubuntu and Windows. There weren't any of the problems I mentioned in Ubuntu, but Windows runtime and Jupyter Notebook problems continue. I opened an Issue about it (#401). I guess it's an operating system problem for now. |
Beta Was this translation helpful? Give feedback.
UPDATE: I tried the codes separately on Ubuntu and Windows. There weren't any of the problems I mentioned in Ubuntu, but Windows runtime and Jupyter Notebook problems continue. I opened an Issue about it (#401). I guess it's an operating system problem for now.