CN106709564A - Neuron system parameter estimation technique - Google Patents
Neuron system parameter estimation technique Download PDFInfo
- Publication number
- CN106709564A CN106709564A CN201510777013.4A CN201510777013A CN106709564A CN 106709564 A CN106709564 A CN 106709564A CN 201510777013 A CN201510777013 A CN 201510777013A CN 106709564 A CN106709564 A CN 106709564A
- Authority
- CN
- China
- Prior art keywords
- neuron
- parameter
- centerdot
- parameter estimation
- ith
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 210000002569 neuron Anatomy 0.000 title claims abstract description 32
- 238000000034 method Methods 0.000 title abstract description 9
- 230000009466 transformation Effects 0.000 claims abstract description 4
- 239000011159 matrix material Substances 0.000 claims description 9
- 238000004364 calculation method Methods 0.000 claims description 7
- 238000005516 engineering process Methods 0.000 claims description 4
- 230000001537 neural effect Effects 0.000 claims description 4
- 230000004913 activation Effects 0.000 claims description 2
- 230000000739 chaotic effect Effects 0.000 description 5
- 238000004458 analytical method Methods 0.000 description 2
- 230000003044 adaptive effect Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 238000012804 iterative process Methods 0.000 description 1
- 238000013178 mathematical model Methods 0.000 description 1
- 230000008569 process Effects 0.000 description 1
- 230000000638 stimulation Effects 0.000 description 1
Landscapes
- Measurement And Recording Of Electrical Phenomena And Electrical Characteristics Of The Living Body (AREA)
Abstract
The invention discloses a neuron system parameter estimation technique. For a class of biological neuron systems, the model transformation of a general formula is carried out to obtain a standard form applicable to recursive least squares algorithm parameter estimation, through collecting input and output data, information needed by a recursive least squares algorithm is constructed, and finally a system parameter is estimated in an online way. The technique of the invention has the advantages of on-line estimation and simple realization and can be used as an important mean for estimating a general biological neuron system parameter.
Description
Background
At present, most of the control theory research of biological neuron systems is to establish analysis under the condition that system model parameters are known, but in practice, the system model parameters are not always accurately known, so that the estimation of the neuron system parameters becomes one of important research subjects. The least square algorithm is an important parameter estimation means, and up to now, scholars at home and abroad propose and develop a plurality of least square algorithms aiming at different requirements or application occasions, wherein the recursive least square algorithm is widely applied due to simple analysis and easy realization.
Research shows that the system can present a chaotic state by setting related parameters of the biological neuron system, and the chaotic phenomenon has potential application value in the fields of chemistry, information science, secret communication and the like, so that the research on parameter estimation of the chaotic biological neuron system has important significance. So far, although some parameter estimation methods of the chaotic biological neuron system exist, such as an adaptive synchronization algorithm, the algorithms are complex, large in calculation amount, and have certain limitations because the parameters need to be estimated by utilizing synchronization control. The invention provides a simple and convenient neuron system parameter estimation technology capable of realizing online estimation.
Disclosure of Invention
The invention aims to overcome the defects of complex structure, large calculated amount and the like of the conventional neuron system parameter estimation algorithm, and provides a novel neuron system parameter estimation technology by utilizing the advantages of online identification and simplicity and convenience in realization of a recursive least square method.
The technical scheme adopted by the invention comprises the following steps:
step 1: and (5) model transformation. A general biological neuronal system can be described as:
wherein x is [ x ]1(t),…,xn(t)]TIs a state variable of the system; k is a radical ofi(i ═ 1, 2, …, n) gives the system inputs; h isi(x) (i ═ 1, 2, …, n) is a nonlinear function of the ith neuronal system; p is a radical ofij(i ═ 1, 2, …, n, j ═ 1, 2, …, n) is the connection weight coefficient between the ith neuron and the jth neuron; sij(x) (i-1, 2, …, n, j-1, 2, …, n) is the activation function between the ith neuron and the jth neuron; omegai(t)(i=1,2,…And n) is the external noise of the ith neuron.
The biological neuron system is converted into the following estimation standard form:
wherein,
θ=[p11p12… p1np21p22… p2n… pn1pn2… pnn]T
step 2: and (6) parameter estimation. To estimate the parameter vector θ, the following recursive least squares algorithm is used:
(a) and initializing parameters. Setting the parameter estimation value asTaking the maximum iteration number as tmaxT is 0, and the initial parameter is estimated asCovariance matrix of P (0) 106I, wherein 1 ═ 11 … 1]TAnd I is an identity matrix.
(b) Collecting data and constructing output sequence Y (t) and measurable information quantity
(c) The gain vector l (t) and the covariance matrix p (t) are calculated according to the following equations:
(d) updating parameter estimates
(e) Let t: t +1, if t < tmaxTurning to the step (b), and continuing to perform recursive calculation; otherwise, go to step 3.
And step 3: stopping calculation to obtain the final estimated parameter value
Compared with the existing estimation algorithm, the method has the following advantages:
1. the invention can estimate the parameter on line, and is simple and convenient to realize;
2. under the interference of random noise, the parameters of the neuron system can still be accurately estimated;
3. the parameter estimate can quickly converge to the true parameter value.
Drawings
Fig. 1 is a flow chart of a parameter estimation technique based on the scheme of the invention.
Fig. 2 is a graph of an iterative process of parameter estimation based on the scheme of the present invention in an example.
Detailed Description
In order to better understand the technical scheme of the invention, the following detailed description of the embodiments is provided to illustrate specific embodiments by combining an application example, but not limited to the embodiments.
Example (b): the Hindmarsh-Rose neuron system is an important biological neuron system, and the mathematical model equation is as follows:
wherein x is1,x2,x3Is a state variable; a, b, d and r are system parameters; i is the external stimulation current of the neuron, and in the embodiment, I is 4; omegai(t) (i ═ 1, 2, 3) is a white noise sequence with zero mean and a variance of 0.01. When the Hindmarsh-Rose neuron system parameters are selected to be a-1, b-3, d-5 and r-0.006, the system is in a chaotic state. The purpose of this example is to identify the 4 parameters a, b,d,r。
the technical work flow of the invention is shown in fig. 1, and the specific implementation can be divided into the following steps:
step 1: and (5) model transformation. The Hindmarsh-Rose neuron model was converted to the standard form:
wherein θ ═ a b d r]T,
Step 2: and (6) parameter estimation. To estimate the parameter vector θ, the following recursive least squares algorithm is used:
(a) and initializing parameters. Setting the parameter estimation value asTaking the maximum iteration number as tmax200, t 0, the initial parameter is estimated asCovariance matrix of P (0) 106I, wherein 1 ═ 1111]TAnd I is an identity matrix.
(b) Collecting data (obtained by solving a neuron system equation by adopting a fourth-order Runge-Kutta method), and constructing an output sequence Y (t) and measurable information quantity
(c) The gain vector l (t) and the covariance matrix p (t) are calculated according to the following equations:
(d) updating parameter estimates
(e) Let t: t +1, if t < tmaxTurning to the step (b), and continuing to perform recursive calculation; otherwise, go to step 3.
And step 3: stopping calculation to obtain the final estimated parameter value
Fig. 2 shows a parameter estimation iteration process curve. As can be seen, all parameter estimates converge to true values approximately after 100 iterations.
Claims (1)
1. A neuron system parameter estimation technology is characterized by comprising the following steps:
step 1: and (5) model transformation. A general biological neuronal system can be described as:
wherein x is [ x ]1(t),…,xn(t)]TIs a state variable of the system; k is a radical ofi(i ═ 1, 2, …, n) gives the system inputs; h isi(x) (i ═ 1, 2, …, n) is a nonlinear function of the ith neuronal system; p is a radical ofij(i ═ 1, 2, …, n, j ═ 1, 2, …, n) is the connection weight coefficient between the ith neuron and the jth neuron; sij(x) (i-1, 2, …, n, j-1, 2, …, n) is the activation function between the ith and jth neurons;ωi(t) (i ═ 1, 2, …, n) is the external noise of the ith neuron.
The above biological neuron system (1) was converted into the following estimation standard form:
wherein,
θ=[p11p12… p1np21p22… p2n… pn1pn2… pnn]T
step 2: and (6) parameter estimation. To estimate the parameter vector θ, the following recursive least squares algorithm is used:
(a) and initializing parameters. Setting the parameter estimation value asTaking the maximum iteration number as tmaxT is 0, and the initial parameter is estimated asCovariance matrix of P (0) 106I, wherein 1 ═ 11 … 1]TAnd I is an identity matrix.
(b) Collecting data and constructing output sequence Y (t) and measurable information quantity
(c) The gain vector l (t) and the covariance matrix p (t) are calculated according to the following equations:
(d) updating parameter estimates
(e) Let t: t +1, if t < tmaxTurning to the step (b), and continuing to perform recursive calculation; otherwise, go to step 3.
And step 3: stopping calculation to obtain the final estimated parameter value
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510777013.4A CN106709564A (en) | 2015-11-12 | 2015-11-12 | Neuron system parameter estimation technique |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510777013.4A CN106709564A (en) | 2015-11-12 | 2015-11-12 | Neuron system parameter estimation technique |
Publications (1)
Publication Number | Publication Date |
---|---|
CN106709564A true CN106709564A (en) | 2017-05-24 |
Family
ID=58931395
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510777013.4A Pending CN106709564A (en) | 2015-11-12 | 2015-11-12 | Neuron system parameter estimation technique |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106709564A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116776941A (en) * | 2023-06-19 | 2023-09-19 | 浙江大学 | Neuron coding model parameter estimation method and device based on two-photon calcium imaging data |
-
2015
- 2015-11-12 CN CN201510777013.4A patent/CN106709564A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116776941A (en) * | 2023-06-19 | 2023-09-19 | 浙江大学 | Neuron coding model parameter estimation method and device based on two-photon calcium imaging data |
CN116776941B (en) * | 2023-06-19 | 2024-04-26 | 浙江大学 | Neuron coding model parameter estimation method and device based on two-photon calcium imaging data |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Xu | Application of the Newton iteration algorithm to the parameter estimation for dynamical systems | |
Bergemann et al. | An ensemble Kalman-Bucy filter for continuous data assimilation | |
Yan et al. | Data-driven controller design for general MIMO nonlinear systems via virtual reference feedback tuning and neural networks | |
CN105306010B (en) | Method for convex combination self-adapting filtering based on minimum error entropy | |
CN106487358A (en) | A kind of maximal correlation entropy volume kalman filter method based on statistical linear regression | |
Cui et al. | Adaptive decentralized NN control of large-scale stochastic nonlinear time-delay systems with unknown dead-zone inputs | |
CN105843041A (en) | Integral sliding mode control method for inverted pendulum system of trolley with unknown hysteresis loop | |
Zhou et al. | A New Adaptive Square‐Root Unscented Kalman Filter for Nonlinear Systems with Additive Noise | |
Yu et al. | Repetitive learning control for triangular systems with unknown control directions | |
Khasminskii et al. | On parameter estimation of hidden telegraph process | |
Gadsden et al. | A fuzzy-smooth variable structure filtering strategy: For state and parameter estimation | |
Wilfred et al. | System identification using artificial neural network | |
CN105302966A (en) | Overhead crane neural network modeling method based on RNA genetic algorithm of hairpin mutation operation | |
CN106709564A (en) | Neuron system parameter estimation technique | |
Wang et al. | An innovative modulating functions method for pseudo-state estimation of fractional order systems | |
CN111241749B (en) | Permanent magnet synchronous motor chaos prediction method based on reserve pool calculation | |
CN104463214A (en) | SVR parameter optimization method based on DRVB-ASCKF | |
Mansouri et al. | Identification of hammerstein-wiener armax systems using extended kalman filter | |
CN106950834A (en) | A kind of control method of High Order Nonlinear System rapid finite time stabilization | |
CN103761567A (en) | Wavelet neural network weight initialization method based on Bayes estimation | |
Zhao et al. | An effective model selection criterion for mixtures of Gaussian processes | |
Havangi et al. | A novel adaptive neuro-fuzzy unscented Kalman filter for SLAM | |
Sagadeeva et al. | THE PROBLEM OF OPTIMAL CONTROL OVER SOLUTIONS OF THE NONSTATIONARY BARENBLATT-ZHELTOV-COCHINA MODEL | |
CN104202019A (en) | Kalman filtering method with unknown process noise covariance matrix recursive estimation | |
Nguyen et al. | Asymptotic inference for hidden process regression models |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20170524 |
|
WD01 | Invention patent application deemed withdrawn after publication |