Bifurcation Analysis of Chaotic Systems using a Model Built on Artificial Neural Networks

Size: px
Start display at page:

Download "Bifurcation Analysis of Chaotic Systems using a Model Built on Artificial Neural Networks"

Transcription

1 Bifurcation Analysis of Chaotic Systems using a Model Built on Artificial Neural Networs Archana R, A Unnirishnan, and R Gopiaumari Abstract-- he analysis of chaotic systems is done with the help of bifurcation diagrams and Lyapunov exponents he qualitative changes in dynamics of the system are evaluated with the help of bifurcation diagrams hey provide models of transitions and instabilities as some control parameter is varied Another ey component for the chaotic dynamics analysis is the Lyapunov exponent For attractors of maps or flows, the Lyapunov exponents also sharply discriminate between the different dynamics A positive Lyapunov exponent may be taen as the defining signature of chaos Neural Networ (RNN) trained with improved nonlinear Kalman filter is proposed for modeling the system in this paper As a case study the famous Lorenz and Rossler chaotic systems are analyzed with the proposed method he bifurcation diagrams are plotted and Lyapunov exponents are calculated KeyWords-- Bifurcation,Lyapunov exponents, Artificial Neural Networ, Extended Kalman Filter, chaotic systems C IINRODUCION HAOIC dynamic systems are an interesting field to many researchers and the available methods to analyse such systems are still in the developing field he change in the qualitative character of such a system can be carried out by bifurcation analysis and Lyapunov exponents Bifurcation is characterized by a growth rate of a perturbation he Lyapunov Exponents of a system are a set of invariant geometric measures that describe the dynamical content of the system Lyapunov Exponents quantify the average rate of convergence or divergence of nearby trajectories in a global sense A positive exponent implies divergence and a negative one implies convergence A system with positive Lyapunov Exponent is said to be chaotic [12] he modeling of chaotic systems, based on the output time series is also a challenging problem Fortunately, artificial neural networs have the required self-learning capability to tune the networ parameters (ie weights) to identify highly nonlinear and chaotic systems [10][11] In the present wor, two important chaotic systems are modeled using dynamic neural networs he proposed neural networ system models the chaotic time series effectively he state variables continue to generate the state space evolution of the system, responsible for generating the time series Archana R is with Federal Institute of Science &echnology Angamaly, Kerala, India archanasreenivasan@rediffmailcom A Unnirishnan is with Naval Physical & Oceanographic Laboratory, Cochin, Kerala, India unnirishnan_a@livecom R Gopiaumari is with Cochin University of Science & echnology, Cochin, Kerala, India, gopia@cusatacin he bifurcation diagrams are plotted and Lyapunov exponents are calculated he parameters of the neural networ are estimated using the Extended Kalman Filter (EKF) algorithm, by choosing the weights of the neural networ as the states of the Extended Kalman Filter Further, the Expectation Maximization algorithm is used to effectively arrive at the initial states and the state covariance, required in the EKF algorithm hereby the efficacy of modeling a chaotic system using dynamic neural networs has been demonstrated For the analysis standard nonlinear system represented in the following format is used x +1 = f ( x, W) (1) y =h(x,y(-1),y(-2), ν, ν -1, ν -2,W) (2) II BIFURCAION ANALYSIS A bifurcation diagram is a plot that shows the value of the changing parameter, on one axis and the solution to the system on the other axis In other words change in the qualitative character of a solution as a control parameter is varied is nown as a bifurcation his occurs where a linear stability analysis yields an instability which is characterized by a perturbation III LYAPUNOV EXPONENS he Lyapunov Exponents of a system are a set of invariant geometric measures that describe the dynamical content of the system In particular, they serve as a measure of how easy it is to perform prediction on the system under consideration Lyapunov Exponents quantify the average rate of convergence or divergence of nearby trajectories in a global sense A positive exponent implies divergence and a negative one implies convergence Consequently, a system with positive exponents has positive entropy in that trajectories that are initially close together move apart over time he more positive the exponent, the faster they move apart Similarly, for negative exponents, the trajectories move together A system with both positive and negative Lyapunov Exponent is said to be chaotic [9] Mathematically Lyapunov Exponent can be defined by n 1 1 f ( xi ) λi = lim ln n n i= 0 xi (3) where x i, is the i th state variable of the system and f(x i ) is the output of the system 198

2 IV RECURREN NEURAL NEWORK he recurrent networs have the potential to be used in unison in systems with dynamic elements and feedbac [2] In effect recurrent neural networs used for modeling or model based predictive control are multi-layer neural networs with a delay element in their feedbac loop Recurrent neural networs could be built with multi-layer networs in their feedbac loop, creating a system where the structures compute in tandem In recurrent networ nodes are connected bac to other nodes or themselves he Information flow is multidirectional Such networs inherently possess sense of time and memory of previous state(s)biological nervous systems show high levels of recurrency Hence the networs could be used in unison creating systems with both dynamic elements and feedbac he presence of feedbac loops has a profound impact on the learning capability of the networ and its performance Moreover the feedbac loops involve unit delay elements denoted by z -1, which results in a nonlinear dynamical behavior [2] Fig 1 Structure of RNN V MODELING WIH EXENDED KALMAN FILER A System representation Consider a discrete time non linear dynamic system, described by a vector difference equation with additive white Gaussian noise that models unpredictable disturbances he Kalman filter deals with linear systems We can see that Kalman filter needs modifications for adapting the nonlinear behavior of the system he dynamic plant equation is given by the following nonlinear equations x = f( x 1, u, w 1) (4) where x is an n dimensional state vector u is an m dimensional nown input vector, and w is a sequence of independent and identically distributed zero mean white Gaussian process noise with covariance E( ww ) he measurement equation is = Q (5) z hx (, v) = (6) Where v is the measurement noise with covariance E( vv ) = R (7) he functions f and h and the matrices Q and R are assumed to be nown B Extended Kalman Filter he Extended Kalman filtering process has been designed to estimate the state vector in a non linear stochastic difference model[5]o estimate a process with non-linear difference and measurement relationships, we begin by writing new governing equations that linearize equation (3) and equation (5) Expanding the functions f and h along the aylor series, one gets the following equations for the Extended Kalman filter [5] ~ ^ x = x + A( x x ) + Ww (8) ~ ~ z = z + H ( x x ) + Vv (9) Where vectors, x and ~ x and z are the actual state and measurement ~ z are the approximate state and measurement vectors x ^ is an aposteriori estimate of the state at step, w and v are the random variables and represent the process and measurement noise A is the Jacobian matrix of partial derivatives of f with respect to x, H is the Jacobian matrix of partial derivatives of x with respect to h, W is the Jacobian matrix of partial derivatives of with respect to w, V is the Jacobian matrix of partial derivatives of with respect to v CEKF time update equations: Project the state ahead ^ ^ x = f( x 1, u,0) (10) Project the error covariance ahead 1 1 P= AP A+ W Q W (11) D EKF measurement update equations: Compute the Kalman gainz 1 K = PH ( HPH + VRV ) (12) Update estimate with measurement ^ ^ ^ x = x+ K( z hx (,0) (13) Update error covariance P= ( I KH P ) (14) One of the basic problems in the implementation of the Kalman filter is the choice of the initial values of the state x and the state co-variance P Since arbitrary choices can lead to the divergence of the filter, the present paper has used the EM 199

3 algorithm [3] to compute the initial values of state and the state co variance F RNN raining Using EKF Algorithm In the modified Kalman algorithm the state and measurement equations are modified as follows: Considering the parameter optimization as a state estimation as described above allows us to use the extended Kalman filter to update the weight estimates as well as the optimal hidden states[6], [7] he augmented state vector is thus [w 1, w 2 w n, x 1, x 2, x p ] he algorithm is explained below: 1 All the weights and states are initialized to small random values he state covariant matrix P(0/-1) is initialized to a diagonal matrix, with relatively small values Let the covariant matrix for measurement noise is R and that of process noise is Q 2 As before compute the out put at each node of the recurrent networ 3 Find the Jacobian matrix with respect to the state of the process and output at the current estimate of internal state and weights of the RNN hese matrices are given by H and A defined as follows[3] as outlined in Sec are plotted he Fig 2 depicts that the model output exactly follows the input time series he state space evolution of Lorenz system and the generated model is plotted and are seen to be matching perfectly (Fig 3) With the model as given by Eqn 4 and 6 established correctly, the Lyapunov exponents Eqn 3 using are calculate, by taing the derivative of the function f he time evolution of the Lyaponov exponent is plotted in Fig 4 It can be seen that the change over of the Lyapunov exponent from negative to positive synchronizes with the period doubling bifurcation point he concept of bifurcation matching with the change in Lyapunov exponent is also demonstrated for the Rossler system also, given by Eqn 2426 Fig 5,6 and 7 confirms this fact H () h( ) h = w w (15) I0 A = f () (16) 0 x he output of the neural networ is computed using z = g (Σ y -n w n + ν l w l + w 1 x 1 + w 2 x 2 + w 3 x 3 ), where g is any chosen non linear function he networ wors with EKF algorithm as per the equations described in section IIB with the state vector x replaced by the weights of the RNN Fig 2 ime series of Lorenz system V SYSEM SIMULAION (a) Lorenz system Edward Lorenz formally awoe the scientific world to the idea of deterministic chaos through his 1963 paper, "Deterministic Nonperiodic Flow"he system is governed by the following nonlinear equations x = σ ( y x) (17) y = xz + γ x y (18) z = xy β z (19) In order to demonstrate the efficacy of the proposed method, a Lorentz system is simulated in Matlab with the constant values σ =3, γ=28 and β=8 he output time series corresponding to x output and the model generated from Neural Networ simulating the model, Fig 3 State space evolution of Lorenz system-butterfly 200

4 Fig 7 Bifurcation diagram,lyapunov exponent and modeling error of Rossler system Fig4Bifurcation diagram, Lyapunov exponent and modeling error of Lorenz system V (b) Rossler system Otto Rössler designed the Rössler attractor in 1976 he system is described by the following nonlinear equations x = y z y = x + ay z = bx cz + xz a = 02, b = 02, c = 57 Fig5 ime series of Rossler system Fig 6 State space evolution of Rossler system (20) (21) (22) In the table I below the results are listed It can be seen that the neural networ model could accurately calculate the Lyapunov exponents and bifurcation points Also the mean square error is estimated ABLE I System Positive Lyapunov exponent VI CONCLUSION It is demonstrated that an efficient model for chaotic systems can be built using neural networs rained with EKF- EM algorithm he model successfully reproduced the time series and strange attractors of Lorenz and Rossler system he proposed method results in vey low modelling error With the model available as a differentiable function, the Lyapunov exponents of the system are directly calculated A positive Lyapunov exponent shows the hidden chaotic nature of system generating the time series he proposed method has high ability of locating the occurrence of the period doubling bifurcation, which is a path way to the onset of chaos REFERENCES Bifurcation point Mean Square Error Lorenz x10 (-5) Rossler x10 (-5) [1] NK Sinha and B Kuszta, Modeling and Identification of Dynamic systems,van Nostrand Reinhold Company, New Yor,1983 [2] Simon Hayin, Neural Networs a comprehensive Foundation, Prentice Hall International Editions, 1999 [3] Fa-Long Luo and Rolf Unbehauen, Applied Neural Networs for Signal Processing, Cambridge University Press, 1997 [4] Yaaov Bar-Shalaom and Xiao-Rong Li, Estimation and racing: Principles, echniques and Software Artech House, Boston, London, 1993 [5] Steven H Strogatz Nonlinear dynamics and Chaos Perceus Boos,Massachusetts,1994 [6] Greg Welch and Garry Bishop An introduction to KalmanFilter cccsuncedu/~tracer/s2001/alman 201

5 [7] ASPoznya,Wen Yu and EN Sanchez, Identification and control of unnown chaotic systems via dynamic neural networs, IEEE rans on Circuits and Systems I: Fundamentalheoy and Applications, Vol 46, No 12 pp ,1999 [8] GV Pusorius and LA Feldamp, Neuro Control of nonlinear dynamical systems with Kalman Filter trained recurrent networs IEEE ransactions on neural networs, Vol 5, No2, pp , 1994 [9] KS Narendra and K Parthasarathy, Identification and control of Dynamical systems using neural networs, IEEE ransactions on Neural Networs, Vol 1, No2, pp 4-27, March 1990 [10] Geist K U Parlitz and W Lauterborn Comparison of different methods for computing Lyapunov exoonents Progress of theoretical Physics 83-5 pp [11] Zhiven Zhu and Henry Leung Identification of Linear Systems Driven by Chaotic Signals IEEE transactions on circuits and systems vol49no2,february 2002 [12] Ramon A Felix,Edgar N Sanchez and Guanrong Chen Reproducing Chaos by Variable structure Recurrent Neural Networs,IEEE transactions on neural networs,vol15,no6,november 2004 [13] Xuedi Wang; Wenwen Chen Bifurcation analysis and control of the Rossler system Proceedinggs of Seventh International Conference on Natural Computation (ICNC),Volume: 3, pp: ,2011 [14] Xuedi Wang; Wenwen Chen Bifurcation analysis and control of the Rossler system Proceedinggs of Seventh International Conference on Natural Computation (ICNC),Volume: 3, pp: ,

Nonlinear System Identification Using Maximum Likelihood Estimation

Nonlinear System Identification Using Maximum Likelihood Estimation ISS (Print) : 30 3765 ISS (Online): 78 8875 (An ISO 397: 007 Certified Organizatio Vol., Special Issue, December 03 onlinear System Identification Using Maximum Lielihood Estimation Siny Paul, Bindu Elias

More information

Hand Written Digit Recognition using Kalman Filter

Hand Written Digit Recognition using Kalman Filter International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 5, Number 4 (2012), pp. 425-434 International Research Publication House http://www.irphouse.com Hand Written Digit

More information

ADAPTIVE INVERSE CONTROL BASED ON NONLINEAR ADAPTIVE FILTERING. Information Systems Lab., EE Dep., Stanford University

ADAPTIVE INVERSE CONTROL BASED ON NONLINEAR ADAPTIVE FILTERING. Information Systems Lab., EE Dep., Stanford University ADAPTIVE INVERSE CONTROL BASED ON NONLINEAR ADAPTIVE FILTERING Bernard Widrow 1, Gregory Plett, Edson Ferreira 3 and Marcelo Lamego 4 Information Systems Lab., EE Dep., Stanford University Abstract: Many

More information

A Novel Hyperchaotic System and Its Control

A Novel Hyperchaotic System and Its Control 1371371371371378 Journal of Uncertain Systems Vol.3, No., pp.137-144, 009 Online at: www.jus.org.uk A Novel Hyperchaotic System and Its Control Jiang Xu, Gouliang Cai, Song Zheng School of Mathematics

More information

Recurrent Neural Network Training with the Extended Kalman Filter

Recurrent Neural Network Training with the Extended Kalman Filter Recurrent Neural Networ raining with the Extended Kalman Filter Peter REBAICKÝ Slova University of echnology Faculty of Informatics and Information echnologies Ilovičova 3, 842 16 Bratislava, Slovaia trebaticy@fiit.stuba.s

More information

A Novel Three Dimension Autonomous Chaotic System with a Quadratic Exponential Nonlinear Term

A Novel Three Dimension Autonomous Chaotic System with a Quadratic Exponential Nonlinear Term ETASR - Engineering, Technology & Applied Science Research Vol., o.,, 9-5 9 A Novel Three Dimension Autonomous Chaotic System with a Quadratic Exponential Nonlinear Term Fei Yu College of Information Science

More information

International Journal of PharmTech Research CODEN (USA): IJPRIF, ISSN: Vol.8, No.3, pp , 2015

International Journal of PharmTech Research CODEN (USA): IJPRIF, ISSN: Vol.8, No.3, pp , 2015 International Journal of PharmTech Research CODEN (USA): IJPRIF, ISSN: 0974-4304 Vol.8, No.3, pp 377-382, 2015 Adaptive Control of a Chemical Chaotic Reactor Sundarapandian Vaidyanathan* R & D Centre,Vel

More information

Dynamical Systems and Chaos Part I: Theoretical Techniques. Lecture 4: Discrete systems + Chaos. Ilya Potapov Mathematics Department, TUT Room TD325

Dynamical Systems and Chaos Part I: Theoretical Techniques. Lecture 4: Discrete systems + Chaos. Ilya Potapov Mathematics Department, TUT Room TD325 Dynamical Systems and Chaos Part I: Theoretical Techniques Lecture 4: Discrete systems + Chaos Ilya Potapov Mathematics Department, TUT Room TD325 Discrete maps x n+1 = f(x n ) Discrete time steps. x 0

More information

A New Chaotic Behavior from Lorenz and Rossler Systems and Its Electronic Circuit Implementation

A New Chaotic Behavior from Lorenz and Rossler Systems and Its Electronic Circuit Implementation Circuits and Systems,,, -5 doi:.46/cs..5 Published Online April (http://www.scirp.org/journal/cs) A New Chaotic Behavior from Lorenz and Rossler Systems and Its Electronic Circuit Implementation Abstract

More information

CONTROLLING CHAOTIC DYNAMICS USING BACKSTEPPING DESIGN WITH APPLICATION TO THE LORENZ SYSTEM AND CHUA S CIRCUIT

CONTROLLING CHAOTIC DYNAMICS USING BACKSTEPPING DESIGN WITH APPLICATION TO THE LORENZ SYSTEM AND CHUA S CIRCUIT Letters International Journal of Bifurcation and Chaos, Vol. 9, No. 7 (1999) 1425 1434 c World Scientific Publishing Company CONTROLLING CHAOTIC DYNAMICS USING BACKSTEPPING DESIGN WITH APPLICATION TO THE

More information

Introduction Knot Theory Nonlinear Dynamics Topology in Chaos Open Questions Summary. Topology in Chaos

Introduction Knot Theory Nonlinear Dynamics Topology in Chaos Open Questions Summary. Topology in Chaos Introduction Knot Theory Nonlinear Dynamics Open Questions Summary A tangled tale about knot, link, template, and strange attractor Centre for Chaos & Complex Networks City University of Hong Kong Email:

More information

FUZZY STABILIZATION OF A COUPLED LORENZ-ROSSLER CHAOTIC SYSTEM

FUZZY STABILIZATION OF A COUPLED LORENZ-ROSSLER CHAOTIC SYSTEM Part-I: Natural and Applied Sciences FUZZY STABILIZATION OF A COUPLED LORENZ-ROSSLER CHAOTIC SYSTEM Edwin A. Umoh Department of Electrical Engineering Technology, Federal Polytechnic, Kaura Namoda, NIGERIA.

More information

Least Squares. Ken Kreutz-Delgado (Nuno Vasconcelos) ECE 175A Winter UCSD

Least Squares. Ken Kreutz-Delgado (Nuno Vasconcelos) ECE 175A Winter UCSD Least Squares Ken Kreutz-Delgado (Nuno Vasconcelos) ECE 75A Winter 0 - UCSD (Unweighted) Least Squares Assume linearity in the unnown, deterministic model parameters Scalar, additive noise model: y f (

More information

Research Article Hopf Bifurcation Analysis and Anticontrol of Hopf Circles of the Rössler-Like System

Research Article Hopf Bifurcation Analysis and Anticontrol of Hopf Circles of the Rössler-Like System Abstract and Applied Analysis Volume, Article ID 3487, 6 pages doi:.55//3487 Research Article Hopf Bifurcation Analysis and Anticontrol of Hopf Circles of the Rössler-Like System Ranchao Wu and Xiang Li

More information

USING DYNAMIC NEURAL NETWORKS TO GENERATE CHAOS: AN INVERSE OPTIMAL CONTROL APPROACH

USING DYNAMIC NEURAL NETWORKS TO GENERATE CHAOS: AN INVERSE OPTIMAL CONTROL APPROACH International Journal of Bifurcation and Chaos, Vol. 11, No. 3 (2001) 857 863 c World Scientific Publishing Company USING DYNAMIC NEURAL NETWORKS TO GENERATE CHAOS: AN INVERSE OPTIMAL CONTROL APPROACH

More information

A Robust Extended Kalman Filter for Discrete-time Systems with Uncertain Dynamics, Measurements and Correlated Noise

A Robust Extended Kalman Filter for Discrete-time Systems with Uncertain Dynamics, Measurements and Correlated Noise 2009 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 10-12, 2009 WeC16.6 A Robust Extended Kalman Filter for Discrete-time Systems with Uncertain Dynamics, Measurements and

More information

EM-algorithm for Training of State-space Models with Application to Time Series Prediction

EM-algorithm for Training of State-space Models with Application to Time Series Prediction EM-algorithm for Training of State-space Models with Application to Time Series Prediction Elia Liitiäinen, Nima Reyhani and Amaury Lendasse Helsinki University of Technology - Neural Networks Research

More information

FORECASTING ECONOMIC GROWTH USING CHAOS THEORY

FORECASTING ECONOMIC GROWTH USING CHAOS THEORY Article history: Received 22 April 2016; last revision 30 June 2016; accepted 12 September 2016 FORECASTING ECONOMIC GROWTH USING CHAOS THEORY Mihaela Simionescu Institute for Economic Forecasting of the

More information

Generating a Complex Form of Chaotic Pan System and its Behavior

Generating a Complex Form of Chaotic Pan System and its Behavior Appl. Math. Inf. Sci. 9, No. 5, 2553-2557 (2015) 2553 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/090540 Generating a Complex Form of Chaotic Pan

More information

Acceleration of Levenberg-Marquardt method training of chaotic systems fuzzy modeling

Acceleration of Levenberg-Marquardt method training of chaotic systems fuzzy modeling ISSN 746-7233, England, UK World Journal of Modelling and Simulation Vol. 3 (2007) No. 4, pp. 289-298 Acceleration of Levenberg-Marquardt method training of chaotic systems fuzzy modeling Yuhui Wang, Qingxian

More information

State Estimation by IMM Filter in the Presence of Structural Uncertainty 1

State Estimation by IMM Filter in the Presence of Structural Uncertainty 1 Recent Advances in Signal Processing and Communications Edited by Nios Mastorais World Scientific and Engineering Society (WSES) Press Greece 999 pp.8-88. State Estimation by IMM Filter in the Presence

More information

Time-delay feedback control in a delayed dynamical chaos system and its applications

Time-delay feedback control in a delayed dynamical chaos system and its applications Time-delay feedback control in a delayed dynamical chaos system and its applications Ye Zhi-Yong( ), Yang Guang( ), and Deng Cun-Bing( ) School of Mathematics and Physics, Chongqing University of Technology,

More information

Stabilization of Higher Periodic Orbits of Discrete-time Chaotic Systems

Stabilization of Higher Periodic Orbits of Discrete-time Chaotic Systems ISSN 749-3889 (print), 749-3897 (online) International Journal of Nonlinear Science Vol.4(27) No.2,pp.8-26 Stabilization of Higher Periodic Orbits of Discrete-time Chaotic Systems Guoliang Cai, Weihuai

More information

Chaotic Attractor With Bounded Function

Chaotic Attractor With Bounded Function Proceedings of Engineering & Technology (PET) Copyright IPCO-2016 pp. 880-886 Chaotic Attractor With Bounded Function Nahed Aouf Souayed Electronical and micro-electronical laboratory, Faculty of science

More information

What is Chaos? Implications of Chaos 4/12/2010

What is Chaos? Implications of Chaos 4/12/2010 Joseph Engler Adaptive Systems Rockwell Collins, Inc & Intelligent Systems Laboratory The University of Iowa When we see irregularity we cling to randomness and disorder for explanations. Why should this

More information

A Matrix Theoretic Derivation of the Kalman Filter

A Matrix Theoretic Derivation of the Kalman Filter A Matrix Theoretic Derivation of the Kalman Filter 4 September 2008 Abstract This paper presents a matrix-theoretic derivation of the Kalman filter that is accessible to students with a strong grounding

More information

Chaos Control in Shuttle Bus Schedule

Chaos Control in Shuttle Bus Schedule Chaos Control in Shuttle Bus Schedule Matthew Avetian Lynette Guzman Ran Kumada Robert Soimaru Salim Zerkoune Math 485 4/1/2010 Introduction Chaos, it is a term that defines randomness and unpredictability.

More information

Experimental Characterization of Nonlinear Dynamics from Chua s Circuit

Experimental Characterization of Nonlinear Dynamics from Chua s Circuit Experimental Characterization of Nonlinear Dynamics from Chua s Circuit Patrick Chang, Edward Coyle, John Parker, Majid Sodagar NLD class final presentation 12/04/2012 Outline Introduction Experiment setup

More information

DO NOT DO HOMEWORK UNTIL IT IS ASSIGNED. THE ASSIGNMENTS MAY CHANGE UNTIL ANNOUNCED.

DO NOT DO HOMEWORK UNTIL IT IS ASSIGNED. THE ASSIGNMENTS MAY CHANGE UNTIL ANNOUNCED. EE 5 Homewors Fall 04 Updated: Sunday, October 6, 04 Some homewor assignments refer to the textboos: Slotine and Li, etc. For full credit, show all wor. Some problems require hand calculations. In those

More information

A benchmark test A benchmark test of accuracy and precision in estimating dynamical systems characteristics from a time series

A benchmark test A benchmark test of accuracy and precision in estimating dynamical systems characteristics from a time series 2 A benchmark test A benchmark test of accuracy and precision in estimating dynamical systems characteristics from a time series, SM Rispens, M Pijnappels, JH van Dieën, KS van Schooten, PJ Beek, A Daffertshofer

More information

Adaptive ensemble Kalman filtering of nonlinear systems. Tyrus Berry and Timothy Sauer George Mason University, Fairfax, VA 22030

Adaptive ensemble Kalman filtering of nonlinear systems. Tyrus Berry and Timothy Sauer George Mason University, Fairfax, VA 22030 Generated using V3.2 of the official AMS LATEX template journal page layout FOR AUTHOR USE ONLY, NOT FOR SUBMISSION! Adaptive ensemble Kalman filtering of nonlinear systems Tyrus Berry and Timothy Sauer

More information

Experimental Characterization of Nonlinear Dynamics from Chua s Circuit

Experimental Characterization of Nonlinear Dynamics from Chua s Circuit Experimental Characterization of Nonlinear Dynamics from Chua s Circuit John Parker*, 1 Majid Sodagar, 1 Patrick Chang, 1 and Edward Coyle 1 School of Physics, Georgia Institute of Technology, Atlanta,

More information

Mechanisms of Chaos: Stable Instability

Mechanisms of Chaos: Stable Instability Mechanisms of Chaos: Stable Instability Reading for this lecture: NDAC, Sec. 2.-2.3, 9.3, and.5. Unpredictability: Orbit complicated: difficult to follow Repeatedly convergent and divergent Net amplification

More information

OUTPUT REGULATION OF RÖSSLER PROTOTYPE-4 CHAOTIC SYSTEM BY STATE FEEDBACK CONTROL

OUTPUT REGULATION OF RÖSSLER PROTOTYPE-4 CHAOTIC SYSTEM BY STATE FEEDBACK CONTROL International Journal in Foundations of Computer Science & Technology (IJFCST),Vol., No., March 01 OUTPUT REGULATION OF RÖSSLER PROTOTYPE-4 CHAOTIC SYSTEM BY STATE FEEDBACK CONTROL Sundarapandian Vaidyanathan

More information

Constructing a chaotic system with any number of equilibria

Constructing a chaotic system with any number of equilibria Nonlinear Dyn (2013) 71:429 436 DOI 10.1007/s11071-012-0669-7 ORIGINAL PAPER Constructing a chaotic system with any number of equilibria Xiong Wang Guanrong Chen Received: 9 June 2012 / Accepted: 29 October

More information

No. 6 Determining the input dimension of a To model a nonlinear time series with the widely used feed-forward neural network means to fit the a

No. 6 Determining the input dimension of a To model a nonlinear time series with the widely used feed-forward neural network means to fit the a Vol 12 No 6, June 2003 cfl 2003 Chin. Phys. Soc. 1009-1963/2003/12(06)/0594-05 Chinese Physics and IOP Publishing Ltd Determining the input dimension of a neural network for nonlinear time series prediction

More information

Dynamical Behavior And Synchronization Of Chaotic Chemical Reactors Model

Dynamical Behavior And Synchronization Of Chaotic Chemical Reactors Model Iranian Journal of Mathematical Chemistry, Vol. 6, No. 1, March 2015, pp. 81 92 IJMC Dynamical Behavior And Synchronization Of Chaotic Chemical Reactors Model HOSSEIN KHEIRI 1 AND BASHIR NADERI 2 1 Faculty

More information

Dynamical Systems with Applications using Mathematica

Dynamical Systems with Applications using Mathematica Stephen Lynch Dynamical Systems with Applications using Mathematica Birkhäuser Boston Basel Berlin Contents Preface xi 0 A Tutorial Introduction to Mathematica 1 0.1 A Quick Tour of Mathematica 2 0.2 Tutorial

More information

A New Hyperchaotic Attractor with Complex Patterns

A New Hyperchaotic Attractor with Complex Patterns A New Hyperchaotic Attractor with Complex Patterns Safieddine Bouali University of Tunis, Management Institute, Department of Quantitative Methods & Economics, 41, rue de la Liberté, 2000, Le Bardo, Tunisia

More information

Kalman Filter. Predict: Update: x k k 1 = F k x k 1 k 1 + B k u k P k k 1 = F k P k 1 k 1 F T k + Q

Kalman Filter. Predict: Update: x k k 1 = F k x k 1 k 1 + B k u k P k k 1 = F k P k 1 k 1 F T k + Q Kalman Filter Kalman Filter Predict: x k k 1 = F k x k 1 k 1 + B k u k P k k 1 = F k P k 1 k 1 F T k + Q Update: K = P k k 1 Hk T (H k P k k 1 Hk T + R) 1 x k k = x k k 1 + K(z k H k x k k 1 ) P k k =(I

More information

Cramér-Rao Bounds for Estimation of Linear System Noise Covariances

Cramér-Rao Bounds for Estimation of Linear System Noise Covariances Journal of Mechanical Engineering and Automation (): 6- DOI: 593/jjmea Cramér-Rao Bounds for Estimation of Linear System oise Covariances Peter Matiso * Vladimír Havlena Czech echnical University in Prague

More information

Chaos synchronization of complex Rössler system

Chaos synchronization of complex Rössler system Appl. Math. Inf. Sci. 7, No. 4, 1415-1420 (2013) 1415 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/070420 Chaos synchronization of complex Rössler

More information

OUTPUT REGULATION OF THE SIMPLIFIED LORENZ CHAOTIC SYSTEM

OUTPUT REGULATION OF THE SIMPLIFIED LORENZ CHAOTIC SYSTEM OUTPUT REGULATION OF THE SIMPLIFIED LORENZ CHAOTIC SYSTEM Sundarapandian Vaidyanathan Research and Development Centre, Vel Tech Dr. RR & Dr. SR Technical University Avadi, Chennai-600 06, Tamil Nadu, INDIA

More information

MULTISTABILITY IN A BUTTERFLY FLOW

MULTISTABILITY IN A BUTTERFLY FLOW International Journal of Bifurcation and Chaos, Vol. 23, No. 12 (2013) 1350199 (10 pages) c World Scientific Publishing Company DOI: 10.1142/S021812741350199X MULTISTABILITY IN A BUTTERFLY FLOW CHUNBIAO

More information

A Study of Covariances within Basic and Extended Kalman Filters

A Study of Covariances within Basic and Extended Kalman Filters A Study of Covariances within Basic and Extended Kalman Filters David Wheeler Kyle Ingersoll December 2, 2013 Abstract This paper explores the role of covariance in the context of Kalman filters. The underlying

More information

Introduction to Dynamical Systems Basic Concepts of Dynamics

Introduction to Dynamical Systems Basic Concepts of Dynamics Introduction to Dynamical Systems Basic Concepts of Dynamics A dynamical system: Has a notion of state, which contains all the information upon which the dynamical system acts. A simple set of deterministic

More information

Dynamical Systems with Applications

Dynamical Systems with Applications Stephen Lynch Dynamical Systems with Applications using MATLAB Birkhauser Boston Basel Berlin Preface xi 0 A Tutorial Introduction to MATLAB and the Symbolic Math Toolbox 1 0.1 Tutorial One: The Basics

More information

Prediction of ESTSP Competition Time Series by Unscented Kalman Filter and RTS Smoother

Prediction of ESTSP Competition Time Series by Unscented Kalman Filter and RTS Smoother Prediction of ESTSP Competition Time Series by Unscented Kalman Filter and RTS Smoother Simo Särkkä, Aki Vehtari and Jouko Lampinen Helsinki University of Technology Department of Electrical and Communications

More information

INTEGRAL BACKSTEPPING SLIDING MODE CONTROL OF CHAOTIC FORCED VAN DER POL OSCILLATOR

INTEGRAL BACKSTEPPING SLIDING MODE CONTROL OF CHAOTIC FORCED VAN DER POL OSCILLATOR INTEGRAL BACKSTEPPING SLIDING MODE CONTROL OF CHAOTIC FORCED VAN DER POL OSCILLATOR Ismaila Adeniyi Kamil and Samuel Oyelekan Oladipo Department of Electrical & Electronic Engineering,University of Ibadan,

More information

GLOBAL CHAOS SYNCHRONIZATION OF UNCERTAIN SPROTT J AND K SYSTEMS BY ADAPTIVE CONTROL

GLOBAL CHAOS SYNCHRONIZATION OF UNCERTAIN SPROTT J AND K SYSTEMS BY ADAPTIVE CONTROL GLOBAL CHAOS SYNCHRONIZATION OF UNCERTAIN SPROTT J AND K SYSTEMS BY ADAPTIVE CONTROL Sundarapandian Vaidyanathan 1 1 Research and Development Centre, Vel Tech Dr. RR & Dr. SR Technical University Avadi,

More information

Information Dynamics Foundations and Applications

Information Dynamics Foundations and Applications Gustavo Deco Bernd Schürmann Information Dynamics Foundations and Applications With 89 Illustrations Springer PREFACE vii CHAPTER 1 Introduction 1 CHAPTER 2 Dynamical Systems: An Overview 7 2.1 Deterministic

More information

ADAPTIVE DESIGN OF CONTROLLER AND SYNCHRONIZER FOR LU-XIAO CHAOTIC SYSTEM

ADAPTIVE DESIGN OF CONTROLLER AND SYNCHRONIZER FOR LU-XIAO CHAOTIC SYSTEM ADAPTIVE DESIGN OF CONTROLLER AND SYNCHRONIZER FOR LU-XIAO CHAOTIC SYSTEM WITH UNKNOWN PARAMETERS Sundarapandian Vaidyanathan 1 1 Research and Development Centre, Vel Tech Dr. RR & Dr. SR Technical University

More information

Majid Sodagar, 1 Patrick Chang, 1 Edward Coyler, 1 and John Parke 1 School of Physics, Georgia Institute of Technology, Atlanta, Georgia 30332, USA

Majid Sodagar, 1 Patrick Chang, 1 Edward Coyler, 1 and John Parke 1 School of Physics, Georgia Institute of Technology, Atlanta, Georgia 30332, USA Experimental Characterization of Chua s Circuit Majid Sodagar, 1 Patrick Chang, 1 Edward Coyler, 1 and John Parke 1 School of Physics, Georgia Institute of Technology, Atlanta, Georgia 30332, USA (Dated:

More information

Adaptive synchronization of chaotic neural networks with time delays via delayed feedback control

Adaptive synchronization of chaotic neural networks with time delays via delayed feedback control 2017 º 12 È 31 4 ½ Dec. 2017 Communication on Applied Mathematics and Computation Vol.31 No.4 DOI 10.3969/j.issn.1006-6330.2017.04.002 Adaptive synchronization of chaotic neural networks with time delays

More information

CONTROLLING IN BETWEEN THE LORENZ AND THE CHEN SYSTEMS

CONTROLLING IN BETWEEN THE LORENZ AND THE CHEN SYSTEMS International Journal of Bifurcation and Chaos, Vol. 12, No. 6 (22) 1417 1422 c World Scientific Publishing Company CONTROLLING IN BETWEEN THE LORENZ AND THE CHEN SYSTEMS JINHU LÜ Institute of Systems

More information

Simple conservative, autonomous, second-order chaotic complex variable systems.

Simple conservative, autonomous, second-order chaotic complex variable systems. Simple conservative, autonomous, second-order chaotic complex variable systems. Delmar Marshall 1 (Physics Department, Amrita Vishwa Vidyapeetham, Clappana P.O., Kollam, Kerala 690-525, India) and J. C.

More information

THREE DIMENSIONAL SYSTEMS. Lecture 6: The Lorenz Equations

THREE DIMENSIONAL SYSTEMS. Lecture 6: The Lorenz Equations THREE DIMENSIONAL SYSTEMS Lecture 6: The Lorenz Equations 6. The Lorenz (1963) Equations The Lorenz equations were originally derived by Saltzman (1962) as a minimalist model of thermal convection in a

More information

Parameter identification using the skewed Kalman Filter

Parameter identification using the skewed Kalman Filter Parameter identification using the sewed Kalman Filter Katrin Runtemund, Gerhard Müller, U München Motivation and the investigated identification problem Problem: damped SDOF system excited by a sewed

More information

898 IEEE TRANSACTIONS ON ROBOTICS AND AUTOMATION, VOL. 17, NO. 6, DECEMBER X/01$ IEEE

898 IEEE TRANSACTIONS ON ROBOTICS AND AUTOMATION, VOL. 17, NO. 6, DECEMBER X/01$ IEEE 898 IEEE TRANSACTIONS ON ROBOTICS AND AUTOMATION, VOL. 17, NO. 6, DECEMBER 2001 Short Papers The Chaotic Mobile Robot Yoshihiko Nakamura and Akinori Sekiguchi Abstract In this paper, we develop a method

More information

IN neural-network training, the most well-known online

IN neural-network training, the most well-known online IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 10, NO. 1, JANUARY 1999 161 On the Kalman Filtering Method in Neural-Network Training and Pruning John Sum, Chi-sing Leung, Gilbert H. Young, and Wing-kay Kan

More information

The Big, Big Picture (Bifurcations II)

The Big, Big Picture (Bifurcations II) The Big, Big Picture (Bifurcations II) Reading for this lecture: NDAC, Chapter 8 and Sec. 10.0-10.4. 1 Beyond fixed points: Bifurcation: Qualitative change in behavior as a control parameter is (slowly)

More information

Output Regulation of the Arneodo Chaotic System

Output Regulation of the Arneodo Chaotic System Vol. 0, No. 05, 00, 60-608 Output Regulation of the Arneodo Chaotic System Sundarapandian Vaidyanathan R & D Centre, Vel Tech Dr. RR & Dr. SR Technical University Avadi-Alamathi Road, Avadi, Chennai-600

More information

HX-TYPE CHAOTIC (HYPERCHAOTIC) SYSTEM BASED ON FUZZY INFERENCE MODELING

HX-TYPE CHAOTIC (HYPERCHAOTIC) SYSTEM BASED ON FUZZY INFERENCE MODELING ITALIAN JOURNAL OF PURE AND APPLIED MATHEMATICS N. 39 28 (73 88) 73 HX-TYPE CHAOTIC (HYPERCHAOTIC) SYSTEM BASED ON FUZZY INFERENCE MODELING Baojie Zhang Institute of Applied Mathematics Qujing Normal University

More information

Experiments with a Hybrid-Complex Neural Networks for Long Term Prediction of Electrocardiograms

Experiments with a Hybrid-Complex Neural Networks for Long Term Prediction of Electrocardiograms IEEE. ransactions of the 6 International World Congress of Computational Intelligence, IJCNN 6 Experiments with a Hybrid-Complex Neural Networks for Long erm Prediction of Electrocardiograms Pilar Gómez-Gil,

More information

Long-Term Prediction, Chaos and Artificial Neural Networks. Where is the Meeting Point?

Long-Term Prediction, Chaos and Artificial Neural Networks. Where is the Meeting Point? Engineering Letters, 5:, EL_5 Long-Term Prediction, Chaos and Artificial Neural Networks. Where is the Meeting Point? Pilar Gómez-Gil Abstract This paper presents the advances of a research using a combination

More information

K. Pyragas* Semiconductor Physics Institute, LT-2600 Vilnius, Lithuania Received 19 March 1998

K. Pyragas* Semiconductor Physics Institute, LT-2600 Vilnius, Lithuania Received 19 March 1998 PHYSICAL REVIEW E VOLUME 58, NUMBER 3 SEPTEMBER 998 Synchronization of coupled time-delay systems: Analytical estimations K. Pyragas* Semiconductor Physics Institute, LT-26 Vilnius, Lithuania Received

More information

Some explicit formulas of Lyapunov exponents for 3D quadratic mappings

Some explicit formulas of Lyapunov exponents for 3D quadratic mappings Some explicit formulas of Lyapunov exponents for 3D quadratic mappings Zeraoulia Elhadj 1,J.C.Sprott 2 1 Department of Mathematics, University of Tébessa, (12002), Algeria. E-mail: zeraoulia@mail.univ-tebessa.dz

More information

ESTIMATOR STABILITY ANALYSIS IN SLAM. Teresa Vidal-Calleja, Juan Andrade-Cetto, Alberto Sanfeliu

ESTIMATOR STABILITY ANALYSIS IN SLAM. Teresa Vidal-Calleja, Juan Andrade-Cetto, Alberto Sanfeliu ESTIMATOR STABILITY ANALYSIS IN SLAM Teresa Vidal-Calleja, Juan Andrade-Cetto, Alberto Sanfeliu Institut de Robtica i Informtica Industrial, UPC-CSIC Llorens Artigas 4-6, Barcelona, 88 Spain {tvidal, cetto,

More information

Deterministic Chaos Lab

Deterministic Chaos Lab Deterministic Chaos Lab John Widloski, Robert Hovden, Philip Mathew School of Physics, Georgia Institute of Technology, Atlanta, GA 30332 I. DETERMINISTIC CHAOS LAB This laboratory consists of three major

More information

State Estimation of Linear and Nonlinear Dynamic Systems

State Estimation of Linear and Nonlinear Dynamic Systems State Estimation of Linear and Nonlinear Dynamic Systems Part II: Observability and Stability James B. Rawlings and Fernando V. Lima Department of Chemical and Biological Engineering University of Wisconsin

More information

ADAPTIVE SYNCHRONIZATION FOR RÖSSLER AND CHUA S CIRCUIT SYSTEMS

ADAPTIVE SYNCHRONIZATION FOR RÖSSLER AND CHUA S CIRCUIT SYSTEMS Letters International Journal of Bifurcation and Chaos, Vol. 12, No. 7 (2002) 1579 1597 c World Scientific Publishing Company ADAPTIVE SYNCHRONIZATION FOR RÖSSLER AND CHUA S CIRCUIT SYSTEMS A. S. HEGAZI,H.N.AGIZA

More information

Recursive Least Squares for an Entropy Regularized MSE Cost Function

Recursive Least Squares for an Entropy Regularized MSE Cost Function Recursive Least Squares for an Entropy Regularized MSE Cost Function Deniz Erdogmus, Yadunandana N. Rao, Jose C. Principe Oscar Fontenla-Romero, Amparo Alonso-Betanzos Electrical Eng. Dept., University

More information

Deborah Lacitignola Department of Health and Motory Sciences University of Cassino

Deborah Lacitignola Department of Health and Motory Sciences University of Cassino DOTTORATO IN Sistemi Tecnologie e Dispositivi per il Movimento e la Salute Cassino, 2011 NONLINEAR DYNAMICAL SYSTEMS AND CHAOS: PHENOMENOLOGICAL AND COMPUTATIONAL ASPECTS Deborah Lacitignola Department

More information

Chaos. Dr. Dylan McNamara people.uncw.edu/mcnamarad

Chaos. Dr. Dylan McNamara people.uncw.edu/mcnamarad Chaos Dr. Dylan McNamara people.uncw.edu/mcnamarad Discovery of chaos Discovered in early 1960 s by Edward N. Lorenz (in a 3-D continuous-time model) Popularized in 1976 by Sir Robert M. May as an example

More information

Research Article. A Private Secure Communication Scheme Using UKF-based Chaos Synchronization

Research Article. A Private Secure Communication Scheme Using UKF-based Chaos Synchronization Jestr Journal of Engineering Science and echnology Review 8 (2) (2015) 96-105 Special Issue on Synchronization and Control of Chaos: heory, Methods and Applications Research Article JOURNAL OF Engineering

More information

LYAPUNOV EXPONENT AND DIMENSIONS OF THE ATTRACTOR FOR TWO DIMENSIONAL NEURAL MODEL

LYAPUNOV EXPONENT AND DIMENSIONS OF THE ATTRACTOR FOR TWO DIMENSIONAL NEURAL MODEL Volume 1, No. 7, July 2013 Journal of Global Research in Mathematical Archives RESEARCH PAPER Available online at http://www.jgrma.info LYAPUNOV EXPONENT AND DIMENSIONS OF THE ATTRACTOR FOR TWO DIMENSIONAL

More information

Algorithm for Multiple Model Adaptive Control Based on Input-Output Plant Model

Algorithm for Multiple Model Adaptive Control Based on Input-Output Plant Model BULGARIAN ACADEMY OF SCIENCES CYBERNEICS AND INFORMAION ECHNOLOGIES Volume No Sofia Algorithm for Multiple Model Adaptive Control Based on Input-Output Plant Model sonyo Slavov Department of Automatics

More information

Synchronization and control in small networks of chaotic electronic circuits

Synchronization and control in small networks of chaotic electronic circuits Synchronization and control in small networks of chaotic electronic circuits A. Iglesias Dept. of Applied Mathematics and Computational Sciences, Universi~ of Cantabria, Spain Abstract In this paper, a

More information

By Nadha CHAOS THEORY

By Nadha CHAOS THEORY By Nadha CHAOS THEORY What is Chaos Theory? It is a field of study within applied mathematics It studies the behavior of dynamical systems that are highly sensitive to initial conditions It deals with

More information

HYBRID CHAOS SYNCHRONIZATION OF HYPERCHAOTIC LIU AND HYPERCHAOTIC CHEN SYSTEMS BY ACTIVE NONLINEAR CONTROL

HYBRID CHAOS SYNCHRONIZATION OF HYPERCHAOTIC LIU AND HYPERCHAOTIC CHEN SYSTEMS BY ACTIVE NONLINEAR CONTROL HYBRID CHAOS SYNCHRONIZATION OF HYPERCHAOTIC LIU AND HYPERCHAOTIC CHEN SYSTEMS BY ACTIVE NONLINEAR CONTROL Sundarapandian Vaidyanathan 1 1 Research and Development Centre, Vel Tech Dr. RR & Dr. SR Technical

More information

Output Regulation of the Tigan System

Output Regulation of the Tigan System Output Regulation of the Tigan System Dr. V. Sundarapandian Professor (Systems & Control Eng.), Research and Development Centre Vel Tech Dr. RR & Dr. SR Technical University Avadi, Chennai-6 6, Tamil Nadu,

More information

PERIODIC KALMAN FILTER: STEADY STATE FROM THE BEGINNING

PERIODIC KALMAN FILTER: STEADY STATE FROM THE BEGINNING Journal of Mathematical Sciences: Advances and Applications Volume 1, Number 3, 2008, Pages 505-520 PERIODIC KALMAN FILER: SEADY SAE FROM HE BEGINNING MARIA ADAM 1 and NICHOLAS ASSIMAKIS 2 1 Department

More information

State Estimation of DFIG using an Extended Kalman Filter with an Augmented State Model

State Estimation of DFIG using an Extended Kalman Filter with an Augmented State Model State Estimation of DFIG using an Extended Kalman Filter with an Augmented State Model Mridul Kanti Malaar Department of Electronics and Electrical Engineering Indian Institute of Technology Guwahati,

More information

A STATE-SPACE NEURAL NETWORK FOR MODELING DYNAMICAL NONLINEAR SYSTEMS

A STATE-SPACE NEURAL NETWORK FOR MODELING DYNAMICAL NONLINEAR SYSTEMS A STATE-SPACE NEURAL NETWORK FOR MODELING DYNAMICAL NONLINEAR SYSTEMS Karima Amoura Patrice Wira and Said Djennoune Laboratoire CCSP Université Mouloud Mammeri Tizi Ouzou Algeria Laboratoire MIPS Université

More information

Adaptive Inverse Control

Adaptive Inverse Control TA1-8:30 Adaptive nverse Control Bernard Widrow Michel Bilello Stanford University Department of Electrical Engineering, Stanford, CA 94305-4055 Abstract A plant can track an input command signal if it

More information

An Introduction to the Kalman Filter

An Introduction to the Kalman Filter An Introduction to the Kalman Filter by Greg Welch 1 and Gary Bishop 2 Department of Computer Science University of North Carolina at Chapel Hill Chapel Hill, NC 275993175 Abstract In 1960, R.E. Kalman

More information

Bidirectional Representation and Backpropagation Learning

Bidirectional Representation and Backpropagation Learning Int'l Conf on Advances in Big Data Analytics ABDA'6 3 Bidirectional Representation and Bacpropagation Learning Olaoluwa Adigun and Bart Koso Department of Electrical Engineering Signal and Image Processing

More information

Using Artificial Neural Networks (ANN) to Control Chaos

Using Artificial Neural Networks (ANN) to Control Chaos Using Artificial Neural Networks (ANN) to Control Chaos Dr. Ibrahim Ighneiwa a *, Salwa Hamidatou a, and Fadia Ben Ismael a a Department of Electrical and Electronics Engineering, Faculty of Engineering,

More information

Gaussian Mixture Distance for Information Retrieval

Gaussian Mixture Distance for Information Retrieval Gaussian Mixture Distance for Information Retrieval X.Q. Li and I. King fxqli, ingg@cse.cuh.edu.h Department of omputer Science & Engineering The hinese University of Hong Kong Shatin, New Territories,

More information

Modeling and Predicting Chaotic Time Series

Modeling and Predicting Chaotic Time Series Chapter 14 Modeling and Predicting Chaotic Time Series To understand the behavior of a dynamical system in terms of some meaningful parameters we seek the appropriate mathematical model that captures the

More information

CLOSE-TO-CLEAN REGULARIZATION RELATES

CLOSE-TO-CLEAN REGULARIZATION RELATES Worshop trac - ICLR 016 CLOSE-TO-CLEAN REGULARIZATION RELATES VIRTUAL ADVERSARIAL TRAINING, LADDER NETWORKS AND OTHERS Mudassar Abbas, Jyri Kivinen, Tapani Raio Department of Computer Science, School of

More information

Construction of four dimensional chaotic finance model and its applications

Construction of four dimensional chaotic finance model and its applications Volume 8 No. 8, 7-87 ISSN: 34-3395 (on-line version) url: http://acadpubl.eu/hub ijpam.eu Construction of four dimensional chaotic finance model and its applications Dharmendra Kumar and Sachin Kumar Department

More information

Chapter 6: Ensemble Forecasting and Atmospheric Predictability. Introduction

Chapter 6: Ensemble Forecasting and Atmospheric Predictability. Introduction Chapter 6: Ensemble Forecasting and Atmospheric Predictability Introduction Deterministic Chaos (what!?) In 1951 Charney indicated that forecast skill would break down, but he attributed it to model errors

More information

A NOVEL OPTIMAL PROBABILITY DENSITY FUNCTION TRACKING FILTER DESIGN 1

A NOVEL OPTIMAL PROBABILITY DENSITY FUNCTION TRACKING FILTER DESIGN 1 A NOVEL OPTIMAL PROBABILITY DENSITY FUNCTION TRACKING FILTER DESIGN 1 Jinglin Zhou Hong Wang, Donghua Zhou Department of Automation, Tsinghua University, Beijing 100084, P. R. China Control Systems Centre,

More information

Chapter 3. Gumowski-Mira Map. 3.1 Introduction

Chapter 3. Gumowski-Mira Map. 3.1 Introduction Chapter 3 Gumowski-Mira Map 3.1 Introduction Non linear recurrence relations model many real world systems and help in analysing their possible asymptotic behaviour as the parameters are varied [17]. Here

More information

Four-dimensional hyperchaotic system and application research in signal encryption

Four-dimensional hyperchaotic system and application research in signal encryption 16 3 2012 3 ELECTRI C MACHINES AND CONTROL Vol. 16 No. 3 Mar. 2012 1 2 1 1. 150080 2. 150080 Lyapunov TP 273 A 1007-449X 2012 03-0096- 05 Four-dimensional hyperchaotic system and application research in

More information

Complete Synchronization, Anti-synchronization and Hybrid Synchronization Between Two Different 4D Nonlinear Dynamical Systems

Complete Synchronization, Anti-synchronization and Hybrid Synchronization Between Two Different 4D Nonlinear Dynamical Systems Mathematics Letters 2016; 2(5): 36-41 http://www.sciencepublishinggroup.com/j/ml doi: 10.11648/j.ml.20160205.12 Complete Synchronization, Anti-synchronization and Hybrid Synchronization Between Two Different

More information

Adaptive ensemble Kalman filtering of nonlinear systems

Adaptive ensemble Kalman filtering of nonlinear systems Adaptive ensemble Kalman filtering of nonlinear systems Tyrus Berry George Mason University June 12, 213 : Problem Setup We consider a system of the form: x k+1 = f (x k ) + ω k+1 ω N (, Q) y k+1 = h(x

More information

Short-Term Electricity Price Forecasting

Short-Term Electricity Price Forecasting 1 Short-erm Electricity Price Forecasting A. Arabali, E. Chalo, Student Members IEEE, M. Etezadi-Amoli, LSM, IEEE, M. S. Fadali, SM IEEE Abstract Price forecasting has become an important tool in the planning

More information

ISSN (Print), ISSN (Online) Volume 1, Number 1, May - June (2010), IAEME

ISSN (Print), ISSN (Online) Volume 1, Number 1, May - June (2010), IAEME International Journal Journal of Electrical of Electrical Engineering Engineering and Technology (IJEET), and Technology (IJEET), ISSN 0976 6545(Print) ISSN 0976 6553(Online), Volume 1 Number 1, May June

More information