https://github.com/abrg-models/gpr_izhikevich
The Gurney-Prescott-Redgrave model coded up with Izhikevich model neurons
https://github.com/abrg-models/gpr_izhikevich
Last synced: 11 months ago
JSON representation
The Gurney-Prescott-Redgrave model coded up with Izhikevich model neurons
- Host: GitHub
- URL: https://github.com/abrg-models/gpr_izhikevich
- Owner: ABRG-Models
- Created: 2016-07-12T09:39:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T09:23:53.000Z (about 8 years ago)
- Last Synced: 2025-05-17T12:37:12.952Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 17.4 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPR_Izhikevich
The Gurney-Prescott-Redgrave model coded up with Izhikevich model neurons
This model has been moved from the private ABRG-Models/abrg_local at
commit 439851a on 12th July 2016.
This is a collection of sample and sandbox Izhikevich models.
Particularly useful should be the reproductions of the various models
described in Izhikevich's 2003 paper "Simple Model of Spiking
Neurons". IEE Transactions on Neural Networks, Vol 14 (See Fig. 2).
The original GPR model made up with candidate Izhikevich neurons is in
the bg1 subdirectory. Versions of the model with cortical integrator
inputs are in bg_withCI (3 channels) and bg_with_CI_5ch (etc).
Notes about the development of the individual neuron models and the
overall network are in labbook/ as ipython notebooks.
Seb James, May 2015 - July 2016