Feature Subset Selection Based on Ant Colony Optimization and. Support Vector Machine

Size: px
Start display at page:

Download "Feature Subset Selection Based on Ant Colony Optimization and. Support Vector Machine"

Transcription

1 Proceedngs of the 7th WSEAS Int. Conf. on Sgnal Processng, Computatonal Geometry & Artfcal Vson, Athens, Greece, August 24-26, Feature Subset Selecton Based on Ant Colony Optmzaton and Support Vector Machne Wan-lang WANG Yong JIANG S.Y. CHEN (Collego of Software Engneerng, Zhejang Unversty of Techonology, Hangzhou 3114, Chna) Abstract: One of the sgnfcant research problems n pattern recognton s the feature subset selecton. It s appled to select a subset of features, from a much larger set, through the elmnaton of varables that produce nose or strctly correlated wth other already selected features, such that the selected subset s suffcent to perform the classfcaton task. A hybrd method usng ant colony optmzaton and support vector machne s proposed. The ant colony optmzaton searches the feature space guded by the result of the SVM. The tests on datasets show the effectveness of the method. Keywords: Feature subset selecton; Ant colony optmzaton; Support vector machne 1 Introducton The problem of classfcaton n machne learnng conssts of usng labeled examples to nduce a model that classfes objects nto a set of known classes. The objects are descrbed by a vector of features, some of whch may be rrelevant or redundant and may have a negatve effect on the accuracy of the classfer. There are two basc approaches to feature subset selecton [1,2] :wrapper [3] and flter [4,5] methods. Wrappers treat the nducton algorthm as a black box that s used by the search algorthm to evaluate each canddate feature subset. Whle gvng good results n terms of the accuracy of the fnal classfer, wrapper approaches are computatonally expensve and may be mpractcal for large data sets. Flter methods are ndependent of the classfer and select features based on propertes that good feature sets are presumed to have, such as separablty or hgh correlaton wth the target. Although flter methods are much faster that wrappers, flters may produce dsappontng results, because they completely gnore the nducton algorthm. Blum and Langley [6] argued that most exstng feature selecton algorthms consst of the followng four components: (1) Startng pont n the feature space. The search for feature subsets could start wth () no features, () all features, or () random subset of features. In the frst case, the search proceeds by addng features successvely, whle n the second case, features are successvely removed. When startng wth a random subset, features could be successvely added/removed, or reproduced by a certan procedure. In ths paper, we try all these alternatves and compare under smulatons. (2) Search procedure. Ideally, the best subset of features can be found by evaluatng all the possble subsets, whch s know as exhaustve search. However, ths becomes prohbtve as the number of features ncreases. (3) Evaluaton functon. An mportant component of any feature selecton method s the evaluaton of feature subset. Evaluaton functons measure how good a specfc subset can be n dscrmnatng between classes. Performance of classfcaton algorthms s used to select features for wrapper methods. In ths paper, the support vector machne s used as the classfer. (4) Crteron for stoppng the search. Feature.

2 Proceedngs of the 7th WSEAS Int. Conf. on Sgnal Processng, Computatonal Geometry & Artfcal Vson, Athens, Greece, August 24-26, selecton methods must decde when to stop searchng through the space of feature subsets. In ths paper, the ant colony algorthm stops when there s not mprovement on the soluton after several teratons or when n max number of teratons s reached. A number of search algorthms have been proposed n the lterature. Some of the most famous ones are the stepwse, branch-and-bound, and Genetc Algorthms (GA). Ths paper presents a hybrd approach usng ant colony algorthm and support vector machne for feature subset selecton problems. The rest of ths paper s organzed as follow. In the next secton, an ntroducton on ACO and SVM s dscussed. In sectons 3 and 4, the proposed hybrd methodology s dscussed, followed by a dscusson on the expermental tests and the results. 2 Ant colony optmzaton and support vector machne 2.1 Ant colony optmzaton The nature has always been fascnatng to human beng and t has nspred many theores to be appled to varous areas. The ant colony algorthm emulates the behavor of real ants. Ants depost a substance called pheromone on the path that they have traversed from the source to the destnaton nest ant the ants comng at a later stage apply a probablstc approach n selectng the node wth the hghest pheromone tral on the paths. Thus the ants move n an autocatalytc process (postve feedback), favorng the path along whch more ants have traveled and by and by traverse all the nodes. Derved from the behavor of real ants, Dorgo et al. [7] defned a model, whch used artfcal ant colones as an optmzaton tool. In the proposed ant systems, ants are defned as smple computatonal agents havng some memory, they are not completely blnd lke real ants and lve n an envronment where tme s dscrete. The underlyng dea was to parallelze search over several constructve computatonal threads, based on a dynamc memory structure ncorporatng nformaton on the effectveness of prevously obtaned results. The characterstcs of ACO nclude: (1) a method to construct solutons whch balances pheromone trals wth a problem-specfc heurstc, (2) a method to both renforce & evaporate pheromone, and (3) local search to mprove solutons. ACO methods have been successfully appled to dverse combnatoral optmzaton problems ncludng travelng salesman, quadratc assgnment, vehcle routng problems, telecommuncaton networks, graph colorng, constrant satsfacton, Hamltonan graphs and schedulng [8]. 1.2 Support vector machnes(svms) SVMs [9] are a knd of learnng machne based on statstcal learnng theory. The basc dea of applyng SVM to pattern classfcaton can be stated as follows: frst, map the nput vectors nto one feature space, possble n hgher space, ether lnearly or nonlnearly, whch s relevant wth the kernel functon. Then, wthn the feature space from the frst step, seek and optmzed lnear dvson, that s, construct a hyper-plane whch separates two classes. It can be extended to mult-class. SVMs tranng always seek a global optmzed soluton and avod over-fttng, so t has ablty to deal wth a large number of feature. A complete descrpton about SVMs s avalable n. In the lnear separable case, there exsts a separatng hyper-plane whose functon s w x + b = whch mples y ( w x + b = ) 1, = 1,..., N By mnmzng w subject to ths constrant, the SVM approach tres to fnd a unque separatng hyper-plane. Here w s the Eucldean norm of w, and the dstance between the hyper-plane and the nearest data ponts of each class s 2 / w. By ntroducng Lagrange multplers α, the tranng procedure amounts to solvng a convex quadratc problem. The soluton s a unque globally optmzed result, whch has the followng propertes N w = α y x Only f correspondng a >, these x are called support vectors. When SVMs are traned, the decson functon can be wrtten as

3 Proceedngs of the 7th WSEAS Int. Conf. on Sgnal Processng, Computatonal Geometry & Artfcal Vson, Athens, Greece, August 24-26, f ( x) = sgn( α y ( x x ) + b) For a lnear non-separable case, SVMs perform a nonlnear mappng of the nput vector x from the d nput space R nto determned by Kernel functon. Two typcal kernel functons are lsted as follows: d Polynomal: k( x, y) = (( x y) + coef ), d N. 2 x y RBF: k x, y) = exp{ }. ( 2 Accordng to the dfferent classfcaton problems, the dfferent kernel functon can be selected to obtan the optmal classfcaton results. The dscusson above deals wth bnary classfcaton where the class labels can take only two values: 1 and -1. In the real world problem, however, mult-class classfcaton strategy s needed. The earlest used mplementaton for SVM mult-class classfcaton s one-aganst-all (OAA) methods. It constructs k SVM models where k s the number of classes. The th SVM s traned wth all of examples n the th class wth postve labels, and all the other examples wth negatve labels. Another major method s called one-aganst-one (OAO) method. Ths method constructs k( k 1) / 2 classfers where each one s traned on data from two classes. 3 Feature subset selecton based on ACO and SVM 3.1Overvew of the approach The orgnal data set S contanng N number of features s reduced to dfferent subsets s1, s2, s3,... each havng n1, n2, n3,... number of features respectvely usng ant colony optmzaton. These subsets wll be then fed to a desgned mult-class SVM, such that the classfcaton accuracy s maxmzed. The feature subset selecton representaton exploted by artfcal ants ncludes the followng: (1) Each ant ntalzes n the frst step wll select a subset of n features from the orgnal set of N features. We try three alternatves for the value of n. ()the value of n starts from a mnmum value, and the features are added successvely tll n reaches the maxmum at a constant rate. The startng and the stoppng value of n, and the ncrement rate are all defned by the user dependng on the specfc classfcaton problem. ()the value of n starts from the mnmum value, and then features are removed, tll n reaches the maxmum at a constant rate. () Each ant randomly chooses a feature subset of m features where m s between the upper and lower lmt of value σ of n. Specfcally, for nstance a problem havng 3 features shall have a mnmum and maxmum value of n as 5 and 28. We call these methods descrbed above as () from maxmum value to mnmum value (MaxMn), () from mnmum value to maxmum value (MnMax), () random value (Random). The flow chart of the method changes a lttle wth dfferent feature number ntalzng alternatves as descrbed n Fg.1. (2) A number of artfcal ants and to search through the feature space. The number of ants ntalzed depends upon the number of features of the gven problem. Ths wll be further explaned by means of smulatons on specfc dataset. (3) τ (, j) the ntensty of pheromone tral assocate wth feature f and f j whch reflect the prevous knowledge about the mportance of whle the subset has contaned the feature f. The steps of each teraton of ACO are descrbed as follows: Step 1: the ants develop soluton consstng of n number of features each based on a probablty dstrbuton rule. Step 2: the r ants construct r dfferent solutons, each contanng a subset of n dfferent features. SVM evaluates each subset by determnng the error n predcaton of some data usng that of n features. Step 3: Once all ants have completed constructng ther subsets, a global updatng rule s appled to the soluton set whch produces the least classfcaton error. Step 4: a local pheromone updatng rule s appled to the rest of the ants. The above steps are repeated dfferently accordng to dfferent feature number ntalzed method descrbed above. The whole flow chart of the approach s showed n Fg Soluton constructon of ACO For the ACO, every feature s treated as a locaton to be vsted by the ants. For every ant, t starts n a vrtual feature locaton (such that the ant can select all features equally), and then t bulds soluton by applyng a probablstc decson polcy to move through adjacent states. In ths case each subset of feature represents a state. An ant k located n feature f selects the next feature locaton f as follows: β arg max{ τ u[ ηu ] } u J k ( ) β j = τ j[ η j ] β u τ J u [ ηu ] k ( ) f q q otherwse j f j (1)

4 Proceedngs of the 7th WSEAS Int. Conf. on Sgnal Processng, Computatonal Geometry & Artfcal Vson, Athens, Greece, August 24-26, Intalze the algorthm Intalze the algorthm For features=start to fnsh For generaton=1 to max For generaton=1 to max ACO soluton constructon wth the No. of features=(features) ACO soluton constructon wth the No. of features=random number between maxmum and mnmum value Recordng the local best subset of feature Recordng the global best subset of feature Recordng the global best subset of feature Predctng the output for the global subset of features usng SVM Predctng the output for the global subset of features usng SVM End End a. Flow chart of the method usng MaxMn/MnMax b. Flow chart of the method usng Random Fg.1. Flow chart of the proposed method For a partcular ant k, η u ( η u =1 n ths paper) s a heurstc assocated wth the feature f and u J k s the set of features, whch are not a part of the soluton set, developed by ant k. β s a parameter, whch determnes the relatve mportance of pheromone versus heurstc. q s a random number unformly dstrbuted n between [ 1]. The parameter q, explotaton probablty factor, determnes the relatve mportance of explotaton versus exploraton. In explotaton, ants select those features whch have a maxmum of the product descrbed n Equ.1, where as n based exploraton the probablty of each feature to be selected by ants corresponds to the value of the above-mentoned product. Ths helps the ants to keep explorng new states whch are close to the optmal soluton. 1.3 Pheromone update rule of ACO As descrbed above, when all ants construct ther solutons, and every subset s assocated wth a classfcaton error. Then, the pheromone trals of the best ant tour (the best feature subset) s updated as τ 1 ρ) τ + ρσ, f,f S bs, j j ( j j bs Where S s the best feature subset, σ = Q / Err s bs, Errs s the classfcaton error assocated wth the subset s fed nto the SVM, Q and ρ are parameters. The purpose of the global updatng rule s to encourage the ants to produce subset wth least classfcaton error. Global updatng rule s only appled to that subset of feature, whch has produced the lease error n the current teraton. Besdes, the pheromone levels of all features pars of other subsets are adjusted accordng to the followng formula: τ 1 κ) τ +, f,f S k, j j ( j κτ j Where < κ < 1s a parameter and τ s the ntal pheromone level at the begnnng of the problem. 4 Expermental tests and results 4.1 Datasets used In order to evaluate the approach dscussed n the prevous sectons, datasets (WDBC, Image Segment, Dermatology, Hypothyrod and Wne) from UCI [1] were tested. Detal nformaton about the datasets s avalable at ts webste. The SVM classfer was realzed based on the SVM-Lb [11]. 4.2 Parameters settng (1) Number of ants The selecton of the rght number of ants s a very crtcal ssue affectng the performance of the algorthm. The number of ants must be suffcent to explore all potental states, whle expendng the least possble tme. Each ant ntalzed the features number randomly as descrbed above (comparson of the three alternatves for ntal feature number wll be dscussed below) and the performance of the algorthm was tested usng 5, 1, 15, 2, 25 ants. Other basc parameters of ACO are: q =.4, Q =.1, ρ =.8, κ =. 9.The ACO stopped when a user-defned soluton number s max =3 was reached. For the gven data sets, t was observed that the algorthm gave best results for 15 ants wthn a specfed tme.

5 Proceedngs of the 7th WSEAS Int. Conf. on Sgnal Processng, Computatonal Geometry & Artfcal Vson, Athens, Greece, August 24-26, Error n % Feature number Effect of number of ants Error n % Feature number Number of ants Fg.2. Effect of the number of ants on performance for WDBA (2) Explotaton probablty factor q The parameter q determnes the relatve mportance of explotaton versus exploraton. By settng.8 < q < 1, t can speed up the convergence of the algorthm, but also makes the algorthm fall nto local optmal pont easly. Fg. 3 shows that the gven datasets, the algorthm performance s better when q <. 6. Other parameters of ACO were set as follows: 15 ants, Q =.1, ρ =.8, κ =. 9. Error n % NO.of features The effect of parameter q Error n % NO. of features q Fg.3. Effect of parameter q on the performance for WDBA 4.3 Number of features ntalzng methods Three methods for ntalzng the number of features are presented above. For the MaxMn and MnMax methods, t s hard to determne the number of generatons and the addng/removng rate. What s more, two other nterestng topcs should be focused: (1) search effcency. Suppose the number of features of the best subset s n for a gven problem, then the algorthm can have the chance to get the optmal subset when the ntal number of the features s set to n. As dscussed above, the MaxMn/MnMax method adds/removes the feature at a user-defned rate, thus when the number of features ntalzed s smaller/bgger than n, the left search seems to be useless cause the search space doesn t contan the optmal soluton. () The Random method has stronger robustness. The state s transted accordng to the pheromone level between the feature locatons n ACO, so to great extent the current best soluton s determned by the knowledge exploted by the ants (pheromone levels). For a specfc problem, the number of features of the best subset, n may be close to the maxmum/mnmum value, whch makes the exploted knowledge lmted when the ntal number of features s n. Table 1 shows the comparson of the performance usng the MnMax and Random methods wth dfferent maxmum and mnmum value. Fg.4 shows that the algorthm wth Random method performed better than the algorthms wth the other two methods. Table 1 Comparson of the performance for WDBA usng the MnMax and Random No. of features /Classfcaton accuracy n % Mnmum-Maxmum MnMax Random /95% 9/97% /95% 8/96% 4.4 Expermental results The results obtaned are presented n Table 2. Feature subset selecton usng the proposed approach can mprove the performance of the patter classfer snce feature selecton s not only concerned wth reducng the number of features but also elmnatng the varables that produce nose or, are correlated wth other already selected varables. The basc parameters of the ACO are set as follows: 15 ants, q =.4, Q =.1, ρ =.8, κ =. 9. Error n % No. of features 1 Random 5 MnMax MaxMn No. of solutons 2 Random 1 MnMax MaxMn No. of solutons Fg.4. Comparson of performance for WDBA usng dfferent No. of features ntalzng methods

6 Proceedngs of the 7th WSEAS Int. Conf. on Sgnal Processng, Computatonal Geometry & Artfcal Vson, Athens, Greece, August 24-26, Table 2 Results of the SVM predcton usng the reduced subset and the set of complete features Dataset Set sze Tranng/Test No. of features Reduced subset Accuracy(all features) Accuracy(reduced features) Subset WDBC 3/ % 96.% 1,2,6,8,11,18,21,27 Image Seg 21/ % 79.57% 3-5,8,12,16,18,19 Dermatology 266/ % 95.% 4,5,8,13,15,2,31,32 Hypothyrod 3/ % 96.% 1,3,8,9,11,12,14,15,17,21,22 Wne 12/ % 94.83% 1,2,3,7,9, Fg.5. Graph of the actual output aganst the SVM predcted output usng the reduces subset for Wne dataset 5 Conclusons In ths paper, we presented a novel feature selecton method based on ant colony optmzaton and support vector machne. The smulaton results show that the method offers an attractve approach to solve the feature subset selecton problem. In addton, comparson of number of features ntalzng methods s dscussed by means of expermental smulatons. The potental future work ncludes developng and testng performance of the method for very large state spaces. Acknowledgments Ths project s supported by the Natonal Natural Scence Foundaton of Chna (NSFC No , ). References [1] John G., Kohav, R., Phleger K.: Irrelevant features and the feature subset problem[c]. In: Proceedngs of the 11 th Internatonal Conference on Machne Learnng, Morgan Kaufmann(1994): [2] Dash M., Lu H. Feature selecton for classfcaton[j]. Intellgent Data Analyss, An Internatonal Journal, Elsever, 1997, 1(3). [3] QIAO Lyan, PENG Xyuan, PENG Yu. BPSO-SVM wrapper for feature subset selecton[j]. ACTA ELECTRONICA SINICA, 26, 34(3): [4] Koller D., Saham M. Toward optmal feature selecton[c]. In: Proceedngs of Internatonal Conference on Machne Learnng, [5] WU Zhfeng, CHEN Dongxa.An algorthm of feature subset selecton based on genetc algorthm[j]. Journal of the Hebe Academy of Scences, 26,23(2):48-5. [6] Blum A.L.,P. Langley. Selecton of relevant features and examples n machne learnng[j]. Artfcal Intellgence, 1997, 97: [7] Dorgo M., Manezzo V.,and Colorn A. Ant system: Optmzaton by a colony of cooperatng agents[j]. IEEE Transactons on Systems, Man and Cybernetcs-Part B, 1996, 26: [8] WU Qd, WANG Le. Intellgent Ant colony algorthm and ts applcaton[m]. Shangha: Shangha scentfc and Technologcal Educaton Publshng, 24. [9] Cotes C, Vapnk V. Support vector networks [J]. Machne Learnng,1995, 2 (3) : [1]Blake C. L., Merz C.J. UCI repostory of machne learnng database, [11]Chang Chh-Chung, Ln Chh-Jen, LIBSVM: a lbrary for support vector machnes, 21.Software avalable at

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification Introducton to Artfcal Intellgence V22.0472-001 Fall 2009 Lecture 24: Nearest-Neghbors & Support Vector Machnes Rob Fergus Dept of Computer Scence, Courant Insttute, NYU Sldes from Danel Yeung, John DeNero

More information

Edge Detection in Noisy Images Using the Support Vector Machines

Edge Detection in Noisy Images Using the Support Vector Machines Edge Detecton n Nosy Images Usng the Support Vector Machnes Hlaro Gómez-Moreno, Saturnno Maldonado-Bascón, Francsco López-Ferreras Sgnal Theory and Communcatons Department. Unversty of Alcalá Crta. Madrd-Barcelona

More information

Smoothing Spline ANOVA for variable screening

Smoothing Spline ANOVA for variable screening Smoothng Splne ANOVA for varable screenng a useful tool for metamodels tranng and mult-objectve optmzaton L. Rcco, E. Rgon, A. Turco Outlne RSM Introducton Possble couplng Test case MOO MOO wth Game Theory

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

Collaboratively Regularized Nearest Points for Set Based Recognition

Collaboratively Regularized Nearest Points for Set Based Recognition Academc Center for Computng and Meda Studes, Kyoto Unversty Collaboratvely Regularzed Nearest Ponts for Set Based Recognton Yang Wu, Mchhko Mnoh, Masayuk Mukunok Kyoto Unversty 9/1/013 BMVC 013 @ Brstol,

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

Image Feature Selection Based on Ant Colony Optimization

Image Feature Selection Based on Ant Colony Optimization Image Feature Selecton Based on Ant Colony Optmzaton Lng Chen,2, Bolun Chen, Yxn Chen 3, Department of Computer Scence, Yangzhou Unversty,Yangzhou, Chna 2 State Key Lab of Novel Software Tech, Nanng Unversty,

More information

OPTIMIZATION OF FUZZY RULE BASES USING CONTINUOUS ANT COLONY SYSTEM

OPTIMIZATION OF FUZZY RULE BASES USING CONTINUOUS ANT COLONY SYSTEM Proceedng of the Frst Internatonal Conference on Modelng, Smulaton and Appled Optmzaton, Sharah, U.A.E. February -3, 005 OPTIMIZATION OF FUZZY RULE BASES USING CONTINUOUS ANT COLONY SYSTEM Had Nobahar

More information

Feature Selection as an Improving Step for Decision Tree Construction

Feature Selection as an Improving Step for Decision Tree Construction 2009 Internatonal Conference on Machne Learnng and Computng IPCSIT vol.3 (2011) (2011) IACSIT Press, Sngapore Feature Selecton as an Improvng Step for Decson Tree Constructon Mahd Esmael 1, Fazekas Gabor

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Decson surface s a hyperplane (lne n 2D) n feature space (smlar to the Perceptron) Arguably, the most mportant recent dscovery n machne learnng In a nutshell: map the data to a predetermned

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1 4/14/011 Outlne Dscrmnatve classfers for mage recognton Wednesday, Aprl 13 Krsten Grauman UT-Austn Last tme: wndow-based generc obect detecton basc ppelne face detecton wth boostng as case study Today:

More information

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 A mathematcal programmng approach to the analyss, desgn and

More information

User Authentication Based On Behavioral Mouse Dynamics Biometrics

User Authentication Based On Behavioral Mouse Dynamics Biometrics User Authentcaton Based On Behavoral Mouse Dynamcs Bometrcs Chee-Hyung Yoon Danel Donghyun Km Department of Computer Scence Department of Computer Scence Stanford Unversty Stanford Unversty Stanford, CA

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Meta-heuristics for Multidimensional Knapsack Problems

Meta-heuristics for Multidimensional Knapsack Problems 2012 4th Internatonal Conference on Computer Research and Development IPCSIT vol.39 (2012) (2012) IACSIT Press, Sngapore Meta-heurstcs for Multdmensonal Knapsack Problems Zhbao Man + Computer Scence Department,

More information

Feature Reduction and Selection

Feature Reduction and Selection Feature Reducton and Selecton Dr. Shuang LIANG School of Software Engneerng TongJ Unversty Fall, 2012 Today s Topcs Introducton Problems of Dmensonalty Feature Reducton Statstc methods Prncpal Components

More information

Incremental Learning with Support Vector Machines and Fuzzy Set Theory

Incremental Learning with Support Vector Machines and Fuzzy Set Theory The 25th Workshop on Combnatoral Mathematcs and Computaton Theory Incremental Learnng wth Support Vector Machnes and Fuzzy Set Theory Yu-Mng Chuang 1 and Cha-Hwa Ln 2* 1 Department of Computer Scence and

More information

CS 534: Computer Vision Model Fitting

CS 534: Computer Vision Model Fitting CS 534: Computer Vson Model Fttng Sprng 004 Ahmed Elgammal Dept of Computer Scence CS 534 Model Fttng - 1 Outlnes Model fttng s mportant Least-squares fttng Maxmum lkelhood estmaton MAP estmaton Robust

More information

Ant Colony Algorithm for Clustering through of Cliques

Ant Colony Algorithm for Clustering through of Cliques Ant Colony Algorthm for Clusterng through of Clques Julo Cesar Ponce Gallegos a, Felpe Padlla Díaz a, Carlos Alberto Ochoa Ortz Zezzatt b, Alejandro Padlla Díaz a, Eunce Esther Ponce de León a y Fatma

More information

Support Vector Machines. CS534 - Machine Learning

Support Vector Machines. CS534 - Machine Learning Support Vector Machnes CS534 - Machne Learnng Perceptron Revsted: Lnear Separators Bnar classfcaton can be veed as the task of separatng classes n feature space: b > 0 b 0 b < 0 f() sgn( b) Lnear Separators

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms Course Introducton Course Topcs Exams, abs, Proects A quc loo at a few algorthms 1 Advanced Data Structures and Algorthms Descrpton: We are gong to dscuss algorthm complexty analyss, algorthm desgn technques

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 An Iteratve Soluton Approach to Process Plant Layout usng Mxed

More information

Review of approximation techniques

Review of approximation techniques CHAPTER 2 Revew of appromaton technques 2. Introducton Optmzaton problems n engneerng desgn are characterzed by the followng assocated features: the objectve functon and constrants are mplct functons evaluated

More information

Announcements. Supervised Learning

Announcements. Supervised Learning Announcements See Chapter 5 of Duda, Hart, and Stork. Tutoral by Burge lnked to on web page. Supervsed Learnng Classfcaton wth labeled eamples. Images vectors n hgh-d space. Supervsed Learnng Labeled eamples

More information

Learning a Class-Specific Dictionary for Facial Expression Recognition

Learning a Class-Specific Dictionary for Facial Expression Recognition BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 4 Sofa 016 Prnt ISSN: 1311-970; Onlne ISSN: 1314-4081 DOI: 10.1515/cat-016-0067 Learnng a Class-Specfc Dctonary for

More information

An Improved Particle Swarm Optimization for Feature Selection

An Improved Particle Swarm Optimization for Feature Selection Journal of Bonc Engneerng 8 (20)?????? An Improved Partcle Swarm Optmzaton for Feature Selecton Yuannng Lu,2, Gang Wang,2, Hulng Chen,2, Hao Dong,2, Xaodong Zhu,2, Sujng Wang,2 Abstract. College of Computer

More information

Machine Learning 9. week

Machine Learning 9. week Machne Learnng 9. week Mappng Concept Radal Bass Functons (RBF) RBF Networks 1 Mappng It s probably the best scenaro for the classfcaton of two dataset s to separate them lnearly. As you see n the below

More information

Solving two-person zero-sum game by Matlab

Solving two-person zero-sum game by Matlab Appled Mechancs and Materals Onlne: 2011-02-02 ISSN: 1662-7482, Vols. 50-51, pp 262-265 do:10.4028/www.scentfc.net/amm.50-51.262 2011 Trans Tech Publcatons, Swtzerland Solvng two-person zero-sum game by

More information

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines A Modfed Medan Flter for the Removal of Impulse Nose Based on the Support Vector Machnes H. GOMEZ-MORENO, S. MALDONADO-BASCON, F. LOPEZ-FERRERAS, M. UTRILLA- MANSO AND P. GIL-JIMENEZ Departamento de Teoría

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

TN348: Openlab Module - Colocalization

TN348: Openlab Module - Colocalization TN348: Openlab Module - Colocalzaton Topc The Colocalzaton module provdes the faclty to vsualze and quantfy colocalzaton between pars of mages. The Colocalzaton wndow contans a prevew of the two mages

More information

Complex System Reliability Evaluation using Support Vector Machine for Incomplete Data-set

Complex System Reliability Evaluation using Support Vector Machine for Incomplete Data-set Internatonal Journal of Performablty Engneerng, Vol. 7, No. 1, January 2010, pp.32-42. RAMS Consultants Prnted n Inda Complex System Relablty Evaluaton usng Support Vector Machne for Incomplete Data-set

More information

Spam Filtering Based on Support Vector Machines with Taguchi Method for Parameter Selection

Spam Filtering Based on Support Vector Machines with Taguchi Method for Parameter Selection E-mal Spam Flterng Based on Support Vector Machnes wth Taguch Method for Parameter Selecton We-Chh Hsu, Tsan-Yng Yu E-mal Spam Flterng Based on Support Vector Machnes wth Taguch Method for Parameter Selecton

More information

CLASSIFICATION OF ULTRASONIC SIGNALS

CLASSIFICATION OF ULTRASONIC SIGNALS The 8 th Internatonal Conference of the Slovenan Socety for Non-Destructve Testng»Applcaton of Contemporary Non-Destructve Testng n Engneerng«September -3, 5, Portorož, Slovena, pp. 7-33 CLASSIFICATION

More information

Lecture 5: Multilayer Perceptrons

Lecture 5: Multilayer Perceptrons Lecture 5: Multlayer Perceptrons Roger Grosse 1 Introducton So far, we ve only talked about lnear models: lnear regresson and lnear bnary classfers. We noted that there are functons that can t be represented

More information

A Saturation Binary Neural Network for Crossbar Switching Problem

A Saturation Binary Neural Network for Crossbar Switching Problem A Saturaton Bnary Neural Network for Crossbar Swtchng Problem Cu Zhang 1, L-Qng Zhao 2, and Rong-Long Wang 2 1 Department of Autocontrol, Laonng Insttute of Scence and Technology, Benx, Chna bxlkyzhangcu@163.com

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

Ant Colony Optimization to Discover the Concealed Pattern in the Recruitment Process of an Industry

Ant Colony Optimization to Discover the Concealed Pattern in the Recruitment Process of an Industry N. Svaram et. al. / (IJCSE) Internatonal Journal on Computer Scence and Engneerng Ant Colony Optmzaton to Dscover the Concealed Pattern n the Recrutment Process of an Industry N. Svaram Research Scholar,

More information

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law)

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law) Machne Learnng Support Vector Machnes (contans materal adapted from talks by Constantn F. Alfers & Ioanns Tsamardnos, and Martn Law) Bryan Pardo, Machne Learnng: EECS 349 Fall 2014 Support Vector Machnes

More information

CONSTRUCTION SCHEDULING WITH ARTIFICIAL AGENTS AND THE ANT COLONY OPTIMIZATION METAHEURISTIC

CONSTRUCTION SCHEDULING WITH ARTIFICIAL AGENTS AND THE ANT COLONY OPTIMIZATION METAHEURISTIC CONSTRUCTION SCHEDULING WITH ARTIFICIAL AGENTS AND THE ANT COLONY OPTIMIZATION METAHEURISTIC Symeon Chrstodoulou 1 1 Department of Cvl and Envronmental Engneerng, Unversty of Cyprus, P.O. Box 20537, 1678

More information

Optimization Methods: Integer Programming Integer Linear Programming 1. Module 7 Lecture Notes 1. Integer Linear Programming

Optimization Methods: Integer Programming Integer Linear Programming 1. Module 7 Lecture Notes 1. Integer Linear Programming Optzaton Methods: Integer Prograng Integer Lnear Prograng Module Lecture Notes Integer Lnear Prograng Introducton In all the prevous lectures n lnear prograng dscussed so far, the desgn varables consdered

More information

A Revised Ant colony Optimization Scheme for Discovering Attack Paths of Botnet

A Revised Ant colony Optimization Scheme for Discovering Attack Paths of Botnet A Revsed Ant colony Optmzaton Scheme for Dscoverng Attack Paths of Botnet Png Wang Department of MIS Kun Shan Unversty Tanan, Tawan pngwang@mal.ksu.edu.tw Hu-Tang Ln Insttute of Computer and Communcaton

More information

Intelligent Information Acquisition for Improved Clustering

Intelligent Information Acquisition for Improved Clustering Intellgent Informaton Acquston for Improved Clusterng Duy Vu Unversty of Texas at Austn duyvu@cs.utexas.edu Mkhal Blenko Mcrosoft Research mblenko@mcrosoft.com Prem Melvlle IBM T.J. Watson Research Center

More information

Classifier Ensemble Design using Artificial Bee Colony based Feature Selection

Classifier Ensemble Design using Artificial Bee Colony based Feature Selection IJCSI Internatonal Journal of Computer Scence Issues, Vol. 9, Issue 3, No 2, May 2012 ISSN (Onlne): 1694-0814 www.ijcsi.org 522 Classfer Ensemble Desgn usng Artfcal Bee Colony based Feature Selecton Shunmugaprya

More information

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009.

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009. Farrukh Jabeen Algorthms 51 Assgnment #2 Due Date: June 15, 29. Assgnment # 2 Chapter 3 Dscrete Fourer Transforms Implement the FFT for the DFT. Descrbed n sectons 3.1 and 3.2. Delverables: 1. Concse descrpton

More information

Classification / Regression Support Vector Machines

Classification / Regression Support Vector Machines Classfcaton / Regresson Support Vector Machnes Jeff Howbert Introducton to Machne Learnng Wnter 04 Topcs SVM classfers for lnearly separable classes SVM classfers for non-lnearly separable classes SVM

More information

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like:

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like: Self-Organzng Maps (SOM) Turgay İBRİKÇİ, PhD. Outlne Introducton Structures of SOM SOM Archtecture Neghborhoods SOM Algorthm Examples Summary 1 2 Unsupervsed Hebban Learnng US Hebban Learnng, Cntd 3 A

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

CS246: Mining Massive Datasets Jure Leskovec, Stanford University

CS246: Mining Massive Datasets Jure Leskovec, Stanford University CS46: Mnng Massve Datasets Jure Leskovec, Stanford Unversty http://cs46.stanford.edu /19/013 Jure Leskovec, Stanford CS46: Mnng Massve Datasets, http://cs46.stanford.edu Perceptron: y = sgn( x Ho to fnd

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr)

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr) Helsnk Unversty Of Technology, Systems Analyss Laboratory Mat-2.08 Independent research projects n appled mathematcs (3 cr) "! #$&% Antt Laukkanen 506 R ajlaukka@cc.hut.f 2 Introducton...3 2 Multattrbute

More information

Adaptive Virtual Support Vector Machine for the Reliability Analysis of High-Dimensional Problems

Adaptive Virtual Support Vector Machine for the Reliability Analysis of High-Dimensional Problems Proceedngs of the ASME 2 Internatonal Desgn Engneerng Techncal Conferences & Computers and Informaton n Engneerng Conference IDETC/CIE 2 August 29-3, 2, Washngton, D.C., USA DETC2-47538 Adaptve Vrtual

More information

Human Face Recognition Using Generalized. Kernel Fisher Discriminant

Human Face Recognition Using Generalized. Kernel Fisher Discriminant Human Face Recognton Usng Generalzed Kernel Fsher Dscrmnant ng-yu Sun,2 De-Shuang Huang Ln Guo. Insttute of Intellgent Machnes, Chnese Academy of Scences, P.O.ox 30, Hefe, Anhu, Chna. 2. Department of

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

ISSN: International Journal of Engineering and Innovative Technology (IJEIT) Volume 1, Issue 4, April 2012

ISSN: International Journal of Engineering and Innovative Technology (IJEIT) Volume 1, Issue 4, April 2012 Performance Evoluton of Dfferent Codng Methods wth β - densty Decodng Usng Error Correctng Output Code Based on Multclass Classfcaton Devangn Dave, M. Samvatsar, P. K. Bhanoda Abstract A common way to

More information

Assembler. Building a Modern Computer From First Principles.

Assembler. Building a Modern Computer From First Principles. Assembler Buldng a Modern Computer From Frst Prncples www.nand2tetrs.org Elements of Computng Systems, Nsan & Schocken, MIT Press, www.nand2tetrs.org, Chapter 6: Assembler slde Where we are at: Human Thought

More information

Fast Feature Value Searching for Face Detection

Fast Feature Value Searching for Face Detection Vol., No. 2 Computer and Informaton Scence Fast Feature Value Searchng for Face Detecton Yunyang Yan Department of Computer Engneerng Huayn Insttute of Technology Hua an 22300, Chna E-mal: areyyyke@63.com

More information

CHAPTER 3 SEQUENTIAL MINIMAL OPTIMIZATION TRAINED SUPPORT VECTOR CLASSIFIER FOR CANCER PREDICTION

CHAPTER 3 SEQUENTIAL MINIMAL OPTIMIZATION TRAINED SUPPORT VECTOR CLASSIFIER FOR CANCER PREDICTION 48 CHAPTER 3 SEQUENTIAL MINIMAL OPTIMIZATION TRAINED SUPPORT VECTOR CLASSIFIER FOR CANCER PREDICTION 3.1 INTRODUCTION The raw mcroarray data s bascally an mage wth dfferent colors ndcatng hybrdzaton (Xue

More information

Ant Colony Optimization Applied to Minimum Weight Dominating Set Problem

Ant Colony Optimization Applied to Minimum Weight Dominating Set Problem Ant Colony Optmzaton Appled to Mnmum Weght Domnatng Set Problem Raa JOVANOVIC Mlan TUBA Dana SIMIAN Texas AM Unversty Faculty of Computer Scence Department of Computer Scence at Qatar Megatrend Unversty

More information

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation Intellgent Informaton Management, 013, 5, 191-195 Publshed Onlne November 013 (http://www.scrp.org/journal/m) http://dx.do.org/10.36/m.013.5601 Qualty Improvement Algorthm for Tetrahedral Mesh Based on

More information

Correlative features for the classification of textural images

Correlative features for the classification of textural images Correlatve features for the classfcaton of textural mages M A Turkova 1 and A V Gadel 1, 1 Samara Natonal Research Unversty, Moskovskoe Shosse 34, Samara, Russa, 443086 Image Processng Systems Insttute

More information

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints Australan Journal of Basc and Appled Scences, 2(4): 1204-1208, 2008 ISSN 1991-8178 Sum of Lnear and Fractonal Multobjectve Programmng Problem under Fuzzy Rules Constrants 1 2 Sanjay Jan and Kalash Lachhwan

More information

EVALUATION OF THE PERFORMANCES OF ARTIFICIAL BEE COLONY AND INVASIVE WEED OPTIMIZATION ALGORITHMS ON THE MODIFIED BENCHMARK FUNCTIONS

EVALUATION OF THE PERFORMANCES OF ARTIFICIAL BEE COLONY AND INVASIVE WEED OPTIMIZATION ALGORITHMS ON THE MODIFIED BENCHMARK FUNCTIONS Academc Research Internatonal ISS-L: 3-9553, ISS: 3-9944 Vol., o. 3, May 0 EVALUATIO OF THE PERFORMACES OF ARTIFICIAL BEE COLOY AD IVASIVE WEED OPTIMIZATIO ALGORITHMS O THE MODIFIED BECHMARK FUCTIOS Dlay

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

An Entropy-Based Approach to Integrated Information Needs Assessment Dstrbuton Statement A: Approved for publc release; dstrbuton s unlmted. An Entropy-Based Approach to ntegrated nformaton Needs Assessment June 8, 2004 Wllam J. Farrell Lockheed Martn Advanced Technology

More information

Complex Numbers. Now we also saw that if a and b were both positive then ab = a b. For a second let s forget that restriction and do the following.

Complex Numbers. Now we also saw that if a and b were both positive then ab = a b. For a second let s forget that restriction and do the following. Complex Numbers The last topc n ths secton s not really related to most of what we ve done n ths chapter, although t s somewhat related to the radcals secton as we wll see. We also won t need the materal

More information

Japanese Dependency Analysis Based on Improved SVM and KNN

Japanese Dependency Analysis Based on Improved SVM and KNN Proceedngs of the 7th WSEAS Internatonal Conference on Smulaton, Modellng and Optmzaton, Bejng, Chna, September 15-17, 2007 140 Japanese Dependency Analyss Based on Improved SVM and KNN ZHOU HUIWEI and

More information

Face Recognition University at Buffalo CSE666 Lecture Slides Resources:

Face Recognition University at Buffalo CSE666 Lecture Slides Resources: Face Recognton Unversty at Buffalo CSE666 Lecture Sldes Resources: http://www.face-rec.org/algorthms/ Overvew of face recognton algorthms Correlaton - Pxel based correspondence between two face mages Structural

More information

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

More information

The Shortest Path of Touring Lines given in the Plane

The Shortest Path of Touring Lines given in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 262 The Open Cybernetcs & Systemcs Journal, 2015, 9, 262-267 The Shortest Path of Tourng Lnes gven n the Plane Open Access Ljuan Wang 1,2, Dandan He

More information

Research of Dynamic Access to Cloud Database Based on Improved Pheromone Algorithm

Research of Dynamic Access to Cloud Database Based on Improved Pheromone Algorithm , pp.197-202 http://dx.do.org/10.14257/dta.2016.9.5.20 Research of Dynamc Access to Cloud Database Based on Improved Pheromone Algorthm Yongqang L 1 and Jn Pan 2 1 (Software Technology Vocatonal College,

More information

CMPS 10 Introduction to Computer Science Lecture Notes

CMPS 10 Introduction to Computer Science Lecture Notes CPS 0 Introducton to Computer Scence Lecture Notes Chapter : Algorthm Desgn How should we present algorthms? Natural languages lke Englsh, Spansh, or French whch are rch n nterpretaton and meanng are not

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

Using Neural Networks and Support Vector Machines in Data Mining

Using Neural Networks and Support Vector Machines in Data Mining Usng eural etworks and Support Vector Machnes n Data Mnng RICHARD A. WASIOWSKI Computer Scence Department Calforna State Unversty Domnguez Hlls Carson, CA 90747 USA Abstract: - Multvarate data analyss

More information

Optimizing Document Scoring for Query Retrieval

Optimizing Document Scoring for Query Retrieval Optmzng Document Scorng for Query Retreval Brent Ellwen baellwe@cs.stanford.edu Abstract The goal of ths project was to automate the process of tunng a document query engne. Specfcally, I used machne learnng

More information

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION SHI-LIANG SUN, HONG-LEI SHI Department of Computer Scence and Technology, East Chna Normal Unversty 500 Dongchuan Road, Shangha 200241, P. R. Chna E-MAIL: slsun@cs.ecnu.edu.cn,

More information

Comparison of Heuristics for Scheduling Independent Tasks on Heterogeneous Distributed Environments

Comparison of Heuristics for Scheduling Independent Tasks on Heterogeneous Distributed Environments Comparson of Heurstcs for Schedulng Independent Tasks on Heterogeneous Dstrbuted Envronments Hesam Izakan¹, Ath Abraham², Senor Member, IEEE, Václav Snášel³ ¹ Islamc Azad Unversty, Ramsar Branch, Ramsar,

More information

CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION

CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION 24 CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION The present chapter proposes an IPSO approach for multprocessor task schedulng problem wth two classfcatons, namely, statc ndependent tasks and

More information

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

More information

Learning-Based Top-N Selection Query Evaluation over Relational Databases

Learning-Based Top-N Selection Query Evaluation over Relational Databases Learnng-Based Top-N Selecton Query Evaluaton over Relatonal Databases Lang Zhu *, Wey Meng ** * School of Mathematcs and Computer Scence, Hebe Unversty, Baodng, Hebe 071002, Chna, zhu@mal.hbu.edu.cn **

More information

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

More information

A Learning Automata based Algorithm for Solving Traveling Salesman Problem improved by Frequency-based Pruning

A Learning Automata based Algorithm for Solving Traveling Salesman Problem improved by Frequency-based Pruning Internatonal Journal of Computer Applcatons (0975 8887) Volume 46 No.7, May 202 A Learnng Automata based Algorthm for Solvng Travelng Salesman Problem mproved by Frequencybased Prunng Mr Mohammad Alpour

More information

Design of Structure Optimization with APDL

Design of Structure Optimization with APDL Desgn of Structure Optmzaton wth APDL Yanyun School of Cvl Engneerng and Archtecture, East Chna Jaotong Unversty Nanchang 330013 Chna Abstract In ths paper, the desgn process of structure optmzaton wth

More information

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET 1 BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET TZU-CHENG CHUANG School of Electrcal and Computer Engneerng, Purdue Unversty, West Lafayette, Indana 47907 SAUL B. GELFAND School

More information

Load-Balanced Anycast Routing

Load-Balanced Anycast Routing Load-Balanced Anycast Routng Chng-Yu Ln, Jung-Hua Lo, and Sy-Yen Kuo Department of Electrcal Engneerng atonal Tawan Unversty, Tape, Tawan sykuo@cc.ee.ntu.edu.tw Abstract For fault-tolerance and load-balance

More information

Performance Evaluation of Information Retrieval Systems

Performance Evaluation of Information Retrieval Systems Why System Evaluaton? Performance Evaluaton of Informaton Retreval Systems Many sldes n ths secton are adapted from Prof. Joydeep Ghosh (UT ECE) who n turn adapted them from Prof. Dk Lee (Unv. of Scence

More information

Revealing Paths of Relevant Information in Web Graphs

Revealing Paths of Relevant Information in Web Graphs Revealng Paths of Relevant Informaton n Web Graphs Georgos Kouzas 1, Vassleos Kolas 2, Ioanns Anagnostopoulos 1 and Eleftheros Kayafas 2 1 Unversty of the Aegean Department of Fnancal and Management Engneerng

More information

PERFORMANCE EVALUATION FOR SCENE MATCHING ALGORITHMS BY SVM

PERFORMANCE EVALUATION FOR SCENE MATCHING ALGORITHMS BY SVM PERFORMACE EVALUAIO FOR SCEE MACHIG ALGORIHMS BY SVM Zhaohu Yang a, b, *, Yngyng Chen a, Shaomng Zhang a a he Research Center of Remote Sensng and Geomatc, ongj Unversty, Shangha 200092, Chna - yzhac@63.com

More information

Unsupervised Learning

Unsupervised Learning Pattern Recognton Lecture 8 Outlne Introducton Unsupervsed Learnng Parametrc VS Non-Parametrc Approach Mxture of Denstes Maxmum-Lkelhood Estmates Clusterng Prof. Danel Yeung School of Computer Scence and

More information