shivchander / izhikevich_model

Python implementation of Izhikevich Neuron Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

izhikevich_model

Python implementation of Izhikevich Neuron Model

Requirements

Python 3.7

Installing Dependencies

$ pip3 install -r requirements.txt

Running the code

Make sure that both main.py and model.py are in the same directory

$ python3 main.py

Output

The code will generate a set of graphs in the same directory.

About

Python implementation of Izhikevich Neuron Model

License:MIT License


Languages

Language:Python 75.7%Language:MATLAB 24.3%