A Novel Learning Method for Elman Neural Network Using Local Search

Size: px
Start display at page:

Download "A Novel Learning Method for Elman Neural Network Using Local Search"

Transcription

1 Neura Information Processing Letters and Reviews Vo. 11, No. 8, August 2007 LETTER A Nove Learning Method for Eman Neura Networ Using Loca Search Facuty of Engineering, Toyama University, Gofuu 3190 Toyama city, , Japan E-mai: ztang@eng.u-toyama.ac.jp, daaosha@hotmai.com (Submitted on May15, 2007) Abstract Eman Neura Networ (ENN) have been efficient identification too in many areas since they have dynamic memories. However, the oca minima probem usuay occurs in the process of the earning because of the empoyed bac propagation agorithm. In this paper, we propose a nove earning method for ENN by introducing adaptive earning parameter into the traditiona oca search agorithm. The proposed earning networ requires ess memory and it is abe to overcome the disadvantages of the gradient descent. Meanwhie it is aso abe to acceerates the speed of the convergence and avoid the oca minima probem in a certain extent. We appy the new method to the Booean Series Prediction Questions to demonstrate its vaidity. Simuation resuts show that the proposed agorithm has a better abiity to find the goba minimum than bac propagation agorithm within reasonabe time. Keywords Eman Neura Networ (ENN), Loca Search (LS) Method, Adaptive Learning Parameter, Booean Series Prediction Question (BSPQ) 1. Introduction Eman Neura Networ (ENN) is a type of partia recurrent neura networ, which consists of two-ayer bac propagation networs with an additiona feedbac connection from the output of the hidden ayer to its input ayer[1]. The advantage of this feedbac path is that it aows ENN to recognize and generate tempora patterns and spatia patterns. This means that after training, interreations between the current input and interna states are processed to produce the output and to represent the reevant past information in the interna states [2-3]. As a resut, the ENN has been widey used in various fieds from a tempora version of the Excusive-OR function to the discovery of syntactic or semantic categories in natura anguage data. However, since ENN often uses bac propagation (BP) to dea with the various signas, it has proved to be suffering from a sub-optima soution probem [4-5]. At the same time, for the ENN, it is ess abe to find the most appropriate weights for hidden neurons and often get into the sub-optima areas because the error gradient is approximated [6].Furthermore, The efficiency of the ENN is imited to ow order system due to the insufficient memory capacity [7]. Therefore, severa approaches have been suggested in the iterature to increase the performance of the ENN with simpe modifications [8-10]. Aso these improved modifications attempt to add other feedbac connections factors to the mode that wi increase the capacity of the memory in order to overcome the tendency to sin into oca minima. However, gradient descent (bac propagaton) used by ENN has the disadvantages of being trapped in oca minima resuting in sub optima soutions and cacuations are not as straightforward since it requires functiona derivatives. So the gradient descent method for ENN sti hods various disadvantages which is difficuty to overcome. In this wor we pan to expore the potentia of using an adaptive oca search as earning in order to overcome to the disadvantages of gradient descent. LS method can be more robust to oca minima than derivative-based methods. It can be appied to probems where the derivative information is not reiabe or even to probems where the function is not differentiabe, nor even continuous[11]. So here we are proposing a new agorithm method for the ENN to overcome its weaness (the compexity of the derivative). 181

2 A Nove Learning Method for ENN Using Loca Search Figure 1. The Structure of the ENN Figure 2. Interna Process Anaysis of ENN 2. Eman Neura Networ Structure Figure 1 shows the structure of a simpe ENN. In Figure 1, after the hidden units are cacuated, their vaues are used to compute the output of the networ and are aso a are stored as "extra inputs" (caed context unit) to be used when the next time the networ is operated. Thus, the recurrent contexts provide a weighted sum of the previous vaues of the hidden units as input to the hidden units. As shown in the Figure 1, the activations are copied from hidden ayer to context ayer on a one for one basis, with fixed weight of 1.0 (w=1.0). The forward connection weight is trained between hidden units and context units as we as other weights. If sef-connections are introduced to the context unit when the vaues of the sef-connections weights (a) are fixed between 0.0 and 1.0 (usuay 0.5) before the training process, it is an improved ENN as proposed by Pham and Liu [4]. When weights (a) are 0, the networ is the origina ENN. Figure 2 is the interna earning process of ENN by the error bac-propagation agorithm. From Figure 2 we can see that training such a networ is not straightforward since the output of the networ depends on the inputs and aso a previous inputs to the networ. So, it shoud trace the previous vaues according to the recurrent connections(figure 3). So, the cacuation of the functiona derivatives is not straightforward and it eads to ow efficiency to dea with various signa probems. Figure 3 shows that a ong ENN where by a bac propagation is used to cacuate the derivatives of the error (at each output unit) by unroing the networ to the beginning. At the next time step t+1 input is represented. The context units contain vaues which are exacty the hidden unit vaues at time t (and the time t-1, t-2 ) and these context units provide the networ with memory [5]. Therefore, the ENN networ is converted into a dynamica networ that is efficient in the use of tempora information of the input sequence, both for cassification as we as for prediction [12-13]. However, the efficiency of the ENN is imited to ow order system due to the insufficient cacuation of the derivatives in some degree. The earning commony used in the ENN is bacpropagation agorithm since it adjusts the networ parameters (weights and threshods) to minimize the error measure function (Eq.(1)) using a gradient descent technique. Therefore it needs to compute the differentias of the error measure, activation function and their anaog mutipications. Figure 3. Unro the ENN through Time 182

3 Neura Information Processing Letters and Reviews Vo. 11, No. 8, August 2007 E = T E P t= 0 where p indexes over a the patterns for the training set in the time interva [0, T]. In our paper, the time eement is updated by the next input of the pattern from training set. So we can get the fowing equation. E p is defined by T E = E P = E t= 0 P p= 1 = 2 p ( t 2 j pj o pj ) p 1 E (3) where t pj is the target vaue (desired output) of the j-th component of the output for pattern p and o pj is the j-th unit of the actua output pattern produced by the presentation of input pattern p at the time, and j indexes a the output units. 3. Agorithm Loca Search is one of the many optimization methods avaiabe for soving computationa probems. Based on the most fundamenta understanding of how a LS moves from candidate soution to a neighbouring soution interativey, we have appied this fundamenta methodoogy on the muti-ayer ENN. We define a vector V whose eements incude a adaptabe parameters (weights between a ayers and threshods of each neuron) as V = ( w 11, w12,... w ij..., θ1, θ 2,..., θi,...) (4) The error function E can be expressed as E = E(V) (5) Then, we can iterativey adjust V to minimize the error function E(V). First, the search starts at an initia point and moves aong one of d directions, where d denotes the number of eements of the vector V. Then we can define the -th direction vector at iteration as n T e = ( 0,...,0,1,0, ) (6) The sequence of iterations V 0, V 1,...V... in R n can be described as foows. For the -th iteration ( 0), a + positive change V in a direction e with a positive step as when R 1 ( V is the j-th eement in V ), resuts in a change E + as V T V + = e, (7) E + = E( V + e ) E( V ). (8) Simiary, a negative change V in a direction e with a positive step as when R 1, resuts in a change V E in E as V = e (9) ( E = E V e ) E( V ) (10) where is a positive constant and usuay =1 for a. (When =0, the initia iterate V 0 and the step size 0 is given.) Then the foowing earning rue appies. + + V + e if E < 0 and E < E + V + 1 = V e if E < 0 and E < E (11) V otherwise Here, we adapt the constant as a variabe in order to acceerate the convergence by setting different vaues of in different intervas of the E vaue (β = 1.0). In the simuation, we set the different as (1) (2) 183

4 A Nove Learning Method for ENN Using Loca Search β if E > 1 = 0. 1* β if 0 < E < 1. (12) 0. 01* β otherwise As can be seen, our agorithm performs the oca search iterativey and minimizes the error measure function aong with the set of decent directions directy. Sufficient search directions are incuded to guarantee that if the current iteration is not a stationary point, Then, it can find the nearest minima efficienty. Furthermore, the earning is performed by simpy changing the weight and threshod vectors by a sma positive or negative constant, and accepting the change if it produces a smaer error measure. Moreover, the agorithm is extremey simpe to specify and impement in hardware appications for the foowing reasons: As a direct search method, no bac propagation pass is needed and ony a forward path is required. This means, in terms of anaog impementations, that no bidirectiona circuits and hardware for the bac propagation are needed. No compex anaog mutipiers and other anaog computations are needed to generate the derivative. 4. Simuations In order to test the effectiveness of the proposed adaptive oca search method for ENN, we compare its performance with those of the origina ENN agorithm (proposed by Eman [1]) and improved ENN agorithm (proposed by Pham and Liu [4]) on a series of BSPQ probems incuding "11", "111" and "00" probems. Because the training procedures of our agorithm and the bac propagation ENN agorithm are different, we use the CUP time instead of the iteration steps. Three agorithms started from randomy generated weights and threshods. The error criterion MSE was set to 0.1 and At the same time,every method wi run 100 trias. Two aspects of training agorithm performance-"success rate" and "training time" were assessed for each agorithm. A the simuations were performed on a Pentium4 2.8GHz, 1G PC. We used the modified bac propagation agorithm with momentum 0.9 for the origina ENN and improved ENN. For a the trias, 200 patterns were provided to satisfy the equiibrium of the training set and 20 random pattern were acted as test set. 4.1 "11" Questions Booean Series Prediction Questions is one of the probems about time sequence prediction. First et us see the definition of the BSPQ. Suppose that we want to train a networ with an P input and T targets as defined beow [14]. P= and T = Here T is defined to be 0, except when two 1's occur in P in which case T is 1 and we caed this probem as "11" probem (one ind of the BSPQ ). Aso when "00"or "111" (two 0's or three 1's) occurs, it is named as the "00" or "111" probem. Firsty, we dea with the "11" question and anayze the effect of the memory in the context ayer of the networ. Tabe 1 compares the training simuation resuts of the three methods, we can see that our proposed method coud amost 100% succeeds to get the convergent criterion. Of course, the origina ENN was abe to predict the requested test set, but the training success rate was sow. Furthermore, it succeeded ony 75% when E was set to 0.1. And the improved ENN has increased the abiity of the dynamic memorization of the networ because of the sef-connection weights gene (a=0.5). Athough improved ENN coud acceerate the convergent of the earning process (time was ess than origina ENN), it coud not essentiay avoid the oca minima probems because of the characteristics of the gradient descent technique. Tabe 1. Experiment resuts for the 11 question with 5 neurons in the hidden ayer Success rate Average CPU time Methods (100 trias) (second) (1-5-1 networ) MSE=0.1 MSE=0.01 MSE=0.1 MSE=0.01 Origina ENN 75% 72% improved ENN 83% 82% propose ENN 100% 98%

5 Neura Information Processing Letters and Reviews Vo. 11, No. 8, August 2007 Figure 4. Training error curves of three ENN agorithm Figure 5. Expected Output T 1 and prediction resut with Proposed ENN Figure 4 shows the earning characteristics for the three methods with the same initiaization weight for the networ (1-5-1), when E was set to From the simuation resuts we can see that the proposed ENN agorithm ony needed about 3.5 seconds to be successfu, but the origina ENN and the improved ENN agorithm do not have goa vaue and gets trapped into oca minima point A and B, respectivey. The improved ENN have acceerated the earning process but it coud not escape the oca minima probem. However, with our proposed ENN agorithm it coud get the convergent point by avoiding the oca minima. We define the prediction test set P 1 randomy as stated in the 20's figures beow. P 1 = And we used the we trained networ to do the fina prediction about sequence P 1 to test the prediction capabiity of it. For the prediction set P 1, we can get its corresponding target resuts (for 11 question) with beow T 1. T 1 = Figure 5 is the simuation prediction resut of P 1 for the "11" question with our proposed ENN agorithm. In Figure 5, the two ines represented the T 1 ine and the prediction resuts ine respectivey. From Figure 5 we can see that the toerance for every pattern was ess than So the networ has enough abiity to do the prediction of the given tas as desired. For the same probem, as we graduay increased the quantity of the neuron of the hidden ayer, the origina ENN and improved ENN were abe to attain the convergence point with the finite iterative steps, however with our proposed ENN it amost got 100% successfu rate for error criterion by enhancing the search'capacity of the networ. The resuts are shown in Tabe 2. In order to better testify the effectiveness of the proposed method, we continued to increase the number of neuron in the hidden ayer. From the Tabe 3, we can see, the proposed method coud get amost 100% success rate than the other two agorithms by using adaptive LS method. However, the simuation time required by the porposed method is much onger than the rest methods at times. 4.2 "111" and "00" Questions As we change rues of the input sequence, we can continue to testify the vaidity of our proposed ENN agorithm. The specific parameter set of the networ were same as the "11" questions. Tabe 4 is the specific comparison resuts from the "111" question for the three agorithms. From Tabe 4 we can see that, for the networ (1-7-1), the success rate of the proposed ENN was ower (ony 93% when the error criterion was set to 0.1) because of the insufficient capacity with ess hidden unit nodes. As the number of unit nodes in the hidden was increased, our proposed ENN agorithm coud amost attain 100% succeess rate than the other two agorithms athough the time was onger. The proposed ENN has superior advantages than other two agorithms which use gradient ascent technique. 185

6 A Nove Learning Method for ENN Using Loca Search Tabe 2. Experiment resuts for the 11 question with 7 neurons in the hidden ayer Methods(1-7-1 Success rate(100 trias) Average CPU time (second) networ) MSE =0.1 MSE =0.01 MSE =0.1 MSE =0.01 Origina ENN 86% 82% Improved ENN 95% 93% Proposed ENN 100% 97% Tabe 3. Experiment resuts for the 11 question with 10 neurons in the hidden ayer Methods( Success rate(100 trias) Average CPU time (second) networ) MSE =0.1 MSE =0.01 MSE =0.1 MSE =0.01 Origina ENN 95% 89% Improved ENN 95% 91% Proposed ENN 100% 98% Tabe 4. Experiment resuts for the 111 question with different neuron units in the hidden ayer Structure of the Networ networ networ networ Items Success rate(100 trias) Average CPU time (second) Methods MSE =0.1 MSE =0.01 MSE =0.1 MSE=0.01 Origina ENN 61% 53% Improved ENN 80% 75% Proposed ENN 93% 90% Origina ENN 79% 73% Improved ENN 85% 79% Proposed ENN 100% 96% Origina ENN 85% 75% Improved ENN 96% 91% Proposed ENN 100% 98% Tabe 5. Experiment resuts for the 00 question with different neuron units in the hidden ayer Structure of the Networ networ networ networ Items Methods Success rate(100 trias) Average CPU time (second) MSE=0.1 MSE=0.01 MSE=0.1 MSE=0.01 Origina ENN 85% 76% Improved ENN 91% 89% Proposed ENN 97% 97% Origina ENN 89% 86% Improved ENN 95% 92% Proposed ENN 99% 97% Origina ENN 90% 87% Improved ENN 97% 95% Proposed ENN 100% 98% Tabe 5 is the specific comparison resuts from the "00" question for the three agorithms. From Tabe 5 we can see that, as the compexity of the probem was increased, the training time aso increased for three agorithms, but our proposed agorithm was much more effective on the compicated BSPQ probem for the requested error criterion. Athough the BSPQ probem is ony a simpe earning tas for ENN, the other probems such as the detection of the wave ampitude can aso be repeated with the proposed agorithgm to test its effectiveness. We fee there is a posibiity for the proposed agorightmn to be appied as we as in the Jordan networ or other partiay modified recurrent neura networs since the structure of the ENN and the above mentioned networs are amost simiar. 186

7 Neura Information Processing Letters and Reviews Vo. 11, No. 8, August Concusions In this paper, we proposed a adaptive oca search method for Eeman Neura Networ. The approach was shown to be of high convergence to goba minimum than the other agorithms. The proposed agorithm was appied to the BSPQ probems of "11", "111"and "00" probems. The simuation resuts showed that the oca search agorithm is an effective new method which can get the requested goba minimum and attained high success rate. Besides that by using oca search to repace the bacpropagation method cacuations are easier since no derivatives are required and oca search is straightforward. However one of the drawbac of the proposed agorithm is that the processing time can sometimes tae onger than the reguar methods. Athough the proposed agorithm is ony been experimented with ENN, we somehow fee that there are posibiity for it to be impemented in Jordan networ or other partiay modified recurrent neura networs due to the simiarities of the structure. This area of research woud be one of our foregoing efforts in expanding the effectiveness of oca search agorithm in networs simiar with ENN. References [1] J. L. Eeman, "Finding Structure in Time", Cognitive Science,14, ,1990. [2] C.W. Omin, C.L. Gies, Extraction of rues from dicrete-time recurrent neura networs, Neura Networs 9(1),41-52,1996. [3] P. Stage, B. Sendhoff, Organisation of past states in recurrent neura networs: impicit embedding, in: M. Mohammadian (Ed.), Computationa Inteigence for Modeing, Contro & Automation, IOS Press, Amsterda.pp.21-27,1999. [4] D.T. Pham and X. Liu, "Identification of inear and noninear dynamic systems using recurrent neura networs", Artificia Inteigence in Engineering, Vo.8,pp.90-97,1993. [5] G. Cybeno, "Approximation by superposition of a sigmoid function", Mathematics of Contro, Signas, and Systems, 2, , [6] A. Smith,"Branch prediction with Neura Networs: Hidden ayers and Recurrent Connections", Department of Computer Science University of Caifornia, San Diego La Joa, CA 92307, [7] A. Kaini and S. Sagirogu, "Eeman Networ with Embedded Memory for System Identification", Journa of Informaiton Science and Engineering 22, ,2006. [8] D.P. Kwo, P. Wang, and K. Zhou,"Process identification using a modified Eeman neura networ", Internationa Symposium on Speech, Image Processing and Neura Networs, 1994,pp, [9] X.Z.Gao, X.M. Gao, and S.J. Ovasa, "A modified Eeman neura networ mode with appication to dynamica systems identification", in Proceedings of the IEEE Internationa Conference on System, Man and Cybernetics, Vo.2, pp ,1996. [10] W. Chagra, R. B. Abdennour, F. Bouani, M. Ksouri, and G. Favier, "A comparative study on the channe modeing using feedforward and recurrent neura networ structures," in Proceedings of the IEEE Internationa Conference on System, Man and Cybernetics, Vo.4, pp ,1998. [11] M. Momma, K.P. Bennett, "A Pattern Search Method for Mode Seection of Support Vector Regression", 2003 [12] S. Lawrence, C.L. Gies, S. Fong, Natura anguage grammatica inference with recurrent neura networ, IEEE Trans. Knowedge Data Eng. 12(1), , [13] J.T. Conner, D. Martin, L.E. Atas, recurrent neura networs and robust time series prediction, IEEE Trans. Neura Networs 5(2) , [14] 187

8 A Nove Learning Method for ENN Using Loca Search Zhiqiang Zhang received his B.S degree and M.S. degree from Shandong University, Jinan, Shandong, China, in 2002, 2005 and in Computer Science and Management Science, respectivey. He is currenty woring for his Ph.D. degree at Toyama University, Japan. His main research interests are neura networs and optimizations. Zheng Tang received a B.S. degree from Zhejiang University, Zhejiang, China in 1982 and an M.S. degree and a D.E. degree from Tsinghua University. From 1988 to 1989 he was an Instructor in the Institute of Microeectronics an Tsinghua University. From 1990 to 1999, he was an Associate Professor in the Department of Eectrica and Eectronic Engineering, Miyazai University, Miyazai, Japan. In 2000, he joined Toyama University, Toyama, Japan, where he is currenty a Professor in the Department of Inteectua Information Systems. His current research interests incude inteectua information technoogy, neura networs, and optimizations. Catherine Vairappan received the B.E. degree in Eectronics Engineering from Mutimedia University in Maaysia and M.S. in Information Systems from Northern Kentucy University, USA in 2000 and 2004 respectivey. Currenty a candidate for Ph.D degree in Information System Engineering. Her research interests are in the area of earning agorithms in neura networ and optimization probems. 188

BP neural network-based sports performance prediction model applied research

BP neural network-based sports performance prediction model applied research Avaiabe onine www.jocpr.com Journa of Chemica and Pharmaceutica Research, 204, 6(7:93-936 Research Artice ISSN : 0975-7384 CODEN(USA : JCPRC5 BP neura networ-based sports performance prediction mode appied

More information

A Solution to the 4-bit Parity Problem with a Single Quaternary Neuron

A Solution to the 4-bit Parity Problem with a Single Quaternary Neuron Neura Information Processing - Letters and Reviews Vo. 5, No. 2, November 2004 LETTER A Soution to the 4-bit Parity Probem with a Singe Quaternary Neuron Tohru Nitta Nationa Institute of Advanced Industria

More information

An Algorithm for Pruning Redundant Modules in Min-Max Modular Network

An Algorithm for Pruning Redundant Modules in Min-Max Modular Network An Agorithm for Pruning Redundant Modues in Min-Max Moduar Network Hui-Cheng Lian and Bao-Liang Lu Department of Computer Science and Engineering, Shanghai Jiao Tong University 1954 Hua Shan Rd., Shanghai

More information

A Simple and Efficient Algorithm of 3-D Single-Source Localization with Uniform Cross Array Bing Xue 1 2 a) * Guangyou Fang 1 2 b and Yicai Ji 1 2 c)

A Simple and Efficient Algorithm of 3-D Single-Source Localization with Uniform Cross Array Bing Xue 1 2 a) * Guangyou Fang 1 2 b and Yicai Ji 1 2 c) A Simpe Efficient Agorithm of 3-D Singe-Source Locaization with Uniform Cross Array Bing Xue a * Guangyou Fang b Yicai Ji c Key Laboratory of Eectromagnetic Radiation Sensing Technoogy, Institute of Eectronics,

More information

Combining reaction kinetics to the multi-phase Gibbs energy calculation

Combining reaction kinetics to the multi-phase Gibbs energy calculation 7 th European Symposium on Computer Aided Process Engineering ESCAPE7 V. Pesu and P.S. Agachi (Editors) 2007 Esevier B.V. A rights reserved. Combining reaction inetics to the muti-phase Gibbs energy cacuation

More information

Unconditional security of differential phase shift quantum key distribution

Unconditional security of differential phase shift quantum key distribution Unconditiona security of differentia phase shift quantum key distribution Kai Wen, Yoshihisa Yamamoto Ginzton Lab and Dept of Eectrica Engineering Stanford University Basic idea of DPS-QKD Protoco. Aice

More information

A Brief Introduction to Markov Chains and Hidden Markov Models

A Brief Introduction to Markov Chains and Hidden Markov Models A Brief Introduction to Markov Chains and Hidden Markov Modes Aen B MacKenzie Notes for December 1, 3, &8, 2015 Discrete-Time Markov Chains You may reca that when we first introduced random processes,

More information

T.C. Banwell, S. Galli. {bct, Telcordia Technologies, Inc., 445 South Street, Morristown, NJ 07960, USA

T.C. Banwell, S. Galli. {bct, Telcordia Technologies, Inc., 445 South Street, Morristown, NJ 07960, USA ON THE SYMMETRY OF THE POWER INE CHANNE T.C. Banwe, S. Gai {bct, sgai}@research.tecordia.com Tecordia Technoogies, Inc., 445 South Street, Morristown, NJ 07960, USA Abstract The indoor power ine network

More information

Study on Fusion Algorithm of Multi-source Image Based on Sensor and Computer Image Processing Technology

Study on Fusion Algorithm of Multi-source Image Based on Sensor and Computer Image Processing Technology Sensors & Transducers 3 by IFSA http://www.sensorsporta.com Study on Fusion Agorithm of Muti-source Image Based on Sensor and Computer Image Processing Technoogy Yao NAN, Wang KAISHENG, 3 Yu JIN The Information

More information

Inductive Bias: How to generalize on novel data. CS Inductive Bias 1

Inductive Bias: How to generalize on novel data. CS Inductive Bias 1 Inductive Bias: How to generaize on nove data CS 478 - Inductive Bias 1 Overfitting Noise vs. Exceptions CS 478 - Inductive Bias 2 Non-Linear Tasks Linear Regression wi not generaize we to the task beow

More information

STABILITY OF A PARAMETRICALLY EXCITED DAMPED INVERTED PENDULUM 1. INTRODUCTION

STABILITY OF A PARAMETRICALLY EXCITED DAMPED INVERTED PENDULUM 1. INTRODUCTION Journa of Sound and Vibration (996) 98(5), 643 65 STABILITY OF A PARAMETRICALLY EXCITED DAMPED INVERTED PENDULUM G. ERDOS AND T. SINGH Department of Mechanica and Aerospace Engineering, SUNY at Buffao,

More information

The EM Algorithm applied to determining new limit points of Mahler measures

The EM Algorithm applied to determining new limit points of Mahler measures Contro and Cybernetics vo. 39 (2010) No. 4 The EM Agorithm appied to determining new imit points of Maher measures by Souad E Otmani, Georges Rhin and Jean-Marc Sac-Épée Université Pau Veraine-Metz, LMAM,

More information

A proposed nonparametric mixture density estimation using B-spline functions

A proposed nonparametric mixture density estimation using B-spline functions A proposed nonparametric mixture density estimation using B-spine functions Atizez Hadrich a,b, Mourad Zribi a, Afif Masmoudi b a Laboratoire d Informatique Signa et Image de a Côte d Opae (LISIC-EA 4491),

More information

Moreau-Yosida Regularization for Grouped Tree Structure Learning

Moreau-Yosida Regularization for Grouped Tree Structure Learning Moreau-Yosida Reguarization for Grouped Tree Structure Learning Jun Liu Computer Science and Engineering Arizona State University J.Liu@asu.edu Jieping Ye Computer Science and Engineering Arizona State

More information

Steepest Descent Adaptation of Min-Max Fuzzy If-Then Rules 1

Steepest Descent Adaptation of Min-Max Fuzzy If-Then Rules 1 Steepest Descent Adaptation of Min-Max Fuzzy If-Then Rues 1 R.J. Marks II, S. Oh, P. Arabshahi Λ, T.P. Caude, J.J. Choi, B.G. Song Λ Λ Dept. of Eectrica Engineering Boeing Computer Services University

More information

Two Kinds of Parabolic Equation algorithms in the Computational Electromagnetics

Two Kinds of Parabolic Equation algorithms in the Computational Electromagnetics Avaiabe onine at www.sciencedirect.com Procedia Engineering 9 (0) 45 49 0 Internationa Workshop on Information and Eectronics Engineering (IWIEE) Two Kinds of Paraboic Equation agorithms in the Computationa

More information

A. Distribution of the test statistic

A. Distribution of the test statistic A. Distribution of the test statistic In the sequentia test, we first compute the test statistic from a mini-batch of size m. If a decision cannot be made with this statistic, we keep increasing the mini-batch

More information

Determining The Degree of Generalization Using An Incremental Learning Algorithm

Determining The Degree of Generalization Using An Incremental Learning Algorithm Determining The Degree of Generaization Using An Incrementa Learning Agorithm Pabo Zegers Facutad de Ingeniería, Universidad de os Andes San Caros de Apoquindo 22, Las Condes, Santiago, Chie pzegers@uandes.c

More information

The influence of temperature of photovoltaic modules on performance of solar power plant

The influence of temperature of photovoltaic modules on performance of solar power plant IOSR Journa of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vo. 05, Issue 04 (Apri. 2015), V1 PP 09-15 www.iosrjen.org The infuence of temperature of photovotaic modues on performance

More information

Reliability Improvement with Optimal Placement of Distributed Generation in Distribution System

Reliability Improvement with Optimal Placement of Distributed Generation in Distribution System Reiabiity Improvement with Optima Pacement of Distributed Generation in Distribution System N. Rugthaicharoencheep, T. Langtharthong Abstract This paper presents the optima pacement and sizing of distributed

More information

Multilayer Kerceptron

Multilayer Kerceptron Mutiayer Kerceptron Zotán Szabó, András Lőrincz Department of Information Systems, Facuty of Informatics Eötvös Loránd University Pázmány Péter sétány 1/C H-1117, Budapest, Hungary e-mai: szzoi@csetehu,

More information

arxiv: v1 [cs.lg] 31 Oct 2017

arxiv: v1 [cs.lg] 31 Oct 2017 ACCELERATED SPARSE SUBSPACE CLUSTERING Abofaz Hashemi and Haris Vikao Department of Eectrica and Computer Engineering, University of Texas at Austin, Austin, TX, USA arxiv:7.26v [cs.lg] 3 Oct 27 ABSTRACT

More information

Appendix A: MATLAB commands for neural networks

Appendix A: MATLAB commands for neural networks Appendix A: MATLAB commands for neura networks 132 Appendix A: MATLAB commands for neura networks p=importdata('pn.xs'); t=importdata('tn.xs'); [pn,meanp,stdp,tn,meant,stdt]=prestd(p,t); for m=1:10 net=newff(minmax(pn),[m,1],{'tansig','purein'},'trainm');

More information

Evolutionary Product-Unit Neural Networks for Classification 1

Evolutionary Product-Unit Neural Networks for Classification 1 Evoutionary Product-Unit Neura Networs for Cassification F.. Martínez-Estudio, C. Hervás-Martínez, P. A. Gutiérrez Peña A. C. Martínez-Estudio and S. Ventura-Soto Department of Management and Quantitative

More information

MATH 172: MOTIVATION FOR FOURIER SERIES: SEPARATION OF VARIABLES

MATH 172: MOTIVATION FOR FOURIER SERIES: SEPARATION OF VARIABLES MATH 172: MOTIVATION FOR FOURIER SERIES: SEPARATION OF VARIABLES Separation of variabes is a method to sove certain PDEs which have a warped product structure. First, on R n, a inear PDE of order m is

More information

Adaptive Noise Cancellation Using Deep Cerebellar Model Articulation Controller

Adaptive Noise Cancellation Using Deep Cerebellar Model Articulation Controller daptive Noise Canceation Using Deep Cerebear Mode rticuation Controer Yu Tsao, Member, IEEE, Hao-Chun Chu, Shih-Wei an, Shih-Hau Fang, Senior Member, IEEE, Junghsi ee*, and Chih-Min in, Feow, IEEE bstract

More information

<C 2 2. λ 2 l. λ 1 l 1 < C 1

<C 2 2. λ 2 l. λ 1 l 1 < C 1 Teecommunication Network Contro and Management (EE E694) Prof. A. A. Lazar Notes for the ecture of 7/Feb/95 by Huayan Wang (this document was ast LaT E X-ed on May 9,995) Queueing Primer for Muticass Optima

More information

DISTRIBUTION OF TEMPERATURE IN A SPATIALLY ONE- DIMENSIONAL OBJECT AS A RESULT OF THE ACTIVE POINT SOURCE

DISTRIBUTION OF TEMPERATURE IN A SPATIALLY ONE- DIMENSIONAL OBJECT AS A RESULT OF THE ACTIVE POINT SOURCE DISTRIBUTION OF TEMPERATURE IN A SPATIALLY ONE- DIMENSIONAL OBJECT AS A RESULT OF THE ACTIVE POINT SOURCE Yury Iyushin and Anton Mokeev Saint-Petersburg Mining University, Vasiievsky Isand, 1 st ine, Saint-Petersburg,

More information

Explicit overall risk minimization transductive bound

Explicit overall risk minimization transductive bound 1 Expicit overa risk minimization transductive bound Sergio Decherchi, Paoo Gastado, Sandro Ridea, Rodofo Zunino Dept. of Biophysica and Eectronic Engineering (DIBE), Genoa University Via Opera Pia 11a,

More information

STA 216 Project: Spline Approach to Discrete Survival Analysis

STA 216 Project: Spline Approach to Discrete Survival Analysis : Spine Approach to Discrete Surviva Anaysis November 4, 005 1 Introduction Athough continuous surviva anaysis differs much from the discrete surviva anaysis, there is certain ink between the two modeing

More information

Worst Case Analysis of the Analog Circuits

Worst Case Analysis of the Analog Circuits Proceedings of the 11th WSEAS Internationa Conference on CIRCUITS, Agios Nikoaos, Crete Isand, Greece, Juy 3-5, 7 9 Worst Case Anaysis of the Anaog Circuits ELENA NICULESCU*, DORINA-MIOARA PURCARU* and

More information

Converting Z-number to Fuzzy Number using. Fuzzy Expected Value

Converting Z-number to Fuzzy Number using. Fuzzy Expected Value ISSN 1746-7659, Engand, UK Journa of Information and Computing Science Vo. 1, No. 4, 017, pp.91-303 Converting Z-number to Fuzzy Number using Fuzzy Expected Vaue Mahdieh Akhbari * Department of Industria

More information

First-Order Corrections to Gutzwiller s Trace Formula for Systems with Discrete Symmetries

First-Order Corrections to Gutzwiller s Trace Formula for Systems with Discrete Symmetries c 26 Noninear Phenomena in Compex Systems First-Order Corrections to Gutzwier s Trace Formua for Systems with Discrete Symmetries Hoger Cartarius, Jörg Main, and Günter Wunner Institut für Theoretische

More information

Optimality of Inference in Hierarchical Coding for Distributed Object-Based Representations

Optimality of Inference in Hierarchical Coding for Distributed Object-Based Representations Optimaity of Inference in Hierarchica Coding for Distributed Object-Based Representations Simon Brodeur, Jean Rouat NECOTIS, Département génie éectrique et génie informatique, Université de Sherbrooke,

More information

High Spectral Resolution Infrared Radiance Modeling Using Optimal Spectral Sampling (OSS) Method

High Spectral Resolution Infrared Radiance Modeling Using Optimal Spectral Sampling (OSS) Method High Spectra Resoution Infrared Radiance Modeing Using Optima Spectra Samping (OSS) Method J.-L. Moncet and G. Uymin Background Optima Spectra Samping (OSS) method is a fast and accurate monochromatic

More information

Adaptive Fuzzy Sliding Control for a Three-Link Passive Robotic Manipulator

Adaptive Fuzzy Sliding Control for a Three-Link Passive Robotic Manipulator Adaptive Fuzzy Siding Contro for a hree-link Passive Robotic anipuator Abstract An adaptive fuzzy siding contro (AFSC scheme is proposed to contro a passive robotic manipuator. he motivation for the design

More information

Process Capability Proposal. with Polynomial Profile

Process Capability Proposal. with Polynomial Profile Contemporary Engineering Sciences, Vo. 11, 2018, no. 85, 4227-4236 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ces.2018.88467 Process Capabiity Proposa with Poynomia Profie Roberto José Herrera

More information

Structural Control of Probabilistic Boolean Networks and Its Application to Design of Real-Time Pricing Systems

Structural Control of Probabilistic Boolean Networks and Its Application to Design of Real-Time Pricing Systems Preprints of the 9th Word Congress The Internationa Federation of Automatic Contro Structura Contro of Probabiistic Booean Networks and Its Appication to Design of Rea-Time Pricing Systems Koichi Kobayashi

More information

12.2. Maxima and Minima. Introduction. Prerequisites. Learning Outcomes

12.2. Maxima and Minima. Introduction. Prerequisites. Learning Outcomes Maima and Minima 1. Introduction In this Section we anayse curves in the oca neighbourhood of a stationary point and, from this anaysis, deduce necessary conditions satisfied by oca maima and oca minima.

More information

Cryptanalysis of PKP: A New Approach

Cryptanalysis of PKP: A New Approach Cryptanaysis of PKP: A New Approach Éiane Jaumes and Antoine Joux DCSSI 18, rue du Dr. Zamenhoff F-92131 Issy-es-Mx Cedex France eiane.jaumes@wanadoo.fr Antoine.Joux@ens.fr Abstract. Quite recenty, in

More information

Statistical Learning Theory: A Primer

Statistical Learning Theory: A Primer Internationa Journa of Computer Vision 38(), 9 3, 2000 c 2000 uwer Academic Pubishers. Manufactured in The Netherands. Statistica Learning Theory: A Primer THEODOROS EVGENIOU, MASSIMILIANO PONTIL AND TOMASO

More information

Asynchronous Control for Coupled Markov Decision Systems

Asynchronous Control for Coupled Markov Decision Systems INFORMATION THEORY WORKSHOP (ITW) 22 Asynchronous Contro for Couped Marov Decision Systems Michae J. Neey University of Southern Caifornia Abstract This paper considers optima contro for a coection of

More information

Bayesian Unscented Kalman Filter for State Estimation of Nonlinear and Non-Gaussian Systems

Bayesian Unscented Kalman Filter for State Estimation of Nonlinear and Non-Gaussian Systems Bayesian Unscented Kaman Fiter for State Estimation of Noninear and Non-aussian Systems Zhong Liu, Shing-Chow Chan, Ho-Chun Wu and iafei Wu Department of Eectrica and Eectronic Engineering, he University

More information

8 Digifl'.11 Cth:uits and devices

8 Digifl'.11 Cth:uits and devices 8 Digif'. Cth:uits and devices 8. Introduction In anaog eectronics, votage is a continuous variabe. This is usefu because most physica quantities we encounter are continuous: sound eves, ight intensity,

More information

Lecture Note 3: Stationary Iterative Methods

Lecture Note 3: Stationary Iterative Methods MATH 5330: Computationa Methods of Linear Agebra Lecture Note 3: Stationary Iterative Methods Xianyi Zeng Department of Mathematica Sciences, UTEP Stationary Iterative Methods The Gaussian eimination (or

More information

Safety Evaluation Model of Chemical Logistics Park Operation Based on Back Propagation Neural Network

Safety Evaluation Model of Chemical Logistics Park Operation Based on Back Propagation Neural Network 1513 A pubication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 6, 017 Guest Editors: Fei Song, Haibo Wang, Fang He Copyright 017, AIDIC Servizi S.r.. ISBN 978-88-95608-60-0; ISSN 83-916 The Itaian Association

More information

Neural Networks Compression for Language Modeling

Neural Networks Compression for Language Modeling Neura Networks Compression for Language Modeing Artem M. Grachev 1,2, Dmitry I. Ignatov 2, and Andrey V. Savchenko 3 arxiv:1708.05963v1 [stat.ml] 20 Aug 2017 1 Samsung R&D Institute Rus, Moscow, Russia

More information

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com . Two points A and B ie on a smooth horizonta tabe with AB = a. One end of a ight eastic spring, of natura ength a and moduus of easticity mg, is attached to A. The other end of the spring is attached

More information

Nonlinear Analysis of Spatial Trusses

Nonlinear Analysis of Spatial Trusses Noninear Anaysis of Spatia Trusses João Barrigó October 14 Abstract The present work addresses the noninear behavior of space trusses A formuation for geometrica noninear anaysis is presented, which incudes

More information

Paragraph Topic Classification

Paragraph Topic Classification Paragraph Topic Cassification Eugene Nho Graduate Schoo of Business Stanford University Stanford, CA 94305 enho@stanford.edu Edward Ng Department of Eectrica Engineering Stanford University Stanford, CA

More information

Efficiently Generating Random Bits from Finite State Markov Chains

Efficiently Generating Random Bits from Finite State Markov Chains 1 Efficienty Generating Random Bits from Finite State Markov Chains Hongchao Zhou and Jehoshua Bruck, Feow, IEEE Abstract The probem of random number generation from an uncorreated random source (of unknown

More information

Iterative Decoding Performance Bounds for LDPC Codes on Noisy Channels

Iterative Decoding Performance Bounds for LDPC Codes on Noisy Channels Iterative Decoding Performance Bounds for LDPC Codes on Noisy Channes arxiv:cs/060700v1 [cs.it] 6 Ju 006 Chun-Hao Hsu and Achieas Anastasopouos Eectrica Engineering and Computer Science Department University

More information

TELECOMMUNICATION DATA FORECASTING BASED ON ARIMA MODEL

TELECOMMUNICATION DATA FORECASTING BASED ON ARIMA MODEL TEECOMMUNICATION DATA FORECASTING BASED ON ARIMA MODE Anjuman Akbar Muani 1, Prof. Sachin Muraraka 2, Prof. K. Sujatha 3 1Student ME E&TC,Shree Ramchandra Coege of Engineering, onikand,pune,maharashtra

More information

THE OUT-OF-PLANE BEHAVIOUR OF SPREAD-TOW FABRICS

THE OUT-OF-PLANE BEHAVIOUR OF SPREAD-TOW FABRICS ECCM6-6 TH EUROPEAN CONFERENCE ON COMPOSITE MATERIALS, Sevie, Spain, -6 June 04 THE OUT-OF-PLANE BEHAVIOUR OF SPREAD-TOW FABRICS M. Wysocki a,b*, M. Szpieg a, P. Heström a and F. Ohsson c a Swerea SICOMP

More information

Nonlinear Gaussian Filtering via Radial Basis Function Approximation

Nonlinear Gaussian Filtering via Radial Basis Function Approximation 51st IEEE Conference on Decision and Contro December 10-13 01 Maui Hawaii USA Noninear Gaussian Fitering via Radia Basis Function Approximation Huazhen Fang Jia Wang and Raymond A de Caafon Abstract This

More information

A SIMPLIFIED DESIGN OF MULTIDIMENSIONAL TRANSFER FUNCTION MODELS

A SIMPLIFIED DESIGN OF MULTIDIMENSIONAL TRANSFER FUNCTION MODELS A SIPLIFIED DESIGN OF ULTIDIENSIONAL TRANSFER FUNCTION ODELS Stefan Petrausch, Rudof Rabenstein utimedia Communications and Signa Procesg, University of Erangen-Nuremberg, Cauerstr. 7, 958 Erangen, GERANY

More information

Numerical solution of one dimensional contaminant transport equation with variable coefficient (temporal) by using Haar wavelet

Numerical solution of one dimensional contaminant transport equation with variable coefficient (temporal) by using Haar wavelet Goba Journa of Pure and Appied Mathematics. ISSN 973-1768 Voume 1, Number (16), pp. 183-19 Research India Pubications http://www.ripubication.com Numerica soution of one dimensiona contaminant transport

More information

DIGITAL FILTER DESIGN OF IIR FILTERS USING REAL VALUED GENETIC ALGORITHM

DIGITAL FILTER DESIGN OF IIR FILTERS USING REAL VALUED GENETIC ALGORITHM DIGITAL FILTER DESIGN OF IIR FILTERS USING REAL VALUED GENETIC ALGORITHM MIKAEL NILSSON, MATTIAS DAHL AND INGVAR CLAESSON Bekinge Institute of Technoogy Department of Teecommunications and Signa Processing

More information

Improved Min-Sum Decoding of LDPC Codes Using 2-Dimensional Normalization

Improved Min-Sum Decoding of LDPC Codes Using 2-Dimensional Normalization Improved Min-Sum Decoding of LDPC Codes sing -Dimensiona Normaization Juntan Zhang and Marc Fossorier Department of Eectrica Engineering niversity of Hawaii at Manoa Honouu, HI 968 Emai: juntan, marc@spectra.eng.hawaii.edu

More information

Interactive Fuzzy Programming for Two-level Nonlinear Integer Programming Problems through Genetic Algorithms

Interactive Fuzzy Programming for Two-level Nonlinear Integer Programming Problems through Genetic Algorithms Md. Abu Kaam Azad et a./asia Paciic Management Review (5) (), 7-77 Interactive Fuzzy Programming or Two-eve Noninear Integer Programming Probems through Genetic Agorithms Abstract Md. Abu Kaam Azad a,*,

More information

Turbo Codes. Coding and Communication Laboratory. Dept. of Electrical Engineering, National Chung Hsing University

Turbo Codes. Coding and Communication Laboratory. Dept. of Electrical Engineering, National Chung Hsing University Turbo Codes Coding and Communication Laboratory Dept. of Eectrica Engineering, Nationa Chung Hsing University Turbo codes 1 Chapter 12: Turbo Codes 1. Introduction 2. Turbo code encoder 3. Design of intereaver

More information

Improving the Accuracy of Boolean Tomography by Exploiting Path Congestion Degrees

Improving the Accuracy of Boolean Tomography by Exploiting Path Congestion Degrees Improving the Accuracy of Booean Tomography by Expoiting Path Congestion Degrees Zhiyong Zhang, Gaoei Fei, Fucai Yu, Guangmin Hu Schoo of Communication and Information Engineering, University of Eectronic

More information

FORECASTING TELECOMMUNICATIONS DATA WITH AUTOREGRESSIVE INTEGRATED MOVING AVERAGE MODELS

FORECASTING TELECOMMUNICATIONS DATA WITH AUTOREGRESSIVE INTEGRATED MOVING AVERAGE MODELS FORECASTING TEECOMMUNICATIONS DATA WITH AUTOREGRESSIVE INTEGRATED MOVING AVERAGE MODES Niesh Subhash naawade a, Mrs. Meenakshi Pawar b a SVERI's Coege of Engineering, Pandharpur. nieshsubhash15@gmai.com

More information

XSAT of linear CNF formulas

XSAT of linear CNF formulas XSAT of inear CN formuas Bernd R. Schuh Dr. Bernd Schuh, D-50968 Kön, Germany; bernd.schuh@netcoogne.de eywords: compexity, XSAT, exact inear formua, -reguarity, -uniformity, NPcompeteness Abstract. Open

More information

Metal Oxide Semiconductor Field Effect Transistors (MOSFETs) Prof. Ali M. Niknejad Prof. Rikky Muller

Metal Oxide Semiconductor Field Effect Transistors (MOSFETs) Prof. Ali M. Niknejad Prof. Rikky Muller EECS 105 Spring 2017, Modue 3 Meta Oxide Semiconductor Fied Effect Transistors (MOSFETs) Prof. Ai M. Niknejad Prof. Rikky Muer Department of EECS University of Caifornia, Berkeey Announcements Prof. Rikky

More information

Tracking Control of Multiple Mobile Robots

Tracking Control of Multiple Mobile Robots Proceedings of the 2001 IEEE Internationa Conference on Robotics & Automation Seou, Korea May 21-26, 2001 Tracking Contro of Mutipe Mobie Robots A Case Study of Inter-Robot Coision-Free Probem Jurachart

More information

Research on liquid sloshing performance in vane type tank under microgravity

Research on liquid sloshing performance in vane type tank under microgravity IOP Conference Series: Materias Science and Engineering PAPER OPEN ACCESS Research on iquid soshing performance in vane type tan under microgravity Reated content - Numerica simuation of fuid fow in the

More information

Training Algorithm for Extra Reduced Size Lattice Ladder Multilayer Perceptrons

Training Algorithm for Extra Reduced Size Lattice Ladder Multilayer Perceptrons Training Agorithm for Extra Reduced Size Lattice Ladder Mutiayer Perceptrons Daius Navakauskas Division of Automatic Contro Department of Eectrica Engineering Linköpings universitet, SE-581 83 Linköping,

More information

1. Measurements and error calculus

1. Measurements and error calculus EV 1 Measurements and error cacuus 11 Introduction The goa of this aboratory course is to introduce the notions of carrying out an experiment, acquiring and writing up the data, and finay anayzing the

More information

Paper presented at the Workshop on Space Charge Physics in High Intensity Hadron Rings, sponsored by Brookhaven National Laboratory, May 4-7,1998

Paper presented at the Workshop on Space Charge Physics in High Intensity Hadron Rings, sponsored by Brookhaven National Laboratory, May 4-7,1998 Paper presented at the Workshop on Space Charge Physics in High ntensity Hadron Rings, sponsored by Brookhaven Nationa Laboratory, May 4-7,998 Noninear Sef Consistent High Resoution Beam Hao Agorithm in

More information

Power Control and Transmission Scheduling for Network Utility Maximization in Wireless Networks

Power Control and Transmission Scheduling for Network Utility Maximization in Wireless Networks ower Contro and Transmission Scheduing for Network Utiity Maximization in Wireess Networks Min Cao, Vivek Raghunathan, Stephen Hany, Vinod Sharma and. R. Kumar Abstract We consider a joint power contro

More information

Numerical simulation of javelin best throwing angle based on biomechanical model

Numerical simulation of javelin best throwing angle based on biomechanical model ISSN : 0974-7435 Voume 8 Issue 8 Numerica simuation of javein best throwing ange based on biomechanica mode Xia Zeng*, Xiongwei Zuo Department of Physica Education, Changsha Medica University, Changsha

More information

A Ridgelet Kernel Regression Model using Genetic Algorithm

A Ridgelet Kernel Regression Model using Genetic Algorithm A Ridgeet Kerne Regression Mode using Genetic Agorithm Shuyuan Yang, Min Wang, Licheng Jiao * Institute of Inteigence Information Processing, Department of Eectrica Engineering Xidian University Xi an,

More information

Efficient Part-of-Speech Tagging with a Min-Max Modular Neural-Network Model

Efficient Part-of-Speech Tagging with a Min-Max Modular Neural-Network Model Appied Inteigence 19, 65 81, 2003 c 2003 Kuwer Academic Pubishers. Manufactured in The Netherands. Efficient Part-of-Speech Tagging with a Min-Max Moduar Neura-Network Mode BAO-LIANG LU Department of Computer

More information

D. Prémel, J.M. Decitre and G. Pichenot. CEA, LIST, F Gif-sur-Yvette, France

D. Prémel, J.M. Decitre and G. Pichenot. CEA, LIST, F Gif-sur-Yvette, France SIMULATION OF EDDY CURRENT INSPECTION INCLUDING MAGNETIC FIELD SENSOR SUCH AS A GIANT MAGNETO-RESISTANCE OVER PLANAR STRATIFIED MEDIA COMPONENTS WITH EMBEDDED FLAWS D. Préme, J.M. Decitre and G. Pichenot

More information

Control Chart For Monitoring Nonparametric Profiles With Arbitrary Design

Control Chart For Monitoring Nonparametric Profiles With Arbitrary Design Contro Chart For Monitoring Nonparametric Profies With Arbitrary Design Peihua Qiu 1 and Changiang Zou 2 1 Schoo of Statistics, University of Minnesota, USA 2 LPMC and Department of Statistics, Nankai

More information

Approach to Identifying Raindrop Vibration Signal Detected by Optical Fiber

Approach to Identifying Raindrop Vibration Signal Detected by Optical Fiber Sensors & Transducers, o. 6, Issue, December 3, pp. 85-9 Sensors & Transducers 3 by IFSA http://www.sensorsporta.com Approach to Identifying Raindrop ibration Signa Detected by Optica Fiber ongquan QU,

More information

NEW DEVELOPMENT OF OPTIMAL COMPUTING BUDGET ALLOCATION FOR DISCRETE EVENT SIMULATION

NEW DEVELOPMENT OF OPTIMAL COMPUTING BUDGET ALLOCATION FOR DISCRETE EVENT SIMULATION NEW DEVELOPMENT OF OPTIMAL COMPUTING BUDGET ALLOCATION FOR DISCRETE EVENT SIMULATION Hsiao-Chang Chen Dept. of Systems Engineering University of Pennsyvania Phiadephia, PA 904-635, U.S.A. Chun-Hung Chen

More information

Distributed average consensus: Beyond the realm of linearity

Distributed average consensus: Beyond the realm of linearity Distributed average consensus: Beyond the ream of inearity Usman A. Khan, Soummya Kar, and José M. F. Moura Department of Eectrica and Computer Engineering Carnegie Meon University 5 Forbes Ave, Pittsburgh,

More information

Research of Data Fusion Method of Multi-Sensor Based on Correlation Coefficient of Confidence Distance

Research of Data Fusion Method of Multi-Sensor Based on Correlation Coefficient of Confidence Distance Send Orders for Reprints to reprints@benthamscience.ae 340 The Open Cybernetics & Systemics Journa, 015, 9, 340-344 Open Access Research of Data Fusion Method of Muti-Sensor Based on Correation Coefficient

More information

Radar/ESM Tracking of Constant Velocity Target : Comparison of Batch (MLE) and EKF Performance

Radar/ESM Tracking of Constant Velocity Target : Comparison of Batch (MLE) and EKF Performance adar/ racing of Constant Veocity arget : Comparison of Batch (LE) and EKF Performance I. Leibowicz homson-csf Deteis/IISA La cef de Saint-Pierre 1 Bd Jean ouin 7885 Eancourt Cede France Isabee.Leibowicz

More information

Approximation and Fast Calculation of Non-local Boundary Conditions for the Time-dependent Schrödinger Equation

Approximation and Fast Calculation of Non-local Boundary Conditions for the Time-dependent Schrödinger Equation Approximation and Fast Cacuation of Non-oca Boundary Conditions for the Time-dependent Schrödinger Equation Anton Arnod, Matthias Ehrhardt 2, and Ivan Sofronov 3 Universität Münster, Institut für Numerische

More information

Scalable Spectrum Allocation for Large Networks Based on Sparse Optimization

Scalable Spectrum Allocation for Large Networks Based on Sparse Optimization Scaabe Spectrum ocation for Large Networks ased on Sparse Optimization innan Zhuang Modem R&D Lab Samsung Semiconductor, Inc. San Diego, C Dongning Guo, Ermin Wei, and Michae L. Honig Department of Eectrica

More information

CS229 Lecture notes. Andrew Ng

CS229 Lecture notes. Andrew Ng CS229 Lecture notes Andrew Ng Part IX The EM agorithm In the previous set of notes, we taked about the EM agorithm as appied to fitting a mixture of Gaussians. In this set of notes, we give a broader view

More information

Identification of macro and micro parameters in solidification model

Identification of macro and micro parameters in solidification model BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES Vo. 55, No. 1, 27 Identification of macro and micro parameters in soidification mode B. MOCHNACKI 1 and E. MAJCHRZAK 2,1 1 Czestochowa University

More information

Convergence Property of the Iri-Imai Algorithm for Some Smooth Convex Programming Problems

Convergence Property of the Iri-Imai Algorithm for Some Smooth Convex Programming Problems Convergence Property of the Iri-Imai Agorithm for Some Smooth Convex Programming Probems S. Zhang Communicated by Z.Q. Luo Assistant Professor, Department of Econometrics, University of Groningen, Groningen,

More information

Melodic contour estimation with B-spline models using a MDL criterion

Melodic contour estimation with B-spline models using a MDL criterion Meodic contour estimation with B-spine modes using a MDL criterion Damien Loive, Ney Barbot, Oivier Boeffard IRISA / University of Rennes 1 - ENSSAT 6 rue de Kerampont, B.P. 80518, F-305 Lannion Cedex

More information

MARKOV CHAINS AND MARKOV DECISION THEORY. Contents

MARKOV CHAINS AND MARKOV DECISION THEORY. Contents MARKOV CHAINS AND MARKOV DECISION THEORY ARINDRIMA DATTA Abstract. In this paper, we begin with a forma introduction to probabiity and expain the concept of random variabes and stochastic processes. After

More information

Bayesian Learning. You hear a which which could equally be Thanks or Tanks, which would you go with?

Bayesian Learning. You hear a which which could equally be Thanks or Tanks, which would you go with? Bayesian Learning A powerfu and growing approach in machine earning We use it in our own decision making a the time You hear a which which coud equay be Thanks or Tanks, which woud you go with? Combine

More information

SVM: Terminology 1(6) SVM: Terminology 2(6)

SVM: Terminology 1(6) SVM: Terminology 2(6) Andrew Kusiak Inteigent Systems Laboratory 39 Seamans Center he University of Iowa Iowa City, IA 54-57 SVM he maxima margin cassifier is simiar to the perceptron: It aso assumes that the data points are

More information

Published in: Proceedings of the Twenty Second Nordic Seminar on Computational Mechanics

Published in: Proceedings of the Twenty Second Nordic Seminar on Computational Mechanics Aaborg Universitet An Efficient Formuation of the Easto-pastic Constitutive Matrix on Yied Surface Corners Causen, Johan Christian; Andersen, Lars Vabbersgaard; Damkide, Lars Pubished in: Proceedings of

More information

Analysis method of feeder partition capacity considering power supply security and distributed generation

Analysis method of feeder partition capacity considering power supply security and distributed generation The 6th Internationa Conference on Renewabe Power Generation (RPG) 19 20 October 2017 Anaysis method of feeder capacity considering power suppy security and distributed generation Weifu Wang 1, Zhaojing

More information

Simplified analysis of EXAFS data and determination of bond lengths

Simplified analysis of EXAFS data and determination of bond lengths Indian Journa of Pure & Appied Physics Vo. 49, January 0, pp. 5-9 Simpified anaysis of EXAFS data and determination of bond engths A Mishra, N Parsai & B D Shrivastava * Schoo of Physics, Devi Ahiya University,

More information

Math 124B January 31, 2012

Math 124B January 31, 2012 Math 124B January 31, 212 Viktor Grigoryan 7 Inhomogeneous boundary vaue probems Having studied the theory of Fourier series, with which we successfuy soved boundary vaue probems for the homogeneous heat

More information

Mechanism Deduction from Noisy Chemical Reaction Networks

Mechanism Deduction from Noisy Chemical Reaction Networks Mechanism Deduction from Noisy Chemica Reaction Networks arxiv:1803.09346v1 [physics.chem-ph] 25 Mar 2018 Jonny Proppe and Markus Reiher March 28, 2018 ETH Zurich, Laboratory of Physica Chemistry, Vadimir-Preog-Weg

More information

$, (2.1) n="# #. (2.2)

$, (2.1) n=# #. (2.2) Chapter. Eectrostatic II Notes: Most of the materia presented in this chapter is taken from Jackson, Chap.,, and 4, and Di Bartoo, Chap... Mathematica Considerations.. The Fourier series and the Fourier

More information

Mathematical Scheme Comparing of. the Three-Level Economical Systems

Mathematical Scheme Comparing of. the Three-Level Economical Systems Appied Mathematica Sciences, Vo. 11, 2017, no. 15, 703-709 IKAI td, www.m-hikari.com https://doi.org/10.12988/ams.2017.7252 Mathematica Scheme Comparing of the Three-eve Economica Systems S.M. Brykaov

More information

A Robust Voice Activity Detection based on Noise Eigenspace Projection

A Robust Voice Activity Detection based on Noise Eigenspace Projection A Robust Voice Activity Detection based on Noise Eigenspace Projection Dongwen Ying 1, Yu Shi 2, Frank Soong 2, Jianwu Dang 1, and Xugang Lu 1 1 Japan Advanced Institute of Science and Technoogy, Nomi

More information

1D Heat Propagation Problems

1D Heat Propagation Problems Chapter 1 1D Heat Propagation Probems If the ambient space of the heat conduction has ony one dimension, the Fourier equation reduces to the foowing for an homogeneous body cρ T t = T λ 2 + Q, 1.1) x2

More information

Distribution Systems Voltage Profile Improvement with Series FACTS Devices Using Line Flow-Based Equations

Distribution Systems Voltage Profile Improvement with Series FACTS Devices Using Line Flow-Based Equations 16th NATIONAL POWER SYSTEMS CONFERENCE, 15th-17th DECEMBER, 010 386 Distribution Systems otage Profie Improvement with Series FACTS Devices Using Line Fow-Based Equations K. enkateswararao, P. K. Agarwa

More information