The repository contains a python based implementation of the Izhikevich Neuron Model.
To run the program on your local machine clone the repository.
You need to install python3 and python matplotlib.
Open a Terminal in the file izhikevich-model. To simulate a single neuron write the following:
python3 plot-interactiveIzhikevich.py
To simulate multiple neurons at once write the following:
python3 multipleNeurons.py
Electronic version of the figure and reproduction permissions are freely available at www.izhikevich.com