Python implementation of Izhikevich Neuron Model
$ pip3 install -r requirements.txt
Make sure that both main.py and model.py are in the same directory
$ python3 main.py
The code will generate a set of graphs in the same directory.
Python implementation of Izhikevich Neuron Model
$ pip3 install -r requirements.txt
Make sure that both main.py and model.py are in the same directory
$ python3 main.py
The code will generate a set of graphs in the same directory.