Estimating Mutual Information Using Gaussian Mixture Model for Feature Ranking and Selection

Size: px
Start display at page:

Download "Estimating Mutual Information Using Gaussian Mixture Model for Feature Ranking and Selection"

Transcription

1 Estiating utual Inforation Using Gaussian ixture odel for Feature Ranking and Seletion Tian Lan, Deniz Erdogus, Uut Ozerte, Yonghong Huang Abstrat Feature seletion is a ritial step for pattern reognition and any other appliations. Typially, feature seletion strategies an be ategorized into wrapper and filter approahes. Filter approah has attrated uh attention beause of its flexibility and oputational effiieny. Previously, we have developed an ICA-I fraework for feature seletion, in whih the utual Inforation (I) between features and lass labels was used as the riterion. However, sine this ethod depends on the linearity assuption, it is not appliable for an arbitrary distribution. In this paper, exploiting the fat that Gaussian ixture odel (G) is generally a suitable tool for estiating probability densities, we propose ethod for feature ranking and seletion. We will disuss the details of algorith and deonstrate the experiental results. We will also opare the ethod with the ICA-I ethod in ters of perforane and oputational effiieny. F I. ITRODUCTIO EATURE seletion and diensionality redution is an iportant proble for pattern reognition and any other appliations. For exaple, in ouniation, transitting low diensional data that ontains ost of the inforation is ore desirable than diretly sending the original high diensional ounterpart due to bandwidth liitations. In pattern reognition ontext, feature seletion and diensionality redution an address the salient features, and eliinate the irrelevant features; hene, inrease the robustness and iprove the generalization perforane of the lassifiation syste. Speifially, in geographial and bioedial signal proessing, the diension of feature spae an be hundreds or thousands, and it is ipratial to analyze these data diretly without a diensionality redution that iproves generalization. Diensionality redution an be ahieved by subspae projetion or feature seletion. In subspae projetion, the Tian Lan is with the Bioedial Engineering Departent, OGI Shool of Siene and Engineering, Oregon Health and Siene University, Beaverton, OR USA, (phone: ; e-ail: lantian@be.ogi.edu). Deniz Erdogus is with the Coputer Siene and Eletrial Engineering Departent and Bioedial Engineering Departent, OGI Shool of Siene and Engineering, Oregon Health and Siene University, Beaverton, OR USA, (e-ail: derdogus@ieee.org). Uut Ozerte is with the Coputer Siene and Eletrial Engineering Departent, OGI Shool of Siene and Engineering. Oregon Health and Siene University, Beaverton, OR USA. (e-ail: ozerteu@see.ogi.edu). Yonghong Huang is with the Coputer Siene and Eletrial Engineering Departent, OGI Shool of Siene and Engineering. Oregon Health and Siene University, Beaverton, OR USA. (e-ail: huang@see.ogi.edu). original features are projeted linearly or non-linearly to a low diensional spae, whih represents ajor statistis of the data. There are any existing subspae projetion ethods, suh as PCA, ICA and LDA [1-5]. However, the projetions that PCA and ICA seek are not neessarily related to the lassifiation perforane, hene are not neessarily useful in pattern reognition. LDA overoes this shortoing by finding the projetions that axiize lass separability. On the other hand, this ethod relies on a Gaussian distribution assuption; so it is not appliable for an arbitrary distribution. Lan et al. developed a subspae projetion fraework, whih applies linear ICA transforation and utual inforation axiization for diensionality redution in EEG signal lassifiation [6]. This ethod exhibits several advantages, suh as it is oputationally effiient and flexible, and it is also suitable for high diensional data; however, the linearity assuption essentially resulting fro ICA liits its appliations. Although subspae projetion an effetively reove the redundant features, the relationship between the projeted features and the original features beoes vague. In soe appliations, suh as ulti-sensor array target detetion, and EEG signal proessing, the syste an only transit and proess signals fro a ertain nuber of sensors in real-tie, due to the liitation of bandwidth and oputation apaity. In these partiular ases, feature seletion is ore suitable, whih selets a subset fro the original feature spae. It is widely aepted that soe lassifiation algoriths, suh as deision tree, ulti-layer pereptron neural networks have inherent ability to fous on relevant features and ignore irrelevant ones [7]. In general, feature seletion is ahieved by a feature ranking proedure. Feature seletion ethods an be divided into wrapper and filter approahes. Wrapper approah uses lassifiation auray as riterion oupled with a speifi lassifier, whih requires re-training the lassifier for different obinations of feature sets; hene, it is slow and inflexible. Filter approah, on the other hand, ranks and selets features by optiizing soe riteria independent of the lassifier, and is ore flexible and suitable for adaptive learning. In the filter approah, it is iportant to optiize a riterion that is relevant to Bayes risk, whih is typially easured by the probability of error. A suitable riterion is the I between the seleted features and the lass labels, otivated by lower and upper bounds in inforation theory that relate this quantity to probability of error [8,9]. As opposed to linear and seond-order statistis suh as orrelation and ovariane, I

2 easures non-linear dependenies between a set of rando variables taking into aount higher order statistial strutures existing in the data. any feature seletion ethods have been developed in the past years [10-12]. Guyon & Elisseeff also reviewed several approahes used in ahine learning ontext [13]. In our previous work, we have proposed an ICA-I ethod for feature seletion, and applied it on EEG hannel seletion [14]. This ethod exploits the fat that an invertible linear transforation does not hange the I, and assues that linear ICA transforation yields independent features, so that the I between feature vetors and lass labels an be onveniently estiated by the diret suation of I between eah independent projeted feature vetor and lass labels. However, sine the auray of this ethod highly depends on the perforane of linear transforation, it is not appliable for arbitrary distribution. Atually, if we know the distribution of the feature vetors, we an diretly estiate the I between feature vetors and lass labels by definition. There are several density estiation ethods, suh as histogra, G, and Kernel density estiation (KDE). G is widely used beause (1) it is a ore powerful tool as opared to paraetri estiators that only an estiate a faily of density funtions; (2) it results in a ontinuously differentiable estiation, whih is appropriate for gradient based adaptive learning approahes; (3) it is less oputationally intensive as opared with KDE. This otives us to use G estiating I for feature seletion. In this paper, we propose a ethod for feature ranking and seletion. In the next setion, we will disuss the algorith in detail. In the experiental result part, we apply this ethod on several datasets of UCI ahine learning repository, and EEG dataset olleted by Honeywell for the AugCog projet. We also opare this ethod with the previous ICA-I ethod in ters of auray and speed. II. ALGORITH The goal of feature seletion is to iprove the generalization perforane of the lassifiation syste by seleting the inforative features, without oproising lassifiation auray by throwing away oponents. Therefore the feature seletion riterion ust iniize the Bayes risk, whih typially is lassifiation error in pattern reognition proble. The average probability of error has been shown to be related to I between the feature vetors and the lass labels. Speifially, Fano s and Hellan & Raviv s bounds deonstrate that probability of error is bounded fro below and above by quantities that depend on the Shannon I between these variables [8, 9]. axiizing this I redues both bounds, therefore, fores the probability of error to derease. A siilar result was also obtained by Erdogus & Prinipe using Renyi s I; a paraetri faily of lower and upper bounds for the probability of error was provided [15,16]. Hellan & Raviv [7] showed that the upper bound on Bayes error is given by (H S ()-I S (x,))/2, where H S () is the Shannon entropy of the a priori probabilities of the lasses and I S (x,) is the Shannon I between the ontinuous-valued feature vetors and the disrete-valued lass labels. Consequently, axiizing the I between the seleted features and the lass labels potentially iproves lassifiation perforane, and has drawn uh attention [17, 18]. Shannon I between feature vetors x and is defined in ters of the entropies of the overall data and individual lasses as I S ( x; ) = H S ( x ) p H S ( x ) (1) where p are the prior lass probabilities. The entropy is given by H S ( x) = p( x) log p( x) dx (2) H S ( x ) = p( x ) log p( x ) dx where p(x ) are the lass onditional distributions and the overall data distribution is p ( x) = p p( x ) (3) Above equations show that the ritial step for this feature seletion ethod is the entropy estiation. Previously in ICA-I ethod, we estiate entropy by an indiret ethod. While in ethod, sine one an approxiate an arbitrary distribution by liited nuber of Gaussian oponents with suffiient aount of data, one an estiate entropy diretly by definition (2). The G density estiation an be written as: (4) p ( x ) = α G ( x ) = 1 where G (x) is the distribution of eah Gaussian oponent, and α is the orresponding oponent prior. So the estiation of overall entropy an be written as: H S ( x ) = log α G ( xi ) (5) i = 1 = 1 where the lass onditional entropy is given by: (6) H S ( x ) = log α G ( xi ) i = 1 = 1 where is the overall data saples and C is the data saples for lass C, x is the data saples fro lass C. Cobining (1), (5) and (6), the I estiation an be written as: I ( x; ) = log α G ( xi ) (7) i= 1 = 1 + p log α G ( x i ) i= 1 = 1 Using the I estiation given by (5)-(7), the feature ranking algorith an be desribed as Proedure 1: A. Estiate both lass densities and overall density for eah feature vetor using G separately. B. Estiate the I between eah feature vetor and lass labels. Find the feature with axiu I, and ark it as opt-sub1 (optial subset of 1 feature). C. Selet one of the reaining feature vetors, obine it with opt-sub1 to for sub2 (subset of 2 features). Estiate both lass density and overall density of sub2, and then estiate I between sub2 and lass

3 labels. Repeat this proess for all reaining features, find the features with axiu I, and ark the as opt-sub2. D. Repeat Step C by inreasing one feature at a tie, until all features are ranked in the sense of I axiization. This proedure results in an ordering of features suh that the first d features have axial I with lass labels. The hoie of d to be used in the appliation is dependent on the requireent for lassifiation perforane and oputational ost. Using this searh strategy, the oputational oplexity is (n+1)n/2 (n is the total nuber of features) instead of the 2 n of exhaustive evaluation. In Proedure 1, G with ertain nuber of oponents is fitted to the data fro using the Expetation-axiization algorith [19]. This G fitting is required for all obinations of feature vetors. What s ore, to deterine the optial nuber of oponents, we apply ross-validation and use several restarts to ahieve axiu likelihood. Therefore, Proedure 1 is tie-onsuing. We ipleented Proedure 1 with atlab on Dell Preision 370 with single P4 2.8G CPU, 1GB eory. The training datasets ontain 30 diensional EEG signals, with about 300 saples. The whole feature ranking proedure took about 125 hours, whih akes algorith alost ipratiable in real world appliations. To overoe this diffiulty, we first use spherial ovariane atrix, and assue that the nuber of optial oponents for all features is idential to that for different obinations of feature subsets. In this way, one only needs to do the ross-validation one for all features at the beginning, and pik rows and oluns fro the ean vetors and ovariane atries for the orresponding features. Under this assuption, the algorith is revised as proedure 2: A. Use ross-validation to deterine the optial nuber of oponents for eah lass and overall data for all feature vetors. Estiate both lass densities and overall density for all feature vetors using G. Get the ean vetors and ovariane atries for eah oponent. B. Pik the orresponding rows and oluns fro ean vetors and ovariane atries (generated in A), and estiate density for eah feature vetor. Estiate the I between eah feature vetor and lass labels. Find the feature with axiu I, and ark it as opt-sub1 (optial subset of 1 feature). C. Pik one in the reaining feature vetors, obine it with opt-sub1 to for sub2 (subset of 2 features). Find the orresponding rows and oluns fro ean vetors and ovariane atries (generated in A), for the new ean vetors and ovariane atries, and estiate both lass densities and overall density of sub2, and then estiate I between sub2 and lass labels. Repeat this proess for all reaining features, find the features with axiu I, and ark it as opt-sub2. Repeat Step C by inreasing one feature at a tie, until all features are ranked in the sense of I axiization. We ipleented Proedure 2 on the sae software and hardwire platfor. The training datasets are idential to above experient. Resulting in a better oputational effiieny, the whole feature ranking proedure took about 10 inutes for this siulation. In the next setion, we will show the different feature ranking results fro both proedures on the sae training set. III. EXPERIETS AD RESULTS In this setion, we will show experiental results by applying the proposed algorith on Iris data and Wisonsin breast aner data fro UCI ahine learning repository [20]. We also ipleented the algorith on EEG data olleted by Honeywell in AugCog projet. As a oparison, we also ipleented the previous ICA-I algorith on the sae datasets. A. UCI ahine learning repository In this experient, we applied both and ICA-I on Iris and Wisonsin breast aner datasets. For experients using, the applied proedure that an be desribed as: 1. Randoly split data into training and testing sets. 2. Use training data to fit G by 5-fold ross-validation. Use the trained G odel, together with training data to do feature ranking (If not entioned, proedure 2 is used throughout the siulations). 3. Use the trained G odel to for a paraetri Bayes lassifier, and use this lassifier to do the lassifiation on the ranked features. 4. Repeat 1-3 for 10 onte Carlo runs, reord the feature ranking indies for eah tie, and average the lassifiation auray over 10 ties. For experients using ICA-I, the only differene is the seond step, in whih the ICA-I algorith was applied to rank the features. The feature ranking results for both datasets are shown in Table I and II, and the lassifiation auraies in Fig. 1 and 2. As a oparison, we also apply the Bayes error based wrapper approah for feature ranking. The results are shown in Fig. 1 and 2. Experiental results show that in Iris and Wisonsin breast aner data, exhibits ore auray than ICA-I. Visualizing eah feature in iris data, feature 3 and 4 exhibit uh higher separability than feature 1 and 2. Table I shows that reflets this fat without any proble; while ICA-I yields inaurate results (rank feature 4 as the least iportant feature). The ranking results of Wisonsin breast aner (Table II) are onsistent with the separability of the eah feature. The lassifiation auray urve in Fig. 1 and 2 also deonstrates that works better than ICA-I for these two datasets. Despite the better perforane, is very slow opared with ICA-I (about 100 ties slower aording to Table I and II). Fig. 1 and 2 also show the feature ranking results using Bayes error as riterion. Obviously, the results are better than and ICA-I ethods, beause this ethod is optial to seleted G

4 TABLE I FEATURE RAKIG RESULTS FOR IRIS DATA Average CPU tie (seond) Ranking indies (9 ties) (1 tie) ICA-I (10 ties) The seond row shows the feature ranking results by ethod; the third row shows feature ranking results by ICA-I ethod. The seond olun shows the run-tie for two ethods (based on P4 2.8G CPU). These nubers only give the reader a onept about the effiieny of two ethods. The third olun shows the feature indies for 10 onte Carlo runs. Classifiation rate Classifiation rate vs. nuber of best features ICA-I Bayes error based TABLE II FEATURE RAKIG RESULTS FOR WISCOSI BREAST CACER DATA Average CPU tie (seond) Ranking indies ICA-I The seond row shows the feature ranking results by ethod; the third row shows feature ranking results by ICA-I ethod. The seond olun shows the run-tie for two ethods (based on P4 2.8G CPU). These nubers only give the reader a onept about the effiieny of two ethods. The third olun shows the feature indies for 10 onte Carlo runs n best features Fig. 1. Classifiation auray for Iris data by, ICA-I and Bayes error based algoriths. The lassifiation auray is the average over 10 onte Carlo siulations Classifiation rate vs. nuber of best features lassifier. However, sine it requires obinational learning, it is uh slower than both and ICA-I. And the lassifiation results obtained by ranked feature have only slight differene opared with error based approah. B. EEG dataset We also applied the proposed ethod on EEG dataset olleted by Honeywell in Augented Cognition (AugCog) projet. The ai of AugCog projet is to enhane the task-related perforane of a huan user through oputer ediated assistane based on assessents of ognitive state fro EEG signals. In this experient, the subjet exeuted the predefined tasks, whih orrespond to the different level of brain ativities (high and low). The EEG data was pre-proessed by reoving the usular artifats, filtering out irrelevant frequeny bands. Power Spetru Density features are extrated in 30 diensions (for ore inforation about AugCog projet, please refer to [6, 14, 21]). The experiental proedure is siilar to that for Iris and Wisonsin breast aner datasets, exept for two differenes: 1) in AugCog projetion, we have two data files, one is used as training, the other is used as testing; 2) we did not use onte Carlo proedure. The ranking results and lassifiation auray are shown in Table III and Fig. 3. As referene, we also list the ranking results by Proedure 1 entioned in setion II. 1) The experiental results on EEG dataset also validate that ICA-I is uh faster than. Fro perforane point of view, both and ICA-I Classifiation rate ICA-I Bayes error based n best features Fig. 2. Classifiation auray for Wisonsin breast aner data by, ICA-I and Bayes error based algoriths. The lassifiation auray is the average over 10 onte Carlo siulations. exhibit ertain degree of onsisteny. However, none of the is superior to the other: if we only want to selet 3-5 features, ICA-I yields better perforane. If we want to selet features, yields better perforane. For the ICA-I algorith, as we entioned before, linear assuption ight degrade the auray of I estiation. For algorith, there ould be two reasons: 1) by using Proedure 2 to replae Proedure 1, we assue that the optial nubers of oponents are idential for different obination of features, this ight not hold in soe ases; 2) we do not have enough data. Consider we are working on 30 diensions, but we only use about 300 data saples to fit G odel

5 TABLE III FEATURE RAKIG RESULTS FOR AUGCOG EEG DATA Average CPU Ranking indies tie (seond) (Proedure 2) ICA-I 2.86 (Proedure 1) About 125 hours The seond row shows the feature ranking results by ethod; the third row shows feature ranking results by ICA-I ethod. the fourth row also show the feature ranking results by using ethod proedure 1. The seond olun shows the run-tie for two ethods (based on P4 2.8G CPU). These nubers only give the reader a onept about the effiieny of two ethods. The third olun shows the feature indies for 10 onte Carlo runs. Classifiation rate Classifiation rate vs. nuber of best features n best features IV. COCLUSIO ICA-I Fig. 3. Classifiation auray for EEG data by and ICA-I algoriths. In this paper, we proposed a feature ranking and seletion ethod: algorith. This ethod exploits the fat that G is a widely aepted density estiator for an arbitrary distribution, and an be used for entropy estiator. In setion II, this ethod is desribed in detail, and an approxiation is used for reduing the oputational requireent. Experients on Iris, Wisonsin breast aner, and EEG data show that an partly overoe the non-linear proble that ICA-I has. However, beause it is uh slower than ICA-I, and its auray will be ipaired in higher diension when there is no enough training data, this ethod an be used as a suppleent to our existing ethod. We also show the feature ranking results by using Bayse error riterion for Iris and Wisonsin breast aner data, experiental results show that this ethod is optial to seleted G lassifier; however, it is too slow to use in real tie AugCog appliation. Knowing the shortoings of both and ICA-I algoriths, the future work will fous on two aspets: 1) iproving the perforane of ICA transforation, in order to inrease the auray of I estiation; 2) aelerating the G algorith to redue the oputational requireent for G fitting. ACKOWLEDGET This work was supported by DARPA under ontrat DAAD C-0054 and by SF under grant ECS The EEG data was olleted at the Huan-Centered Systes Lab., Honeywell, inneapolis, innesota. REFERECES [1] E. Oja, Subspae ethods of Pattern Reognition, Wiley, ew York, [2] P.A. Devijver, J. Kittler, Pattern Reognition: A Statistial Approah, Prentie Hall, London, [3] K. Fukunaga. Introdution to Statistial Pattern Reognition, 2 nd ed., Aadei Press, ew York, [4] R. Everson, S. Roberts. Independent Coponent Analysis: A Flexible onlinearity and Deorrelating anifold Approah, eural Coputation, vol. 11, no. 8, pp , [5] A. Hyvärinen, E. Oja, P. Hoyer, J. Hurri, Iage Feature Extration by Sparse oding and Independent Coponent Analysis,Proeedings of ICPR 98, pp , [6] T. Lan, D. Erdogus, A. Adai,. Pavel, Feature Seletion by Independent Coponent Analysis and utual Inforation axiization in EEG Signal Classifiation, Proeedings of IJC 05, ontreal, Canada, pp , Aug [7] W. Duh, T. Wiezorek, J. Biesiada,. Blahnik, Coparison of feature ranking ethods based on inforation entropy, Pro. of International Joint Conferene on eural etworks (IJC), Budapest 2004, IEEE Press, pp [8] R.. Fano, Transission of Inforation: A Statistial Theory of Couniations. Wiley, ew York, [9].E. Hellan, J. Raviv, Probability of Error, Equivoation and the Chernoff Bound, IEEE Transations on Inforation Theory, vol. 16, pp , [10] Battiti, R., Using utual Inforation for Seleting Features in Supervised eural et Training, IEEE Trans eural etworks, vol 5, no 4, pp July [11] Kira, K. and Rendell,L., The feature seletion proble: Traditional ethods and a new algorith, In Proeedings of the Tenth ational Conferene on Artifiial Intelligene (AAAI-92), pages , enlo Park, CA, USA, AAAI Press. [12] John,G.H., Kohavi,R., & Pfleger,K., Irrelevant features and the subset seletion proble. In Proeedings of the 11th International Conferene on ahine Learning, pp , San ateo, CA, organ Kaufann, [13] Guyon,I., and Elisseeff, A., An Introdution to Variable and Feature Seletion, Journal of ahine Learning Researh (Speial Issue on Variable and Feature Seletion), [14] T. Lan, D. Erdogus, A. Adai,. Pavel, S. athan, Salient EEG Channel Seletion in Brain Coputer Interfaes by utual Inforation axiization, Proeedings of EBC 05, Shanghai, China, Sept [15] D. Erdogus, Inforation Theoreti Learning: Renyi s Entropy and its appliations to Adaptive Syste Training, PhD Dissertation, University of Florida, [16] D. Erdogus, J.C. Prinipe, Lower and Upper Bounds for islassifiation Probability Based on Renyi s Inforation, Journal of VLSI Signal Proessing Systes, vol. 37, no. 2/3, pp , [17] K. Torkkola, Feature Extration by on-paraetri utual Inforation axiization, Journal of ahine Learning Researh, vol. 3, pp , [18] R. Battiti, Using utual Inforation for Seleting Features in Supervised eural etworks learning, IEEE Trans. eural etworks, vol. 5, no. 4, pp , 1994.

6 [19] A.P. Depster,.. Laird, D.B. Rubin, axiu Likelihood fro Inoplete Data via the E Algorith, Journal of the Royal Statistial Soiety, vol. 39, pp. 1-38, [20] [21] T. Lan, A. Adai, D. Erdogus,. Pavel, Estiating Cognitive State Using EEG Signals, Proeedings of EUSIPCO 05, Sep 2005.

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

Relationship between the number of labeled samples and classification accuracy based on sparse representation

Relationship between the number of labeled samples and classification accuracy based on sparse representation Relationship between the nuber of labeled saples and lassifiation auray based on sparse representation 1 Shool of Coputer Siene and Engineering, Beifang University for Nationalities,Yinhuan, 75001,China

More information

FEATURE SELECTION BASED ON SURVIVAL CAUCHY-SCHWARTZ MUTUAL INFORMATION

FEATURE SELECTION BASED ON SURVIVAL CAUCHY-SCHWARTZ MUTUAL INFORMATION 04 IEEE International Conferene on Aousti, peeh and ignal Proessing (ICAP FEATURE ELECTIO BAED O URVIVAL CAUCHY-CHWARTZ MUTUAL IFORMATIO Badong Chen, iaohan Yang, Hua Qu, Jihong Zhao, anning Zheng, Jose

More information

Design of Output Feedback Compensator

Design of Output Feedback Compensator Design of Output Feedbak Copensator Vanita Jain, B.K.Lande Professor, Bharati Vidyapeeth s College of Engineering, Pashi Vihar, New Delhi-0063 Prinipal, Shah and Anhor Kuthhi Engineering College, Chebur,

More information

Optimizing Single Sweep Range and Doppler Processing for FMCW Radar using Inverse Filtering

Optimizing Single Sweep Range and Doppler Processing for FMCW Radar using Inverse Filtering Optiizing Single Sweep and Doppler Proessing for FMCW Radar using Inverse Filtering AJ de Jong and Ph van Dorp Oude Waalsdorperweg 63 2597 AK, Den Haag The Netherlands ajdejong@feltnonl ABSTRACT We disuss

More information

Direction Tracking of Multiple Moving Targets Using Quantum Particle Swarm Optimization

Direction Tracking of Multiple Moving Targets Using Quantum Particle Swarm Optimization MATEC Web of Conferenes 59 DOI: 10.1051/ ateonf/016590700 Diretion Traking of Multiple Moing Targets Using Quantu Partile Swar Optiization ongyuan Gao Jia Li and Yanan Du College of Inforation and Couniation

More information

Nonreversibility of Multiple Unicast Networks

Nonreversibility of Multiple Unicast Networks Nonreversibility of Multiple Uniast Networks Randall Dougherty and Kenneth Zeger September 27, 2005 Abstrat We prove that for any finite direted ayli network, there exists a orresponding multiple uniast

More information

An Integrated Statistical Model for Multimedia Evidence Combination

An Integrated Statistical Model for Multimedia Evidence Combination An Integrated Statistial Model for Multiedia Evidene Cobination Sheng Gao, Joo-Hwee Li and Qibin Sun Institute for Infoo Researh, 21 Heng Mui Keng Terrae, Singapore, 119613 {gaosheng, joohwee, qibin}@i2r.a-star.edu.sg

More information

DETERMINATION OF TWO LAYER EARTH STRUCTURE PARAMETERS

DETERMINATION OF TWO LAYER EARTH STRUCTURE PARAMETERS DETERMINATION OF TWO LAYER EARTH STRUCTURE PARAMETERS Ioannis F. GONOS, Vassiliki T. KONTARGYRI, Ioannis A. STATHOPULOS, National Tehnial University of Athens, Shool of Eletrial and Coputer Engineering,

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

Numerical Studies of Counterflow Turbulence

Numerical Studies of Counterflow Turbulence Nonae anusript No. will be inserted by the editor Nuerial Studies of Counterflow Turbulene Veloity Distribution of Vorties Hiroyuki Adahi Makoto Tsubota Reeived: date Aepted: date Abstrat We perfored the

More information

Uniaxial Concrete Material Behavior

Uniaxial Concrete Material Behavior COMPUTERS AND STRUCTURES, INC., JULY 215 TECHNICAL NOTE MODIFIED DARWIN-PECKNOLD 2-D REINFORCED CONCRETE MATERIAL MODEL Overview This tehnial note desribes the Modified Darwin-Peknold reinfored onrete

More information

Fractional Order Controller for PMSM Speed Servo System Based on Bode s Ideal Transfer Function

Fractional Order Controller for PMSM Speed Servo System Based on Bode s Ideal Transfer Function Sensors & Transduers, Vol. 73, Issue 6, June 24, pp. -7 Sensors & Transduers 24 by IFSA Publishing, S. L. http://www.sensorsportal.o Frational Order Controller for PMSM Speed Servo Syste Based on Bode

More information

A Decision Theoretic Framework for Analyzing Binary Hash-based Content Identification Systems

A Decision Theoretic Framework for Analyzing Binary Hash-based Content Identification Systems A Deision Theoreti Fraework for Analyzing Binary Hash-based Content Identifiation Systes Avinash L Varna Departent of Eletrial and Coputer Engineering University of Maryland College Park, MD, USA varna@udedu

More information

Joint genome-wide prediction in several populations accounting for randomness of genotypes:

Joint genome-wide prediction in several populations accounting for randomness of genotypes: 1 3 4 5 6 7 8 9 10 11 1 13 Joint genoe-wide predition in several populations aounting for randoness of genotypes: A hierarhial Bayes approah. II: Multivariate spike and slab priors for arker effets and

More information

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

Combining Feature-based and Model-based Approaches For Robust Ellipse Detection

Combining Feature-based and Model-based Approaches For Robust Ellipse Detection Cobining Feature-based and Model-based Approahes For Robust Ellipse Halil Ibrahi Cakir Departent of Coputer Engineering Dulupinar University, Kutahya, Turkey Eail: akirhal@dulupinar.edu.tr Burak Benligiray,

More information

Optimization of the CBSMAP Queueing Model

Optimization of the CBSMAP Queueing Model July 3-5 23 London UK Optiization of the CBSMAP Queueing Model Kondrashova EV Kashtanov VA Abstrat The present paper is devoted to the researh of ontrolled queueing odels at ontrol of CBSMAP-flow Controlled

More information

Derivation of Non-Einsteinian Relativistic Equations from Momentum Conservation Law

Derivation of Non-Einsteinian Relativistic Equations from Momentum Conservation Law Asian Journal of Applied Siene and Engineering, Volue, No 1/13 ISSN 35-915X(p); 37-9584(e) Derivation of Non-Einsteinian Relativisti Equations fro Moentu Conservation Law M.O.G. Talukder Varendra University,

More information

Kinematics of Elastic Neutron Scattering

Kinematics of Elastic Neutron Scattering .05 Reator Physis - Part Fourteen Kineatis of Elasti Neutron Sattering. Multi-Group Theory: The next ethod that we will study for reator analysis and design is ulti-group theory. This approah entails dividing

More information

THE NONLINEAR NATURE OF PREFERENCES, ITS IMPACT ON THE SENSITIVITY AND EFFECTIVENESS OF MULTIPLE CRITERIA ALTERNATIVES

THE NONLINEAR NATURE OF PREFERENCES, ITS IMPACT ON THE SENSITIVITY AND EFFECTIVENESS OF MULTIPLE CRITERIA ALTERNATIVES IJAHP Artile: Mu, Saaty/A Style Guide for Paper Proposals o Be Subitted to the International Syposiu of the Analyti Hierarhy Proess 2014, Washington D.C., U.S.A. HE NONLINEAR NAURE OF PREFERENCES, IS IMPAC

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

Combined Tilt and Thickness Measurements on Nematic Liquid Crystal Samples

Combined Tilt and Thickness Measurements on Nematic Liquid Crystal Samples This artile was downloaded by: [Mihigan State University] On: 10 February 2015, At: 11:16 Publisher: Taylor & Franis Infora Ltd Registered in England and Wales Registered Nuber: 1072954 Registered offie:

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

The Seesaw Mechanism

The Seesaw Mechanism The Seesaw ehanis By obert. Klauber www.quantufieldtheory.info 1 Bakground It ay see unusual to have suh low values for asses of neutrinos, when all other partiles like eletrons, quarks, et are uh heavier,

More information

Structural Design for Vibration Reduction in Brushless DC Stator

Structural Design for Vibration Reduction in Brushless DC Stator J Eletr Eng Tehnol.017; 1(5): 184-1850 http://doi.org/10.5370/jeet.017.1.5.184 ISSN(Print) 1975-010 ISSN(Online) 093-743 Strutural Design for Vibration Redution in Brushless DC Stator Mehrdad Jafarboland

More information

Mathematical modeling of gelatine production processes

Mathematical modeling of gelatine production processes Matheatial odeling of gelatine prodution proesses KAREL KOLOMAZNIK, DAGMAR JANACOA, JAROSLA SOLC and LADIMIR ASEK Departent of Autoati and Control Engineering Toas Bata Universit in Zlín, Fault of Applied

More information

x(t) y(t) c c F(t) F(t) EN40: Dynamics and Vibrations Homework 6: Forced Vibrations Due Friday April 5, 2018

x(t) y(t) c c F(t) F(t) EN40: Dynamics and Vibrations Homework 6: Forced Vibrations Due Friday April 5, 2018 EN40: Dynais and Vibrations Hoewor 6: Fored Vibrations Due Friday April 5, 2018 Shool of Engineering Brown University 1. The vibration isolation syste shown in the figure has =20g, = 19.8 N / = 1.259 Ns

More information

Generation of Anti-Fractals in SP-Orbit

Generation of Anti-Fractals in SP-Orbit International Journal of Coputer Trends and Tehnology (IJCTT) Volue 43 Nuber 2 January 2017 Generation of Anti-Fratals in SP-Orbit Mandeep Kuari 1, Sudesh Kuari 2, Renu Chugh 3 1,2,3 Departent of Matheatis,

More information

Applying Probability Model to The Genetic Algorithm Based Cloud Rendering Task Scheduling

Applying Probability Model to The Genetic Algorithm Based Cloud Rendering Task Scheduling Applying robability Model to The Geneti Algorith Based Cloud Rendering Task Sheduling Guobin Zhang 3 Huahu Xu 3. Shool of Coputer Engineering and Siene Shanghai University 00444 Shanghai.R. China 3. Shanghai

More information

Feature Extraction Techniques

Feature Extraction Techniques Feature Extraction Techniques Unsupervised Learning II Feature Extraction Unsupervised ethods can also be used to find features which can be useful for categorization. There are unsupervised ethods that

More information

CS Lecture 13. More Maximum Likelihood

CS Lecture 13. More Maximum Likelihood CS 6347 Lecture 13 More Maxiu Likelihood Recap Last tie: Introduction to axiu likelihood estiation MLE for Bayesian networks Optial CPTs correspond to epirical counts Today: MLE for CRFs 2 Maxiu Likelihood

More information

Abstract code: Meta Heuristics to Minimize Line Stoppage Time in Mixed-Model Sequencing Problem

Abstract code: Meta Heuristics to Minimize Line Stoppage Time in Mixed-Model Sequencing Problem Abstrat ode: 015-0215 Meta Heuristis to Miniize Line Stoppage Tie in Mixed-Model Sequening Proble Takayoshi Taura *1, Tej S. Dhakar *2, Katsuhisa Ohno *3, Taiji Okuura *1 *1 Nagoya Institute of Tehnology,

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

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach Measuring & Induing Neural Ativity Using Extraellular Fields I: Inverse systems approah Keith Dillon Department of Eletrial and Computer Engineering University of California San Diego 9500 Gilman Dr. La

More information

Reconstruction-based multivariate contribution analysis for fault isolation: A branch and bound approach

Reconstruction-based multivariate contribution analysis for fault isolation: A branch and bound approach Reonstrution-based ultivariate ontribution analysis for fault isolation: A branh and bound approah Bo He a, Xianhui Yang a, Tao Chen b,*, Jie Zhang a Departent of Autoation, Tsinghua University, Beijing

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

COS 424: Interacting with Data. Written Exercises

COS 424: Interacting with Data. Written Exercises COS 424: Interacting with Data Hoework #4 Spring 2007 Regression Due: Wednesday, April 18 Written Exercises See the course website for iportant inforation about collaboration and late policies, as well

More information

Multi-Load Optimization in Electrical Engineering Design Part I: Simulation

Multi-Load Optimization in Electrical Engineering Design Part I: Simulation EngOpt 008 - International Conferene on Engineering Optiization Rio de Janeiro, Brazil, 0-05 June 008. Multi-Load Optiization in Eletrial Engineering Design Part I: Siulation Z. Andjeli, D. Push T. Shoeneann

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

A Simple Regression Problem

A Simple Regression Problem A Siple Regression Proble R. M. Castro March 23, 2 In this brief note a siple regression proble will be introduced, illustrating clearly the bias-variance tradeoff. Let Y i f(x i ) + W i, i,..., n, where

More information

MAIN TOPICS iensional i l Analysis Bukingha Pi Theore eterination of Pi Ters Coents about iensional Analysis Coon iensionless Groups in Fluid Mehanis

MAIN TOPICS iensional i l Analysis Bukingha Pi Theore eterination of Pi Ters Coents about iensional Analysis Coon iensionless Groups in Fluid Mehanis FUNAMENTALS OF FLUI MECHANICS Chapter 7 iensional Analysis Modeling, and Siilitude MAIN TOPICS iensional i l Analysis Bukingha Pi Theore eterination of Pi Ters Coents about iensional Analysis Coon iensionless

More information

Probability Distributions

Probability Distributions Probability Distributions In Chapter, we ephasized the central role played by probability theory in the solution of pattern recognition probles. We turn now to an exploration of soe particular exaples

More information

Kernel Methods and Support Vector Machines

Kernel Methods and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley ENSIAG 2 / osig 1 Second Seester 2012/2013 Lesson 20 2 ay 2013 Kernel ethods and Support Vector achines Contents Kernel Functions...2 Quadratic

More information

Hankel Optimal Model Order Reduction 1

Hankel Optimal Model Order Reduction 1 Massahusetts Institute of Tehnology Department of Eletrial Engineering and Computer Siene 6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski Hankel Optimal Model Order Redution 1 This leture overs both

More information

Some Properties of Interval Quadratic Programming Problem

Some Properties of Interval Quadratic Programming Problem International Journal of Sstes Siene Applied Matheatis 07; (5): 05-09 http://www.sienepublishinggroup.o/j/ijssa doi: 0.648/j.ijssa.07005.5 ISSN: 575-5838 (Print); ISSN: 575-5803 (Online) Soe Properties

More information

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization Recent Researches in Coputer Science Support Vector Machine Classification of Uncertain and Ibalanced data using Robust Optiization RAGHAV PAT, THEODORE B. TRAFALIS, KASH BARKER School of Industrial Engineering

More information

Comparison of Deadtime Correction Factors for Passive Neutron Multiplicity Counting of Correlated and Non-Correlated Neutron Sources

Comparison of Deadtime Correction Factors for Passive Neutron Multiplicity Counting of Correlated and Non-Correlated Neutron Sources Coparison of Deadtie Corretion Fators for Passive Neutron Multipliity Counting of Correlated and Non-Correlated Neutron oures - 9298 L.G. Evans 1,. Croft 2, N. Menaa 2, P.I. Noran 1 1. hool of Physis and

More information

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley osig 1 Winter Seester 2018 Lesson 6 27 February 2018 Outline Perceptrons and Support Vector achines Notation...2 Linear odels...3 Lines, Planes

More information

Optimal sliding mode control of the pendubot

Optimal sliding mode control of the pendubot International Researh Journal of Coputer Siene and Inforation Systes (IRJCSIS Vol. ( pp. 45-5, April, Available online http://www.interesjournals.org/irjcsis Copyright International Researh Journals Full

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

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

Introduction to Discrete Optimization

Introduction to Discrete Optimization Prof. Friedrich Eisenbrand Martin Nieeier Due Date: March 9 9 Discussions: March 9 Introduction to Discrete Optiization Spring 9 s Exercise Consider a school district with I neighborhoods J schools and

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

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

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

1.054/1.541 Mechanics and Design of Concrete Structures (3-0-9) Outline 3 Failure Theories and Concrete Plasticity

1.054/1.541 Mechanics and Design of Concrete Structures (3-0-9) Outline 3 Failure Theories and Concrete Plasticity .54/.54 Mehanis and Design of Conrete trutures pring 4 Prof. Oral Buyukozturk Massahusetts Institute of Tehnology Outline.54/.54 Mehanis and Design of Conrete trutures (--9) Outline Failure Theories and

More information

Minimum value of C Number of Vehicles in Platoon

Minimum value of C Number of Vehicles in Platoon Preprints of the 8th IFAC/IFIP/IFORS Syposiu on Transportation Systes, Chania, Greee, June 1997, pp. 69{74. STRING STABILITY PROPERTIES OF AHS LONGITUDINAL VEHICLE CONTROLLERS Jennifer Eyre Diana Yanaiev

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

Expert controller in multi-variable System of Temperature and Humidity

Expert controller in multi-variable System of Temperature and Humidity International Journal of Engineering & Applied Sienes (IJEAS) Vol.9, Issue (017) 51-59 http://dx.doi.org/10.4107/ijeas.1 Int J Eng Appl Si 9() (017) 51-59 Expert ontroller in ulti-variable Syste of Teperature

More information

Green s Function for Potential Field Extrapolation

Green s Function for Potential Field Extrapolation Green s Funtion for Potential Field Extrapolation. Soe Preliinaries on the Potential Magneti Field By definition, a potential agneti field is one for whih the eletri urrent density vanishes. That is, J

More information

A Functional Representation of Fuzzy Preferences

A Functional Representation of Fuzzy Preferences Theoretial Eonomis Letters, 017, 7, 13- http://wwwsirporg/journal/tel ISSN Online: 16-086 ISSN Print: 16-078 A Funtional Representation of Fuzzy Preferenes Susheng Wang Department of Eonomis, Hong Kong

More information

Inspection; structural health monitoring; reliability; Bayesian analysis; updating; decision analysis; value of information

Inspection; structural health monitoring; reliability; Bayesian analysis; updating; decision analysis; value of information Cite as: Straub D. (2014). Value of inforation analysis with structural reliability ethods. Structural Safety, 49: 75-86. Value of Inforation Analysis with Structural Reliability Methods Daniel Straub

More information

International Journal of Thermodynamics, Vol. 18, No. 1, P (2015). Sergey G.

International Journal of Thermodynamics, Vol. 18, No. 1, P (2015).   Sergey G. International Journal of Therodynais Vol. 8 No. P. 3-4 (5). http://dx.doi.org/.554/ijot.5343 Four-diensional equation of otion for visous opressible and harged fluid with regard to the aeleration field

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

e-companion ONLY AVAILABLE IN ELECTRONIC FORM

e-companion ONLY AVAILABLE IN ELECTRONIC FORM OPERATIONS RESEARCH doi 10.1287/opre.1070.0427ec pp. ec1 ec5 e-copanion ONLY AVAILABLE IN ELECTRONIC FORM infors 07 INFORMS Electronic Copanion A Learning Approach for Interactive Marketing to a Custoer

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

TWO-DIMENSIONAL IMAGING ALGORITHM BASED ON LINEAR PROGNOSIS FOR SPACE TARGET IN BISTATIC ISAR SYSTEM

TWO-DIMENSIONAL IMAGING ALGORITHM BASED ON LINEAR PROGNOSIS FOR SPACE TARGET IN BISTATIC ISAR SYSTEM U.P.B. Si. Bull., Series C, Vol. 76, Iss. 3, 2014 ISSN 2286 3540 TWO-DIMENSIONAL IMAGING ALGORITHM BASED ON LINEAR PROGNOSIS FOR SPACE TARGET IN BISTATIC ISAR SYSTEM HAN NING 1, LV YAN-MEI 2, WANG GE-FANG

More information

The Gravitation As An Electric Effect

The Gravitation As An Electric Effect The Gravitation As An Eletri Effet Hans-Jörg Hoheker Donaustr 30519 Hannover e-ail: johoer@yahoode Web-Site: http://wwwhohekereu Abstrat: The eletri fores are iensely great in oparison with the gravitational

More information

Analysis of a Fork/Join Synchronization Station with Coxian Inputs from Finite Populations

Analysis of a Fork/Join Synchronization Station with Coxian Inputs from Finite Populations Analysis of a Fork/Join Synhronization Station with Coxian Inputs fro Finite Populations Ananth Krishnaurthy and Raan Suri Center for uik Response Manufaturing, Uniersity of Wisonsin-Madison, 53 Uniersity

More information

SPECTRUM sensing is a core concept of cognitive radio

SPECTRUM sensing is a core concept of cognitive radio World Acadey of Science, Engineering and Technology International Journal of Electronics and Counication Engineering Vol:6, o:2, 202 Efficient Detection Using Sequential Probability Ratio Test in Mobile

More information

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis City University of New York (CUNY) CUNY Acadeic Works International Conference on Hydroinforatics 8-1-2014 Experiental Design For Model Discriination And Precise Paraeter Estiation In WDS Analysis Giovanna

More information

1. Which two values of temperature are equivalent to the nearest degree when measured on the Kelvin and on the

1. Which two values of temperature are equivalent to the nearest degree when measured on the Kelvin and on the . Whih two values of teperature are equivalent to the nearest degree when easured on the Kelvin and on the Celsius sales of teperature? Kelvin sale Celsius sale A. 40 33 B. 273 00 C. 33 40 D. 373 0 2.

More information

Inter-fibre contacts in random fibrous materials: experimental verification of theoretical dependence on porosity and fibre width

Inter-fibre contacts in random fibrous materials: experimental verification of theoretical dependence on porosity and fibre width J Mater Si (2006) 41:8377 8381 DOI 10.1007/s10853-006-0889-7 LETTER Inter-fibre ontats in random fibrous materials: experimental verifiation of theoretial dependene on porosity and fibre width W. J. Bathelor

More information

E. Alpaydın AERFAISS

E. Alpaydın AERFAISS E. Alpaydın AERFAISS 00 Introduction Questions: Is the error rate of y classifier less than %? Is k-nn ore accurate than MLP? Does having PCA before iprove accuracy? Which kernel leads to highest accuracy

More information

' ' , and z ' components ( u u u'

' ' , and z ' components ( u u u' Mesosale Meteorology: Gravity Waves 3 April 07 Introdution Here, we priarily onsider internal gravity waves, or waves that propagate in a density-stratified fluid (noinally, a stably-stratified fluid,

More information

Bayes Decision Rule and Naïve Bayes Classifier

Bayes Decision Rule and Naïve Bayes Classifier Bayes Decision Rule and Naïve Bayes Classifier Le Song Machine Learning I CSE 6740, Fall 2013 Gaussian Mixture odel A density odel p(x) ay be ulti-odal: odel it as a ixture of uni-odal distributions (e.g.

More information

THREE-DIMENSIONAL NON-LINEAR EARTHQUAKE RESPONSE ANALYSIS OF REINFORCED CONCRETE STRUCTURES

THREE-DIMENSIONAL NON-LINEAR EARTHQUAKE RESPONSE ANALYSIS OF REINFORCED CONCRETE STRUCTURES HREE-DIMESIOAL O-LIEAR EARHQUAKE RESPOSE AALYSIS OF REIFORCED COCREE SRUCURES K. ishiura 1), K. akiguhi 2), and H. H. guen 3) 1) Assistant Professor, Dept. of Arhiteture and Building Engineering, oko Institute

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

Analytical Analysis and Numerical Prediction of Seven DOF Human Vibratory Model for the Various Cars Driving Posture Swami Mahesh, Kosbe Pradnya

Analytical Analysis and Numerical Prediction of Seven DOF Human Vibratory Model for the Various Cars Driving Posture Swami Mahesh, Kosbe Pradnya ISSN: - ISO 9:8 Certified International Journal of Engineering and Innovative Tehnology (IJEIT) Volue, Issue, May Analytial Analysis and Nuerial Predition of Seven DOF Huan Vibratory Model for the Various

More information

Using Statistical Moment Invariants and Entropy in Image Retrieval

Using Statistical Moment Invariants and Entropy in Image Retrieval Using Statistial Moent Invariants and Entropy in Iage Retrieval Isail I. Ar, Mohaed Ain, Passent El-Kafrawy, and Ar M. Sauber College of Coputers and Inforatis Misr International University, Cairo, Egypt

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

Non-Parametric Non-Line-of-Sight Identification 1

Non-Parametric Non-Line-of-Sight Identification 1 Non-Paraetric Non-Line-of-Sight Identification Sinan Gezici, Hisashi Kobayashi and H. Vincent Poor Departent of Electrical Engineering School of Engineering and Applied Science Princeton University, Princeton,

More information

Tracking using CONDENSATION: Conditional Density Propagation

Tracking using CONDENSATION: Conditional Density Propagation Tracking using CONDENSATION: Conditional Density Propagation Goal Model-based visual tracking in dense clutter at near video frae rates M. Isard and A. Blake, CONDENSATION Conditional density propagation

More information

The Transactional Nature of Quantum Information

The Transactional Nature of Quantum Information The Transactional Nature of Quantu Inforation Subhash Kak Departent of Coputer Science Oklahoa State University Stillwater, OK 7478 ABSTRACT Inforation, in its counications sense, is a transactional property.

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

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntehOpen, the world s leading publisher of Open Aess books Built by sientists, for sientists 3,9 116, 12M Open aess books available International authors and editors Downloads Our authors are aong

More information

The universal model of error of active power measuring channel

The universal model of error of active power measuring channel 7 th Symposium EKO TC 4 3 rd Symposium EKO TC 9 and 5 th WADC Workshop nstrumentation for the CT Era Sept. 8-2 Kosie Slovakia The universal model of error of ative power measuring hannel Boris Stogny Evgeny

More information

Fuzzy Based Approach for Monitoring the Mean and Range of the Products Quality

Fuzzy Based Approach for Monitoring the Mean and Range of the Products Quality J. Appl. Environ. Biol. Si., 4(9)1-7, 2014 2014, TextRoad Publiation ISSN: 2090-4274 Journal of Applied Environental and Biologial Sienes www.textroad.o Fuzzy Based Approah for Monitoring the Mean and

More information

Using EM To Estimate A Probablity Density With A Mixture Of Gaussians

Using EM To Estimate A Probablity Density With A Mixture Of Gaussians Using EM To Estiate A Probablity Density With A Mixture Of Gaussians Aaron A. D Souza adsouza@usc.edu Introduction The proble we are trying to address in this note is siple. Given a set of data points

More information

Developing Excel Macros for Solving Heat Diffusion Problems

Developing Excel Macros for Solving Heat Diffusion Problems Session 50 Developing Exel Maros for Solving Heat Diffusion Problems N. N. Sarker and M. A. Ketkar Department of Engineering Tehnology Prairie View A&M University Prairie View, TX 77446 Abstrat This paper

More information

Pattern Recognition and Machine Learning. Learning and Evaluation for Pattern Recognition

Pattern Recognition and Machine Learning. Learning and Evaluation for Pattern Recognition Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2017 Lesson 1 4 October 2017 Outline Learning and Evaluation for Pattern Recognition Notation...2 1. The Pattern Recognition

More information

Congruences and Modular Arithmetic

Congruences and Modular Arithmetic Congruenes and Modular Aritheti 6-17-2016 a is ongruent to b od n eans that n a b. Notation: a = b (od n). Congruene od n is an equivalene relation. Hene, ongruenes have any of the sae properties as ordinary

More information

Neural Networks Trained with the EEM Algorithm: Tuning the Smoothing Parameter

Neural Networks Trained with the EEM Algorithm: Tuning the Smoothing Parameter eural etworks Trained wit te EEM Algorit: Tuning te Sooting Paraeter JORGE M. SATOS,2, JOAQUIM MARQUES DE SÁ AD LUÍS A. ALEXADRE 3 Intituto de Engenaria Bioédica, Porto, Portugal 2 Instituto Superior de

More information

Reference. R. K. Herz,

Reference. R. K. Herz, Identifiation of CVD kinetis by the ethod of Koiyaa, et al. Coparison to 1D odel (2012) filenae: CVD_Koiyaa_1D_odel Koiyaa, et al. (1999) disussed ethods to identify the iportant steps in a CVD reation

More information

Determining the optimum length of a bridge opening with a specified reliability level of water runoff

Determining the optimum length of a bridge opening with a specified reliability level of water runoff MATE Web o onerenes 7, 0004 (07) DOI: 0.05/ ateon/0770004 XXVI R-S-P Seinar 07, Theoretial Foundation o ivil Engineering Deterining the optiu length o a bridge opening with a speiied reliability level

More information

Chapter 8 Hypothesis Testing

Chapter 8 Hypothesis Testing Leture 5 for BST 63: Statistial Theory II Kui Zhang, Spring Chapter 8 Hypothesis Testing Setion 8 Introdution Definition 8 A hypothesis is a statement about a population parameter Definition 8 The two

More information

Array Design for Superresolution Direction-Finding Algorithms

Array Design for Superresolution Direction-Finding Algorithms Array Design for Superresolution Diretion-Finding Algorithms Naushad Hussein Dowlut BEng, ACGI, AMIEE Athanassios Manikas PhD, DIC, AMIEE, MIEEE Department of Eletrial Eletroni Engineering Imperial College

More information

Ch 12: Variations on Backpropagation

Ch 12: Variations on Backpropagation Ch 2: Variations on Backpropagation The basic backpropagation algorith is too slow for ost practical applications. It ay take days or weeks of coputer tie. We deonstrate why the backpropagation algorith

More information

Computer Science 786S - Statistical Methods in Natural Language Processing and Data Analysis Page 1

Computer Science 786S - Statistical Methods in Natural Language Processing and Data Analysis Page 1 Computer Siene 786S - Statistial Methods in Natural Language Proessing and Data Analysis Page 1 Hypothesis Testing A statistial hypothesis is a statement about the nature of the distribution of a random

More information