Gradient Algorithm

The new PhysioNet website is available at: https://physionet.org. We welcome your feedback.

In finding an optimal stimulus waveform for inducing switches in neuronal states, analytical techniques from optimal control theory are often found to be difficult to use or extremely time intensive. Here, we present the code for a gradient-based algorithm approach that has been used to find energetically optimal stimulus waveforms to trigger an action potential in the Hodgkin-Huxley model as well as initiating and repressing repetitive firing in the FitzHugh-Nagumo models. These two models serve just as examples and the code can be easily adapted to any other system.

This work was presented in:

Project description

This directory contains code and documentation for three applications of a stochastically-seeded gradient algorithm as described in the paper included. The gradient algorithm is used to solve optimization problems given a set of constraints and an optimization metric. We have applied the algorithm to three different neuronal applications:

  1. Triggering an action potential in the Hodgkin-Huxley model (an empirically validated ionic model of neuronal excitability)
  2. Initiating repetitive firing in the FitzHugh-Nagumo model (an abstract model applied to a wide range of biological systems that exhibit an oscillatory state and a quiescent state), and
  3. Suppressing repetitive firing in the FitzHugh-Nagumo model

We demonstrate in our study that this algorithm enables automated exploration of a wide solution space with stochastic seeding that allows us to find multiple locally optimal solutions. Furthermore, this algorithm is robust enough that no a priori knowledge of the optimal stimulus is necessary.

The code provided here are preset to run for these three applications, but they can be used as training tools to apply the gradient algorithm to any other application so desired.

Directory Contents

Gradient Algorithm.pdf
The paper which describes the work that we have done.
Hodgkin-Huxley/
gradAlg.m
This is the main program to run.
hh.m
Function describe the Hodgkin-Huxley equations
pInfluence.m
Function describing the p influence equations
RInfluence.m
Function describing the R influence equations
FitzHugh-Nagumo/Initiating Repetitive Firing/
fhn.m
Function describing the FitzHugh-Nagumo equations
gradAlg.m
This is the gradient algorithm for a single run with a given initial and terminal condition.
optInOut.m
This is the main program to run used to process every single run between the quiescent state and every single point on the repetitive firing limit cycle.
outX.mat
A set of 68 points defining the repetitive firing limit cycle.
pInfluence.m
Function describing the p influence equations
RInfluence.m
Function describing the R influence equations
FitzHugh-Nagumo/Suppressing Repetitive Firing/
fhn.m
Function describing the FitzHugh-Nagumo equations
gradAlg.m
This is the gradient algorithm for a single run with a given initial and terminal condition.
optOutIn.m
This is the main program to run used to process every single run between the quiescent state and every single point on the repetitive firing limit cycle.
outX.mat
A set of 68 points defining the repetitive firing limit cycle.
pInfluence.m
Function describing the p influence equations
RInfluence.m
Function describing the R influence equations
Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [DIR] FitzHugh-Nagumo/ 21-Aug-2015 18:59 - [DIR] Hodgkin-Huxley/ 21-Aug-2015 18:59 - [TXT] local.css 02-Oct-2015 23:29 3.1K C# source file

Questions and Comments

If you would like help understanding, using, or downloading content, please see our Frequently Asked Questions.

If you have any comments, feedback, or particular questions regarding this page, please send them to the webmaster.

Comments and issues can also be raised on PhysioNet's GitHub page.

Updated Friday, 28-Oct-2016 22:58:42 CEST

PhysioNet is supported by the National Institute of General Medical Sciences (NIGMS) and the National Institute of Biomedical Imaging and Bioengineering (NIBIB) under NIH grant number 2R01GM104987-09.