MMI-based Training for a Probabilistic Neural Network

Size: px
Start display at page:

Download "MMI-based Training for a Probabilistic Neural Network"

Transcription

1 MMI-based Training for a Probabilisti Neural Network Nan Bu and Tosio Tsuji Department of te Artifiial Complex Systems Engineering Hirosima University Higasi-Hirosima, JAPAN bu@bsys.irosima-u.a.jp Osamu Fukuda National Institute of Advaned Industrial Siene and Tenology Tsukuba, JAPAN fukuda.o@aist.go.jp Abstrat Probabilisti neural networks (PNNs) tat inorporate te Bayesian deision rule and statistial models ave been widely used for pattern lassifiation. Effiient estimation of te PNN s weigts, owever, is still a major problem. In tis paper, we propose a new training seme based on a disriminative riterion, maximum mutual information (MMI), and apply tis metod to te log-linearized Gaussian mixture network (LLGMN) wi is one of te PNNs. Te MMI training aieves a onsistent estimator of network weigts, and inludes te onventional maximum likeliood (ML) algoritm as a speial ase. Also, te dynamis of terminal attrator (TA) is introdued for iteration ontrol of te MMI training. Finally, te lassifiation ability of te proposed metod is examined wit a pattern lassifiation problem of te eletromyogram (EMG) signals, and found tat te MMI training results in better lassifiation tan te onventional ML algoritm. I. INTRODUCTION Reently, neural networks ave been inreasingly popular in a pattern lassifiation field beause of teir outstanding performane in approximating te desired funtional mapping between input and output patterns. However, several fators ave indered te development of NN lassifiers su as te slow learning onvergene, need for a large amount of training data, and loal minima. To takle tese problems, numerous attempts ave been made to integrate speifi knowledge into te NN ariteture. In one approa, te NN alled te probabilisti neural network (PNN), is trained to estimate te probability density funtion (pdf) of te pattern in order to improve te lassifiation ability [1]-[5]. In [4], Tsuji et al. ave proposed a feedforward probabilisti NN, a log-linearized Gaussian mixture network (LLGMN), wi is based on a log-linear model and a Gaussian mixture model (GMM). LLGMN is a tree-layer NN wit te semiparametri model of te pdf inorporated, te outputs of wi are expeted to approximate te posterior probabilities of te patterns to be disriminated. Te units in te idden layer an be interpreted as mixture omponents in GMM, and te weigt oeffiients orrespond to te statistial parameters in GMM, su as te mixture oeffiients, mean values, and standard deviation. As an appliation example, LLGMN as been suessfully used for te eletromyogram (EMG) pattern lassifiation problem [5]. A maximum likeliood (ML) riterion is employed to estimate te weigts of LLGMN wit a bakpropagation-based training algoritm. Te ML riterion as been extensively used to estimate unknown parameters of ypotesized pdf models. Unbiased estimators an be obtained, if 1) te true distribution of te sampled data is inluded in te spae of te distribution of te ypotesized models, and 2) suffiient training data is available [6]. Yet if te assumptions are not satisfied, te ML riterion may no longer provide a reliable estimator, tus ausing mislassifiation, and ig lassifiation performane may not be expeted. Altoug LLGMN as a reasonable struture as a NN lassifier, it suffers te drawbaks of te ML riterion as well. Terefore, a better disriminative training riterion is needed in order to rea te full potential of LLGMN. In te field of spee reognition, a maximum mutual information (MMI) riterion as been used to train lassifier based on idden Markov model (HMM), and it as been sown tat a training algoritm based on te MMI riterion an provide more onsistent lassifiation tan ML [6]-[1]. Te MMI estimation was popularized by L.R. Bal [7] wo applied it to HMM parameter estimation in Sine ten, many researers ave reported te promising disriminative training ability of MMI [6][8]-[1]. Valtev et al. implemented te MMI estimation for optimizing te struture and parameters of a ontinuous density HMM-based voabulary reognition system [8], and Woodland and Povey obtained better reognition auray tan te orresponding ML estimation [9]. Also, in [1], Slüter et al. used te MMI riterion for ontinuous spee reognition, and a better word reognition rate was aieved tan te ML riterion. Te prinipal idea of MMI, wen applied to estimate HMMs, is maximizing te ratio of te orret model to all oter models, wi an be simply expressed in te form: θ m arg max θ m P (O m ), P (m)p (O m) were O is a time sequene of aousti data, and m is a model or a lass tat ategorizes te data; θ is te parameter of HMM model; m is te orret model for te given data, and θ m is te estimated parameter for model m. P (m) and P (O m) are te prior probability for model m and te posterior probability for O. In ontrast, te ML estimation just maximizes te likeliood, namely, P (O m ). Tis is an important benefit of MMI, sine not only te orret model, but all possible models of te training data are onsidered. Furtermore, te MMI riterion attempts to maximize te disrimination between te orret model and te inorret models, and to maximize te model separability rater tan a likeliood funtion [6]. From /3/$ IEEE 2661

2 O1,1 (3) (3) (3) O1 O OC 1,1 (1,1) w 1 (1) O 1 x1 O1,M 1 1,M 1,m x2 (,m) w O,m X1 X2 X X H Nonlinear transformation Fig. 1. xd Te struture of LLGMN. (1) O H OC,M C C,MC te viewpoint of disrimination ability, te MMI riterion is suit for training probabilisti NN, su as LLGMN. Inspired by te above, te present paper proposes a MMIbased training seme for LLGMN instead of te onventional ML metod to improve pattern disrimination. A gradient optimization metod is used aording to te bakpropagation rule, and te onept of a terminal attrator (TA) is introdued into te training seme for iteration ontrol, onsidering tat standard gradient metods are often slow to onverge. MMI is a onsistent estimator, and it is expeted tat better disrimination an be realized wit te proposed training seme. Tis paper is organized as follows. Setion II briefly introdues LLGMN and te ML training algoritm. Te MMIbased training algoritm and te omparison between MMI and ML riterion are desribed in Setion III. Setion IV proposes te extended training seme inluding te dynamis of TA. Te results of pattern lassifiation experiments of te eletromyogram (EMG) are presented in Setion V. Te final setion onludes te paper. II. A PROBABILISTIC NEURAL NETWORK - LLGMN Te LLGMN is based on te Gaussian mixture model (GMM) and te log-linear model of pdf. By applying te loglinear model to a produt of te mixture oeffiient and te mixture omponent of GMM, te semiparametri model of pdf is inorporated into a tree-layer feedforward NN as sown in Fig. 1. For training, a simple algoritm based on te ML riterion and te bakpropagation rule is employed [4]. A. Struture of LLGMN First, in te pre-proess, te input vetor x R d is onverted into te modified vetor X R H as follows: X (1, x T,x 2 1,x 1 x 2,,x 1 x d,x 2 2,x 2 x 3,, x 2 x d,,x 2 d ) T (1) were x i,i 1, 2,,d, are te elements of x and H 1+d(d+3)/2. Te first layer onsists of H units orresponding to te dimension of X and te identity funtion is used for ativation of ea unit. (1) O ( 1,,H) in Fig. 1 denotes te output of te t unit in te first layer. In te seond layer, ea unit reeives te output of te first layer weigted by te weigt w (,m) and outputs te posterior probability of ea omponent. Te relationsips between te input of unit {, m} in te seond layer ( I,m ) and te output ( O,m ) are defined as H I,m (1) O w (,m) 1 exp[ I,m ] O,m C MC 1 m 1 exp[ I,m ] (3) were w (C,MC ) ( 1,,H). Te tird layer onsists of C units orresponding to te number of lasses. Te unit ( 1,,C) sums up te outputs of M units {, m} (m 1,,M ) in te seond layer. Te funtion between te input and te output is desribed as (3) O (3) I M m1 O,m (4) were te output (3) O orresponds to te posterior probability of lass. By optimizing te weigt w (,m), LLGMN is expeted to approximate te posterior probability P ( x) ( 1,,C), wen an input vetor x is provided to it. Te next subsetion briefly desribes te supervised training algoritm based on ML riterion. B. Training Seme Based on an ML Criterion In te training proedure, a set of vetor X (x (1),, x (N) ) and te orresponding teaer vetor ( 1,,T,, C )(n 1,,N) are used. Te teaer vetor provides perfet lassifiation, tat is, ĉ 1for te partiular lass ĉ and T for te oter lasses. Te network is assumed to aquire te probability distribution of te training data if for all x te output (3) O is lose enoug to te teaer vetor. Te ML-training estimates te weigt W as N C W ML arg max P ( x ). (5) W n1 1 Taking te logaritm of te rigt side of (5), te following log-likeliood funtion an be derived: L n1 1 log P ( x ) n1 1 T log (3) O (6) were (3) O orresponds to P ( x ). Te objetive funtion J is defined as J ML J n T log (3) O (7) n1 n

3 and training proess is to minimize J ML, tat is, to maximize te likeliood. Te weigt modifiation w (,m) is given as follows: n w (,m) w (,m) w (,m) 1 M m 1 ( (3) O η ( n1 1 n w (,m) T log (3) O ) log (3) O (3) O (3) O O,m were η> is te learning rate. A. MMI Training Criterion O,m I,m ) O,m (3) O III. MMI-BASED TRAINING I,m w (,m) (8) X (9) Te MMI riterion used in te present paper is based on Sannon s information teory [11]. Consider two random variables C and X, te mutual information (MI), I(C; X), is defined as I(C; X) H(C) H(C X) (1) were H(C) is te entropy of C and H(C X) is te onditional entropy of C given X. Tey an be expressed in te form: H(C) P () log P () (11) H(C X) P (, x) log P ( x) x (12) were P (), P (, x), and P ( x) stand for prior probability of, joint probability of and x, and posterior probability of, respetively. Beause entropy is also interpreted as a measure of unertainty of a random variable, it is reasonable to take te MI between te lass (C) and te input data (X) as te redution of unertainty of lasses given te observed data generated from tese lasses. Suppose tat te distribution of prior probability of C is known, i.e. H(C) is onstant, maximizing I(C; X) means minimizing te onditional entropy H(C X), intuitively, te unertainty of te distribution of P ( x) is redued. Te parameters in PNN, e.g. LLGMN, are tus expeted to be estimated aording to te MMI riterion. Extending (1) wit (11) and (12), I(C; X) an be rewritten as follows I(C; X) P ( x)p (x) log P ( x) P (). (13) x Tus, te MI an be expressed as a funtion of te weigts in PNN, tat is, I(C; X) f(p ( x)) f(g(w )), and by te MMI riterion, te weigt W is estimated as W MMI arg max I(C; X) W arg max P ( x)p (x) log P ( x) W P (). (14) x Aording to te definition in II, te objetive funtion for LLGMN training based on MMI, J MMI, is now defined as J MMI I(C; X) n1 1 n1 1 P ( x )P (x ) log P ( x ) P () (3) O P (x (3) O ) log P (). (15) Te MI an be maximized by minimizing te objetive funtion J MMI. B. Comparing MMI wit ML Rewriting te objetive funtion (15), we get J MMI P ( x )P (x )(log P () log P ( x )) n1 1 P (, x ) log P () P (, x ) log P ( x ). n1 1 (16) Assuming tat te prior probability P () and te joint probability P (, x ) are or 1, P (, x ) log P () in (16) equals beause P (, x ) log P () P (x )P () log P (). Furtermore, P (, x ) an be interpreted as te teaing vetor, beause P (, x ) equals 1 wen x is generated from lass and for te oter ases. Consequently, (16) an be simplified as J MMI P (, x ) log P ( x ) n1 1 n1 1 n1 1 log P ( x ) T log (3) O J ML. (17) Tis means tat J ML is inluded in J MMI, and is a speial ase of J MMI. On te oter and, by symmetry, I(C; X) also follows tat I(C; X) H(X) H(X C). (18) As te distribution of P (x) is not affeted by te weigt of LLGMN, H(X) an be onsidered to be onstant. Similar to te explanation for (1)-(12), maximizing te MI would redue te unertainty of te distribution of P (x ). As a 2663

4 result, bot te posterior probability distribution, p( x), and te emission probability distribution, p(x ), an be estimated simultaneously wen maximizing te MI. Unlike MMI, te ML riterion an estimate just one probability distribution. If bot te ML estimation and te MMI estimation rea global minima in te training proess of LLGMN, te resultant weigts sould be te same. However, wen te global minima are not reaable or te training iteration is stopped at some loal minima, training wit te MMI riterion would provide better disrimination. IV. MMI TRAINING ALGORITHM WITH TERMINAL ATTRACTOR Tis setion introdues te details of te proposed training seme. Te modified objetive funtion J M is defined on te basis of te MMI objetive funtion (15), J M I I(C; X) I (3) O P (x (3) O ) log (19) P () n1 1 were I is onstant and equals te maximum of I(C; X), so tat J M as te minimum as. However, it is diffiult to alulate I wit no desired NN outputs value, e.g. te teaer vetor. Furtermore, witout teaer vetor, te NN would be trained like an self-organizing maps (SOM), and training of te SOM wit a gradient metod must be toug. In tis paper, for simplifiation, we applied te teaer vetor defined in II-B to (19), and defined te following objetive funtion: J I n1 1 (3) O P (x ) log (3) O P () (2) were P () N n1 P ( x )P (x )( 1,,C), and it is assumed P (x )1/N (n 1,,N). It is onsidered tat I(C; X) beomes maximum wen (3) O T, wi suggests tat, given te input x, te desired probabilities are obtained; tus we get I log C. For standard gradient metod, te weigt modifiation w (,m) is derived as w (,m) η w (,m) wit a fixed η>as te learning rate. as follows: w (,m) w (,m) ( n1 1 n1 1 (3) O ( (3) O (3) O w (,m) P (x ) log P (x ) log (21) an be derived (3) O P () ) (3) O P ( ) ) M m 1 n1 1 (3) O O,m O,m I,m I,m w (,m) (3) P O (x )[log (3) P ( ) O P (x ) P ( ) +1] (δ, (3) O ) O,mX (22) were δ, equals 1 wen, and oterwise. Beause te standard gradient metod is always ritiized for its slow onvergene, tis paper inorporates te dynamis of te terminal attrator (TA) [12] into te training seme in order to regulate te onvergene time. Te differential equation of TA is defined as u u β. (23) Wen te parameter β is determined as <β<1, u is a monotonially non-inreasing funtion, and always onverges stably to te equilibrium point in a finite time, sine te Lipsitz onditions are violated at u : d u du βu β 1 u. (24) u Te onvergene time is fixed depending on te initial ondition u u : tf u du t f dt u u u1 β (1 β) < (25) were β determines ow te dynamis onverges, su as smootly or sarply. Inorporating TA into te objetive funtion (2) of LL- GMN an regulate te onvergene time of te training, and te network training onverges to te global minimum or one of te loal minima in a finite speified time [13]. Te weigts of LLGMN are onsidered as te time dependent ontinuous variables, and time derivative of w,m is defined as: ẇ,m η ta γ w,m (26) γ M J β H 1 m1 1 ( w,m ) 2 (27) were η ta > is positive, and γ is alulated using te onstant β. Te time derivative of te energy funtion J an be alulated as: M H ( ) J w,m ẇ,m 1 m1 1 η ta J β. (28) Aording to te dynamis of TA (23)-(25), te onvergene time an be given as t f tf dt J 1 β η ta (1 β) Jf J dj J J 1 β J 1 β f η ta (1 β) (29) 2664

5 Power level C. 1 C. 2 C. 3 C. 4 C. 5 C [mv] Classifiation ratio (%) Number of training data MMI ML Entropy, H(t) Classifiation result 1.. /n/ /o/ /e/ /u/ /i/ /a/ Classified Mislassified Time [se] Fig. 2. An example of te lassifiation result based on te proposed MMI training algoritm. were J is an initial value of te energy funtion J alulated using initial weigts, and J f is te final value of J at te equilibrium point. For J f, te equal sign of (29) is eld. Tus, te onvergene time an be speified by learning rate η ta. In ontrast, for J f, te onvergene time is always less tan te upper limit of (29). V. EXPERIMENTS Pattern lassifiation experiments for te EMG signals were onduted using te training metods based on MMI and ML riteria. Te EMG signal used were six-annel data (d 6,H 28) orresponding to six lasses (C 6), wi were measured from six mimeti and ervial musles of a patient wit ervial spine injury, and six lasses are orresponding to six voable sounds, i.e. /a/, /i/, /u/, /e/, /o/, and /n/. In te experiments, te patient was asked to utter te six vowels in te order. Te EMG signals were measured wit a sampling frequeny f d 1 [Hz], ten retified and filtered by a Butterwort filter (utoff frequeny: 1 [Hz]). Ea sampled data was normalized to make te sum of six annels equal 1, and te feature vetors x [x 1,,x 6 ] were inputted into te LLGMN. A power level was estimated from te EMG signals, and was ompared wit a prefixed tresold to determine weter te patient uttered or not. Te LLGMN inludes 28 units in te first layer, 18 units in te seond layer orresponding to te total number of omponents (M 3, ( 1,...,6)), and six units in te tird layer. In training, te objetive funtions J (2) and J ML (7) were used. Te dynamis of TA was used in bot te MMI and te Fig. 3. rule 1. Fig. 4. rule 2. Classifiation ratio (%) Classifiation ratios for various training data number wit deision Number of training data MMI ML Classifiation ratios for various training data number wit deision ML training algoritm, and set wit β.8, t f 1se and t.25 se, tat results 4 iterations. An example of te lassifiation result based on te proposed MMI training algoritm is sown in Fig. 2. In tis figure, six annels of EMG signals, te power level, te entropy H(t) alulated from te output probability of LLGMN, and te lassifiation results are plotted. Te gray areas indiate no utterane. Te lassifiation rate was about 9.9% in tis experiment. Altoug mislassifiations were made for /o/, it sould be notied tat EMG patterns for utterane of /u/ and /o/ are similar, furtermore, te power level of /o/ is relatively lower tan te oters. To verify te disrimination performane of te proposed training algoritm, omparison experiments wit ML were onduted. Five sets of training data were used for bot metods to train LLGMN, and in ea set te numbers of training data for ea lass are anged from 1 to 4. After training, 1 data patterns for ea lass tat were not used in training were prepared for lassifiation. Te lass for te input pattern is deided wit two deision rules: 1) Te lass wit te largest posterior probability. 2) Te lass wose posterior probability is larger tan.8. If none is larger tan.8, te determination is suspended. Te experimental results were given in terms of te ratio of orret lassifiation, wi is te average of te lassifiation ratios of six lasses. Fig. 3 plots te mean values and te standard deviations of te ratios of orret lassifiation for various numbers of training data, wit te deision rule 1). 2665

6 Entropy (bit) Fig. 5. outputs Number of training data MMI ML Effet of te training data number on te entropy of LLGMN s From tis figure, we an see tat te MMI metod gives better lassifiation tan ML for all training data numbers. Te lassifiation ratios aording to deision rule 2) are sown in Fig. 4. Wen a strit deision rule is used, te result of ML metod degrades mu more tan MMI. Given te input data, LLGMN trained wit MMI riterion generally outputted iger posterior probabilities for te orresponding orret lasses, and tis demonstrates te superior estimation ability and te training effiieny of te MMI metod. Te MMI training metod realizes a better estimation of te parameters in LLGMN in te same training period, so tat LLGMN approximates more aurate posterior probability tan te ML metod. On te oter and, wen te number of training data dereases, te results based on te MMI metod keep in a ig level in Figs. 3 and 4, wile lassifiation rate of te MLtrained LLGMN tends to derease in Fig. 4. Te ML metod annot aieve a onsistent estimation wen te training data is not suffiient. Tis an also be illustrated by examining te entropy of te NN s outputs, H (see Fig. 5), wi is defined as H (3) O log (3) 2 O. (3) 1 Higer entropy means more unertainty of te lassifiation result. In ontrast to te ML training metod, we find te MMI training provides a reliable estimate of ea weigt in LLGMN even wit a small training data size. VI. CONCLUSIONS In te present paper, an MMI based training algoritm as been proposed for a probabilisti NN, LLGMN. Te algoritm is derived from te formulation of mutual information. Te unertainty of te probability distribution tat is te funtion of NN s weigts is redued wen maximizing te mutual information between te input and output of LLGMN, and tus, te network weigts an be optimized aording to te MMI riterion. Comparing wit te onventional ML training riterion, te ML riterion an be interpreted as a speial ase of MMI; furtermore, MMI training an teoretially optimize te posterior probability and te emission probability simultaneously. For simplifiation, a supervised training metod as been proposed in tis paper, and te dynamis of TA as been introdued into te training algoritm to regulate te onvergene time. To examine te performane of te proposed training algoritm, pattern lassifiation experiments were onduted on te EMG signal. Te results sowed tat te MMI training metod aieves more effiient estimate of te NN weigts, and performs better lassifiation tan ML. Wit respet to te entropy of te NN s outputs, it is lear tat te MMI metod provides more reliable estimates of te NN s weigts. Furter resear is needed to make a detailed investigation into te probabilisti interpretation on te MMI and te relationsip between MMI and ML. Also, it will be interesting to apply te proposed metod to oter probabilisti NNs [14]. ACKNOWLEDGMENT Te autors would like to tank New Energy and Industrial Tenology Development Organization (NEDO) of Japan for te finanial support. REFERENCES [1] D.F. Spet, Probabilisti neural networks, Neural Networks, Vol. 3, No. 1, pp , 199. [2] J.S. Bridle, Probabilisti interpretation of feedforward lassifiation network outputs, wit relationsips to statistial pattern reognition, in Neuroomputing: Algoritms, Aritetures, and Appliations, S.F. Fogelman and J. Hault, Eds. New York: Springer-Verlag, 1989, pp [3] H.G.C. Tråvén, A neural network approa to statistial pattern lassifiation by semiparametri estimation of probability density funtions, IEEE Trans. Neural Networks, Vol. 2, No. 3, pp , [4] T. Tsuji, O. Fukuda, H. Iinobu, and M. Kaneko, A Log-Linearized Gaussian Mixture Netwrok and Its Appliation to EEG Pattern Classifiation, IEEE Trans. on Systems, Man, and Cybernetis-Part C: Appliations and Reviews, Vol. 29, No. 1, pp. 6-72, [5] O. Fukuda, T. Tsuji, A. Otsuka, and M. Kaneko, EMG-based umanrobot interfae for reabilitation aid, Pro. IEEE Int. Conf. on Robotis and Automation, pp , Leuven, [6] L.R. Bal, M. Padmanaban, D. Naamoo, and P.S. Gopalakrisnan, Disriminative Training Of Gaussian Mixture Models For Large Voabulary Spee Reognition Systems, Proeeding of International Conf. on Aoustis, Spee and Signal Proessing, Vol. 2, pp , Atlanta, [7] L.R. Bal, P.F. Brown, P.V. de Souza, and R.L. Merer, Maximum Mutual Information Estimation of Hidden Markov Model Parameters for Spee Reognition, Proeeding of International Conf. on Aoustis, Spee and Signal Proessing, pp , Tokyo, [8] V. Valtev, J.J. Odell, P.C. Woodland, S.J. Young, MMIE Training of Large Voabulary Reognition Systems, Spee Communiation, Vol. 22, No. 4, pp , [9] P.C. Woodland and D. Povey, Large Sale Disriminative Training for Spee Reognition, Pro. of te Worksop on Automati Spee Reognition, Paris, Frane, 2. [1] R. Slüter, W. Maerey, B. Müller, H. Ney, Comparison of Disriminative Training Criteria and Optimization Metods for Spee Reognition, Spee Communiation, Vol. 34, No. 3, pp , 21. [11] T.M. Cover, J.A. Tomas, Elements of Information Teory, Wiley, New York, [12] M. Zak, Terminal attrators for addressable memory in neural networks, Pysis Letters A, Vol. 133, No. 1,2, pp , [13] O. Fukuda, T. Tsuji, and M. Kaneko, Pattern lassifiation of EEG signals using a log-linearized Gaussian mixture neural networks, Pro. IEEE Int. Conf. Neural Networks, Vol. V, pp , [14] T. Tsuji, N. Bu, O. Fukuda, and M. Kaneko, A reurrent log-linearized Gaussian mixture network, IEEE Trans. Neural Networks, Vol. 14, No. 2, pp ,

Model-based mixture discriminant analysis an experimental study

Model-based mixture discriminant analysis an experimental study Model-based mixture disriminant analysis an experimental study Zohar Halbe and Mayer Aladjem Department of Eletrial and Computer Engineering, Ben-Gurion University of the Negev P.O.Box 653, Beer-Sheva,

More information

Maximum work for Carnot-like heat engines with infinite heat source

Maximum work for Carnot-like heat engines with infinite heat source Maximum work for arnot-like eat engines wit infinite eat soure Rui Long and Wei Liu* Sool of Energy and Power Engineering, Huazong University of Siene and enology, Wuan 4374, ina orresponding autor: Wei

More information

Natural Convection Experiment Measurements from a Vertical Surface

Natural Convection Experiment Measurements from a Vertical Surface OBJECTIVE Natural Convetion Experiment Measurements from a Vertial Surfae 1. To demonstrate te basi priniples of natural onvetion eat transfer inluding determination of te onvetive eat transfer oeffiient.

More information

3B SCIENTIFIC PHYSICS

3B SCIENTIFIC PHYSICS 3B SCIENTIFIC PHYSICS Peltier Heat Pump 0076 Instrution manual 05/7 TL/JS Transport ase Semati view 3 Stirrer unit 4 Connetor for stirrer unit 5 Connetor for power supply 6 Stirring rod old side 7 Peltier

More information

Complexity of Regularization RBF Networks

Complexity of Regularization RBF Networks Complexity of Regularization RBF Networks Mark A Kon Department of Mathematis and Statistis Boston University Boston, MA 02215 mkon@buedu Leszek Plaskota Institute of Applied Mathematis University of Warsaw

More information

Thermal interaction between free convection and forced convection along a vertical conducting wall

Thermal interaction between free convection and forced convection along a vertical conducting wall Termal interation between free onvetion and fored onvetion along a vertial onduting wall J.-J. Su, I. Pop Heat and Mass Transfer 35 (1999) 33±38 Ó Springer-Verlag 1999 Abstrat A teoretial study is presented

More information

Role of Thermal Conductivity for Thermoelectrics with Finite Contacts

Role of Thermal Conductivity for Thermoelectrics with Finite Contacts 3 nd International Termal Condutivity Conferene 0 t International Termal Expansion Symposium April 7 May 1, 014 Purdue University, West Lafayette, Indiana, USA Role of Termal Condutivity for Termoeletris

More information

Simulation of hybrid Photovoltaic-Thermal Collector (PV-TC) Systems for domestic Heating and Cooling Case Study: Island of Rhodes

Simulation of hybrid Photovoltaic-Thermal Collector (PV-TC) Systems for domestic Heating and Cooling Case Study: Island of Rhodes Simulation of ybrid Potovoltai-Termal olletor (PV-T) Systems for domesti Heating and ooling ase Study: Island of odes N. HISTANDONIS G.A VOKAS. SKITTIDES Department of Meanial Engineering - Management

More information

The Compton effect according to Schrödinger s theory

The Compton effect according to Schrödinger s theory Der Comptoneffet na der Srödingersen Teorie, Zeit. f. Pys. 40 (196), 117-133. Te Compton effet aording to Srödinger s teory By W. GORDON in Berlin (Reeived on 9 September 196) Translated by D. H. Delpeni

More information

Observations on harmonic Progressions *

Observations on harmonic Progressions * Oservations on armoni Progressions * Leonard Euler Under te name of armoni progressions all series of frations are understood, wose numerators are equal to ea oter, ut wose denominators on te oter onstitute

More information

LOGISTIC REGRESSION IN DEPRESSION CLASSIFICATION

LOGISTIC REGRESSION IN DEPRESSION CLASSIFICATION LOGISIC REGRESSIO I DEPRESSIO CLASSIFICAIO J. Kual,. V. ran, M. Bareš KSE, FJFI, CVU v Praze PCP, CS, 3LF UK v Praze Abstrat Well nown logisti regression and the other binary response models an be used

More information

10.5 Unsupervised Bayesian Learning

10.5 Unsupervised Bayesian Learning The Bayes Classifier Maximum-likelihood methods: Li Yu Hongda Mao Joan Wang parameter vetor is a fixed but unknown value Bayes methods: parameter vetor is a random variable with known prior distribution

More information

ESCI 341 Atmospheric Thermodynamics Lesson 11 The Second Law of Thermodynamics

ESCI 341 Atmospheric Thermodynamics Lesson 11 The Second Law of Thermodynamics ESCI 341 Atmosperi ermodynamis Lesson 11 e Seond Law of ermodynamis Referenes: Pysial Cemistry (4 t edition), Levine ermodynamis and an Introdution to ermostatistis, Callen HE SECOND LAW OF HERMODYNAMICS

More information

Lecture 27: Entropy and Information Prof. WAN, Xin

Lecture 27: Entropy and Information Prof. WAN, Xin General Pysis I Leture 27: Entropy and Information Prof. WAN, Xin xinwan@zju.edu.n ttp://zimp.zju.edu.n/~xinwan/ 1st & 2nd Laws of ermodynamis e 1st law speifies tat we annot get more energy out of a yli

More information

Main Menu. SEG Houston 2009 International Exposition and Annual Meeting

Main Menu. SEG Houston 2009 International Exposition and Annual Meeting Are penny-saped raks a good model for ompliant porosity? oris Gurevi Curtin Univ. and CSIRO Petroleum Dina Makarynska Curtin Univ. and Marina Pervukina CSIRO Petroleum Pert Australia Summary Variation

More information

Heat Exchanger s Shell and Tube Modeling for Intelligent Control Design

Heat Exchanger s Shell and Tube Modeling for Intelligent Control Design 2011 International Conferene on Computer Communiation Devies (ICCCD 2011) Heat Exanger s Sell Tube Modeling for Intelligent Control Design Dirman Hanafi 1 Mod Nor Mod Tan 2 Abdulraman A.A. Ememed 3 Tatang

More information

Feature Selection by Independent Component Analysis and Mutual Information Maximization in EEG Signal Classification

Feature Selection by Independent Component Analysis and Mutual Information Maximization in EEG Signal Classification Feature Seletion by Independent Component Analysis and Mutual Information Maximization in EEG Signal Classifiation Tian Lan, Deniz Erdogmus, Andre Adami, Mihael Pavel BME Department, Oregon Health & Siene

More information

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach Amerian Journal of heoretial and Applied tatistis 6; 5(-): -8 Published online January 7, 6 (http://www.sienepublishinggroup.om/j/ajtas) doi:.648/j.ajtas.s.65.4 IN: 36-8999 (Print); IN: 36-96 (Online)

More information

Danielle Maddix AA238 Final Project December 9, 2016

Danielle Maddix AA238 Final Project December 9, 2016 Struture and Parameter Learning in Bayesian Networks with Appliations to Prediting Breast Caner Tumor Malignany in a Lower Dimension Feature Spae Danielle Maddix AA238 Final Projet Deember 9, 2016 Abstrat

More information

FEM ANALYSES OF CUTTING OF ANISOTROPIC DENSELY COMPACTED AND SATURATED SAND

FEM ANALYSES OF CUTTING OF ANISOTROPIC DENSELY COMPACTED AND SATURATED SAND FEM ANALYSES OF CUTTING OF ANISOTROPIC DENSELY COMPACTED AND SATURATED SAND Jisong He 1, W.J. Vlasblom 2 and S. A. Miedema 3 ABSTRACT Te literature studies sow tat until now, te existing investigations

More information

EF 152 Exam #3, Fall, 2012 Page 1 of 6

EF 152 Exam #3, Fall, 2012 Page 1 of 6 EF 5 Exam #3, Fall, 0 Page of 6 Name: Setion: Guidelines: ssume 3 signifiant figures for all given numbers. Sow all of your work no work, no redit Write your final answer in te box provided - inlude units

More information

Physics 231 Lecture 35

Physics 231 Lecture 35 ysis 1 Leture 5 Main points of last leture: Heat engines and effiieny: eng e 1 Carnot yle and Carnot engine. eng e 1 is in Kelvin. Refrigerators CO eng Ideal refrigerator CO rev reversible Entropy ΔS Computation

More information

Research on Static Tension Ratio Characteristic of Double-Vessel Friction Hoist System Components

Research on Static Tension Ratio Characteristic of Double-Vessel Friction Hoist System Components TELKOMIKA Indonesian Journal of Eletrial Engineering Vol., o., Otober 4, pp. 78 ~ 73 DOI:.59/telkomnika.vi8.564 78 Resear on Stati Tension Ratio Carateristi of Double-Vessel Frition oist System Components

More information

The Second Law of Thermodynamics

The Second Law of Thermodynamics Capter 6 Te Seond Law of Termodynamis In te last two apters of tis book we applied te first law of termodynamis to losed and open systems onsidering bot quasistati and non-quasi-stati proesses. A question

More information

Sensitivity Analysis in Markov Networks

Sensitivity Analysis in Markov Networks Sensitivity Analysis in Markov Networks Hei Chan and Adnan Darwihe Computer Siene Department University of California, Los Angeles Los Angeles, CA 90095 {hei,darwihe}@s.ula.edu Abstrat This paper explores

More information

The Effectiveness of the Linear Hull Effect

The Effectiveness of the Linear Hull Effect The Effetiveness of the Linear Hull Effet S. Murphy Tehnial Report RHUL MA 009 9 6 Otober 009 Department of Mathematis Royal Holloway, University of London Egham, Surrey TW0 0EX, England http://www.rhul.a.uk/mathematis/tehreports

More information

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion Millennium Relativity Aeleration Composition he Relativisti Relationship between Aeleration and niform Motion Copyright 003 Joseph A. Rybzyk Abstrat he relativisti priniples developed throughout the six

More information

An I-Vector Backend for Speaker Verification

An I-Vector Backend for Speaker Verification An I-Vetor Bakend for Speaker Verifiation Patrik Kenny, 1 Themos Stafylakis, 1 Jahangir Alam, 1 and Marel Kokmann 2 1 CRIM, Canada, {patrik.kenny, themos.stafylakis, jahangir.alam}@rim.a 2 VoieTrust, Canada,

More information

Physics 41 Chapter 22 HW

Physics 41 Chapter 22 HW Pysis 41 apter 22 H 1. eat ine performs 200 J of work in ea yle and as an effiieny of 30.0%. For ea yle, ow mu energy is (a) taken in and (b) expelled as eat? = = 200 J (1) e = 1 0.300 = = (2) From (2),

More information

Earlier Lecture. This gas tube is called as Pulse Tube and this phenomenon is called as Pulse Tube action.

Earlier Lecture. This gas tube is called as Pulse Tube and this phenomenon is called as Pulse Tube action. 31 1 Earlier Leture In te earlier leture, we ave seen a Pulse Tube (PT) ryoooler in wi te meanial displaer is removed and an osillating gas flow in te tin walled tube produes ooling. Tis gas tube is alled

More information

THE ESSENCE OF QUANTUM MECHANICS

THE ESSENCE OF QUANTUM MECHANICS THE ESSENCE OF QUANTUM MECHANICS Capter belongs to te "Teory of Spae" written by Dariusz Stanisław Sobolewski. Http: www.tsengines.o ttp: www.teoryofspae.info E-ail: info@tsengines.o All rigts resered.

More information

Lecture 27: Entropy and Information Prof. WAN, Xin

Lecture 27: Entropy and Information Prof. WAN, Xin General Pysis I Leture 27: Entropy and Information Prof. WAN, Xin xinwan@zju.edu.n ttp://zimp.zju.edu.n/~xinwan/ Outline Introduing entropy e meaning of entropy Reversibility Disorder Information Seleted

More information

Chapter 3. Problem Solutions

Chapter 3. Problem Solutions Capter. Proble Solutions. A poton and a partile ave te sae wavelengt. Can anyting be said about ow teir linear oenta opare? About ow te poton's energy opares wit te partile's total energy? About ow te

More information

Design and Development of Three Stages Mixed Sampling Plans for Variable Attribute Variable Quality Characteristics

Design and Development of Three Stages Mixed Sampling Plans for Variable Attribute Variable Quality Characteristics International Journal of Statistis and Systems ISSN 0973-2675 Volume 12, Number 4 (2017), pp. 763-772 Researh India Publiations http://www.ripubliation.om Design and Development of Three Stages Mixed Sampling

More information

Finite-time stabilization of chaotic gyros based on a homogeneous supertwisting-like algorithm

Finite-time stabilization of chaotic gyros based on a homogeneous supertwisting-like algorithm OP Conferene Series: Materials Siene Engineering PAPER OPEN ACCESS Finite-time stabilization of haoti gyros based on a homogeneous supertwisting-like algorithm To ite this artile: Pitha Khamsuwan et al

More information

Remark 4.1 Unlike Lyapunov theorems, LaSalle s theorem does not require the function V ( x ) to be positive definite.

Remark 4.1 Unlike Lyapunov theorems, LaSalle s theorem does not require the function V ( x ) to be positive definite. Leture Remark 4.1 Unlike Lyapunov theorems, LaSalle s theorem does not require the funtion V ( x ) to be positive definite. ost often, our interest will be to show that x( t) as t. For that we will need

More information

Methods of evaluating tests

Methods of evaluating tests Methods of evaluating tests Let X,, 1 Xn be i.i.d. Bernoulli( p ). Then 5 j= 1 j ( 5, ) T = X Binomial p. We test 1 H : p vs. 1 1 H : p>. We saw that a LRT is 1 if t k* φ ( x ) =. otherwise (t is the observed

More information

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS CHAPTER 4 DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS 4.1 INTRODUCTION Around the world, environmental and ost onsiousness are foring utilities to install

More information

A Small Footprint i-vector Extractor

A Small Footprint i-vector Extractor A Small Footprint i-vetor Extrator Patrik Kenny Centre de reherhe informatique de Montréal (CRIM) Patrik.Kenny@rim.a Abstrat Both the memory and omputational requirements of algorithms traditionally used

More information

An Integrated Architecture of Adaptive Neural Network Control for Dynamic Systems

An Integrated Architecture of Adaptive Neural Network Control for Dynamic Systems An Integrated Arhiteture of Adaptive Neural Network Control for Dynami Systems Robert L. Tokar 2 Brian D.MVey2 'Center for Nonlinear Studies, 2Applied Theoretial Physis Division Los Alamos National Laboratory,

More information

Wave-Particle Duality: de Broglie Waves and Uncertainty

Wave-Particle Duality: de Broglie Waves and Uncertainty Gauge Institute Journal Vol. No 4, November 6 Wave-Partile Duality: de Broglie Waves and Unertainty vik@adn.om November 6 Abstrat In 195, de Broglie ypotesized tat any material partile as an assoiated

More information

A Spatiotemporal Approach to Passive Sound Source Localization

A Spatiotemporal Approach to Passive Sound Source Localization A Spatiotemporal Approah Passive Sound Soure Loalization Pasi Pertilä, Mikko Parviainen, Teemu Korhonen and Ari Visa Institute of Signal Proessing Tampere University of Tehnology, P.O.Box 553, FIN-330,

More information

Control Theory association of mathematics and engineering

Control Theory association of mathematics and engineering Control Theory assoiation of mathematis and engineering Wojieh Mitkowski Krzysztof Oprzedkiewiz Department of Automatis AGH Univ. of Siene & Tehnology, Craow, Poland, Abstrat In this paper a methodology

More information

Normative and descriptive approaches to multiattribute decision making

Normative and descriptive approaches to multiattribute decision making De. 009, Volume 8, No. (Serial No.78) China-USA Business Review, ISSN 57-54, USA Normative and desriptive approahes to multiattribute deision making Milan Terek (Department of Statistis, University of

More information

Wave Propagation through Random Media

Wave Propagation through Random Media Chapter 3. Wave Propagation through Random Media 3. Charateristis of Wave Behavior Sound propagation through random media is the entral part of this investigation. This hapter presents a frame of referene

More information

Development of Fuzzy Extreme Value Theory. Populations

Development of Fuzzy Extreme Value Theory. Populations Applied Mathematial Sienes, Vol. 6, 0, no. 7, 58 5834 Development of Fuzzy Extreme Value Theory Control Charts Using α -uts for Sewed Populations Rungsarit Intaramo Department of Mathematis, Faulty of

More information

Maximizing Energy in Terahertz Pulse Radiation from a Switched Oscillator

Maximizing Energy in Terahertz Pulse Radiation from a Switched Oscillator Sensor and Simulation Notes Note 554 July 1 Maximizing Energy in Teraertz Pulse Radiation from a Swited Osillator Carl E. Baum and Prasant Kumar University of New Mexio Department of Eletrial and Computer

More information

Consolidating Virtual Machines with Dynamic Bandwidth Demand in Data Centers

Consolidating Virtual Machines with Dynamic Bandwidth Demand in Data Centers Consolidating Virtual Maines wit Dynami Bandwidt Demand in Data Centers Meng Wang, Xiaoqiao Meng, and Li Zang Sool of ECE, Cornell University, Itaa, NY 4853, USA. Email: mw467@ornell.edu IBM T.J. Watson

More information

QCLAS Sensor for Purity Monitoring in Medical Gas Supply Lines

QCLAS Sensor for Purity Monitoring in Medical Gas Supply Lines DOI.56/sensoren6/P3. QLAS Sensor for Purity Monitoring in Medial Gas Supply Lines Henrik Zimmermann, Mathias Wiese, Alessandro Ragnoni neoplas ontrol GmbH, Walther-Rathenau-Str. 49a, 7489 Greifswald, Germany

More information

Advances in Radio Science

Advances in Radio Science Advanes in adio Siene 2003) 1: 99 104 Copernius GmbH 2003 Advanes in adio Siene A hybrid method ombining the FDTD and a time domain boundary-integral equation marhing-on-in-time algorithm A Beker and V

More information

Assessing the Performance of a BCI: A Task-Oriented Approach

Assessing the Performance of a BCI: A Task-Oriented Approach Assessing the Performane of a BCI: A Task-Oriented Approah B. Dal Seno, L. Mainardi 2, M. Matteui Department of Eletronis and Information, IIT-Unit, Politenio di Milano, Italy 2 Department of Bioengineering,

More information

Likelihood-confidence intervals for quantiles in Extreme Value Distributions

Likelihood-confidence intervals for quantiles in Extreme Value Distributions Likelihood-onfidene intervals for quantiles in Extreme Value Distributions A. Bolívar, E. Díaz-Franés, J. Ortega, and E. Vilhis. Centro de Investigaión en Matemátias; A.P. 42, Guanajuato, Gto. 36; Méxio

More information

Design of Unknown Inputs Observer for a Chemical Process: Analysis of Existence and Observability Based on Phenomenological Model

Design of Unknown Inputs Observer for a Chemical Process: Analysis of Existence and Observability Based on Phenomenological Model Design of Unknown Inputs Observer for a Cemial Proess: Analysis of Existene and Observability Based on Penomenologial Model Mario Giraldo Esuela de Meatrónia aultad de Minas Universidad Naional de Colombia

More information

ONLINE APPENDICES for Cost-Effective Quality Assurance in Crowd Labeling

ONLINE APPENDICES for Cost-Effective Quality Assurance in Crowd Labeling ONLINE APPENDICES for Cost-Effetive Quality Assurane in Crowd Labeling Jing Wang Shool of Business and Management Hong Kong University of Siene and Tehnology Clear Water Bay Kowloon Hong Kong jwang@usthk

More information

A Queueing Model for Call Blending in Call Centers

A Queueing Model for Call Blending in Call Centers A Queueing Model for Call Blending in Call Centers Sandjai Bhulai and Ger Koole Vrije Universiteit Amsterdam Faulty of Sienes De Boelelaan 1081a 1081 HV Amsterdam The Netherlands E-mail: {sbhulai, koole}@s.vu.nl

More information

lecture 26: Richardson extrapolation

lecture 26: Richardson extrapolation 43 lecture 26: Ricardson extrapolation 35 Ricardson extrapolation, Romberg integration Trougout numerical analysis, one encounters procedures tat apply some simple approximation (eg, linear interpolation)

More information

Advanced Computational Fluid Dynamics AA215A Lecture 4

Advanced Computational Fluid Dynamics AA215A Lecture 4 Advaned Computational Fluid Dynamis AA5A Leture 4 Antony Jameson Winter Quarter,, Stanford, CA Abstrat Leture 4 overs analysis of the equations of gas dynamis Contents Analysis of the equations of gas

More information

A simple expression for radial distribution functions of pure fluids and mixtures

A simple expression for radial distribution functions of pure fluids and mixtures A simple expression for radial distribution funtions of pure fluids and mixtures Enrio Matteoli a) Istituto di Chimia Quantistia ed Energetia Moleolare, CNR, Via Risorgimento, 35, 56126 Pisa, Italy G.

More information

Fig Review of Granta-gravel

Fig Review of Granta-gravel 0 Conlusion 0. Sope We have introdued the new ritial state onept among older onepts of lassial soil mehanis, but it would be wrong to leave any impression at the end of this book that the new onept merely

More information

Case I: 2 users In case of 2 users, the probability of error for user 1 was earlier derived to be 2 A1

Case I: 2 users In case of 2 users, the probability of error for user 1 was earlier derived to be 2 A1 MUTLIUSER DETECTION (Letures 9 and 0) 6:33:546 Wireless Communiations Tehnologies Instrutor: Dr. Narayan Mandayam Summary By Shweta Shrivastava (shwetash@winlab.rutgers.edu) bstrat This artile ontinues

More information

MODELLING THE POSTPEAK STRESS DISPLACEMENT RELATIONSHIP OF CONCRETE IN UNIAXIAL COMPRESSION

MODELLING THE POSTPEAK STRESS DISPLACEMENT RELATIONSHIP OF CONCRETE IN UNIAXIAL COMPRESSION VIII International Conferene on Frature Mehanis of Conrete and Conrete Strutures FraMCoS-8 J.G.M. Van Mier, G. Ruiz, C. Andrade, R.C. Yu and X.X. Zhang Eds) MODELLING THE POSTPEAK STRESS DISPLACEMENT RELATIONSHIP

More information

Robust Flight Control Design for a Turn Coordination System with Parameter Uncertainties

Robust Flight Control Design for a Turn Coordination System with Parameter Uncertainties Amerian Journal of Applied Sienes 4 (7): 496-501, 007 ISSN 1546-939 007 Siene Publiations Robust Flight ontrol Design for a urn oordination System with Parameter Unertainties 1 Ari Legowo and Hiroshi Okubo

More information

HILLE-KNESER TYPE CRITERIA FOR SECOND-ORDER DYNAMIC EQUATIONS ON TIME SCALES

HILLE-KNESER TYPE CRITERIA FOR SECOND-ORDER DYNAMIC EQUATIONS ON TIME SCALES HILLE-KNESER TYPE CRITERIA FOR SECOND-ORDER DYNAMIC EQUATIONS ON TIME SCALES L ERBE, A PETERSON AND S H SAKER Abstrat In this paper, we onsider the pair of seond-order dynami equations rt)x ) ) + pt)x

More information

Maximum Entropy and Exponential Families

Maximum Entropy and Exponential Families Maximum Entropy and Exponential Families April 9, 209 Abstrat The goal of this note is to derive the exponential form of probability distribution from more basi onsiderations, in partiular Entropy. It

More information

Supplementary Materials

Supplementary Materials Supplementary Materials Neural population partitioning and a onurrent brain-mahine interfae for sequential motor funtion Maryam M. Shanehi, Rollin C. Hu, Marissa Powers, Gregory W. Wornell, Emery N. Brown

More information

Heat exchangers: Heat exchanger types:

Heat exchangers: Heat exchanger types: Heat exhangers: he proess of heat exhange between two fluids that are at different temperatures and separated by a solid wall ours in many engineering appliations. he devie used to implement this exhange

More information

More on Security Constrained Optimal Power Flow

More on Security Constrained Optimal Power Flow More on Serity Constrained Optimal Power Flow 1. Notation In te last lass we represented te OPF and te SCOPF as below. We will ange notation now. Instead of sing te notation prime to indiate te onstraints

More information

Analysis of discretization in the direct simulation Monte Carlo

Analysis of discretization in the direct simulation Monte Carlo PHYSICS OF FLUIDS VOLUME 1, UMBER 1 OCTOBER Analysis of disretization in the diret simulation Monte Carlo iolas G. Hadjionstantinou a) Department of Mehanial Engineering, Massahusetts Institute of Tehnology,

More information

DESIGN FOR DIGITAL COMMUNICATION SYSTEMS VIA SAMPLED-DATA H CONTROL

DESIGN FOR DIGITAL COMMUNICATION SYSTEMS VIA SAMPLED-DATA H CONTROL DESIG FOR DIGITAL COMMUICATIO SYSTEMS VIA SAMPLED-DATA H COTROL M agahara 1 Y Yamamoto 2 Department of Applied Analysis and Complex Dynamial Systems Graduate Shool of Informatis Kyoto University Kyoto

More information

An Adaptive Optimization Approach to Active Cancellation of Repeated Transient Vibration Disturbances

An Adaptive Optimization Approach to Active Cancellation of Repeated Transient Vibration Disturbances An aptive Optimization Approah to Ative Canellation of Repeated Transient Vibration Disturbanes David L. Bowen RH Lyon Corp / Aenteh, 33 Moulton St., Cambridge, MA 138, U.S.A., owen@lyonorp.om J. Gregory

More information

Adaptive neuro-fuzzy inference system-based controllers for smart material actuator modelling

Adaptive neuro-fuzzy inference system-based controllers for smart material actuator modelling Adaptive neuro-fuzzy inferene system-based ontrollers for smart material atuator modelling T L Grigorie and R M Botez Éole de Tehnologie Supérieure, Montréal, Quebe, Canada The manusript was reeived on

More information

Bilinear Formulated Multiple Kernel Learning for Multi-class Classification Problem

Bilinear Formulated Multiple Kernel Learning for Multi-class Classification Problem Bilinear Formulated Multiple Kernel Learning for Multi-lass Classifiation Problem Takumi Kobayashi and Nobuyuki Otsu National Institute of Advaned Industrial Siene and Tehnology, -- Umezono, Tsukuba, Japan

More information

Product Policy in Markets with Word-of-Mouth Communication. Technical Appendix

Product Policy in Markets with Word-of-Mouth Communication. Technical Appendix rodut oliy in Markets with Word-of-Mouth Communiation Tehnial Appendix August 05 Miro-Model for Inreasing Awareness In the paper, we make the assumption that awareness is inreasing in ustomer type. I.e.,

More information

EF 152 Exam #3, Spring 2016 Page 1 of 6

EF 152 Exam #3, Spring 2016 Page 1 of 6 EF 5 Exam #3, Spring 06 Page of 6 Name: Setion: Instrutions Do not open te exam until instruted to do so. Do not leave if tere is less tan 5 minutes to go in te exam. Wen time is alled, immediately stop

More information

Error Bounds for Context Reduction and Feature Omission

Error Bounds for Context Reduction and Feature Omission Error Bounds for Context Redution and Feature Omission Eugen Bek, Ralf Shlüter, Hermann Ney,2 Human Language Tehnology and Pattern Reognition, Computer Siene Department RWTH Aahen University, Ahornstr.

More information

EE 321 Project Spring 2018

EE 321 Project Spring 2018 EE 21 Projet Spring 2018 This ourse projet is intended to be an individual effort projet. The student is required to omplete the work individually, without help from anyone else. (The student may, however,

More information

Weighted K-Nearest Neighbor Revisited

Weighted K-Nearest Neighbor Revisited Weighted -Nearest Neighbor Revisited M. Biego University of Verona Verona, Italy Email: manuele.biego@univr.it M. Loog Delft University of Tehnology Delft, The Netherlands Email: m.loog@tudelft.nl Abstrat

More information

arxiv:gr-qc/ v2 24 Jul 2002

arxiv:gr-qc/ v2 24 Jul 2002 Frequeny and Wavelengt of Ligt in Relativistially Rotating Frames Robert D. Klauber 11 University Manor Dr., 38B, Fairfield, IA 52556, USA email: rklauber@netsape.net July 23, 22 arxiv:gr-q/1836v2 24 Jul

More information

Variation Based Online Travel Time Prediction Using Clustered Neural Networks

Variation Based Online Travel Time Prediction Using Clustered Neural Networks Variation Based Online Travel Time Predition Using lustered Neural Networks Jie Yu, Gang-Len hang, H.W. Ho and Yue Liu Abstrat-This paper proposes a variation-based online travel time predition approah

More information

SECTION 3.2: DERIVATIVE FUNCTIONS and DIFFERENTIABILITY

SECTION 3.2: DERIVATIVE FUNCTIONS and DIFFERENTIABILITY (Section 3.2: Derivative Functions and Differentiability) 3.2.1 SECTION 3.2: DERIVATIVE FUNCTIONS and DIFFERENTIABILITY LEARNING OBJECTIVES Know, understand, and apply te Limit Definition of te Derivative

More information

STRESS ANALYSIS OF RUBBER BLOCKS UNDER VERTICAL LOADING AND SHEAR LOADING. A Dissertation. Presented to

STRESS ANALYSIS OF RUBBER BLOCKS UNDER VERTICAL LOADING AND SHEAR LOADING. A Dissertation. Presented to STRESS ANALYSIS OF RUBBER BLOCKS UNDER VERTICAL LOADING AND SHEAR LOADING A Dissertation Presented to Te Graduate Faulty of Te University of Akron In Partial Fulfillment of te Requirement for te Degree

More information

Time Domain Method of Moments

Time Domain Method of Moments Time Domain Method of Moments Massahusetts Institute of Tehnology 6.635 leture notes 1 Introdution The Method of Moments (MoM) introdued in the previous leture is widely used for solving integral equations

More information

Can Learning Cause Shorter Delays in Reaching Agreements?

Can Learning Cause Shorter Delays in Reaching Agreements? Can Learning Cause Shorter Delays in Reahing Agreements? Xi Weng 1 Room 34, Bldg 2, Guanghua Shool of Management, Peking University, Beijing 1871, China, 86-162767267 Abstrat This paper uses a ontinuous-time

More information

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Vietnam Journal of Mehanis, VAST, Vol. 4, No. (), pp. A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Le Thanh Tung Hanoi University of Siene and Tehnology, Vietnam Abstrat. Conventional ship autopilots are

More information

Chapter 5 Differentiation

Chapter 5 Differentiation Capter 5 Differentiation Course Title: Real Analsis 1 Course Code: MTH31 Course instrutor: Dr Atiq ur Reman Class: MS-II Course URL: wwwmatitorg/atiq/fa15-mt31 Derivative of a funtion: Let f be defined

More information

COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION

COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION 4 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION Jiri Nozika*, Josef Adame*, Daniel Hanus** *Department of Fluid Dynamis and

More information

Vibration Control Using Heat Actuators

Vibration Control Using Heat Actuators World Journal of Meanis, 06, 6, 3-37 Publised Online August 06 in SiRes. ttp://www.sirp.org/journal/wjm ttp://dx.doi.org/0.436/wjm.06.6808 Vibration Control sing eat Atuators Ilan uzu Department of Meanial

More information

Structural Integrity of Composite Laminates with Embedded Microsensors

Structural Integrity of Composite Laminates with Embedded Microsensors Strutural Integrity of Composite Laminates with Embedded Mirosensors Yi Huang, Sia Nemat-Nasser Department of Mehanial and Aerospae Engineering, Center of Exellene for Advaned Materials, University of

More information

Controller Design Based on Transient Response Criteria. Chapter 12 1

Controller Design Based on Transient Response Criteria. Chapter 12 1 Controller Design Based on Transient Response Criteria Chapter 12 1 Desirable Controller Features 0. Stable 1. Quik responding 2. Adequate disturbane rejetion 3. Insensitive to model, measurement errors

More information

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b Consider the pure initial value problem for a homogeneous system of onservation laws with no soure terms in one spae dimension: Where as disussed previously we interpret solutions to this partial differential

More information

Singular Event Detection

Singular Event Detection Singular Event Detetion Rafael S. Garía Eletrial Engineering University of Puerto Rio at Mayagüez Rafael.Garia@ee.uprm.edu Faulty Mentor: S. Shankar Sastry Researh Supervisor: Jonathan Sprinkle Graduate

More information

Physics 107 Problem 2.5 O. A. Pringle h Physics 107 Problem 2.6 O. A. Pringle

Physics 107 Problem 2.5 O. A. Pringle h Physics 107 Problem 2.6 O. A. Pringle Pysis 07 Problem 25 O A Pringle 3 663 0 34 700 = 284 0 9 Joules ote I ad to set te zero tolerane ere e 6 0 9 ev joules onversion ator ev e ev = 776 ev Pysis 07 Problem 26 O A Pringle 663 0 34 3 ev

More information

Effects of Baffle on Entropy Generation in Separated Convection Flow Adjacent to Inclined Backward-Facing Step

Effects of Baffle on Entropy Generation in Separated Convection Flow Adjacent to Inclined Backward-Facing Step Journal of Eletronis Cooling and Termal Control,,, 53- ttp://dx.doi.org/.3/jet.. Pulised Online Deemer (ttp://www.sirp.org/journal/jet) Effets of Baffle on Entropy Generation in Separated Convetion Flow

More information

Centro Brasileiro de Pesquisas Fsicas - CBPF. Rua Dr. Xavier Sigaud, 150. Dipartimento di Fisica Teorica Universita ditorino and

Centro Brasileiro de Pesquisas Fsicas - CBPF. Rua Dr. Xavier Sigaud, 150. Dipartimento di Fisica Teorica Universita ditorino and Quark fragmentation into vetor pseudosalar mesons at LE CBF-NF-057/97 by M. Anselmino, M. Bertini 2, C. Burgard 3, F. Caruso. Quintairos Centro Brasileiro de esuisas Fsias - CBF Rua Dr. Xavier Sigaud,

More information

UPPER-TRUNCATED POWER LAW DISTRIBUTIONS

UPPER-TRUNCATED POWER LAW DISTRIBUTIONS Fratals, Vol. 9, No. (00) 09 World Sientifi Publishing Company UPPER-TRUNCATED POWER LAW DISTRIBUTIONS STEPHEN M. BURROUGHS and SARAH F. TEBBENS College of Marine Siene, University of South Florida, St.

More information

Improvements in the Modeling of the Self-ignition of Tetrafluoroethylene

Improvements in the Modeling of the Self-ignition of Tetrafluoroethylene Exerpt from the Proeedings of the OMSOL onferene 010 Paris Improvements in the Modeling of the Self-ignition of Tetrafluoroethylene M. Bekmann-Kluge 1 *,. errero 1, V. Shröder 1, A. Aikalin and J. Steinbah

More information

Comparison of Alternative Equivalent Circuits of Induction Motor with Real Machine Data

Comparison of Alternative Equivalent Circuits of Induction Motor with Real Machine Data Comparison of Alternative Equivalent Ciruits of Indution Motor with Real Mahine Data J. radna, J. auer, S. Fligl and V. Hlinovsky Abstrat The algorithms based on separated ontrol of the motor flux and

More information

max min z i i=1 x j k s.t. j=1 x j j:i T j

max min z i i=1 x j k s.t. j=1 x j j:i T j AM 221: Advaned Optimization Spring 2016 Prof. Yaron Singer Leture 22 April 18th 1 Overview In this leture, we will study the pipage rounding tehnique whih is a deterministi rounding proedure that an be

More information

Probabilistic Graphical Models

Probabilistic Graphical Models Probabilisti Graphial Models David Sontag New York University Leture 12, April 19, 2012 Aknowledgement: Partially based on slides by Eri Xing at CMU and Andrew MCallum at UMass Amherst David Sontag (NYU)

More information

FINITE WORD LENGTH EFFECTS IN DSP

FINITE WORD LENGTH EFFECTS IN DSP FINITE WORD LENGTH EFFECTS IN DSP PREPARED BY GUIDED BY Snehal Gor Dr. Srianth T. ABSTRACT We now that omputers store numbers not with infinite preision but rather in some approximation that an be paed

More information