Adapting the Pheromone Evaporation Rate in Dynamic Routing Problems

Size: px
Start display at page:

Download "Adapting the Pheromone Evaporation Rate in Dynamic Routing Problems"

Transcription

1 Adapting the Pheroone Evaporation Rate in Dynaic Routing Probles Michalis Mavrovouniotis and Shengxiang Yang School of Coputer Science and Inforatics, De Montfort University The Gateway, Leicester LE1 9BH, United and Abstract. Ant colony optiization (ACO) algoriths have proved to be able to adapt to dynaic optiization probles (DOPs) when stagnation behaviour is avoided. Several approaches have been integrated with ACO to iprove its perforance for DOPs. The adaptation capabilities of ACO rely on the pheroone evaporation echanis, where the rate is usually fixed. Pheroone evaporation ay eliinate pheroone trails that represent bad solutions fro previous environents. In this paper, an adaptive schee is proposed to vary the evaporation rate in different periods of the optiization process. The experiental results show that ACO with an adaptive pheroone evaporation rate achieves proising results, when copared with an ACO with a fixed pheroone evaporation rate, for different DOPs. 1 Introduction Ant colony optiization (ACO) algoriths have shown good perforance when applied to difficult optiization probles under static environents [2]. However, in any real-world applications, we have to deal with dynaic environents, where the optiu changes and needs re-optiization. It is believed that ACO algoriths can adapt to dynaic changes since they are inspired fro nature, which is a continuous adaptation process[7]. In practice, they can adapt by transferring knowledge fro past environents, using the pheroone trails, to speed up re-optiization. The challenge to such algoriths lies in how quickly they can react to dynaic changes in order to aintain the high quality of output instead of early stagnation behaviour, where all ants construct the sae solutions and lose their adaptation capabilities. Developing strategies for ACO algoriths to deal with stagnation behaviour and address dynaic optiization probles (DOPs) has attracted a lot of attention, which includes local and global restart strategies [6], eory-based approaches [5], pheroone anipulation schees to aintain diversity [3], and iigrants schees to increase diversity [8]. The adaptation capabilities of ACO rely on the pheroone evaporation where a constant aount of pheroone is deducted to eliinate pheroone trails that represent bad solutions that ay bias ants to search to the non-proising areas of the search space. In this paper, the ipact of the pheroone evaporation rate

2 is exained on DOPs, and an adaptive schee is designed for ACO. Adaptive ethods have been successfully applied for different paraeters of ACO, including the evaporation rate [10, 12]. However, these ethods have been investigated on static optiization probles. The rest of the paper is organized as follows. Section 2 describes the generation of dynaic routing DOPs. Section 3 describes an ACO algorith and gives details for its adaptation capabilities in DOPs. Section 4 describes the proposed schee where the evaporation rate in ACO is adapted. Section 5 describes the experients carried out on a series of different DOPs. Finally, Section 6 concludes this paper with directions for future work. 2 Generating Dynaic Routing Environents Routing probles are usually illustrated using weighted graphs. Let G = (V, E) be a weighted graph where V is a set of n nodes and E is a set of links. Each node i has a location defined by (x,y) and each link (i,j) is associated with a non-negative distance d ij. Usually, the distance atrix of a proble instance is defined as D = (d ij ) n n. In order to generate dynaic routing probles, the dynaic benchark generator for perutation-encoded probles (DBGP) [9] is used, which converts any static proble instance to a dynaic environent. In case the optiu of the static proble instance is known, then it will reain known during the environental changes, because DBGP biases algoriths to search to a new location in the fitness landscape, instead of odifying the fitness landscape. Every f iterations a rando vector r(t) is generated that contains all the objects of a proble instance of size n, where T = t/f is the index of the period of change, t is the iteration count of the algorith, and f deterines the frequency of change. The agnitude of change depends on the nuber of swapped locations of objects. More precisely, [0.0, 1.0] defines the degree of change, in which only the first n of r(t) object locations are swapped. Then arandolyre-orderedvectorr (T) isgeneratedthatcontainsonlythe first n objects of r(t). Therefore, exactly n pairwise swaps are perfored using the two rando vectors. 3 ACO in Dynaic Environents 3.1 MAX-MIN Ant Syste The ACO etaheuristic consists of a population of µ ants where they construct solutions and share their inforation aong each other via their pheroone trails. The first ACO algorith developed is the Ant Syste (AS) [1]. Many variations of the AS have been applied to difficult optiization probles [2]. OneofthebestperforingACOalgorithistheMAX-MIN AS(MMAS) [11]. Ants read and write pheroones in order to construct their solutions. Each

3 ant k uses a probabilistic rule to choose the next city to visit. The decision rule an ant k uses to ove fro city i to city j is defined as follows: p k ij = [τ ij ] α [η ij ] β [τ il ] α β,if j Nk i, (1) [η il ] l N k i where τ ij is the existing pheroone trail between cities i and j, η ij = 1/d ij is the heuristic inforation available a priori, where d ij is the distance between cities i and j. Ni k denotes the neighbourhood of cities for ant k when the current city is i. α and β are the two paraeters which deterine the relative influence of τ and η, respectively. The pheroone trails in MMAS are updated by applying evaporation as follows: τ ij (1 ρ)τ ij, (i,j), (2) where ρ is the evaporation rate which satisfies 0 < ρ 1, and τ ij is the existing pheroone value. After evaporation the best ant deposits pheroone as follows: τ ij τ ij + τ best ij, (i,j) T best, (3) where τij best = 1/C best is the aount of pheroone that the best ant deposits and C best defines the solution quality of tour T best. Since only the best ant deposits pheroone, the algorith will quickly converge towards the best solution of the first iteration. Therefore, pheroone trail liits are iposed in order to avoid this behaviour. 3.2 Response to Dynaic Changes ACO algoriths are able to use knowledge fro previous environents using the pheroone trails generated in the previous iterations. For exaple, when the changing environents are siilar, the pheroone trails of the previous environent ay provide knowledge to speed up the optiization process to the new environent. However, the algorith needs to be flexible enough to accept the knowledge transferred fro the pheroone trails, or eliinate the pheroone trails, in order to adapt well to the new environent. ACO algoriths can be applied directly to DOPs without any odifications due to the pheroone evaporation. Lowering the pheroone values enables the algorith to forget bad decisions ade in previous iterations. When a dynaic change occurs, evaporation eliinates the pheroone trails of the previous environent fro areas that are not visited frequently and ay bias ants not to adapt well to the new environent. The adaptation via pheroone evaporation ay be a sufficient choice when the changing environents are siilar, otherwise a coplete re-initialization of the pheroone trails after a dynaic change occurs ay be a better choice. However, such action is available only in DOPs where the frequency of change is available beforehand or in DOPs where the dynaic changes can be detected. In our case, the dynaic changes can be detect by re-evaluating soe stored solutions, used as detectors, in every iteration [8].

4 4 ACO with Adaptive Evaporation Rate 4.1 Effect of the Pheroone Evaporation Rate Although ACO has adaptation capabilities due to the pheroone evaporation, the tie required to adapt to the new environent ay depend on the proble size and the agnitude of change. When the environental change is severe then it ay take longer to eliinate unused pheroone trails, therefore a high evaporation rate ay be ore suitable. More precisely, a high evaporation rate will eliinate the high intensity of pheroone trails that are usually concentrated to the optiu of the previous environent that is caused by stagnation behaviour. On the other hand, a high pheroone evaporation rate ay destroy inforation that can be used on further environents, since any bad solution in the current environent ay be good in the next environent. In traditional ACO algoriths the evaporation rate is usually fixed. A low evaporation rate corresponds to slow adaptation, whereas a high evaporation rate corresponds to fast adaptation. However, we believe that a fixed evaporation rate is not the best choice when addressing DOPs, since at different stages of the optiization process for different optiization probles and under different dynaic environents, the ost appropriate evaporation rate varies. 4.2 Detect Stagnation Behaviour In order to adapt the value of the pheroone evaporation during the search process, the exploration of the algorith is easured in order to detect stagnation behaviour. A direct way that can give an indication of exploration is to easure the diversity of the solutions. The easureent for routing probles is usually based on the coon edges between the solutions [8]. Such a easure ay be coputational expensive since there are O(n 2 ) possible pairs to be copared and each single coparison has a coplexity of O(n). A ore efficient easureent is the λ-branching factor [4], which easures the distribution of the pheroone trail values. The idea of λ-branching is described as follows: If for a given object i V, the concentration of pheroone trails on alost all the incident arcs becoes very sall but is large for a few others, then the freedo of exploring other paths fro object i is very liited. Therefore, if this situation arises siultaneously for all objects of graph G, the search space that is searched by ants becoes relatively sall. The average λ(t) branching factor at iteration t is defined as follows: λ(t) = 1 2n n λ i, (4) where n is the nuber of objects in the corresponding graph and λ i is the λ- branching factor for object i, which is defined as follows: λ i = i=1 d L ij (5) j=1

5 where d is the nuber of available arcs incident to object i and L ij is defined as follows: { 1, if (τin i L ij = +λ(τi ax τi in )) τ ij, (6) 0, otherwise. where λ is a constant paraeter (λ = 0.05 by default [4]), τin i and τi ax are the iniu and axiu pheroone trail values on the arcs incident to object i, respectively. A value of λ(t) close to 1 indicates stagnation behaviour. 4.3 Adapting Pheroone Evaporation Rate Considering the stateents above, if the algorith reaches stagnation behaviour, the evaporation rate needs to be increased in order to eliinate the high intensity of pheroone trails in soe areas and increase exploration. However, very high exploration ay disturb the optiization process because of randoization [8]. According to the behaviour of the algorith in ters of searching, we have the following pheroone evaporation rate update rule: { ρ(t 1) σ, if ρ(t) = λ(t) > 1, (7) ρ(t 1)+σ, otherwise. where λ(t) is defined in Eq. (4) and σ is the step size of varying the evaporation rate ρ at iteration t. A good value of σ was found to be because a higher value ay quickly increase ρ to an extree evaporation rate and destroy inforation and a saller value ay not have any effect to the perforance of ACO. 5 Experiental Study 5.1 Experiental Setup In the experients, we copare a MMAS with a global re-initialization of the pheroone trails, denoted as MMAS R, and a MMAS with the best fixed evaporation rate, denoted as MMAS B against the MMAS with the proposed adaptive pheroone evaporation, denoted as MMAS A. For all algoriths, we set α = 1, β = 5, q 0 = 0.0, and µ = 50, except for MMAS R where µ = 50 d T, where d T = 6 is the nuber of detectors. The evaporation rate for MMAS R was set to ρ = 0.4. For MMAS B the best value fro ρ {0.02,0.2,0.4,0.6,0.8} was selected, whereas for MMAS A ρ was adapted by Eq. (7). For each algorith on a DOP, N = 30 independent runs were executed on the sae environental changes. The algoriths were executed for G = 1000 iterations and the overall offline perforance is calculated as follows: P offline = 1 G 1 N P ij (8) G N i=1 j=1

6 kroa100, f = ρ= kroa100, f = kroa150, f = 10 kroa150, f = ρ= kroa200, f = 10 kroa200, f = 100 ρ= ρ= ρ= ρ= Fig. 1. Ipact of the evaporation rate on the offline perforance of a conventional MMAS on different DOPs. where Pij defines the tour cost of the best ant since the last dynaic change of iteration i of run j [7]. We took three travelling salesan proble (TSP) instances 1 and three vehicle routing proble (VRP) instnaces 2 as the base and used the DBGP described in Section 2 to generate DOPs. The value of f was set to 10 and 100, which indicate fast and slowly changing environents, respectively. The value of was set to 0.1, 0.25, 0.5, and 0.75, which indicate the degree of environental changes fro sall, to ediu, to large, respectively. As a result, eight dynaic environents, i.e., 2 values of f 4 values of, for each proble instance are generated to systeatically analyze the adaptation and searching capability of algoriths on the DOPs. 5.2 Experiental Results and Analysis The experiental results regarding the different ρ values for MMAS B on dynaic TSPs are presented in Fig. 1. Note that the corresponding experiental results for dynaic VRPs show siilar observations and are not presented here. The offline perforance of the different algoriths on dynaic TSPs and dynaic VRPs and the corresponding statistical results of Wilcoxon rank-su test, at the 0.05level ofsignificanceare presentedin Table 1 and Table 2, respectively. Moreover, the dynaic behaviour of the algoriths is presented in Fig. 2. Fro the experiental results, several observations can be ade by coparing the behaviour of the algoriths

7 Table 1. Experiental results of the algoriths regarding the offline perforance. Travelling Salesan Proble Instances f = 10 f = 100 kroa100(optiu=21282) MMAS B MMAS A MMAS R kroa150(optiu=26524) MMAS B MMAS A MMAS R kroa200(optiu=29368) MMAS B MMAS A MMAS R Vehicle Routing Proble Instances f = 10 f = 100 F-n45-k4(Optiu=724) MMAS B MMAS A MMAS R F-n72-k4(Optiu=237) MMAS B MMAS A MMAS R F-n135-k7(Optiu=1162) MMAS B MMAS A MMAS R First,when the evaporationrate is setto ρ = 0.02,whichis the recoended value formmas on static probles[2, p. 71],has the worstresults ondops, as observed fro Fig. 1. Furtherore, a high evaporation rate, i.e., ρ 0.4, often achieves better perforance when f = 10. This is natural because when the environent changes quickly, a fast adaptation is required. When f = 100, the evaporation rate depends on the agnitude of change, e.g., when = 0.1, ρ = 0.2 shows better perforance. However, as the agnitude of change increases, a higher value of ρ achieves better perforance. This validates our clai that the tie required for ACO, in which pheroone evaporation is used, to adapt to the new environent depends on the agnitude of change. Second,MMAS B isoutperforedbymmas R onostdopswith = 0.5 and = 0.75, whereas the forer outperfors the latter on all DOPs with = 0.1 and = 0.25; see the coparisons MMAS B MMAS R in Table 2.

8 Table 2. Statistical tests of coparing algoriths regarding the offline perforance, where + or eans that the first algorith is significantly better or the second algorith is significantly better, respectively, and eans that the algoriths are not significantly different. Travelling Salesan Proble Instances kroa100 kroa150 kroa200 f = 10, MMAS A MMAS B MMAS A MMAS R MMAS B MMAS R f = 100, MMAS A MMAS B MMAS A MMAS R MMAS B MMAS R Vehicle Routing Proble Instances F-n45-k4 F-n72-k4 F-n135-k7 f = 10, MMAS A MMAS B MMAS A MMAS R MMAS B MMAS R f = 100, MMAS A MMAS B MMAS A MMAS R MMAS B MMAS R This is because when the environents are siilar, due to a slight change, the pheroone trails of the previous environent help to start the optiization process fro a proising area in the search space, whereas when the environents are different, due to a severe change, the pheroone trails of the previous environent islead the searching to non-proising areas. This validates our clai that the adaptation of pheroone evaporation is useful when the environents are siilar and useful knowledge can be transferred. Finally, the proposed MMAS A outperfors MMAS B on ost TSP DOPs when = 0.25, = 0.5 and = 0.75, whereas the forer is coparable with the latter when = 0.1; see the coparisons MMAS A MMAS B in Table 2. This is probably because when the evaporation is high, it ay destroy useful knowledge fro the previous environent after a dynaic change. Therefore, a low evaporation rate soeties ay be a better choice, even when the dynaic change is severe, for the first iterations after a dynaic change to obtain knowledge, and a higher evaporation rate ay be a better choice later on to avoid the stagnation behaviour. This can be observed fro Fig. 2 where MMAS A convergesfasterandtoabetteroptiuthanmmas B.Fortunately, even if MMAS A does not achieve the best result copared to MMAS B, e.g., when f = 100 for VRP DOPs, its perforance level is still satisfactory since they are usually not significantly different. This can be expected since the re-

9 kroa200, f = 100, = 0.1 MMAS R MMAS B MMAS A kroa200, f = 100, = 0.75 MMAS R MMAS B MMAS A Iteration F-n135-k7, f = 100, = Iteration F-n135-k7, f = 100, = MMAS R MMAS B MMAS A 1450 MMAS R MMAS B MMAS A Iteration Iteration Fig. 2. Dynaic behaviour of the algoriths with respect to offline perforance against the iterations in slowly changing environents for the first 500 iterations in different DOPs: 1) kroa200 for TSP; and 2) F-n135-k7 for VRP. sults of MMAS B are obtained via fine-tuning the evaporation rate. Moreover, MMAS A outperforsmmas R inostdops,expectwhen = 0.75,because of the sae reasons discussed for MMAS B previously. 6 Conclusions This paper exaines the ipact of the pheroone evaporation on the perforance of ACO algoriths for DOPs. An adaptive evaporation rate is proposed for ACO to deal with DOPs, which is based on the detection of the stagnation behaviour. Experiental studies were perfored on a series of DOPs to investigate the perforance of the proposed approach. Fro the experiental results, several conclusions can be drawn. First, pheroone evaporation is iportant for ACO to address DOPs. Second, the higher the agnitude of the dynaic change, the higher the evaporation rate is needed. Third, the adaptation capabilities of pheroone evaporation perfor well only when the environents are siilar; otherwise, a re-initialization of the pheroone trails is required. Forth, the proposed adaptive evaporation rate prootes the perforance of ACO in any routing DOPs but depends on the dynaics and the type of the DOP.

10 Finally, copared to the tedious work of fine-tuning the pheroone evaporation rate anually, the proposed adaptive schee is ore convenient and has sufficiently good perforance under different conditions. However, the perforance is slightly decreased in soe cases, for the sake of this convenience. For future work, it will be interesting to consider other ways for adapting the evaporation rate. Moreover, there are evidence that the ore paraeters adapted in ACO, the better the perforance in optiization probles with static environent [10]. Therefore, another future work is to adapt ore ACO paraeters, e.g., α and β, in parallel for DOPs. Acknowledgeent This work was supported by the Engineering and Physical Sciences Research Council (EPSRC) of U.K. under Grant EP/K001310/1. References 1. Dorigo, M., Maniezzo, V., Colorni, A.: Ant syste: optiization by a colony of cooperating agents. IEEE Trans. on Syst., Man and Cybern., Part B: Cybern. 26(1), (1996) 2. Dorigo, M., Stützle, T.: Ant colony optiization. The MIT Press, London (2004) 3. Eyckelhof, C. J., Snoek, M.: Ant systes for a dynaic TSP: Ants caught in a traffic ja. In: ANTS LNCS, vol. 2463, pp Springer, Heidelberg (2002) 4. Gabardella, M. L., Dorigo, M.: Ant-Q: A reinforceent learning approach to the traveling salesan proble. In: Proc of the 12th Int. Conf. on Machine Learning, pp Morgan Kaufann (1995) 5. Guntsch, M., Middendorf, M.: Applying population based ACO to dynaic optiization probles. In: ANTS LNCS, vol. 2463, pp Springer, Heidelberg (2002) 6. Guntsch, M., Middendorf, M.: Pheroone odification strategies for ant algoriths applied to dynaic TSP. In: Boers, E. (eds) EvoApplications LNCS, vol. 2037, pp Springer, Heidelberg (2001) 7. Jin, Y., Branke, J.: Evolutionary optiization in uncertain environents - a survey. IEEE Trans. on Evol. Coput. 9(3), (2005) 8. Mavrovouniotis, M., Yang, S.: Ant colony optiization with eory-based iigrants for the dynaic vehicle routing proble. In: Proc. of the 2012 IEEE Congress on Evol. Coput., pp IEEE Press (2012) 9. Mavrovouniotis, M., Yang, S., Yao, X.: A benchark generator for dynaic perutation-encoded probles. In: PPSN XII. LNCS, vol. 7492, pp Springer, Heidelberg (2012) 10. Pellegrini, P., Stützle, T., Birattari, M.: A critical analysis of paraeter adaptation in ant colony optiization. Swar Intelli. 6(1), (2012) 11. Stützle, T., Hoos, H.: The MAX-MIN AntSyste and local search for the traveling salesan proble. In: Proc. of the 1997 IEEE Int. Conf. on Evol. Coput., pp IEEE Press (1997) 12. Stützle, T., López-Ibáñez, M., Pellegrini, P., Maur, M., de Oca, M.M., Birattari, M., Dorigo, M.: Paraeter adaptation in ant colony optiization. Autonoous Search, Springer, Heidelberg (2012)

An improved self-adaptive harmony search algorithm for joint replenishment problems

An improved self-adaptive harmony search algorithm for joint replenishment problems An iproved self-adaptive harony search algorith for joint replenishent probles Lin Wang School of Manageent, Huazhong University of Science & Technology zhoulearner@gail.co Xiaojian Zhou School of Manageent,

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

A New Approach to Solving Dynamic Traveling Salesman Problems

A New Approach to Solving Dynamic Traveling Salesman Problems A New Approach to Solving Dynaic Traveling Salesan Probles Changhe Li 1 Ming Yang 1 Lishan Kang 1 1 China University of Geosciences(Wuhan) School of Coputer 4374 Wuhan,P.R.China lchwfx@yahoo.co,yanging72@gail.co,ang_whu@yahoo.co

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

When Short Runs Beat Long Runs

When Short Runs Beat Long Runs When Short Runs Beat Long Runs Sean Luke George Mason University http://www.cs.gu.edu/ sean/ Abstract What will yield the best results: doing one run n generations long or doing runs n/ generations long

More information

Interactive Markov Models of Evolutionary Algorithms

Interactive Markov Models of Evolutionary Algorithms Cleveland State University EngagedScholarship@CSU Electrical Engineering & Coputer Science Faculty Publications Electrical Engineering & Coputer Science Departent 2015 Interactive Markov Models of Evolutionary

More information

European Journal of Operational Research

European Journal of Operational Research European Journal of Operational Research 196 (2009) 171 176 Contents lists available at ScienceDirect European Journal of Operational Research journal hoepage: www.elsevier.co/locate/ejor Production, Manufacturing

More information

New Slack-Monotonic Schedulability Analysis of Real-Time Tasks on Multiprocessors

New Slack-Monotonic Schedulability Analysis of Real-Time Tasks on Multiprocessors New Slack-Monotonic Schedulability Analysis of Real-Tie Tasks on Multiprocessors Risat Mahud Pathan and Jan Jonsson Chalers University of Technology SE-41 96, Göteborg, Sweden {risat, janjo}@chalers.se

More information

Block designs and statistics

Block designs and statistics Bloc designs and statistics Notes for Math 447 May 3, 2011 The ain paraeters of a bloc design are nuber of varieties v, bloc size, nuber of blocs b. A design is built on a set of v eleents. Each eleent

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2016 Lessons 7 14 Dec 2016 Outline Artificial Neural networks Notation...2 1. Introduction...3... 3 The Artificial

More information

Genetic Quantum Algorithm and its Application to Combinatorial Optimization Problem

Genetic Quantum Algorithm and its Application to Combinatorial Optimization Problem Genetic Quantu Algorith and its Application to Cobinatorial Optiization Proble Kuk-Hyun Han Dept. of Electrical Engineering, KAIST, 373-, Kusong-dong Yusong-gu Taejon, 305-70, Republic of Korea khhan@vivaldi.kaist.ac.kr

More information

INTEGRATIVE COOPERATIVE APPROACH FOR SOLVING PERMUTATION FLOWSHOP SCHEDULING PROBLEM WITH SEQUENCE DEPENDENT FAMILY SETUP TIMES

INTEGRATIVE COOPERATIVE APPROACH FOR SOLVING PERMUTATION FLOWSHOP SCHEDULING PROBLEM WITH SEQUENCE DEPENDENT FAMILY SETUP TIMES 8 th International Conference of Modeling and Siulation - MOSIM 10 - May 10-12, 2010 - Haaet - Tunisia Evaluation and optiization of innovative production systes of goods and services INTEGRATIVE COOPERATIVE

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2017 Lessons 7 20 Dec 2017 Outline Artificial Neural networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

Ant Colony Optimization: an introduction. Daniel Chivilikhin

Ant Colony Optimization: an introduction. Daniel Chivilikhin Ant Colony Optimization: an introduction Daniel Chivilikhin 03.04.2013 Outline 1. Biological inspiration of ACO 2. Solving NP-hard combinatorial problems 3. The ACO metaheuristic 4. ACO for the Traveling

More information

Fast Montgomery-like Square Root Computation over GF(2 m ) for All Trinomials

Fast Montgomery-like Square Root Computation over GF(2 m ) for All Trinomials Fast Montgoery-like Square Root Coputation over GF( ) for All Trinoials Yin Li a, Yu Zhang a, a Departent of Coputer Science and Technology, Xinyang Noral University, Henan, P.R.China Abstract This letter

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

Intelligent Systems: Reasoning and Recognition. Artificial Neural Networks

Intelligent Systems: Reasoning and Recognition. Artificial Neural Networks Intelligent Systes: Reasoning and Recognition Jaes L. Crowley MOSIG M1 Winter Seester 2018 Lesson 7 1 March 2018 Outline Artificial Neural Networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

On the Analysis of the Quantum-inspired Evolutionary Algorithm with a Single Individual

On the Analysis of the Quantum-inspired Evolutionary Algorithm with a Single Individual 6 IEEE Congress on Evolutionary Coputation Sheraton Vancouver Wall Centre Hotel, Vancouver, BC, Canada July 16-1, 6 On the Analysis of the Quantu-inspired Evolutionary Algorith with a Single Individual

More information

Hybrid System Identification: An SDP Approach

Hybrid System Identification: An SDP Approach 49th IEEE Conference on Decision and Control Deceber 15-17, 2010 Hilton Atlanta Hotel, Atlanta, GA, USA Hybrid Syste Identification: An SDP Approach C Feng, C M Lagoa, N Ozay and M Sznaier Abstract The

More information

Sharp Time Data Tradeoffs for Linear Inverse Problems

Sharp Time Data Tradeoffs for Linear Inverse Problems Sharp Tie Data Tradeoffs for Linear Inverse Probles Saet Oyak Benjain Recht Mahdi Soltanolkotabi January 016 Abstract In this paper we characterize sharp tie-data tradeoffs for optiization probles used

More information

Ştefan ŞTEFĂNESCU * is the minimum global value for the function h (x)

Ştefan ŞTEFĂNESCU * is the minimum global value for the function h (x) 7Applying Nelder Mead s Optiization Algorith APPLYING NELDER MEAD S OPTIMIZATION ALGORITHM FOR MULTIPLE GLOBAL MINIMA Abstract Ştefan ŞTEFĂNESCU * The iterative deterinistic optiization ethod could not

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

EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS

EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS Jochen Till, Sebastian Engell, Sebastian Panek, and Olaf Stursberg Process Control Lab (CT-AST), University of Dortund,

More information

Natural Computing. Lecture 11. Michael Herrmann phone: Informatics Forum /10/2011 ACO II

Natural Computing. Lecture 11. Michael Herrmann phone: Informatics Forum /10/2011 ACO II Natural Computing Lecture 11 Michael Herrmann mherrman@inf.ed.ac.uk phone: 0131 6 517177 Informatics Forum 1.42 25/10/2011 ACO II ACO (in brief) ACO Represent solution space Set parameters, initialize

More information

Randomized Recovery for Boolean Compressed Sensing

Randomized Recovery for Boolean Compressed Sensing Randoized Recovery for Boolean Copressed Sensing Mitra Fatei and Martin Vetterli Laboratory of Audiovisual Counication École Polytechnique Fédéral de Lausanne (EPFL) Eail: {itra.fatei, artin.vetterli}@epfl.ch

More information

Department of Electronic and Optical Engineering, Ordnance Engineering College, Shijiazhuang, , China

Department of Electronic and Optical Engineering, Ordnance Engineering College, Shijiazhuang, , China 6th International Conference on Machinery, Materials, Environent, Biotechnology and Coputer (MMEBC 06) Solving Multi-Sensor Multi-Target Assignent Proble Based on Copositive Cobat Efficiency and QPSO Algorith

More information

Easy Evaluation Method of Self-Compactability of Self-Compacting Concrete

Easy Evaluation Method of Self-Compactability of Self-Compacting Concrete Easy Evaluation Method of Self-Copactability of Self-Copacting Concrete Masanori Maruoka 1 Hiroi Fujiwara 2 Erika Ogura 3 Nobu Watanabe 4 T 11 ABSTRACT The use of self-copacting concrete (SCC) in construction

More information

13.2 Fully Polynomial Randomized Approximation Scheme for Permanent of Random 0-1 Matrices

13.2 Fully Polynomial Randomized Approximation Scheme for Permanent of Random 0-1 Matrices CS71 Randoness & Coputation Spring 018 Instructor: Alistair Sinclair Lecture 13: February 7 Disclaier: These notes have not been subjected to the usual scrutiny accorded to foral publications. They ay

More information

Analyzing Simulation Results

Analyzing Simulation Results Analyzing Siulation Results Dr. John Mellor-Cruey Departent of Coputer Science Rice University johnc@cs.rice.edu COMP 528 Lecture 20 31 March 2005 Topics for Today Model verification Model validation Transient

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

A note on the multiplication of sparse matrices

A note on the multiplication of sparse matrices Cent. Eur. J. Cop. Sci. 41) 2014 1-11 DOI: 10.2478/s13537-014-0201-x Central European Journal of Coputer Science A note on the ultiplication of sparse atrices Research Article Keivan Borna 12, Sohrab Aboozarkhani

More information

2.9 Feedback and Feedforward Control

2.9 Feedback and Feedforward Control 2.9 Feedback and Feedforward Control M. F. HORDESKI (985) B. G. LIPTÁK (995) F. G. SHINSKEY (970, 2005) Feedback control is the action of oving a anipulated variable in response to a deviation or error

More information

Proc. of the IEEE/OES Seventh Working Conference on Current Measurement Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES

Proc. of the IEEE/OES Seventh Working Conference on Current Measurement Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES Proc. of the IEEE/OES Seventh Working Conference on Current Measureent Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES Belinda Lipa Codar Ocean Sensors 15 La Sandra Way, Portola Valley, CA 98 blipa@pogo.co

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

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

A Smoothed Boosting Algorithm Using Probabilistic Output Codes

A Smoothed Boosting Algorithm Using Probabilistic Output Codes A Soothed Boosting Algorith Using Probabilistic Output Codes Rong Jin rongjin@cse.su.edu Dept. of Coputer Science and Engineering, Michigan State University, MI 48824, USA Jian Zhang jian.zhang@cs.cu.edu

More information

Research in Area of Longevity of Sylphon Scraies

Research in Area of Longevity of Sylphon Scraies IOP Conference Series: Earth and Environental Science PAPER OPEN ACCESS Research in Area of Longevity of Sylphon Scraies To cite this article: Natalia Y Golovina and Svetlana Y Krivosheeva 2018 IOP Conf.

More information

Homework 3 Solutions CSE 101 Summer 2017

Homework 3 Solutions CSE 101 Summer 2017 Hoework 3 Solutions CSE 0 Suer 207. Scheduling algoriths The following n = 2 jobs with given processing ties have to be scheduled on = 3 parallel and identical processors with the objective of iniizing

More information

Analysis of Impulsive Natural Phenomena through Finite Difference Methods A MATLAB Computational Project-Based Learning

Analysis of Impulsive Natural Phenomena through Finite Difference Methods A MATLAB Computational Project-Based Learning Analysis of Ipulsive Natural Phenoena through Finite Difference Methods A MATLAB Coputational Project-Based Learning Nicholas Kuia, Christopher Chariah, Mechatronics Engineering, Vaughn College of Aeronautics

More information

Efficient Filter Banks And Interpolators

Efficient Filter Banks And Interpolators Efficient Filter Banks And Interpolators A. G. DEMPSTER AND N. P. MURPHY Departent of Electronic Systes University of Westinster 115 New Cavendish St, London W1M 8JS United Kingdo Abstract: - Graphical

More information

arxiv: v3 [cs.ds] 22 Mar 2016

arxiv: v3 [cs.ds] 22 Mar 2016 A Shifting Bloo Filter Fraewor for Set Queries arxiv:1510.03019v3 [cs.ds] Mar 01 ABSTRACT Tong Yang Peing University, China yangtongeail@gail.co Yuanun Zhong Nanjing University, China un@sail.nju.edu.cn

More information

Effective joint probabilistic data association using maximum a posteriori estimates of target states

Effective joint probabilistic data association using maximum a posteriori estimates of target states Effective joint probabilistic data association using axiu a posteriori estiates of target states 1 Viji Paul Panakkal, 2 Rajbabu Velurugan 1 Central Research Laboratory, Bharat Electronics Ltd., Bangalore,

More information

Nonmonotonic Networks. a. IRST, I Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I Povo (Trento) Italy

Nonmonotonic Networks. a. IRST, I Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I Povo (Trento) Italy Storage Capacity and Dynaics of Nononotonic Networks Bruno Crespi a and Ignazio Lazzizzera b a. IRST, I-38050 Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I-38050 Povo (Trento) Italy INFN Gruppo

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

A method to determine relative stroke detection efficiencies from multiplicity distributions

A method to determine relative stroke detection efficiencies from multiplicity distributions A ethod to deterine relative stroke detection eiciencies ro ultiplicity distributions Schulz W. and Cuins K. 2. Austrian Lightning Detection and Inoration Syste (ALDIS), Kahlenberger Str.2A, 90 Vienna,

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

Outline. Ant Colony Optimization. Outline. Swarm Intelligence DM812 METAHEURISTICS. 1. Ant Colony Optimization Context Inspiration from Nature

Outline. Ant Colony Optimization. Outline. Swarm Intelligence DM812 METAHEURISTICS. 1. Ant Colony Optimization Context Inspiration from Nature DM812 METAHEURISTICS Outline Lecture 8 http://www.aco-metaheuristic.org/ 1. 2. 3. Marco Chiarandini Department of Mathematics and Computer Science University of Southern Denmark, Odense, Denmark

More information

CHAPTER 19: Single-Loop IMC Control

CHAPTER 19: Single-Loop IMC Control When I coplete this chapter, I want to be able to do the following. Recognize that other feedback algoriths are possible Understand the IMC structure and how it provides the essential control features

More information

Spine Fin Efficiency A Three Sided Pyramidal Fin of Equilateral Triangular Cross-Sectional Area

Spine Fin Efficiency A Three Sided Pyramidal Fin of Equilateral Triangular Cross-Sectional Area Proceedings of the 006 WSEAS/IASME International Conference on Heat and Mass Transfer, Miai, Florida, USA, January 18-0, 006 (pp13-18) Spine Fin Efficiency A Three Sided Pyraidal Fin of Equilateral Triangular

More information

The Algorithms Optimization of Artificial Neural Network Based on Particle Swarm

The Algorithms Optimization of Artificial Neural Network Based on Particle Swarm Send Orders for Reprints to reprints@benthascience.ae The Open Cybernetics & Systeics Journal, 04, 8, 59-54 59 Open Access The Algoriths Optiization of Artificial Neural Network Based on Particle Swar

More information

REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION

REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION ISSN 139 14X INFORMATION TECHNOLOGY AND CONTROL, 008, Vol.37, No.3 REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION Riantas Barauskas, Vidantas Riavičius Departent of Syste Analysis, Kaunas

More information

Qualitative Modelling of Time Series Using Self-Organizing Maps: Application to Animal Science

Qualitative Modelling of Time Series Using Self-Organizing Maps: Application to Animal Science Proceedings of the 6th WSEAS International Conference on Applied Coputer Science, Tenerife, Canary Islands, Spain, Deceber 16-18, 2006 183 Qualitative Modelling of Tie Series Using Self-Organizing Maps:

More information

NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT

NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT PACS REFERENCE: 43.5.LJ Krister Larsson Departent of Applied Acoustics Chalers University of Technology SE-412 96 Sweden Tel: +46 ()31 772 22 Fax: +46 ()31

More information

Optimal Resource Allocation in Multicast Device-to-Device Communications Underlaying LTE Networks

Optimal Resource Allocation in Multicast Device-to-Device Communications Underlaying LTE Networks 1 Optial Resource Allocation in Multicast Device-to-Device Counications Underlaying LTE Networks Hadi Meshgi 1, Dongei Zhao 1 and Rong Zheng 2 1 Departent of Electrical and Coputer Engineering, McMaster

More information

Convolutional Codes. Lecture Notes 8: Trellis Codes. Example: K=3,M=2, rate 1/2 code. Figure 95: Convolutional Encoder

Convolutional Codes. Lecture Notes 8: Trellis Codes. Example: K=3,M=2, rate 1/2 code. Figure 95: Convolutional Encoder Convolutional Codes Lecture Notes 8: Trellis Codes In this lecture we discuss construction of signals via a trellis. That is, signals are constructed by labeling the branches of an infinite trellis with

More information

Randomized Accuracy-Aware Program Transformations For Efficient Approximate Computations

Randomized Accuracy-Aware Program Transformations For Efficient Approximate Computations Randoized Accuracy-Aware Progra Transforations For Efficient Approxiate Coputations Zeyuan Allen Zhu Sasa Misailovic Jonathan A. Kelner Martin Rinard MIT CSAIL zeyuan@csail.it.edu isailo@it.edu kelner@it.edu

More information

Using a De-Convolution Window for Operating Modal Analysis

Using a De-Convolution Window for Operating Modal Analysis Using a De-Convolution Window for Operating Modal Analysis Brian Schwarz Vibrant Technology, Inc. Scotts Valley, CA Mark Richardson Vibrant Technology, Inc. Scotts Valley, CA Abstract Operating Modal Analysis

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

Lower Bounds for Quantized Matrix Completion

Lower Bounds for Quantized Matrix Completion Lower Bounds for Quantized Matrix Copletion Mary Wootters and Yaniv Plan Departent of Matheatics University of Michigan Ann Arbor, MI Eail: wootters, yplan}@uich.edu Mark A. Davenport School of Elec. &

More information

Ph 20.3 Numerical Solution of Ordinary Differential Equations

Ph 20.3 Numerical Solution of Ordinary Differential Equations Ph 20.3 Nuerical Solution of Ordinary Differential Equations Due: Week 5 -v20170314- This Assignent So far, your assignents have tried to failiarize you with the hardware and software in the Physics Coputing

More information

LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES

LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES Journal of Marine Science and Technology, Vol 19, No 5, pp 509-513 (2011) 509 LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES Ming-Tao Chou* Key words: fuzzy tie series, fuzzy forecasting,

More information

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation Course Notes for EE227C (Spring 2018): Convex Optiization and Approxiation Instructor: Moritz Hardt Eail: hardt+ee227c@berkeley.edu Graduate Instructor: Max Sichowitz Eail: sichow+ee227c@berkeley.edu October

More information

Fairness via priority scheduling

Fairness via priority scheduling Fairness via priority scheduling Veeraruna Kavitha, N Heachandra and Debayan Das IEOR, IIT Bobay, Mubai, 400076, India vavitha,nh,debayan}@iitbacin Abstract In the context of ulti-agent resource allocation

More information

ANALYTICAL INVESTIGATION AND PARAMETRIC STUDY OF LATERAL IMPACT BEHAVIOR OF PRESSURIZED PIPELINES AND INFLUENCE OF INTERNAL PRESSURE

ANALYTICAL INVESTIGATION AND PARAMETRIC STUDY OF LATERAL IMPACT BEHAVIOR OF PRESSURIZED PIPELINES AND INFLUENCE OF INTERNAL PRESSURE DRAFT Proceedings of the ASME 014 International Mechanical Engineering Congress & Exposition IMECE014 Noveber 14-0, 014, Montreal, Quebec, Canada IMECE014-36371 ANALYTICAL INVESTIGATION AND PARAMETRIC

More information

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair Proceedings of the 6th SEAS International Conference on Siulation, Modelling and Optiization, Lisbon, Portugal, Septeber -4, 006 0 A Siplified Analytical Approach for Efficiency Evaluation of the eaving

More information

Examining the Effects of Site Selection Criteria for Evaluating the Effectiveness of Traffic Safety Countermeasures

Examining the Effects of Site Selection Criteria for Evaluating the Effectiveness of Traffic Safety Countermeasures Exaining the Effects of Site Selection Criteria for Evaluating the Effectiveness of Traffic Safety Countereasures Doinique Lord* Associate Professor and Zachry Developent Professor I Zachry Departent of

More information

A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine. (1900 words)

A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine. (1900 words) 1 A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine (1900 words) Contact: Jerry Farlow Dept of Matheatics Univeristy of Maine Orono, ME 04469 Tel (07) 866-3540 Eail: farlow@ath.uaine.edu

More information

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t.

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t. CS 493: Algoriths for Massive Data Sets Feb 2, 2002 Local Models, Bloo Filter Scribe: Qin Lv Local Models In global odels, every inverted file entry is copressed with the sae odel. This work wells when

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

Design of Spatially Coupled LDPC Codes over GF(q) for Windowed Decoding

Design of Spatially Coupled LDPC Codes over GF(q) for Windowed Decoding IEEE TRANSACTIONS ON INFORMATION THEORY (SUBMITTED PAPER) 1 Design of Spatially Coupled LDPC Codes over GF(q) for Windowed Decoding Lai Wei, Student Meber, IEEE, David G. M. Mitchell, Meber, IEEE, Thoas

More information

General Properties of Radiation Detectors Supplements

General Properties of Radiation Detectors Supplements Phys. 649: Nuclear Techniques Physics Departent Yarouk University Chapter 4: General Properties of Radiation Detectors Suppleents Dr. Nidal M. Ershaidat Overview Phys. 649: Nuclear Techniques Physics Departent

More information

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis E0 370 tatistical Learning Theory Lecture 6 (Aug 30, 20) Margin Analysis Lecturer: hivani Agarwal cribe: Narasihan R Introduction In the last few lectures we have seen how to obtain high confidence bounds

More information

Grafting: Fast, Incremental Feature Selection by Gradient Descent in Function Space

Grafting: Fast, Incremental Feature Selection by Gradient Descent in Function Space Journal of Machine Learning Research 3 (2003) 1333-1356 Subitted 5/02; Published 3/03 Grafting: Fast, Increental Feature Selection by Gradient Descent in Function Space Sion Perkins Space and Reote Sensing

More information

A Note on Scheduling Tall/Small Multiprocessor Tasks with Unit Processing Time to Minimize Maximum Tardiness

A Note on Scheduling Tall/Small Multiprocessor Tasks with Unit Processing Time to Minimize Maximum Tardiness A Note on Scheduling Tall/Sall Multiprocessor Tasks with Unit Processing Tie to Miniize Maxiu Tardiness Philippe Baptiste and Baruch Schieber IBM T.J. Watson Research Center P.O. Box 218, Yorktown Heights,

More information

Generalized Queries on Probabilistic Context-Free Grammars

Generalized Queries on Probabilistic Context-Free Grammars IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 20, NO. 1, JANUARY 1998 1 Generalized Queries on Probabilistic Context-Free Graars David V. Pynadath and Michael P. Wellan Abstract

More information

Numerical Solution of the MRLW Equation Using Finite Difference Method. 1 Introduction

Numerical Solution of the MRLW Equation Using Finite Difference Method. 1 Introduction ISSN 1749-3889 print, 1749-3897 online International Journal of Nonlinear Science Vol.1401 No.3,pp.355-361 Nuerical Solution of the MRLW Equation Using Finite Difference Method Pınar Keskin, Dursun Irk

More information

Symbolic Analysis as Universal Tool for Deriving Properties of Non-linear Algorithms Case study of EM Algorithm

Symbolic Analysis as Universal Tool for Deriving Properties of Non-linear Algorithms Case study of EM Algorithm Acta Polytechnica Hungarica Vol., No., 04 Sybolic Analysis as Universal Tool for Deriving Properties of Non-linear Algoriths Case study of EM Algorith Vladiir Mladenović, Miroslav Lutovac, Dana Porrat

More information

An Adaptive UKF Algorithm for the State and Parameter Estimations of a Mobile Robot

An Adaptive UKF Algorithm for the State and Parameter Estimations of a Mobile Robot Vol. 34, No. 1 ACTA AUTOMATICA SINICA January, 2008 An Adaptive UKF Algorith for the State and Paraeter Estiations of a Mobile Robot SONG Qi 1, 2 HAN Jian-Da 1 Abstract For iproving the estiation accuracy

More information

6.2 Grid Search of Chi-Square Space

6.2 Grid Search of Chi-Square Space 6.2 Grid Search of Chi-Square Space exaple data fro a Gaussian-shaped peak are given and plotted initial coefficient guesses are ade the basic grid search strateg is outlined an actual anual search is

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

Polygonal Designs: Existence and Construction

Polygonal Designs: Existence and Construction Polygonal Designs: Existence and Construction John Hegean Departent of Matheatics, Stanford University, Stanford, CA 9405 Jeff Langford Departent of Matheatics, Drake University, Des Moines, IA 5011 G

More information

8.1 Force Laws Hooke s Law

8.1 Force Laws Hooke s Law 8.1 Force Laws There are forces that don't change appreciably fro one instant to another, which we refer to as constant in tie, and forces that don't change appreciably fro one point to another, which

More information

Algorithms for parallel processor scheduling with distinct due windows and unit-time jobs

Algorithms for parallel processor scheduling with distinct due windows and unit-time jobs BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES Vol. 57, No. 3, 2009 Algoriths for parallel processor scheduling with distinct due windows and unit-tie obs A. JANIAK 1, W.A. JANIAK 2, and

More information

Smith Predictor Based-Sliding Mode Controller for Integrating Process with Elevated Deadtime

Smith Predictor Based-Sliding Mode Controller for Integrating Process with Elevated Deadtime Sith Predictor Based-Sliding Mode Controller for Integrating Process with Elevated Deadtie Oscar Caacho, a, * Francisco De la Cruz b a Postgrado en Autoatización e Instruentación. Grupo en Nuevas Estrategias

More information

Kinematics and dynamics, a computational approach

Kinematics and dynamics, a computational approach Kineatics and dynaics, a coputational approach We begin the discussion of nuerical approaches to echanics with the definition for the velocity r r ( t t) r ( t) v( t) li li or r( t t) r( t) v( t) t for

More information

A Low-Complexity Congestion Control and Scheduling Algorithm for Multihop Wireless Networks with Order-Optimal Per-Flow Delay

A Low-Complexity Congestion Control and Scheduling Algorithm for Multihop Wireless Networks with Order-Optimal Per-Flow Delay A Low-Coplexity Congestion Control and Scheduling Algorith for Multihop Wireless Networks with Order-Optial Per-Flow Delay Po-Kai Huang, Xiaojun Lin, and Chih-Chun Wang School of Electrical and Coputer

More information

are equal to zero, where, q = p 1. For each gene j, the pairwise null and alternative hypotheses are,

are equal to zero, where, q = p 1. For each gene j, the pairwise null and alternative hypotheses are, Page of 8 Suppleentary Materials: A ultiple testing procedure for ulti-diensional pairwise coparisons with application to gene expression studies Anjana Grandhi, Wenge Guo, Shyaal D. Peddada S Notations

More information

arxiv: v3 [cs.lg] 7 Jan 2016

arxiv: v3 [cs.lg] 7 Jan 2016 Efficient and Parsionious Agnostic Active Learning Tzu-Kuo Huang Alekh Agarwal Daniel J. Hsu tkhuang@icrosoft.co alekha@icrosoft.co djhsu@cs.colubia.edu John Langford Robert E. Schapire jcl@icrosoft.co

More information

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search Quantu algoriths (CO 781, Winter 2008) Prof Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search ow we begin to discuss applications of quantu walks to search algoriths

More information

Use of PSO in Parameter Estimation of Robot Dynamics; Part One: No Need for Parameterization

Use of PSO in Parameter Estimation of Robot Dynamics; Part One: No Need for Parameterization Use of PSO in Paraeter Estiation of Robot Dynaics; Part One: No Need for Paraeterization Hossein Jahandideh, Mehrzad Navar Abstract Offline procedures for estiating paraeters of robot dynaics are practically

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2016/2017 Lessons 9 11 Jan 2017 Outline Artificial Neural networks Notation...2 Convolutional Neural Networks...3

More information

Upper bound on false alarm rate for landmine detection and classification using syntactic pattern recognition

Upper bound on false alarm rate for landmine detection and classification using syntactic pattern recognition Upper bound on false alar rate for landine detection and classification using syntactic pattern recognition Ahed O. Nasif, Brian L. Mark, Kenneth J. Hintz, and Nathalia Peixoto Dept. of Electrical and

More information

Extension of CSRSM for the Parametric Study of the Face Stability of Pressurized Tunnels

Extension of CSRSM for the Parametric Study of the Face Stability of Pressurized Tunnels Extension of CSRSM for the Paraetric Study of the Face Stability of Pressurized Tunnels Guilhe Mollon 1, Daniel Dias 2, and Abdul-Haid Soubra 3, M.ASCE 1 LGCIE, INSA Lyon, Université de Lyon, Doaine scientifique

More information

Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm

Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm Bharat Solanki Abstract The optimal capacitor placement problem involves determination of the location, number, type

More information

RESTARTED FULL ORTHOGONALIZATION METHOD FOR SHIFTED LINEAR SYSTEMS

RESTARTED FULL ORTHOGONALIZATION METHOD FOR SHIFTED LINEAR SYSTEMS BIT Nuerical Matheatics 43: 459 466, 2003. 2003 Kluwer Acadeic Publishers. Printed in The Netherlands 459 RESTARTED FULL ORTHOGONALIZATION METHOD FOR SHIFTED LINEAR SYSTEMS V. SIMONCINI Dipartiento di

More information

Pattern Classification using Simplified Neural Networks with Pruning Algorithm

Pattern Classification using Simplified Neural Networks with Pruning Algorithm Pattern Classification using Siplified Neural Networks with Pruning Algorith S. M. Karuzzaan 1 Ahed Ryadh Hasan 2 Abstract: In recent years, any neural network odels have been proposed for pattern classification,

More information

Topic 5a Introduction to Curve Fitting & Linear Regression

Topic 5a Introduction to Curve Fitting & Linear Regression /7/08 Course Instructor Dr. Rayond C. Rup Oice: A 337 Phone: (95) 747 6958 E ail: rcrup@utep.edu opic 5a Introduction to Curve Fitting & Linear Regression EE 4386/530 Coputational ethods in EE Outline

More information

ASSUME a source over an alphabet size m, from which a sequence of n independent samples are drawn. The classical

ASSUME a source over an alphabet size m, from which a sequence of n independent samples are drawn. The classical IEEE TRANSACTIONS ON INFORMATION THEORY Large Alphabet Source Coding using Independent Coponent Analysis Aichai Painsky, Meber, IEEE, Saharon Rosset and Meir Feder, Fellow, IEEE arxiv:67.7v [cs.it] Jul

More information

Local Maximum Ozone Concentration Prediction Using LSTM Recurrent Neural Networks

Local Maximum Ozone Concentration Prediction Using LSTM Recurrent Neural Networks Local Maxiu Ozone Concentration Prediction Using LSTM Recurrent Neural Networks Sabrine Ribeiro René Alquézar Dept. Llenguatges i Sistees Inforàtics Universitat Politècnica de Catalunya Capus Nord, Mòdul

More information

Chapter 6: Economic Inequality

Chapter 6: Economic Inequality Chapter 6: Econoic Inequality We are interested in inequality ainly for two reasons: First, there are philosophical and ethical grounds for aversion to inequality per se. Second, even if we are not interested

More information