This is a simple slider tool that allows you to understand how each parameter affects the neural response and to find the best parameter you want.
Descrition of files:
-
morris_slider.ipynb- A python interactive implementation of the Morris Lecar model. You can adjust parameters for the neuron model and get the output in real-time. -
morris_server.ipynb- A python interactive implementation of the Morris Lecar model. It will run in a server created underport:8888. You can change the port in the notebook if you are using different port for the Jupter Notebook(Jupyter Notebook will run under 8888 by default). -
synapse_server.ipynb- A python interactive implementation of the Synapse model. -
flask_embed.py- Run the script and you will get a server under port:8000. Go tohttp://127.0.0.1:8000/to use the interactive adjuster.
hodgkin_slider.ipynb - A python interactive implementation of the Hodgkin Huxley model. You can adjust parameters for the neuron model and get the output in real-time.
IAF_slider.ipynb - A python interactive implementation of the Integrate and Fire model.
LIF_slider.ipynb - A python interactive implementation of the Leaky Integrate and Fire model.
