Study of Selective Ensemble Learning Methods Based on Support Vector Machine

Size: px
Start display at page:

Download "Study of Selective Ensemble Learning Methods Based on Support Vector Machine"

Transcription

1 Avalable onlne at Physcs Proceda 33 (2012 ) Internatonal Conference on Medcal Physcs and Bomedcal Engneerng Study of Selectve Ensemble Learnng Methods Based on Support Vector Machne Ka L, Zhbn Lu,Yanxa Han School of Mathematcs and Computer Hebe Unversty Baodng, Hebe Provnce,071002, Chna lka_ntu@163.com,chenglong_lzb@163.com Abstract Dversty among base classfers s an mportant factor for mprovng n ensemble learnng performance. In ths paper, we choose support vector machne as base classfer and study four methods of selectve ensemble learnng whch nclude hll-clmbng, ensemble forward sequental selecton, ensemble backward sequental selecton and clusterng selecton. To measure the dversty among base classfers n ensemble learnng, the entropy E s used. The expermental results show that dfferent dversty measure mpacts on ensemble performance n some extent and frst three selectve strateges have smlar generalzaton performance. Meanwhle, when usng clusterng selectve strategy, selectng dfferent number of clusters n ths experment also does not mpact on the ensemble performance except some dataset Publshed by Elsever by Elsever B.V. Selecton Ltd. Selecton and/or peer and/or revew peer-revew under responsblty under responsblty of ICMPBE Internatonal of [name Commttee. organzer] Open access under CC BY-NC-ND lcense. Keywords: Dversty; Selectve Ensemble; Generalzaton Error; Support Vector Machne 1. Introducton Dversty has been recognzed as a very mportant characterstc for mprovng generalzaton performance of ensemble learnng. So researchers present some dversty measures and ensemble learnng methods whch use dfferent strategy to rase dversty among components. In generatng ensemble member, selectve ensemble learnng s a common method. Usng dfferent selectve strateges wll obtan dfferent ensemble learnng methods. For example, amed at neural network, Gacnto appled clusterng technology to select ensemble member [1]. Zhou et al utlzed genetc algorthm to select ensemble members and obtaned better generalzaton performance [2]. After that, L et al. also appled clusterng technques and genetc algorthms to select ensemble models [3]. Moreover, we study the selectve ensemble learnng based on neural network and decson tree [4]. In the aspect of dversty, Publshed by Elsever B.V. Selecton and/or peer revew under responsblty of ICMPBE Internatonal Commttee. Open access under CC BY-NC-ND lcense. do: /.phpro

2 Ka L et al. / Physcs Proceda 33 ( 2012 ) Kuncheva et al researched the measures of dversty n classfer ensembles and ther relatonshp wth the ensemble accuracy [5]. Now, people are stll researchng the measures of dversty and dfferent ensemble learnng algorthms [6-13]. Amed these above, ths paper researches the selectve ensemble methods based on support vector machne algorthms. Ths paper s organzed as follows. Support vector machne and dversty measure used n ths paper are summarzed n secton 2, and selectve ensemble methods are ntroduced n secton 3. Secton 4 gves the results and analyss of experment. The conclusons are gven n secton Support vector machne and dversty measure In ths secton, we brefly revew the support vector machne n bnary classfcaton problems.gven N a dataset of labeled tranng ponts (x 1, y 1 ), (x 2, y 2 ),, (x l, y l ), where ( x, y) R { 1, 1}, =1, 2 l. When they are lnearly separable tranng dataset, there exst some hyperplane whch correctly separate the postve and negatve examples. The pont x whch les on the hyperplane satsfes <w,x>+b=0, where w s normal to the hyperplane. It s seen that f the tranng set s lnearly separable, the support vector algorthm fnds the optmal separatng hyperplane wth the maxmal margn; If the tranng set s lnearly non-separable or approxmately separable data, t need ntroduce the trade-off parameter; If the tranng data s not lnearly separable, the SVM leanng algorthm mapped the nput data usng a nonlnearly mappng functon x ( x ) to a hgh-dmenson feature space z, and the data n z s ndeed lnearly or approxmately separable. In two-class classfcaton, all tranng data satsfy the followng decson functon 1, f y =+1 f ( x ) sgn( w, x b). 1, f y = -1 (1) In the lnearly separable tranng set, all tranng ponts satsfy the followng nequaltes w, x b 1, f y =+1. (2) w, x b 1, f y =-1 In fact, t can be wrtten as y( wx, b ) 1, (=1,2,,l) above nequaltes. Fndng the hyperplane s 2 equvalent to obtan the maxmum margn by mnmzng w, subect to constrants (2). The prmal optmal problem s gven as 1 2 mn w wb, 2 (3) st.. y (<w,x >+b) 1,for =1,2,...,l As the process of solvng (3) s very dfferent, so we ntroduce Lagrange multpler to transform the prmal problem nto ts dual problem that solves the followng quadratc programmng (QP) problem. mn l l l 1 yy ( x x ) 2 (4) l s. t. y 0, 0, 1, 2,..., l. In lnear classfer, the soluton n feature space usng a lnearly mappng functon X ( X ) only replaces the dot products x x by nner product of vectors ( x) ( x ). The mappng functon satsfes (), x ( x) k(, x x ), called kernel functon, n the tranng algorthm and we would never need to explctly even know what s. An decson functon SVM s obtaned by computng dot products of a gven test pont x wth w, or more specfcally by computng the sgn of

3 1520 Ka L et al. / Physcs Proceda 33 ( 2012 ) Ns * ( ) ( ) 1 f x y s x b Ns 1 Ns 1 * * y ( s ) ( x) b yk( s, x) b, (5) where the coeffcents { } are postve and subtracted from the obectve functon, the s are support vectors, and Ns s the number of support vectors. Next we brefly ntroduce Non-parwse dversty measure used n the experment, whch s the entropy measure E [6], whch s defned n the followng: 1 N 1 E mn l( z ), L l( z ), (6) 1 N L L /2 where L s the number of classfers, N s the number of nstances n the data set. z s nstance. l(z ) s the number of classfers that can correctly recognze z at the same tme. E vares between 0 and 1. Except these above, we use pars of dversty measures, as seen [5]. 3. Algorthms of selectve ensemble learnng Selectve Ensemble learnng s to select ensemble members wth selectve strateges after generatng many dfferent base models. Dfferent selectve strateges can get dfferent ensemble learnng algorthms. In the past, researchers manly mprove dversty of ensemble member by use feature subset method [6-11]. In ths paper, we use data subset method and gve four dfferent selectve ensemble learnng approaches: Hll-Clmbng, Ensemble Backward Sequental Selecton, Ensemble Forward Sequental Selecton and Clusterng Selecton. Base models are support vector machne (SVM). Durng tranng classfers, classfers have dfferences because they are traned by randomly extractng data set. In every tranng classfer, the soluton space s dfferent. In order to measure how the dfferences mpact on the accuracy of classfer, we ntroduce a formula to study how dversty mpact on ensemble accuracy. It defnes as follows: acc dv Fun r allacc alldv. (7) In formula (7), acc s ensemble accuracy. allacc s all classfers accuracy. dv s ensemble dversty. alldv s all classfers dversty. In computng accuracy, we use the maorty vote and use the entropy E as the dversty measure. In the followng, we brefly ntroduce four dfferent ensemble learnng methods whch are seen as n [4]. 3.1 Hll-Clmbng (HC) Method Hll Clmbng ensemble proposed s composed of two maor phases, namely constructon of the ntal ensemble by randomly selectng base model and teratve refnement of the ensemble members. Intal ensemble members are formed usng the randomly selectve method; the second phase s amed to mprove the value of the ftness functon of the ensemble classfers. For all the learnng models, an attempt s made to swtch (add or delete) each models. If the result produces the larger value of ftness, that change s kept. Ths process s contnued untl no further mprovements are possble. 3.2 Ensemble Backward Sequental Selecton (EBSS) Method

4 Ka L et al. / Physcs Proceda 33 ( 2012 ) EBSS begns wth all learnng models and repeatedly removes a model whose removal yelds the maxmal value of ftness mprovement. The cycle repeats untl no mprovement s obtaned. 3.3 Ensemble Forward Sequental Selecton (EFSS) Method EFSS begns wth zero attrbutes, evaluates all base models wth exactly one model, and selects the one wth the best performance. It then adds to the ResultSet that yelds the best performance for models of the next larger sze. The cycle repeats untl no mprovement s obtaned. 3.4 Clusterng Selecton Ensemble Clusterng technology s an mportant data analyss tool. By t, data structure may be found. At present, there exst many dfferent knds of clusterng algorthms. Among them, most common clusterng algorthms are herarchcal clusterng Algorthms and k-means clusterng algorthms. In the followng, we study model clusterng based on above algorthms. For any two models n m and n n, dstance between them s defned as 1 N 1 n, n E d( n, n ) mn l( z ), L l( z ). (8) m n m n 1 N L L/2 The above dstance measure s amed to group models based on dversty. That s to say that n the same cluster, we select base model so that the value of dversty n the whole cluster s maxmal. Moreover, n herarchcal clusterng algorthms, to merge smlar clusters, we use the followng dstance between any two clusters: E, E d( E, E ) max { d( n, n )}, s. (9) n E n E t s t In the followng, T s the sze of tranng models, S s dataset and L s learnng algorthm. The selectve ensemble method of herarchcal clusterng s descrbed as follows. 4. Experments 4.1 Expermental data and methods A number of ensemble technques solvng the ntegraton problem can mprove the generalzaton performance of ensemble learnng. In addton, the theoretcal bass of ensemble learnng s based on the dversty of base models. Selectve ntegraton ams to select ensemble models whch have the bggest dversty usng some strateges. In ths paper these strateges nclude Hll Clmbng, Ensemble Backward Sequental Selecton, Ensemble Backward Sequental Selecton and Clusterng technology. Clusterng technology nclude herarchcal clusterng algorthms and k-means clusterng. These methods have n common, that s, many base models are all traned utlzng decson tree algorthms, neural network algorthm and support vector algorthm before gettng ensemble models. Then, ensemble models are constructed wth above selectve ensemble methods. Number Data set TABLE I Features of dataset Number of data Number of feature 1 Balance Number of class 2 Car

5 1522 Ka L et al. / Physcs Proceda 33 ( 2012 ) Cmc Ecol Glass Hayes Irs Pma Wne Zoo Expermental results and analyss for HC, EFSS and EBSS Frstly, many base models are traned wth decson tree, BP neural network and support vector machne algorthm. Then we use hll clmbng, ensemble forward sequental selecton and ensemble backward sequental selecton to select base models for formng ensemble members. Fnally, the performance of ntegrated model and dversty are acheved usng a maorty vote. In order to study the effect of the dversty on ensemble accuracy, we consder the accuracy and dversty together. It controls dversty by alterng parameter r. The value of parameter r s 0, 1/5, 1/3 and 1. In Fg. 1 and Fg. 2, classfers are traned usng support vector machne. Then ensemble members are acheved usng above three selectve methods. Fnally ensemble accuracy s computed usng vote method. From Fg. 2, we can see that when parameter r s zero, the value of most ensemble accuracy s bgger than other. For some data set, the ensemble accuracy s larger as the value of parameter r. So the dversty mpact on the ensemble accuracy n some extent. In all, three dfferent ensemble methods ncludng HC,EFSS and EBSS have smlar generalzaton performance based on support vector machne for vote strategy. Fg. 1 Expermental results wth HC,EFSS and EBSS methods.

6 Ka L et al. / Physcs Proceda 33 ( 2012 ) r=1/5 r=1/3 r=1 r= Fg. 2 Expermental results wth HC,EFSS and EBSS methods for dfferent value r. 4.3 Expermental results wth clusterng technology A hundred of base models are created usng the support vector machne algorthm. Then dfferent clusters are obtaned usng k-means and herarchcal clusterng technology. In ths experment, the number of clusters s 4, 6, 9, 15, 25, 30 and 35. Fg. 3 s the average result of ensemble models whch s selected usng k-means clusterng technology and herarchcal clusterng technology for dfferent cluster. Ensemble accuracy s computed by vote method, and dversty s measured by entropy E, Fal/Non-fal, double fault and plan dsagreement measure. In clusterng selectve technology, we select classfers whch have larger dversty. From Fg. 3, we can see that there s no clear dscplnary change, but usng clusterng strategy can get better ensemble performance. Fg. 3 Expermental results wth Clusterng methods. 4.4 Analyss of expermental results wth generalzaton error

7 1524 Ka L et al. / Physcs Proceda 33 ( 2012 ) We consder the generalzaton error of ensemble learnng when generatng the outputs of a number of dfferent classfers. Wth regard to the generalzaton error, Martn studed t [14]. In the experment, we frst select some base models usng clusterng technology ncludng k-means and herarchcal clusterng technology, then usng these base models estmate the generalzaton error of test data. We regard the data set as a sample m s (( x 1, b 1 ),..., ( xm, bm )) Z and b {0,1}. Suppose that selected base models are {C 1, C 2,, C L }. Wth a test sample x, we compute Count { C : C ( x ) b } 1, 2,..., L, thus there s followng equaton: 1 Count L / 2 er. 0 Count L / 2 Fnally, all er are sumed as follows: L ercount er 1. The generalzaton error s, er error count. m Expermental result s seen as n Fg. 4. From these result, we can see that selectve strateges can reduce ensemble generalzaton error. Further, they can mprove ensemble generalzaton performance. 5. Conclusons Fg. 4 Expermental results wth Clusterng methods. The paper prmarly studed the selectve ensemble methods and the dversty of ensemble models. We frst ntroduce dversty measures ncludng pars of dversty measures and non-parwse dversty measures. Pars of dversty measures nclude fal/non-fal, double-fault and plan dsagreement measure. Non-parwse dversty measure s the entropy measure E. Then, we study four selectve ensemble technologes, namely hll clmbng, ensemble forward sequental selecton, ensemble backward sequental selecton and clusterng technologes ncludng herarchcal clusterng algorthms and k-means clusterng. The Entropy E s used as dversty measures n ths paper. Analyzng the hll clmbng, ensemble forward sequental selecton and ensemble backward sequental selecton, we can see that usng selectng strategy can acheve a certan performance advantages of ntegraton.

8 Ka L et al. / Physcs Proceda 33 ( 2012 ) Acknowledgment The authors would lke to thank Hebe Natural Scence Foundaton for ts fnancal support (No: F ). References [1] Gacnto, G., Rol, F. Desgn of effectve neural network ensembles for mage classfcaton processes. Image Vson and Computng Journal, 2001, 19(9/10): 699~707. [2] Zh Hua Zhou, Janxn Wu, We Tang. Ensemblng neural networks : Many could be better than all.artfcal Intellgence, 2002, 137 (1/2) : 239~263. [3] L Guo-zheng, Yang Je etal.clusterng algorthms based selectve ensemble. Journal of Fudan unversty(natural Scence),2004,43(5):689~691. [4] L Ka, Han Yanxa. Study of selectve ensemble learnng method and ts dversty based on decson tree and neural network Chnese Control and Decson Conference, CCDC 2010,p [5] L. I. Kuncheva and C. J. Whtaker. Measures of dversty n classfer ensembles. Machne Learnng, 2003,51:181~207. [6] Alexey Tsymbal. Mykola Pechenzky. Padrag Cunnngham. Dversty n search strateges for ensemble feature selecton. Informaton Fuson 6(2005) 83~98. [7] A.Tsymbal, S.Puuronen, D. Patterson. Ensemble feature selecton wth the smple Bayesan classfcaton.informaton Fuson,2003,4(2) :87~100. [8] P. Delmata, Z. Sura, Feature Selecton Algorthm for Multple Classfer Systems:A Hybrd Approach. Fundamenta Informatcae, 2008,85:97~110. [9] Eulanda M. Dos Santos, Robert Sabourn, Patrck Maupn. A dynamc overproduce-and-choose strategy for the selecton of classfer ensembles. Pattern Recognton,2008,41:2993~3009. [10] Eulanda M. Dos Santos, Robert Sabourn, Patrck Maupn. Overfttng cautous selecton of classfer ensembles wth genetc algorthms. Informaton Fuson, 2009,10:150~162. [11] G. Martnez-Munoz, A. Suarez, Usng boostng to prune baggng ensembles.pattern Recognton Letters,2007,28 (1) :156~165. [12] Ioanns Partalas, Grgoros Tsoumakas and Ioanns Vlahavas. Prunng an Ensemble of Classfers va Renforcement Learnng. Neurocomputng, 2009,72 (7-9):1900~1909. [13] D. Skalak. The sources of ncreased accuracy for two proposed boostng algorthms. Amercan Assocaton for Artfcal Intellgence. AAAI-96 (1996). [14] A. Martn. On the generalzaton error of fxed combnatons of classfers. Journal of Computer and System Scences 73 (2007)

Kernel Methods and SVMs Extension

Kernel Methods and SVMs Extension Kernel Methods and SVMs Extenson The purpose of ths document s to revew materal covered n Machne Learnng 1 Supervsed Learnng regardng support vector machnes (SVMs). Ths document also provdes a general

More information

Support Vector Machines. Vibhav Gogate The University of Texas at dallas

Support Vector Machines. Vibhav Gogate The University of Texas at dallas Support Vector Machnes Vbhav Gogate he Unversty of exas at dallas What We have Learned So Far? 1. Decson rees. Naïve Bayes 3. Lnear Regresson 4. Logstc Regresson 5. Perceptron 6. Neural networks 7. K-Nearest

More information

A New Evolutionary Computation Based Approach for Learning Bayesian Network

A New Evolutionary Computation Based Approach for Learning Bayesian Network Avalable onlne at www.scencedrect.com Proceda Engneerng 15 (2011) 4026 4030 Advanced n Control Engneerng and Informaton Scence A New Evolutonary Computaton Based Approach for Learnng Bayesan Network Yungang

More information

Which Separator? Spring 1

Which Separator? Spring 1 Whch Separator? 6.034 - Sprng 1 Whch Separator? Mamze the margn to closest ponts 6.034 - Sprng Whch Separator? Mamze the margn to closest ponts 6.034 - Sprng 3 Margn of a pont " # y (w $ + b) proportonal

More information

Linear Classification, SVMs and Nearest Neighbors

Linear Classification, SVMs and Nearest Neighbors 1 CSE 473 Lecture 25 (Chapter 18) Lnear Classfcaton, SVMs and Nearest Neghbors CSE AI faculty + Chrs Bshop, Dan Klen, Stuart Russell, Andrew Moore Motvaton: Face Detecton How do we buld a classfer to dstngush

More information

Regularized Discriminant Analysis for Face Recognition

Regularized Discriminant Analysis for Face Recognition 1 Regularzed Dscrmnant Analyss for Face Recognton Itz Pma, Mayer Aladem Department of Electrcal and Computer Engneerng, Ben-Guron Unversty of the Negev P.O.Box 653, Beer-Sheva, 845, Israel. Abstract Ths

More information

Lecture 10 Support Vector Machines. Oct

Lecture 10 Support Vector Machines. Oct Lecture 10 Support Vector Machnes Oct - 20-2008 Lnear Separators Whch of the lnear separators s optmal? Concept of Margn Recall that n Perceptron, we learned that the convergence rate of the Perceptron

More information

Support Vector Machines

Support Vector Machines CS 2750: Machne Learnng Support Vector Machnes Prof. Adrana Kovashka Unversty of Pttsburgh February 17, 2016 Announcement Homework 2 deadlne s now 2/29 We ll have covered everythng you need today or at

More information

CS 3710: Visual Recognition Classification and Detection. Adriana Kovashka Department of Computer Science January 13, 2015

CS 3710: Visual Recognition Classification and Detection. Adriana Kovashka Department of Computer Science January 13, 2015 CS 3710: Vsual Recognton Classfcaton and Detecton Adrana Kovashka Department of Computer Scence January 13, 2015 Plan for Today Vsual recognton bascs part 2: Classfcaton and detecton Adrana s research

More information

Kristin P. Bennett. Rensselaer Polytechnic Institute

Kristin P. Bennett. Rensselaer Polytechnic Institute Support Vector Machnes and Other Kernel Methods Krstn P. Bennett Mathematcal Scences Department Rensselaer Polytechnc Insttute Support Vector Machnes (SVM) A methodology for nference based on Statstcal

More information

The Study of Teaching-learning-based Optimization Algorithm

The Study of Teaching-learning-based Optimization Algorithm Advanced Scence and Technology Letters Vol. (AST 06), pp.05- http://dx.do.org/0.57/astl.06. The Study of Teachng-learnng-based Optmzaton Algorthm u Sun, Yan fu, Lele Kong, Haolang Q,, Helongang Insttute

More information

Lecture 10 Support Vector Machines II

Lecture 10 Support Vector Machines II Lecture 10 Support Vector Machnes II 22 February 2016 Taylor B. Arnold Yale Statstcs STAT 365/665 1/28 Notes: Problem 3 s posted and due ths upcomng Frday There was an early bug n the fake-test data; fxed

More information

Generalized Linear Methods

Generalized Linear Methods Generalzed Lnear Methods 1 Introducton In the Ensemble Methods the general dea s that usng a combnaton of several weak learner one could make a better learner. More formally, assume that we have a set

More information

Image classification. Given the bag-of-features representations of images from different classes, how do we learn a model for distinguishing i them?

Image classification. Given the bag-of-features representations of images from different classes, how do we learn a model for distinguishing i them? Image classfcaton Gven te bag-of-features representatons of mages from dfferent classes ow do we learn a model for dstngusng tem? Classfers Learn a decson rule assgnng bag-offeatures representatons of

More information

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009 College of Computer & Informaton Scence Fall 2009 Northeastern Unversty 20 October 2009 CS7880: Algorthmc Power Tools Scrbe: Jan Wen and Laura Poplawsk Lecture Outlne: Prmal-dual schema Network Desgn:

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Konstantn Tretyakov (kt@ut.ee) MTAT.03.227 Machne Learnng So far Supervsed machne learnng Lnear models Least squares regresson Fsher s dscrmnant, Perceptron, Logstc model Non-lnear

More information

CSE 252C: Computer Vision III

CSE 252C: Computer Vision III CSE 252C: Computer Vson III Lecturer: Serge Belonge Scrbe: Catherne Wah LECTURE 15 Kernel Machnes 15.1. Kernels We wll study two methods based on a specal knd of functon k(x, y) called a kernel: Kernel

More information

Semi-supervised Classification with Active Query Selection

Semi-supervised Classification with Active Query Selection Sem-supervsed Classfcaton wth Actve Query Selecton Jao Wang and Swe Luo School of Computer and Informaton Technology, Beng Jaotong Unversty, Beng 00044, Chna Wangjao088@63.com Abstract. Labeled samples

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Konstantn Tretyakov (kt@ut.ee) MTAT.03.227 Machne Learnng So far So far Supervsed machne learnng Lnear models Non-lnear models Unsupervsed machne learnng Generc scaffoldng So far

More information

Multilayer Perceptron (MLP)

Multilayer Perceptron (MLP) Multlayer Perceptron (MLP) Seungjn Cho Department of Computer Scence and Engneerng Pohang Unversty of Scence and Technology 77 Cheongam-ro, Nam-gu, Pohang 37673, Korea seungjn@postech.ac.kr 1 / 20 Outlne

More information

Problem Set 9 Solutions

Problem Set 9 Solutions Desgn and Analyss of Algorthms May 4, 2015 Massachusetts Insttute of Technology 6.046J/18.410J Profs. Erk Demane, Srn Devadas, and Nancy Lynch Problem Set 9 Solutons Problem Set 9 Solutons Ths problem

More information

MMA and GCMMA two methods for nonlinear optimization

MMA and GCMMA two methods for nonlinear optimization MMA and GCMMA two methods for nonlnear optmzaton Krster Svanberg Optmzaton and Systems Theory, KTH, Stockholm, Sweden. krlle@math.kth.se Ths note descrbes the algorthms used n the author s 2007 mplementatons

More information

Online Classification: Perceptron and Winnow

Online Classification: Perceptron and Winnow E0 370 Statstcal Learnng Theory Lecture 18 Nov 8, 011 Onlne Classfcaton: Perceptron and Wnnow Lecturer: Shvan Agarwal Scrbe: Shvan Agarwal 1 Introducton In ths lecture we wll start to study the onlne learnng

More information

COS 521: Advanced Algorithms Game Theory and Linear Programming

COS 521: Advanced Algorithms Game Theory and Linear Programming COS 521: Advanced Algorthms Game Theory and Lnear Programmng Moses Charkar February 27, 2013 In these notes, we ntroduce some basc concepts n game theory and lnear programmng (LP). We show a connecton

More information

Dynamic Ensemble Selection and Instantaneous Pruning for Regression

Dynamic Ensemble Selection and Instantaneous Pruning for Regression Dynamc Ensemble Selecton and Instantaneous Prunng for Regresson Kaushala Das and Terry Wndeatt Centre for Vson Speech and Sgnal Processng Faculty of Engneerng and Physcal Scences Unversty of Surrey, Guldford,

More information

Support Vector Machines CS434

Support Vector Machines CS434 Support Vector Machnes CS434 Lnear Separators Many lnear separators exst that perfectly classfy all tranng examples Whch of the lnear separators s the best? + + + + + + + + + Intuton of Margn Consder ponts

More information

Kernels in Support Vector Machines. Based on lectures of Martin Law, University of Michigan

Kernels in Support Vector Machines. Based on lectures of Martin Law, University of Michigan Kernels n Support Vector Machnes Based on lectures of Martn Law, Unversty of Mchgan Non Lnear separable problems AND OR NOT() The XOR problem cannot be solved wth a perceptron. XOR Per Lug Martell - Systems

More information

Support Vector Machines CS434

Support Vector Machines CS434 Support Vector Machnes CS434 Lnear Separators Many lnear separators exst that perfectly classfy all tranng examples Whch of the lnear separators s the best? Intuton of Margn Consder ponts A, B, and C We

More information

Ensemble Methods: Boosting

Ensemble Methods: Boosting Ensemble Methods: Boostng Ncholas Ruozz Unversty of Texas at Dallas Based on the sldes of Vbhav Gogate and Rob Schapre Last Tme Varance reducton va baggng Generate new tranng data sets by samplng wth replacement

More information

A Network Intrusion Detection Method Based on Improved K-means Algorithm

A Network Intrusion Detection Method Based on Improved K-means Algorithm Advanced Scence and Technology Letters, pp.429-433 http://dx.do.org/10.14257/astl.2014.53.89 A Network Intruson Detecton Method Based on Improved K-means Algorthm Meng Gao 1,1, Nhong Wang 1, 1 Informaton

More information

On the Multicriteria Integer Network Flow Problem

On the Multicriteria Integer Network Flow Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 5, No 2 Sofa 2005 On the Multcrtera Integer Network Flow Problem Vassl Vasslev, Marana Nkolova, Maryana Vassleva Insttute of

More information

The Minimum Universal Cost Flow in an Infeasible Flow Network

The Minimum Universal Cost Flow in an Infeasible Flow Network Journal of Scences, Islamc Republc of Iran 17(2): 175-180 (2006) Unversty of Tehran, ISSN 1016-1104 http://jscencesutacr The Mnmum Unversal Cost Flow n an Infeasble Flow Network H Saleh Fathabad * M Bagheran

More information

Lagrange Multipliers Kernel Trick

Lagrange Multipliers Kernel Trick Lagrange Multplers Kernel Trck Ncholas Ruozz Unversty of Texas at Dallas Based roughly on the sldes of Davd Sontag General Optmzaton A mathematcal detour, we ll come back to SVMs soon! subject to: f x

More information

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE Analytcal soluton s usually not possble when exctaton vares arbtrarly wth tme or f the system s nonlnear. Such problems can be solved by numercal tmesteppng

More information

Support Vector Machines

Support Vector Machines Separatng boundary, defned by w Support Vector Machnes CISC 5800 Professor Danel Leeds Separatng hyperplane splts class 0 and class 1 Plane s defned by lne w perpendcular to plan Is data pont x n class

More information

Intro to Visual Recognition

Intro to Visual Recognition CS 2770: Computer Vson Intro to Vsual Recognton Prof. Adrana Kovashka Unversty of Pttsburgh February 13, 2018 Plan for today What s recognton? a.k.a. classfcaton, categorzaton Support vector machnes Separable

More information

Lecture 3: Dual problems and Kernels

Lecture 3: Dual problems and Kernels Lecture 3: Dual problems and Kernels C4B Machne Learnng Hlary 211 A. Zsserman Prmal and dual forms Lnear separablty revsted Feature mappng Kernels for SVMs Kernel trck requrements radal bass functons SVM

More information

Chapter 6 Support vector machine. Séparateurs à vaste marge

Chapter 6 Support vector machine. Séparateurs à vaste marge Chapter 6 Support vector machne Séparateurs à vaste marge Méthode de classfcaton bnare par apprentssage Introdute par Vladmr Vapnk en 1995 Repose sur l exstence d un classfcateur lnéare Apprentssage supervsé

More information

The Order Relation and Trace Inequalities for. Hermitian Operators

The Order Relation and Trace Inequalities for. Hermitian Operators Internatonal Mathematcal Forum, Vol 3, 08, no, 507-57 HIKARI Ltd, wwwm-hkarcom https://doorg/0988/mf088055 The Order Relaton and Trace Inequaltes for Hermtan Operators Y Huang School of Informaton Scence

More information

Improved delay-dependent stability criteria for discrete-time stochastic neural networks with time-varying delays

Improved delay-dependent stability criteria for discrete-time stochastic neural networks with time-varying delays Avalable onlne at www.scencedrect.com Proceda Engneerng 5 ( 4456 446 Improved delay-dependent stablty crtera for dscrete-tme stochastc neural networs wth tme-varyng delays Meng-zhuo Luo a Shou-mng Zhong

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE : Lnear Systems Summary #: Backpropagaton BACKPROPAGATION The perceptron rule as well as the Wdrow Hoff learnng were desgned to tran sngle layer networks. They suffer from the same dsadvantage: they

More information

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,*

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,* Advances n Computer Scence Research (ACRS), volume 54 Internatonal Conference on Computer Networks and Communcaton Technology (CNCT206) Usng Immune Genetc Algorthm to Optmze BP Neural Network and Its Applcaton

More information

CSC 411 / CSC D11 / CSC C11

CSC 411 / CSC D11 / CSC C11 18 Boostng s a general strategy for learnng classfers by combnng smpler ones. The dea of boostng s to take a weak classfer that s, any classfer that wll do at least slghtly better than chance and use t

More information

A Hybrid Variational Iteration Method for Blasius Equation

A Hybrid Variational Iteration Method for Blasius Equation Avalable at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 1932-9466 Vol. 10, Issue 1 (June 2015), pp. 223-229 Applcatons and Appled Mathematcs: An Internatonal Journal (AAM) A Hybrd Varatonal Iteraton Method

More information

Large-Margin HMM Estimation for Speech Recognition

Large-Margin HMM Estimation for Speech Recognition Large-Margn HMM Estmaton for Speech Recognton Prof. Hu Jang Department of Computer Scence and Engneerng York Unversty, Toronto, Ont. M3J 1P3, CANADA Emal: hj@cs.yorku.ca Ths s a jont work wth Chao-Jun

More information

Power law and dimension of the maximum value for belief distribution with the max Deng entropy

Power law and dimension of the maximum value for belief distribution with the max Deng entropy Power law and dmenson of the maxmum value for belef dstrbuton wth the max Deng entropy Bngy Kang a, a College of Informaton Engneerng, Northwest A&F Unversty, Yanglng, Shaanx, 712100, Chna. Abstract Deng

More information

Feature Selection: Part 1

Feature Selection: Part 1 CSE 546: Machne Learnng Lecture 5 Feature Selecton: Part 1 Instructor: Sham Kakade 1 Regresson n the hgh dmensonal settng How do we learn when the number of features d s greater than the sample sze n?

More information

10-701/ Machine Learning, Fall 2005 Homework 3

10-701/ Machine Learning, Fall 2005 Homework 3 10-701/15-781 Machne Learnng, Fall 2005 Homework 3 Out: 10/20/05 Due: begnnng of the class 11/01/05 Instructons Contact questons-10701@autonlaborg for queston Problem 1 Regresson and Cross-valdaton [40

More information

Support Vector Machines. Jie Tang Knowledge Engineering Group Department of Computer Science and Technology Tsinghua University 2012

Support Vector Machines. Jie Tang Knowledge Engineering Group Department of Computer Science and Technology Tsinghua University 2012 Support Vector Machnes Je Tang Knowledge Engneerng Group Department of Computer Scence and Technology Tsnghua Unversty 2012 1 Outlne What s a Support Vector Machne? Solvng SVMs Kernel Trcks 2 What s a

More information

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES BÂRZĂ, Slvu Faculty of Mathematcs-Informatcs Spru Haret Unversty barza_slvu@yahoo.com Abstract Ths paper wants to contnue

More information

A new Approach for Solving Linear Ordinary Differential Equations

A new Approach for Solving Linear Ordinary Differential Equations , ISSN 974-57X (Onlne), ISSN 974-5718 (Prnt), Vol. ; Issue No. 1; Year 14, Copyrght 13-14 by CESER PUBLICATIONS A new Approach for Solvng Lnear Ordnary Dfferental Equatons Fawz Abdelwahd Department of

More information

p 1 c 2 + p 2 c 2 + p 3 c p m c 2

p 1 c 2 + p 2 c 2 + p 3 c p m c 2 Where to put a faclty? Gven locatons p 1,..., p m n R n of m houses, want to choose a locaton c n R n for the fre staton. Want c to be as close as possble to all the house. We know how to measure dstance

More information

18-660: Numerical Methods for Engineering Design and Optimization

18-660: Numerical Methods for Engineering Design and Optimization 8-66: Numercal Methods for Engneerng Desgn and Optmzaton n L Department of EE arnege Mellon Unversty Pttsburgh, PA 53 Slde Overve lassfcaton Support vector machne Regularzaton Slde lassfcaton Predct categorcal

More information

Support Vector Machines

Support Vector Machines /14/018 Separatng boundary, defned by w Support Vector Machnes CISC 5800 Professor Danel Leeds Separatng hyperplane splts class 0 and class 1 Plane s defned by lne w perpendcular to plan Is data pont x

More information

princeton univ. F 17 cos 521: Advanced Algorithm Design Lecture 7: LP Duality Lecturer: Matt Weinberg

princeton univ. F 17 cos 521: Advanced Algorithm Design Lecture 7: LP Duality Lecturer: Matt Weinberg prnceton unv. F 17 cos 521: Advanced Algorthm Desgn Lecture 7: LP Dualty Lecturer: Matt Wenberg Scrbe: LP Dualty s an extremely useful tool for analyzng structural propertes of lnear programs. Whle there

More information

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS HCMC Unversty of Pedagogy Thong Nguyen Huu et al. A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS Thong Nguyen Huu and Hao Tran Van Department of mathematcs-nformaton,

More information

Nonlinear Classifiers II

Nonlinear Classifiers II Nonlnear Classfers II Nonlnear Classfers: Introducton Classfers Supervsed Classfers Lnear Classfers Perceptron Least Squares Methods Lnear Support Vector Machne Nonlnear Classfers Part I: Mult Layer Neural

More information

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k)

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k) ISSN 1749-3889 (prnt), 1749-3897 (onlne) Internatonal Journal of Nonlnear Scence Vol.17(2014) No.2,pp.188-192 Modfed Block Jacob-Davdson Method for Solvng Large Sparse Egenproblems Hongy Mao, College of

More information

Finding Dense Subgraphs in G(n, 1/2)

Finding Dense Subgraphs in G(n, 1/2) Fndng Dense Subgraphs n Gn, 1/ Atsh Das Sarma 1, Amt Deshpande, and Rav Kannan 1 Georga Insttute of Technology,atsh@cc.gatech.edu Mcrosoft Research-Bangalore,amtdesh,annan@mcrosoft.com Abstract. Fndng

More information

FORECASTING EXCHANGE RATE USING SUPPORT VECTOR MACHINES

FORECASTING EXCHANGE RATE USING SUPPORT VECTOR MACHINES Proceedngs of the Fourth Internatonal Conference on Machne Learnng and Cybernetcs, Guangzhou, 8- August 005 FORECASTING EXCHANGE RATE USING SUPPORT VECTOR MACHINES DING-ZHOU CAO, SU-LIN PANG, YUAN-HUAI

More information

Lecture Notes on Linear Regression

Lecture Notes on Linear Regression Lecture Notes on Lnear Regresson Feng L fl@sdueducn Shandong Unversty, Chna Lnear Regresson Problem In regresson problem, we am at predct a contnuous target value gven an nput feature vector We assume

More information

Logistic Regression. CAP 5610: Machine Learning Instructor: Guo-Jun QI

Logistic Regression. CAP 5610: Machine Learning Instructor: Guo-Jun QI Logstc Regresson CAP 561: achne Learnng Instructor: Guo-Jun QI Bayes Classfer: A Generatve model odel the posteror dstrbuton P(Y X) Estmate class-condtonal dstrbuton P(X Y) for each Y Estmate pror dstrbuton

More information

8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS

8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS SECTION 8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS 493 8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS All the vector spaces you have studed thus far n the text are real vector spaces because the scalars

More information

For now, let us focus on a specific model of neurons. These are simplified from reality but can achieve remarkable results.

For now, let us focus on a specific model of neurons. These are simplified from reality but can achieve remarkable results. Neural Networks : Dervaton compled by Alvn Wan from Professor Jtendra Malk s lecture Ths type of computaton s called deep learnng and s the most popular method for many problems, such as computer vson

More information

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem Appled Mathematcal Scences Vol 5 0 no 65 3 33 Interactve B-Level Mult-Objectve Integer Non-lnear Programmng Problem O E Emam Department of Informaton Systems aculty of Computer Scence and nformaton Helwan

More information

INF 5860 Machine learning for image classification. Lecture 3 : Image classification and regression part II Anne Solberg January 31, 2018

INF 5860 Machine learning for image classification. Lecture 3 : Image classification and regression part II Anne Solberg January 31, 2018 INF 5860 Machne learnng for mage classfcaton Lecture 3 : Image classfcaton and regresson part II Anne Solberg January 3, 08 Today s topcs Multclass logstc regresson and softma Regularzaton Image classfcaton

More information

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm Desgn and Optmzaton of Fuzzy Controller for Inverse Pendulum System Usng Genetc Algorthm H. Mehraban A. Ashoor Unversty of Tehran Unversty of Tehran h.mehraban@ece.ut.ac.r a.ashoor@ece.ut.ac.r Abstract:

More information

Natural Language Processing and Information Retrieval

Natural Language Processing and Information Retrieval Natural Language Processng and Informaton Retreval Support Vector Machnes Alessandro Moschtt Department of nformaton and communcaton technology Unversty of Trento Emal: moschtt@ds.untn.t Summary Support

More information

Learning with Tensor Representation

Learning with Tensor Representation Report No. UIUCDCS-R-2006-276 UILU-ENG-2006-748 Learnng wth Tensor Representaton by Deng Ca, Xaofe He, and Jawe Han Aprl 2006 Learnng wth Tensor Representaton Deng Ca Xaofe He Jawe Han Department of Computer

More information

1 Convex Optimization

1 Convex Optimization Convex Optmzaton We wll consder convex optmzaton problems. Namely, mnmzaton problems where the objectve s convex (we assume no constrants for now). Such problems often arse n machne learnng. For example,

More information

Lectures - Week 4 Matrix norms, Conditioning, Vector Spaces, Linear Independence, Spanning sets and Basis, Null space and Range of a Matrix

Lectures - Week 4 Matrix norms, Conditioning, Vector Spaces, Linear Independence, Spanning sets and Basis, Null space and Range of a Matrix Lectures - Week 4 Matrx norms, Condtonng, Vector Spaces, Lnear Independence, Spannng sets and Bass, Null space and Range of a Matrx Matrx Norms Now we turn to assocatng a number to each matrx. We could

More information

Maximal Margin Classifier

Maximal Margin Classifier CS81B/Stat41B: Advanced Topcs n Learnng & Decson Makng Mamal Margn Classfer Lecturer: Mchael Jordan Scrbes: Jana van Greunen Corrected verson - /1/004 1 References/Recommended Readng 1.1 Webstes www.kernel-machnes.org

More information

Boostrapaggregating (Bagging)

Boostrapaggregating (Bagging) Boostrapaggregatng (Baggng) An ensemble meta-algorthm desgned to mprove the stablty and accuracy of machne learnng algorthms Can be used n both regresson and classfcaton Reduces varance and helps to avod

More information

C4B Machine Learning Answers II. = σ(z) (1 σ(z)) 1 1 e z. e z = σ(1 σ) (1 + e z )

C4B Machine Learning Answers II. = σ(z) (1 σ(z)) 1 1 e z. e z = σ(1 σ) (1 + e z ) C4B Machne Learnng Answers II.(a) Show that for the logstc sgmod functon dσ(z) dz = σ(z) ( σ(z)) A. Zsserman, Hlary Term 20 Start from the defnton of σ(z) Note that Then σ(z) = σ = dσ(z) dz = + e z e z

More information

Ensemble of GA based Selective Neural Network Ensembles

Ensemble of GA based Selective Neural Network Ensembles Ensemble of GA based Selectve eural etwork Ensembles Jan-Xn WU Zh-Hua ZHOU Zhao-Qan CHE atonal Laboratory for ovel Software Technology anjng Unversty anjng, 0093, P.R.Chna wujx@a.nju.edu.cn {zhouzh, chenzq}@nju.edu.cn

More information

CSci 6974 and ECSE 6966 Math. Tech. for Vision, Graphics and Robotics Lecture 21, April 17, 2006 Estimating A Plane Homography

CSci 6974 and ECSE 6966 Math. Tech. for Vision, Graphics and Robotics Lecture 21, April 17, 2006 Estimating A Plane Homography CSc 6974 and ECSE 6966 Math. Tech. for Vson, Graphcs and Robotcs Lecture 21, Aprl 17, 2006 Estmatng A Plane Homography Overvew We contnue wth a dscusson of the major ssues, usng estmaton of plane projectve

More information

Multigradient for Neural Networks for Equalizers 1

Multigradient for Neural Networks for Equalizers 1 Multgradent for Neural Netorks for Equalzers 1 Chulhee ee, Jnook Go and Heeyoung Km Department of Electrcal and Electronc Engneerng Yonse Unversty 134 Shnchon-Dong, Seodaemun-Ku, Seoul 1-749, Korea ABSTRACT

More information

Beyond Zudilin s Conjectured q-analog of Schmidt s problem

Beyond Zudilin s Conjectured q-analog of Schmidt s problem Beyond Zudln s Conectured q-analog of Schmdt s problem Thotsaporn Ae Thanatpanonda thotsaporn@gmalcom Mathematcs Subect Classfcaton: 11B65 33B99 Abstract Usng the methodology of (rgorous expermental mathematcs

More information

VQ widely used in coding speech, image, and video

VQ widely used in coding speech, image, and video at Scalar quantzers are specal cases of vector quantzers (VQ): they are constraned to look at one sample at a tme (memoryless) VQ does not have such constrant better RD perfomance expected Source codng

More information

The internal structure of natural numbers and one method for the definition of large prime numbers

The internal structure of natural numbers and one method for the definition of large prime numbers The nternal structure of natural numbers and one method for the defnton of large prme numbers Emmanul Manousos APM Insttute for the Advancement of Physcs and Mathematcs 3 Poulou str. 53 Athens Greece Abstract

More information

NUMERICAL DIFFERENTIATION

NUMERICAL DIFFERENTIATION NUMERICAL DIFFERENTIATION 1 Introducton Dfferentaton s a method to compute the rate at whch a dependent output y changes wth respect to the change n the ndependent nput x. Ths rate of change s called the

More information

Module 9. Lecture 6. Duality in Assignment Problems

Module 9. Lecture 6. Duality in Assignment Problems Module 9 1 Lecture 6 Dualty n Assgnment Problems In ths lecture we attempt to answer few other mportant questons posed n earler lecture for (AP) and see how some of them can be explaned through the concept

More information

A NEW ALGORITHM FOR FINDING THE MINIMUM DISTANCE BETWEEN TWO CONVEX HULLS. Dougsoo Kaown, B.Sc., M.Sc. Dissertation Prepared for the Degree of

A NEW ALGORITHM FOR FINDING THE MINIMUM DISTANCE BETWEEN TWO CONVEX HULLS. Dougsoo Kaown, B.Sc., M.Sc. Dissertation Prepared for the Degree of A NEW ALGORITHM FOR FINDING THE MINIMUM DISTANCE BETWEEN TWO CONVEX HULLS Dougsoo Kaown, B.Sc., M.Sc. Dssertaton Prepared for the Degree of DOCTOR OF PHILOSOPHY UNIVERSITY OF NORTH TEXAS May 2009 APPROVED:

More information

Feature Selection in Multi-instance Learning

Feature Selection in Multi-instance Learning The Nnth Internatonal Symposum on Operatons Research and Its Applcatons (ISORA 10) Chengdu-Juzhagou, Chna, August 19 23, 2010 Copyrght 2010 ORSC & APORC, pp. 462 469 Feature Selecton n Mult-nstance Learnng

More information

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS Avalable onlne at http://sck.org J. Math. Comput. Sc. 3 (3), No., 6-3 ISSN: 97-537 COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

More information

Double Layered Fuzzy Planar Graph

Double Layered Fuzzy Planar Graph Global Journal of Pure and Appled Mathematcs. ISSN 0973-768 Volume 3, Number 0 07), pp. 7365-7376 Research Inda Publcatons http://www.rpublcaton.com Double Layered Fuzzy Planar Graph J. Jon Arockaraj Assstant

More information

A Fast Computer Aided Design Method for Filters

A Fast Computer Aided Design Method for Filters 2017 Asa-Pacfc Engneerng and Technology Conference (APETC 2017) ISBN: 978-1-60595-443-1 A Fast Computer Aded Desgn Method for Flters Gang L ABSTRACT *Ths paper presents a fast computer aded desgn method

More information

Report on Image warping

Report on Image warping Report on Image warpng Xuan Ne, Dec. 20, 2004 Ths document summarzed the algorthms of our mage warpng soluton for further study, and there s a detaled descrpton about the mplementaton of these algorthms.

More information

Supporting Information

Supporting Information Supportng Informaton The neural network f n Eq. 1 s gven by: f x l = ReLU W atom x l + b atom, 2 where ReLU s the element-wse rectfed lnear unt, 21.e., ReLUx = max0, x, W atom R d d s the weght matrx to

More information

Evaluation of simple performance measures for tuning SVM hyperparameters

Evaluation of simple performance measures for tuning SVM hyperparameters Evaluaton of smple performance measures for tunng SVM hyperparameters Kabo Duan, S Sathya Keerth, Aun Neow Poo Department of Mechancal Engneerng, Natonal Unversty of Sngapore, 0 Kent Rdge Crescent, 960,

More information

U.C. Berkeley CS294: Beyond Worst-Case Analysis Luca Trevisan September 5, 2017

U.C. Berkeley CS294: Beyond Worst-Case Analysis Luca Trevisan September 5, 2017 U.C. Berkeley CS94: Beyond Worst-Case Analyss Handout 4s Luca Trevsan September 5, 07 Summary of Lecture 4 In whch we ntroduce semdefnte programmng and apply t to Max Cut. Semdefnte Programmng Recall that

More information

Convexity preserving interpolation by splines of arbitrary degree

Convexity preserving interpolation by splines of arbitrary degree Computer Scence Journal of Moldova, vol.18, no.1(52), 2010 Convexty preservng nterpolaton by splnes of arbtrary degree Igor Verlan Abstract In the present paper an algorthm of C 2 nterpolaton of dscrete

More information

Application of B-Spline to Numerical Solution of a System of Singularly Perturbed Problems

Application of B-Spline to Numerical Solution of a System of Singularly Perturbed Problems Mathematca Aeterna, Vol. 1, 011, no. 06, 405 415 Applcaton of B-Splne to Numercal Soluton of a System of Sngularly Perturbed Problems Yogesh Gupta Department of Mathematcs Unted College of Engneerng &

More information

Transient Stability Assessment of Power System Based on Support Vector Machine

Transient Stability Assessment of Power System Based on Support Vector Machine ransent Stablty Assessment of Power System Based on Support Vector Machne Shengyong Ye Yongkang Zheng Qngquan Qan School of Electrcal Engneerng, Southwest Jaotong Unversty, Chengdu 610031, P. R. Chna Abstract

More information

Fixed point method and its improvement for the system of Volterra-Fredholm integral equations of the second kind

Fixed point method and its improvement for the system of Volterra-Fredholm integral equations of the second kind MATEMATIKA, 217, Volume 33, Number 2, 191 26 c Penerbt UTM Press. All rghts reserved Fxed pont method and ts mprovement for the system of Volterra-Fredholm ntegral equatons of the second knd 1 Talaat I.

More information

Outline and Reading. Dynamic Programming. Dynamic Programming revealed. Computing Fibonacci. The General Dynamic Programming Technique

Outline and Reading. Dynamic Programming. Dynamic Programming revealed. Computing Fibonacci. The General Dynamic Programming Technique Outlne and Readng Dynamc Programmng The General Technque ( 5.3.2) -1 Knapsac Problem ( 5.3.3) Matrx Chan-Product ( 5.3.1) Dynamc Programmng verson 1.4 1 Dynamc Programmng verson 1.4 2 Dynamc Programmng

More information

Unified Subspace Analysis for Face Recognition

Unified Subspace Analysis for Face Recognition Unfed Subspace Analyss for Face Recognton Xaogang Wang and Xaoou Tang Department of Informaton Engneerng The Chnese Unversty of Hong Kong Shatn, Hong Kong {xgwang, xtang}@e.cuhk.edu.hk Abstract PCA, LDA

More information

An Admission Control Algorithm in Cloud Computing Systems

An Admission Control Algorithm in Cloud Computing Systems An Admsson Control Algorthm n Cloud Computng Systems Authors: Frank Yeong-Sung Ln Department of Informaton Management Natonal Tawan Unversty Tape, Tawan, R.O.C. ysln@m.ntu.edu.tw Yngje Lan Management Scence

More information

A Multimodal Fusion Algorithm Based on FRR and FAR Using SVM

A Multimodal Fusion Algorithm Based on FRR and FAR Using SVM Internatonal Journal of Securty and Its Applcatons A Multmodal Fuson Algorthm Based on FRR and FAR Usng SVM Yong L 1, Meme Sh 2, En Zhu 3, Janpng Yn 3, Janmn Zhao 4 1 Department of Informaton Engneerng,

More information

Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur

Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur Analyss of Varance and Desgn of Experment-I MODULE VII LECTURE - 3 ANALYSIS OF COVARIANCE Dr Shalabh Department of Mathematcs and Statstcs Indan Insttute of Technology Kanpur Any scentfc experment s performed

More information