On Parameter Estimation for Neuron Models

Size: px
Start display at page:

Download "On Parameter Estimation for Neuron Models"

Transcription

1 On Parameter Estimation for Neuron Models Abhijit Biswas Department of Mathematics Temple University November 30th, 2017 Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

2 Outline Introduction Hodgkin-Huxley Model Parameter Estimation Voltage Clamp Objective Function Least Squares Gradient Decent Levenberg-Marquardt Algorithm Interval Analysis Conclusion Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

3 Introduction Ion channel models of Neuron such as proposed by Hodgkin-Huxley can be represented by a set of differential equations. Solving these differential equation involves finding optimal values for the parameters that define the Hodgkin-Huxley equations. Parameters are evaluated using an optimization algorithm that takes as input ion channel current data recorded from a neuron using voltage clamp technique. In this talk we will see how to estimate these parameters by some optimization technique using the data. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

4 Hodgkin-Huxley Model Cell membranes can be modeled as a parallel combination of capacitor and conductance. The mechanism of protein inside an ion channel is not known and the conductor is a lumped representation of ion channels forming selective pores through the neural membrane. Hodgkin-Huxley introduced a gating variable to model this ion channel currents in a giant squid axon. Each channel may have more than one gating variable, where some controls activation of ionic current (channel opening) and others control the inactivation (channel closing) of the same current. These gating variable are time and voltage dependent and they can range in 0 and 1. Also they act as a scale factor of the maximum conductance ḡ. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

5 Hodgkin-Huxley Model(continued) A Hodgkin-Huxley equation for a given ionic current is as follows: I (t, V ) = ḡm x (t, V )h y (t, V )(V E) (1) where ḡ is the maximum conductance. The parameters m and h are activation and inactivation gating variables. x and y are the number of subunits.the voltage V is the membrane potential and E is the equilibrium potential. An arbitrary gating variable z is described by z βz αz 1 z where α z and β z are activation and inactivation rate for z. And this will produce the equation ż = α z (1 z) β z z (2) Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

6 Hodgkin-Huxley Model(continued) A more common form of this equation is ż = z z τ z (3) where z is the steady-state value of z and τ z is the time constant are given by z = τ z = α(v ) α(v ) + β(v ) 1 α(v ) + β(v ) (4) (5) Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

7 Hodgkin-Huxley Model(continued) The equation which describe the time evolution of the voltage is given by C m V = i m + I e (6) where i m is the membrane current and I e is the electrode current. To describe the channel operation more realistically the steady-state value for z and the time constant τ are re-expressed using α and β where α and β are of the following form with parameters x 1, x 2, x 3, x 4 and x 5. α = x 1(x 2 V ) exp ( x 2 V x 3 ) 1 (7) β = x 4 exp ( V x 5 ) (8) The parameters x 1 through x 5 are dependent on the specific ion channel current and vary from cell to cell. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

8 Model equations The Hodgkin-Huxley model describes Na + and K + conductances and the corresponding membrane currents. Here are the equations of the model (a) (b) (c) i m = ḡ i (V E L ) + ḡ K n 4 (V E K ) + ḡ Na m 3 h(v E Na ) C m dv dt = i m + I e τ m (V ) dm dt = m (V ) m τ n (V ) dn dt = n (V ) n τ h (V ) dh dt = h (V ) h Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

9 Model equations 4 Parameters (a) (b) (c) (d) (e) (f) α n = 0.01(V + 55) 1 exp( 0.1(V + 55)) β n = 0.125exp( (V + 65)) α m = 0.1(V + 40) 1 exp( 0.1(V + 40)) β m = 4exp( (V + 65)) α h = 0.07exp( 0.05(V + 65)) β h = exp( 0.1(V + 35)) Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

10 Parameter Estimation A single representative current I K is given by where the gating variable, n, is given by I K = ḡ K n(v E K ) (9) ṅ = n n τ n (10) Under a constant voltage condition, this has a closed form solution given by n = n (1 e t τn ) (11) Substituting this back into equation (9) gives us I K = ḡ K (V E K )[n (1 e t τn )] (12) Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

11 Voltage Clamp The cell membrane can be held at an approximately constant voltage in a technique known as voltage clamping. While the voltage is held constant, current data is recorded from the cell. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

12 Voltage Clamp Here is the recorded data. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

13 Objective Function In order to find the best estimates to current parameters, an objective function is defined and minimized in the mean-square sense. The objective for the potassium current is F = k l i=1 j=1 ( yj ḡ K (V i E K )n (V i )[(1 e t j τn(v i ) )] ) 2 (13) where k is number of different of data sets for k different voltages, y j is the vale of the current at time t j and l is the number of data point in each data sets. An alternative approach to the objective function in equation (13) is to fit each data set individually using the following objective function: F = j i=1 ( yi ḡ K (V E K )n [(1 e t i τn )] ) 2 (14) where y i is the measured current at time t i and j is the number of data points in the voltage clamp data at a constant value of voltage V. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

14 Objective Function In either case we can simply minimize the objective function by manipulating x 1 through x 5 or simply by varying α and β. In either case, values of α and β are found for each value of V. These values are then used to find the final values of x 1 through x 5 by minimizing the two functions in the mean-square sense: F α = F β = k i=1 ( αk x 1(x 2 V ) exp ( x 2 V x 3 ) 1 ) 2 (15) k ( βk x 4 exp ( V )) 2 (16) x 5 i=1 Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

15 Linear Least Squares From an experiment, four (x, y) data points were obtained, (1, 6), (2, 5), (3, 7), and (4, 10). We hope to find a line y = β 1 + β 2 x that best fits these four points. We consider following objective function β 1 + 1β 2 = 6 β 1 + 2β 2 = 5 β 1 + 3β 2 = 7 β 1 + 4β 2 = 10 S(β 1, β 2 ) = [6 (β 1 + 1β 2 )] 2 + [5 (β 1 + 2β 2 )] 2 + [7 (β 1 + 3β 2 )] 2 + [10 (β 1 + 4β 2 )] 2 = 4β β β 1 β 2 56β 1 154β Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

16 Linear Least Squares S β 1 = 0 = 8β β 2 56 S β 2 = 0 = 20β β Solving we get β 1 = 3.5 and β 2 = 1.4. y = x One can think of this system as Ax = b the x = [β 1, β 2 ] T is given by x = A(A T A) 1 A T b Which is simply a projection of b onto the column space of the matrix A. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

17 Non-Linear Least Squares Consider a set of m data points, (x 1, y 1 ), (x 2, y 2 ),..., (x m, y m ), and a curve (model function) y = f (x, β), that in addition to the variable x also depends on n parameters =(β 1, β 2,..., β n ), β = (β 1, β 2,..., β n ), with m n. m n. It is desired to find the vector β of parameters such that the curve fits best the given data in the least squares sense, that is, the sum of squares is minimized. S = m i=1 r 2 i, r i = y i f (x i, β), for i = 1, 2,..., m S β j = 2 m i=1 r i r i β j, j = 1, 2,..., n (17) In a nonlinear system, the derivatives r i β j are functions of both the independent variable and the parameters, so these gradient equations do not Abhijithave Biswas a(temple closed University) solution. On Parameter Estimation for Neuron Models November 30th, / 30

18 Non-Linear Least Squares In a nonlinear system, the derivatives r i β j are functions of both the independent variable and the parameters, so these gradient equations do not have a closed solution. So we need to solve this iteratively by initializing with β 0 = (β1 0, β0 2,..., β0 n). Taylor expansion around β k = (β1 k, βk 2,..., βk n ) with the increment vector β = ( β 1, β 2,..., β n ), f (x i, β 1, β 2,..., β n ) = f (x i, β k 1, β k 2,..., β k n ) + n j=1 (β j β k j ) f (x i, β k 1, βk 2,..., βk n β j (18) n f (x i, β) = f (x i, β k ) + J ij β j j=1 Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

19 Non-Linear Least Squares Observe that, r i = f (x i, β) = J ij β j β j r i = y i f (x i, β) = (y i f (x i, β k )) + (f (x i, β k ) f (x i, β)) n = (y i f (x i, β k )) J is β s Substituting these into equation (17) we get 2 m J ij [(y i f (x i, β k )) i=1 s=1 n J is β s ] = 0 s=1 By simplifying and writing this in vector notation we get (J T J) β = J T (y f (β)) (19) where J = (J ij ) m n. This is known as normal equation. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

20 Example Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

21 Gradient Decent We want to minimize S(β). Gradient decent method is based on the fact that S(β) decreases fastest if one goes from a point β k in the direction of negative gradient of S(β). It follows that if β k+1 = β k γ S(β k ) then for small γ, S(β k ) S(β k+1 ). The convergence rate is slow for this method. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

22 Levenberg-Marquardt algorithm Levenberg s contribution is to replace the normal equation (19) by (J T J + λi ) β = J T (y f (β)) (20) λ is called the damping factor. λ is chosen small and large according to the rapid reduction and the insufficient reduction of S. If λ is large then it acts like gradient decent. To avoid this Marquardt modified the equation (20) by (J T J + λdiag(j T J)) β = J T (y f (β)) (21) This avoids slow convergence in the direction of small gradient, as there is larger movement along the directions where the gradient is smaller. This is known as Levenberg-Marquardt algorithm. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

23 Solving our problem Levenberg-Marquardt algorithm was used first to minimize equation (14) j ( F = yi ḡ K (V E K )n [(1 e t i τn )] ) 2 i=1 Using this toolbox only one set of data may be fit at a time. Minimizing we get the following result Current versus time in voltage clamp conditions with fitted Data. The smooth curves represent the fitted data. The other curves are the original voltage clamp data. The current data sets have been fit individually using the Levenberg-Marquardt method. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

24 Solving our problem So for each k data set we got α k and β k by Levenberg-Marquardt algorithm. Using these values we want to minimize equation (15) and (16) F α = F β = k i=1 ( αk x 1(x 2 V ) exp ( ) 2 ) x 2 V x 3 1 k ( βk x 4 exp ( V )) 2 x 5 i=1 It is during this step the Levenberg-Marquardt algorithm fails. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

25 Solving our problem Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

26 Result by Interval Analysis The other method is used known as Interval Analysis. The current data sets have been fit individually using interval analysis. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

27 Result by Interval Analysis Previously obtained values of α k and β k by interval analysis are used to calculate the unique values of x i and then using equations (7), (8) and (12) the value of current is calculated. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

28 Result by Interval Analysis Finally using the global optimization equation (13) k l ( F = yj ḡ K (V i E K )n (V i )[(1 e t j τn(v i ) )] ) 2 i=1 j=1 and the equations (14) and (15) with Interval analysis optimization we get Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

29 Conclusion In general finding an accurate model for ionic current is difficult because of the non-linear nature of the parameter estimation. Interval analysis based methods can find verified global solution for the parameters. The drawback of this approach is that it is not as computationally fast as more traditional methods. Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

30 Thank you! Any Questions? Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November 30th, / 30

Electrophysiology of the neuron

Electrophysiology of the neuron School of Mathematical Sciences G4TNS Theoretical Neuroscience Electrophysiology of the neuron Electrophysiology is the study of ionic currents and electrical activity in cells and tissues. The work of

More information

Mathematical Foundations of Neuroscience - Lecture 3. Electrophysiology of neurons - continued

Mathematical Foundations of Neuroscience - Lecture 3. Electrophysiology of neurons - continued Mathematical Foundations of Neuroscience - Lecture 3. Electrophysiology of neurons - continued Filip Piękniewski Faculty of Mathematics and Computer Science, Nicolaus Copernicus University, Toruń, Poland

More information

Electronics 101 Solving a differential equation Incorporating space. Numerical Methods. Accuracy, stability, speed. Robert A.

Electronics 101 Solving a differential equation Incorporating space. Numerical Methods. Accuracy, stability, speed. Robert A. Numerical Methods Accuracy, stability, speed Robert A. McDougal Yale School of Medicine 21 June 2016 Hodgkin and Huxley: squid giant axon experiments Top: Alan Lloyd Hodgkin; Bottom: Andrew Fielding Huxley.

More information

Voltage-clamp and Hodgkin-Huxley models

Voltage-clamp and Hodgkin-Huxley models Voltage-clamp and Hodgkin-Huxley models Read: Hille, Chapters 2-5 (best Koch, Chapters 6, 8, 9 See also Hodgkin and Huxley, J. Physiol. 117:500-544 (1952. (the source Clay, J. Neurophysiol. 80:903-913

More information

9 Generation of Action Potential Hodgkin-Huxley Model

9 Generation of Action Potential Hodgkin-Huxley Model 9 Generation of Action Potential Hodgkin-Huxley Model (based on chapter 12, W.W. Lytton, Hodgkin-Huxley Model) 9.1 Passive and active membrane models In the previous lecture we have considered a passive

More information

Voltage-clamp and Hodgkin-Huxley models

Voltage-clamp and Hodgkin-Huxley models Voltage-clamp and Hodgkin-Huxley models Read: Hille, Chapters 2-5 (best) Koch, Chapters 6, 8, 9 See also Clay, J. Neurophysiol. 80:903-913 (1998) (for a recent version of the HH squid axon model) Rothman

More information

From neuronal oscillations to complexity

From neuronal oscillations to complexity 1/39 The Fourth International Workshop on Advanced Computation for Engineering Applications (ACEA 2008) MACIS 2 Al-Balqa Applied University, Salt, Jordan Corson Nathalie, Aziz Alaoui M.A. University of

More information

Introduction and the Hodgkin-Huxley Model

Introduction and the Hodgkin-Huxley Model 1 Introduction and the Hodgkin-Huxley Model Richard Bertram Department of Mathematics and Programs in Neuroscience and Molecular Biophysics Florida State University Tallahassee, Florida 32306 Reference:

More information

Computational Neuroscience Summer School Neural Spike Train Analysis. An introduction to biophysical models (Part 2)

Computational Neuroscience Summer School Neural Spike Train Analysis. An introduction to biophysical models (Part 2) Computational Neuroscience Summer School Neural Spike Train Analysis Instructor: Mark Kramer Boston University An introduction to biophysical models (Part 2 SAMSI Short Course 2015 1 Goal: Model this,

More information

Single-Compartment Neural Models

Single-Compartment Neural Models Single-Compartment Neural Models BENG/BGGN 260 Neurodynamics University of California, San Diego Week 2 BENG/BGGN 260 Neurodynamics (UCSD) Single-Compartment Neural Models Week 2 1 / 18 Reading Materials

More information

Lecture Notes 8C120 Inleiding Meten en Modelleren. Cellular electrophysiology: modeling and simulation. Nico Kuijpers

Lecture Notes 8C120 Inleiding Meten en Modelleren. Cellular electrophysiology: modeling and simulation. Nico Kuijpers Lecture Notes 8C2 Inleiding Meten en Modelleren Cellular electrophysiology: modeling and simulation Nico Kuijpers nico.kuijpers@bf.unimaas.nl February 9, 2 2 8C2 Inleiding Meten en Modelleren Extracellular

More information

Dynamical Systems in Neuroscience: Elementary Bifurcations

Dynamical Systems in Neuroscience: Elementary Bifurcations Dynamical Systems in Neuroscience: Elementary Bifurcations Foris Kuang May 2017 1 Contents 1 Introduction 3 2 Definitions 3 3 Hodgkin-Huxley Model 3 4 Morris-Lecar Model 4 5 Stability 5 5.1 Linear ODE..............................................

More information

BME 5742 Biosystems Modeling and Control

BME 5742 Biosystems Modeling and Control BME 5742 Biosystems Modeling and Control Hodgkin-Huxley Model for Nerve Cell Action Potential Part 1 Dr. Zvi Roth (FAU) 1 References Hoppensteadt-Peskin Ch. 3 for all the mathematics. Cooper s The Cell

More information

3.3 Simulating action potentials

3.3 Simulating action potentials 6 THE HODGKIN HUXLEY MODEL OF THE ACTION POTENTIAL Fig. 3.1 Voltage dependence of rate coefficients and limiting values and time constants for the Hodgkin Huxley gating variables. (a) Graphs of forward

More information

Deconstructing Actual Neurons

Deconstructing Actual Neurons 1 Deconstructing Actual Neurons Richard Bertram Department of Mathematics and Programs in Neuroscience and Molecular Biophysics Florida State University Tallahassee, Florida 32306 Reference: The many ionic

More information

1 Hodgkin-Huxley Theory of Nerve Membranes: The FitzHugh-Nagumo model

1 Hodgkin-Huxley Theory of Nerve Membranes: The FitzHugh-Nagumo model 1 Hodgkin-Huxley Theory of Nerve Membranes: The FitzHugh-Nagumo model Alan Hodgkin and Andrew Huxley developed the first quantitative model of the propagation of an electrical signal (the action potential)

More information

Bo Deng University of Nebraska-Lincoln UNL Math Biology Seminar

Bo Deng University of Nebraska-Lincoln UNL Math Biology Seminar Mathematical Model of Neuron Bo Deng University of Nebraska-Lincoln UNL Math Biology Seminar 09-10-2015 Review -- One Basic Circuit By Kirchhoff's Current Law 0 = I C + I R + I L I ext By Kirchhoff s Voltage

More information

1 R.V k V k 1 / I.k/ here; we ll stimulate the action potential another way.) Note that this further simplifies to. m 3 k h k.

1 R.V k V k 1 / I.k/ here; we ll stimulate the action potential another way.) Note that this further simplifies to. m 3 k h k. 1. The goal of this problem is to simulate a propagating action potential for the Hodgkin-Huxley model and to determine the propagation speed. From the class notes, the discrete version (i.e., after breaking

More information

Single neuron models. L. Pezard Aix-Marseille University

Single neuron models. L. Pezard Aix-Marseille University Single neuron models L. Pezard Aix-Marseille University Biophysics Biological neuron Biophysics Ionic currents Passive properties Active properties Typology of models Compartmental models Differential

More information

9 Generation of Action Potential Hodgkin-Huxley Model

9 Generation of Action Potential Hodgkin-Huxley Model 9 Generation of Action Potential Hodgkin-Huxley Model (based on chapter 2, W.W. Lytton, Hodgkin-Huxley Model) 9. Passive and active membrane models In the previous lecture we have considered a passive

More information

General Details Acknowledgements

General Details Acknowledgements Prof Waters Mathematical Physiology Notes. 1 General Details Acknowledgements The following notes are based on material generously passed to me by Professors Gaffney, Chapman and Fowler and Dr Hinch, which

More information

BIOELECTRIC PHENOMENA

BIOELECTRIC PHENOMENA Chapter 11 BIOELECTRIC PHENOMENA 11.3 NEURONS 11.3.1 Membrane Potentials Resting Potential by separation of charge due to the selective permeability of the membrane to ions From C v= Q, where v=60mv and

More information

MATH 3104: THE HODGKIN-HUXLEY EQUATIONS

MATH 3104: THE HODGKIN-HUXLEY EQUATIONS MATH 3104: THE HODGKIN-HUXLEY EQUATIONS Parallel conductance model A/Prof Geoffrey Goodhill, Semester 1, 2009 So far we have modelled neuronal membranes by just one resistance (conductance) variable. We

More information

Electricity in biology

Electricity in biology Electricity in biology Maintaining an osmotic balance Different strategies Animal: pumping ions out Plants/some bacteria: using a rigid shell Amoeba: extruding water bubble periodically Animal Plant/Bacteria

More information

Quantitative Electrophysiology

Quantitative Electrophysiology ECE 795: Quantitative Electrophysiology Notes for Lecture #1 Tuesday, September 18, 2012 1. INTRODUCTION TO EXCITABLE CELLS Historical perspective: Bioelectricity first discovered by Luigi Galvani in 1780s

More information

Topics in Neurophysics

Topics in Neurophysics Topics in Neurophysics Alex Loebel, Martin Stemmler and Anderas Herz Exercise 2 Solution (1) The Hodgkin Huxley Model The goal of this exercise is to simulate the action potential according to the model

More information

Nernst Equilibrium Potential. p. 1

Nernst Equilibrium Potential. p. 1 Nernst Equilibrium Potential p. 1 Diffusion The conservation law for a compound with concentration c: rate change of c = local production + accumulation due to transport. Model: d c dv = p dv J n da dt

More information

PNS Chapter 7. Membrane Potential / Neural Signal Processing Spring 2017 Prof. Byron Yu

PNS Chapter 7. Membrane Potential / Neural Signal Processing Spring 2017 Prof. Byron Yu PNS Chapter 7 Membrane Potential 18-698 / 42-632 Neural Signal Processing Spring 2017 Prof. Byron Yu Roadmap Introduction to neuroscience Chapter 1 The brain and behavior Chapter 2 Nerve cells and behavior

More information

Quantitative Electrophysiology

Quantitative Electrophysiology ECE 795: Quantitative Electrophysiology Notes for Lecture #1 Wednesday, September 13, 2006 1. INTRODUCTION TO EXCITABLE CELLS Historical perspective: Bioelectricity first discovered by Luigi Galvani in

More information

Lecture 10 : Neuronal Dynamics. Eileen Nugent

Lecture 10 : Neuronal Dynamics. Eileen Nugent Lecture 10 : Neuronal Dynamics Eileen Nugent Origin of the Cells Resting Membrane Potential: Nernst Equation, Donnan Equilbrium Action Potentials in the Nervous System Equivalent Electrical Circuits and

More information

General Physics. Nerve Conduction. Newton s laws of Motion Work, Energy and Power. Fluids. Direct Current (DC)

General Physics. Nerve Conduction. Newton s laws of Motion Work, Energy and Power. Fluids. Direct Current (DC) Newton s laws of Motion Work, Energy and Power Fluids Direct Current (DC) Nerve Conduction Wave properties of light Ionizing Radiation General Physics Prepared by: Sujood Alazzam 2017/2018 CHAPTER OUTLINE

More information

UC San Diego UC San Diego Electronic Theses and Dissertations

UC San Diego UC San Diego Electronic Theses and Dissertations UC San Diego UC San Diego Electronic Theses and Dissertations Title Single neuron modeling and data assimilation in BNST neurons Permalink https://escholarship.org/uc/item/5vr6560f Author Farsian, Reza

More information

Membrane Potentials, Action Potentials, and Synaptic Transmission. Membrane Potential

Membrane Potentials, Action Potentials, and Synaptic Transmission. Membrane Potential Cl Cl - - + K + K+ K + K Cl - 2/2/15 Membrane Potentials, Action Potentials, and Synaptic Transmission Core Curriculum II Spring 2015 Membrane Potential Example 1: K +, Cl - equally permeant no charge

More information

Signal processing in nervous system - Hodgkin-Huxley model

Signal processing in nervous system - Hodgkin-Huxley model Signal processing in nervous system - Hodgkin-Huxley model Ulrike Haase 19.06.2007 Seminar "Gute Ideen in der theoretischen Biologie / Systembiologie" Signal processing in nervous system Nerve cell and

More information

Lecture 11 : Simple Neuron Models. Dr Eileen Nugent

Lecture 11 : Simple Neuron Models. Dr Eileen Nugent Lecture 11 : Simple Neuron Models Dr Eileen Nugent Reading List Nelson, Biological Physics, Chapter 12 Phillips, PBoC, Chapter 17 Gerstner, Neuronal Dynamics: from single neurons to networks and models

More information

Resting membrane potential,

Resting membrane potential, Resting membrane potential Inside of each cell is negative as compared with outer surface: negative resting membrane potential (between -30 and -90 mv) Examination with microelectrode (Filled with KCl

More information

Modeling Action Potentials in Cell Processes

Modeling Action Potentials in Cell Processes Modeling Action Potentials in Cell Processes Chelsi Pinkett, Jackie Chism, Kenneth Anderson, Paul Klockenkemper, Christopher Smith, Quarail Hale Tennessee State University Action Potential Models Chelsi

More information

Neural Modeling and Computational Neuroscience. Claudio Gallicchio

Neural Modeling and Computational Neuroscience. Claudio Gallicchio Neural Modeling and Computational Neuroscience Claudio Gallicchio 1 Neuroscience modeling 2 Introduction to basic aspects of brain computation Introduction to neurophysiology Neural modeling: Elements

More information

Νευροφυσιολογία και Αισθήσεις

Νευροφυσιολογία και Αισθήσεις Biomedical Imaging & Applied Optics University of Cyprus Νευροφυσιολογία και Αισθήσεις Διάλεξη 5 Μοντέλο Hodgkin-Huxley (Hodgkin-Huxley Model) Response to Current Injection 2 Hodgin & Huxley Sir Alan Lloyd

More information

Simulation of Cardiac Action Potentials Background Information

Simulation of Cardiac Action Potentials Background Information Simulation of Cardiac Action Potentials Background Information Rob MacLeod and Quan Ni February 7, 2 Introduction The goal of assignments related to this document is to experiment with a numerical simulation

More information

Nerve Excitation. L. David Roper This is web page

Nerve Excitation. L. David Roper  This is web page Nerve Excitation L. David Roper http://arts.bev.net/roperldavid This is web page http://www.roperld.com/science/nerveexcitation.pdf Chapter 1. The Action Potential A typical action potential (inside relative

More information

Biomedical Instrumentation

Biomedical Instrumentation ELEC ENG 4BD4: Biomedical Instrumentation Lecture 5 Bioelectricity 1. INTRODUCTION TO BIOELECTRICITY AND EXCITABLE CELLS Historical perspective: Bioelectricity first discovered by Luigi Galvani in 1780s

More information

/639 Final Examination Solutions

/639 Final Examination Solutions 58.439/639 Final Examination Solutions Problem 1 Part a) The A group binds in a region of the molecule that is designed to attract potassium ions, by having net negative charges surrounding the pore; the

More information

5.4 Modelling ensembles of voltage-gated ion channels

5.4 Modelling ensembles of voltage-gated ion channels 5.4 MODELLING ENSEMBLES 05 to as I g (Hille, 200). Gating currents tend to be much smaller than the ionic currents flowing through the membrane. In order to measure gating current, the ionic current is

More information

Transport of ions across plasma membranes

Transport of ions across plasma membranes Transport of ions across plasma membranes Plasma Membranes of Excitable tissues Ref: Guyton, 13 th ed: pp: 61-71. 12 th ed: pp: 57-69. 11th ed: p57-71, Electrical properties of plasma membranes Part A:

More information

Modeling cells in tissue by connecting. electrodiffusion and Hodgkin Huxley-theory.

Modeling cells in tissue by connecting. electrodiffusion and Hodgkin Huxley-theory. Modeling cells in tissue by connecting electrodiffusion and Hodgkin Huxley-theory. Brigham Young University Department of Mathematics Viktoria R.T. Hsu University of Utah Department of Mathematics Outline

More information

FRTF01 L8 Electrophysiology

FRTF01 L8 Electrophysiology FRTF01 L8 Electrophysiology Lecture Electrophysiology in general Recap: Linear Time Invariant systems (LTI) Examples of 1 and 2-dimensional systems Stability analysis The need for non-linear descriptions

More information

STUDENT PAPER. Santiago Santana University of Illinois, Urbana-Champaign Blue Waters Education Program 736 S. Lombard Oak Park IL, 60304

STUDENT PAPER. Santiago Santana University of Illinois, Urbana-Champaign Blue Waters Education Program 736 S. Lombard Oak Park IL, 60304 STUDENT PAPER Differences between Stochastic and Deterministic Modeling in Real World Systems using the Action Potential of Nerves. Santiago Santana University of Illinois, Urbana-Champaign Blue Waters

More information

Single-Cell and Mean Field Neural Models

Single-Cell and Mean Field Neural Models 1 Single-Cell and Mean Field Neural Models Richard Bertram Department of Mathematics and Programs in Neuroscience and Molecular Biophysics Florida State University Tallahassee, Florida 32306 The neuron

More information

Math 345 Intro to Math Biology Lecture 20: Mathematical model of Neuron conduction

Math 345 Intro to Math Biology Lecture 20: Mathematical model of Neuron conduction Math 345 Intro to Math Biology Lecture 20: Mathematical model of Neuron conduction Junping Shi College of William and Mary November 8, 2018 Neuron Neurons Neurons are cells in the brain and other subsystems

More information

Invariant Manifold Reductions for Markovian Ion Channel Dynamics

Invariant Manifold Reductions for Markovian Ion Channel Dynamics Invariant Manifold Reductions for Markovian Ion Channel Dynamics James P. Keener Department of Mathematics, University of Utah, Salt Lake City, UT 84112 June 4, 2008 Abstract We show that many Markov models

More information

Channels can be activated by ligand-binding (chemical), voltage change, or mechanical changes such as stretch.

Channels can be activated by ligand-binding (chemical), voltage change, or mechanical changes such as stretch. 1. Describe the basic structure of an ion channel. Name 3 ways a channel can be "activated," and describe what occurs upon activation. What are some ways a channel can decide what is allowed to pass through?

More information

Dynamics and complexity of Hindmarsh-Rose neuronal systems

Dynamics and complexity of Hindmarsh-Rose neuronal systems Dynamics and complexity of Hindmarsh-Rose neuronal systems Nathalie Corson and M.A. Aziz-Alaoui Laboratoire de Mathématiques Appliquées du Havre, 5 rue Philippe Lebon, 766 Le Havre, FRANCE nathalie.corson@univ-lehavre.fr

More information

Phys498BIO; Prof. Paul Selvin Hw #9 Assigned Wed. 4/18/12: Due 4/25/08

Phys498BIO; Prof. Paul Selvin Hw #9 Assigned Wed. 4/18/12: Due 4/25/08 1. Ionic Movements Across a Permeable Membrane: The Nernst Potential. In class we showed that if a non-permeable membrane separates a solution with high [KCl] from a solution with low [KCl], the net charge

More information

Data assimilation with and without a model

Data assimilation with and without a model Data assimilation with and without a model Tim Sauer George Mason University Parameter estimation and UQ U. Pittsburgh Mar. 5, 2017 Partially supported by NSF Most of this work is due to: Tyrus Berry,

More information

Equivalent Circuit Model of the Neuron

Equivalent Circuit Model of the Neuron Generator Potentials, Synaptic Potentials and Action Potentials All Can Be Described by the Equivalent Circuit Model of the Membrane Equivalent Circuit Model of the Neuron PNS, Fig 211 The Nerve (or Muscle)

More information

Neurons and the membrane potential. N500 John Beggs 23 Aug, 2016

Neurons and the membrane potential. N500 John Beggs 23 Aug, 2016 Neurons and the membrane potential N500 John Beggs 23 Aug, 2016 My background, briefly Neurons Structural elements of a typical neuron Figure 1.2 Some nerve cell morphologies found in the human

More information

Memory and hypoellipticity in neuronal models

Memory and hypoellipticity in neuronal models Memory and hypoellipticity in neuronal models S. Ditlevsen R. Höpfner E. Löcherbach M. Thieullen Banff, 2017 What this talk is about : What is the effect of memory in probabilistic models for neurons?

More information

Chapter 2 The Hodgkin Huxley Theory of Neuronal Excitation

Chapter 2 The Hodgkin Huxley Theory of Neuronal Excitation Chapter 2 The Hodgkin Huxley Theory of Neuronal Excitation Hodgkin and Huxley (1952) proposed the famous Hodgkin Huxley (hereinafter referred to as HH) equations which quantitatively describe the generation

More information

Supratim Ray

Supratim Ray Supratim Ray sray@cns.iisc.ernet.in Biophysics of Action Potentials Passive Properties neuron as an electrical circuit Passive Signaling cable theory Active properties generation of action potential Techniques

More information

Invariant Manifolds in Markovian Ion Channel Dynamics

Invariant Manifolds in Markovian Ion Channel Dynamics Invariant Manifolds in Markovian Ion Channel Dynamics J. P. Keener Department of Mathematics University of Utah October 10, 2006 Ion channels are multiconformational proteins that open or close in a stochastic

More information

9.01 Introduction to Neuroscience Fall 2007

9.01 Introduction to Neuroscience Fall 2007 MIT OpenCourseWare http://ocw.mit.edu 9.01 Introduction to Neuroscience Fall 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 9.01 Recitation (R02)

More information

ACTION POTENTIAL. Dr. Ayisha Qureshi Professor MBBS, MPhil

ACTION POTENTIAL. Dr. Ayisha Qureshi Professor MBBS, MPhil ACTION POTENTIAL Dr. Ayisha Qureshi Professor MBBS, MPhil DEFINITIONS: Stimulus: A stimulus is an external force or event which when applied to an excitable tissue produces a characteristic response. Subthreshold

More information

Probabilistic Modeling of Action Potential Generation by Neurons

Probabilistic Modeling of Action Potential Generation by Neurons Probabilistic Modeling of Action Potential Generation by Neurons Student: Bobby Sena under the direction of Professors Helen Wearing and Eric Toolson University of New Mexico bsena@unm.edu May 6, 21 Abstract

More information

Naseem Demeri. Mohammad Alfarra. Mohammad Khatatbeh

Naseem Demeri. Mohammad Alfarra. Mohammad Khatatbeh 7 Naseem Demeri Mohammad Alfarra Mohammad Khatatbeh In the previous lectures, we have talked about how the difference in permeability for ions across the cell membrane can generate a potential. The potential

More information

Learning Cycle Linear Hybrid Automata for Excitable Cells

Learning Cycle Linear Hybrid Automata for Excitable Cells Learning Cycle Linear Hybrid Automata for Excitable Cells Sayan Mitra Joint work with Radu Grosu, Pei Ye, Emilia Entcheva, I V Ramakrishnan, and Scott Smolka HSCC 2007 Pisa, Italy Excitable Cells Outline

More information

Decoding. How well can we learn what the stimulus is by looking at the neural responses?

Decoding. How well can we learn what the stimulus is by looking at the neural responses? Decoding How well can we learn what the stimulus is by looking at the neural responses? Two approaches: devise explicit algorithms for extracting a stimulus estimate directly quantify the relationship

More information

The Membrane Potential

The Membrane Potential The Membrane Potential Graphics are used with permission of: adam.com (http://www.adam.com/) Benjamin Cummings Publishing Co (http://www.aw.com/bc) ** It is suggested that you carefully label each ion

More information

Chapter 1 subtitles Ion gradients

Chapter 1 subtitles Ion gradients CELLULAR NEUROPHYSIOLOGY CONSTANCE HAMMOND Chapter 1 subtitles Ion gradients Introduction In this first chapter, I'll explain the basic knowledge required to understand the electrical signals generated

More information

Electrophysiological Models

Electrophysiological Models Electrophysiological Models Mark E. Nelson, Ph.D. CONTENTS 17.1 Introduction 286 17.2 Background 286 17.2.1 Glossary 286 17.3 Technical Details and Methodology 287 17.3.1 Hodgkin Huxley Models 287 17.3.2

More information

Basic elements of neuroelectronics -- membranes -- ion channels -- wiring. Elementary neuron models -- conductance based -- modelers alternatives

Basic elements of neuroelectronics -- membranes -- ion channels -- wiring. Elementary neuron models -- conductance based -- modelers alternatives Computing in carbon Basic elements of neuroelectronics -- membranes -- ion channels -- wiring Elementary neuron models -- conductance based -- modelers alternatives Wiring neurons together -- synapses

More information

Structure and Measurement of the brain lecture notes

Structure and Measurement of the brain lecture notes Structure and Measurement of the brain lecture notes Marty Sereno 2009/2010!"#$%&'(&#)*%$#&+,'-&.)"/*"&.*)*-'(0&1223 Neurons and Models Lecture 1 Topics Membrane (Nernst) Potential Action potential/voltage-gated

More information

The Membrane Potential

The Membrane Potential The Membrane Potential Graphics are used with permission of: Pearson Education Inc., publishing as Benjamin Cummings (http://www.aw-bc.com) ** It is suggested that you carefully label each ion channel

More information

80% of all excitatory synapses - at the dendritic spines.

80% of all excitatory synapses - at the dendritic spines. Dendritic Modelling Dendrites (from Greek dendron, tree ) are the branched projections of a neuron that act to conduct the electrical stimulation received from other cells to and from the cell body, or

More information

1 Introduction and neurophysiology

1 Introduction and neurophysiology Dynamics of Continuous, Discrete and Impulsive Systems Series B: Algorithms and Applications 16 (2009) 535-549 Copyright c 2009 Watam Press http://www.watam.org ASYMPTOTIC DYNAMICS OF THE SLOW-FAST HINDMARSH-ROSE

More information

Dynamical systems in neuroscience. Pacific Northwest Computational Neuroscience Connection October 1-2, 2010

Dynamical systems in neuroscience. Pacific Northwest Computational Neuroscience Connection October 1-2, 2010 Dynamical systems in neuroscience Pacific Northwest Computational Neuroscience Connection October 1-2, 2010 What do I mean by a dynamical system? Set of state variables Law that governs evolution of state

More information

Linear and Nonlinear Optimization

Linear and Nonlinear Optimization Linear and Nonlinear Optimization German University in Cairo October 10, 2016 Outline Introduction Gradient descent method Gauss-Newton method Levenberg-Marquardt method Case study: Straight lines have

More information

/639 Final Solutions, Part a) Equating the electrochemical potentials of H + and X on outside and inside: = RT ln H in

/639 Final Solutions, Part a) Equating the electrochemical potentials of H + and X on outside and inside: = RT ln H in 580.439/639 Final Solutions, 2014 Question 1 Part a) Equating the electrochemical potentials of H + and X on outside and inside: RT ln H out + zf 0 + RT ln X out = RT ln H in F 60 + RT ln X in 60 mv =

More information

Balance of Electric and Diffusion Forces

Balance of Electric and Diffusion Forces Balance of Electric and Diffusion Forces Ions flow into and out of the neuron under the forces of electricity and concentration gradients (diffusion). The net result is a electric potential difference

More information

Neuron. Detector Model. Understanding Neural Components in Detector Model. Detector vs. Computer. Detector. Neuron. output. axon

Neuron. Detector Model. Understanding Neural Components in Detector Model. Detector vs. Computer. Detector. Neuron. output. axon Neuron Detector Model 1 The detector model. 2 Biological properties of the neuron. 3 The computational unit. Each neuron is detecting some set of conditions (e.g., smoke detector). Representation is what

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION SUPPLEMENTARY INFORMATION Supplementary Figure S1. Pulses >3mJ reduce membrane resistance in HEK cells. Reversal potentials in a representative cell for IR-induced currents with laser pulses of 0.74 to

More information

2.6 The Membrane Potential

2.6 The Membrane Potential 2.6: The Membrane Potential 51 tracellular potassium, so that the energy stored in the electrochemical gradients can be extracted. Indeed, when this is the case experimentally, ATP is synthesized from

More information

Dynamical Systems for Biology - Excitability

Dynamical Systems for Biology - Excitability Dynamical Systems for Biology - Excitability J. P. Keener Mathematics Department Dynamical Systems for Biology p.1/25 Examples of Excitable Media B-Z reagent CICR (Calcium Induced Calcium Release) Nerve

More information

Effects of Betaxolol on Hodgkin-Huxley Model of Tiger Salamander Retinal Ganglion Cell

Effects of Betaxolol on Hodgkin-Huxley Model of Tiger Salamander Retinal Ganglion Cell Effects of Betaxolol on Hodgkin-Huxley Model of Tiger Salamander Retinal Ganglion Cell 1. Abstract Matthew Dunlevie Clement Lee Indrani Mikkilineni mdunlevi@ucsd.edu cll008@ucsd.edu imikkili@ucsd.edu Isolated

More information

STUDIES OF CHANGING MEMBRANE POTENTIAL * : 1. BASIC ELECTRICAL THEORY, 2. GRADED AND ACTION POTENTIALS 3. THE VOLTAGE CLAMP AND MEMBRANE POTENTIALS

STUDIES OF CHANGING MEMBRANE POTENTIAL * : 1. BASIC ELECTRICAL THEORY, 2. GRADED AND ACTION POTENTIALS 3. THE VOLTAGE CLAMP AND MEMBRANE POTENTIALS STUDIES OF CHANGING MEMBRANE POTENTIAL * : 1. BASIC ELECTRICAL THEORY, 2. GRADED AND ACTION POTENTIALS 3. THE VOLTAGE CLAMP AND MEMBRANE POTENTIALS I. INTRODUCTION A. So far we have only considered the

More information

LESSON 2.2 WORKBOOK How do our axons transmit electrical signals?

LESSON 2.2 WORKBOOK How do our axons transmit electrical signals? LESSON 2.2 WORKBOOK How do our axons transmit electrical signals? This lesson introduces you to the action potential, which is the process by which axons signal electrically. In this lesson you will learn

More information

Rahaf Nasser mohammad khatatbeh

Rahaf Nasser mohammad khatatbeh 7 7... Hiba Abu Hayyeh... Rahaf Nasser mohammad khatatbeh Mohammad khatatbeh Brief introduction about membrane potential The term membrane potential refers to a separation of opposite charges across the

More information

Compartmental Modelling

Compartmental Modelling Modelling Neurons Computing and the Brain Compartmental Modelling Spring 2010 2 1 Equivalent Electrical Circuit A patch of membrane is equivalent to an electrical circuit This circuit can be described

More information

3 Action Potentials - Brutal Approximations

3 Action Potentials - Brutal Approximations Physics 172/278 - David Kleinfeld - Fall 2004; Revised Winter 2015 3 Action Potentials - Brutal Approximations The Hodgkin-Huxley equations for the behavior of the action potential in squid, and similar

More information

2013 NSF-CMACS Workshop on Atrial Fibrillation

2013 NSF-CMACS Workshop on Atrial Fibrillation 2013 NSF-CMACS Workshop on A Atrial Fibrillation Flavio H. Fenton School of Physics Georgia Institute of Technology, Atlanta, GA and Max Planck Institute for Dynamics and Self-organization, Goettingen,

More information

Entrainment and Chaos in the Hodgkin-Huxley Oscillator

Entrainment and Chaos in the Hodgkin-Huxley Oscillator Entrainment and Chaos in the Hodgkin-Huxley Oscillator Kevin K. Lin http://www.cims.nyu.edu/ klin Courant Institute, New York University Mostly Biomath - 2005.4.5 p.1/42 Overview (1) Goal: Show that the

More information

REBECCA J GAFF (Under the direction of Andrew Sornborger) ABSTRACT. Imaging research of seizures in Zebrafish brains involves tracing calcium levels

REBECCA J GAFF (Under the direction of Andrew Sornborger) ABSTRACT. Imaging research of seizures in Zebrafish brains involves tracing calcium levels MODELING SEIZURES WITH A CONDUCTANCE-BASED INTEGRATE-AND-FIRE NEURONAL NETWORK MODEL by REBECCA J GAFF (Under the direction of Andrew Sornborger) ABSTRACT Imaging research of seizures in Zebrafish brains

More information

Ionic basis of the resting membrane potential. Foundations in Neuroscience I, Oct

Ionic basis of the resting membrane potential. Foundations in Neuroscience I, Oct Ionic basis of the resting membrane potential Foundations in Neuroscience I, Oct 3 2017 The next 4 lectures... - The resting membrane potential (today) - The action potential - The neural mechanisms behind

More information

Introduction to Physiology II: Control of Cell Volume and Membrane Potential

Introduction to Physiology II: Control of Cell Volume and Membrane Potential Introduction to Physiology II: Control of Cell Volume and Membrane Potential J. P. Keener Mathematics Department Math Physiology p.1/23 Basic Problem The cell is full of stuff: Proteins, ions, fats, etc.

More information

Lecture 7 Unconstrained nonlinear programming

Lecture 7 Unconstrained nonlinear programming Lecture 7 Unconstrained nonlinear programming Weinan E 1,2 and Tiejun Li 2 1 Department of Mathematics, Princeton University, weinan@princeton.edu 2 School of Mathematical Sciences, Peking University,

More information

BRIEF COMMUNICATIONS COMPUTATION OF AXON GATING CURRENTS FROM DIPOLE MOMENT CHANGES IN CHANNEL SUBUNITS

BRIEF COMMUNICATIONS COMPUTATION OF AXON GATING CURRENTS FROM DIPOLE MOMENT CHANGES IN CHANNEL SUBUNITS BRIEF COMMUNICATIONS COMPUTATION OF AXON GATING CURRENTS FROM DIPOLE MOMENT CHANGES IN CHANNEL SUBUNITS E. LEVITANand Y. PALTI From the Department of Physiology and Biophysics, Technion School of Medicine,

More information

Parameters for Minimal Model of Cardiac Cell from Two Different Methods: Voltage-Clamp and MSE Method

Parameters for Minimal Model of Cardiac Cell from Two Different Methods: Voltage-Clamp and MSE Method Parameters for Minimal Model of Cardiac Cell from Two Different Methods: oltage-clamp and MSE Method Soheila Esmaeili 1, * and Bahareh beheshti 1 Department of Biomedical engineering, ran University of

More information

Universality of sensory-response systems

Universality of sensory-response systems excite.org(anism): Electrical Signaling Universality of sensory-response systems Three step process: sensation-integration-response Bacterial chemotaxis Madigan et al. Fig. 8.24 Rick Stewart (CBMG) Human

More information

The nerve impulse. INTRODUCTION

The nerve impulse. INTRODUCTION The nerve impulse. INTRODUCTION Axons are responsible for the transmission of information between different points of the nervous system and their function is analogous to the wires that connect different

More information

! Depolarization continued. AP Biology. " The final phase of a local action

! Depolarization continued. AP Biology.  The final phase of a local action ! Resting State Resting potential is maintained mainly by non-gated K channels which allow K to diffuse out! Voltage-gated ion K and channels along axon are closed! Depolarization A stimulus causes channels

More information