Using Neural Networks and Support Vector Machines in Data Mining

Size: px
Start display at page:

Download "Using Neural Networks and Support Vector Machines in Data Mining"

Transcription

1 Usng eural etworks and Support Vector Machnes n Data Mnng RICHARD A. WASIOWSKI Computer Scence Department Calforna State Unversty Domnguez Hlls Carson, CA USA Abstract: - Multvarate data analyss technques have the potental to mprove data analyss. Support Vector Machnes (SVS) are a recent addton to the famly of multvarate data analyss. A bref ntroducton to the SVM Vector Machnes technque s followed by an outlne of the practcal applcaton Key-Words: - SVM vector machnes, data analyss 1 Introducton A common problem n varous areas of scence s that of classfcaton. One approach s to develop an algorthm whch fnds complex patterns n nput example data (labeled tranng data) to learn the soluton to the problem. Ths s called supervsed learnng. Such an algorthm can map each tranng example onto two categores, more than two categores, or contnuous, real-valued output. A potental problem wth ths approach s nose n tranng data. There may be no correct underlyng classfcaton functon. Two smlar tranng examples may be n dfferent categores. Another problem may be that the resultng algorthm msclassfes unseen data because t has overfts the tranng data. A better goal s to optmze generalzaton the ablty to correctly classfy unseen data. ext secton shows how the Support Vector Machne learnng methodology addresses these problems. The descrpton follows that of several references n the lterature [4,5,21]. 2 Problem Formulaton The SVM vector method was developed to construct separatng hyperplanes for pattern recognton problems [4,5]. In the 1990s t was generalzed for constructng nonlnear separatng functons and for estmatng real-valued functons. Applcatons of SVMs nclude text categorzaton, character recognton, and bonformatcs and face detecton. Support Vector Machnes (SVM) are learnng machnes that can perform classfcaton and real valued functon approxmaton. SVM creates functons from a set of labeled tranng data and operate by fndng a hypersurface n the space of possble nputs. Ths hypersurface wll attempt to splt the postve examples from the negatve examples. The splt wll be chosen to have the largest dstance from the hypersurface to the nearest of the postve and negatve examples. Intutvely, ths makes the classfcaton correct for testng data that s near, but not dentcal to the tranng data. In detal, durng the tranng phase SVM takes a data matrx as nput, and labels each sample as ether belongng to a gven class (postve) or not (negatve). SVM treats each sample n the matrx as a pont n a hgh-dmensonal feature space, where the number of attrbutes determnes the dmensonalty of the space. SVM learnng algorthm then dentfes a hyperplane n ths space that best separates the postve and negatve tranng samples. The traned SVM can then be used to make predctons about a test sample s membershp n the class. In bref, SVM non-lnearly maps ther n-dmensonal nput space nto a hgh dmensonal feature space. In ths hgh dmensonal feature space a lnear classfer s constructed. 3 SVM based algorthm The man dea of the SVM approach s to map the tranng data nto a hgh dmensonal feature space n whch a decson boundary s determned by constructng the optmal separatng hyperplane. Computatons n the feature space are avoded by usng a kernel functon. The formal goal s to estmate the functon f :R { ± 1} usng nput output tranng data ( x1, y1),...,( x, y ) R { ± 1} such that f wll correctly classfy examples ( x, y),.e. f ( x) = y. s the number of tranng examples. For generalzaton we restrct the class of functons from whch f s chosen. Smply mnmzng the tranng error does not necessarly result n good generalzaton. SVM Vector classfers are based on the class of hyperplanes ( w x) + b= 0 wth w R, b R and correspondng to the decson functon f ( x ) = sgn [( w x ) + b]. w s called the weght vector and b the threshold. w and b s the parameters controllng the functon and must be learned from the data. The unque hyperplane wth maxmal margn of separaton between the two classes s called the optmal hyperplane. The optmzaton problem thus s to fnd the optmal hyperplane. Both the optmzaton problem and the fnal decson functon depend only on dot products between nput vectors. Ths s crucal for the successful generalzaton to the nonlnear case. If f ( x ) s

2 a nonlnear functon of x one possble approach s to use a neural network, whch conssts of a network of smple lnear classfers. Problems wth ths approach nclude many parameters and the exstence of local mnma. The SVM approach s to map the nput data nto a hgh, possbly nfnte dmensonal feature space, F va a nonlnear map Φ: R F. Then the optmal hyperplane algorthm can be used n F. Ths hgh dmensonalty may lead to a practcal computatonal problem n feature space. Snce the nput vectors appear n the problem only nsde dot products, however, we only need to use dot products n feature space. If we can fnd a kernel functon, K, such that K( x1, x2) =Φ( x1) Φ( x2) then we don t need to know Φ explctly. Mercer s Theorem tells us that a functon K( xy, ) s a kernel,.e. there exsts a mappng Φ such that K( x1, x2) =Φ( x1) Φ( x2) We can choose from known kernel functons: polynomal of degree, Gaussan Radal Bass Functon or sgmod. We propose a new SVMbased method (BSVM), whch uses the dynamc programmng algorthm as a kernel functon. A detaled descrpton of experments can be located n [19]. The result of computatonal experment show that the BSVM method outperforms exstng algorthms we tested. 4 eural etworks based algorthm Over the past a few years, eural etworks, one of the branches n Artfcal Intellgence technology, have ganed popularty among the hydrologcal and hydraulc engneerng communty and some encouragng results have been acheved. Recently, a new tool from the Artfcal Intellgence feld called a Support Vector Machne (SVM) has ganed popularty n the Machne Learnng communty. It has been appled successfully to classfcaton tasks such as pattern recognton, OCR and more recently also to regresson and tme seres. Mathematcally, SVMs are a range of classfcaton and regresson algorthms that have been formulated from the prncples of statstcal learnng theory. So far, these SVMs have been benchmarked aganst artfcal neural networks (As) and outperformed A n many applcaton areas. It has been hypothessed that ths s because there are fewer model parameters to optmse n the SVM approach, reducng the possblty of over fttng the tranng data and thus ncreasng the actual performance. Compared wth tradtonal artfcal neural networks, tranng n SVMs s very robust due to ther quadratc objectve functons. It s useful to explore ths new technology n rver flow modelng area, wth the hope that t could overcome some of the problems n A and may perform much better than the tradtonal lnear models. Both SVMs and As can be represented as two-layer networks (where the weghts are non-lnear n the frst layer and lnear n the second layer). However, whle As generally adapt all the parameters (usng gradent or clusterng-based approaches) SVMs choose the parameters for the frst layer to be the tranng nput vectors because ths mnmses the VC-dmenson as ndcated n Fgure 1. α 1 y K(x 1,x) K(x 1,x) K(x,x) x 1 x 2 x 3 x n Mathematcally, a basc functon for statstcal learnng process s M f ( x) = α φ ( x) = wφ( x ) = 1 α 2 Fgure 1 SVM structure (1) Where the output s a lnearly-weghted sum of M. The nonlnear transformaton s carred by ().The range of models represented by Equaton 1 s extremely broad. SVM s a specal form of them and ts decson functon s represented as f ( x) = αk( x, x ) b = 1 (2) where K s the kernel functon, and b are parameters, s the number of tranng data, x are vectors used n tranng process and x s the ndependent vector. The parameters and b are derved by maxmze ther objectve functon. α Decson rule y = α K( x, x) + b = 1 Weghts α,..., 1 α In SVM, all nput data are organsed as vectors (.e., one dmensonal array) and some of these vectors are used n the modellng process (as demonstrated n Eq 2). Ths s qute dfferent compared wth other models lke A and Lnear TF models, whch are global models. In these models, model parameters are derved from the tranng data set and then only the derved parameters are used n future smulatons. The data for tranng would play no part n the predcton process. SVM s qute dfferent. It uses the tranng data for model calbraton so as to estmate the model parameters, but also keeps the most mportant part of the nput vectors n ts model. These vectors are called support vectors (only a small number of tranng vectors are chosen). The unque structures of the kernel functons used for nonlnear transformaton of onlnear transformaton based on support vectors x,..., 1 x Input vector x = x x 1 n (,..., )

3 Predcton error nput vectors enable SVM to get rd of most tranng vectors, so that the resulted model s much smaller. The reduced support vectors also mprove the model s generalsaton ablty and decrease the computaton load. Snce SVM theory was orgnally created from the machne learnng communty, ths type of models s coned as Support Vector Machnes. SVM has a strong nonlnear ablty and ths s analogous to the nonlnear treatment for the tradtonal lnear models. As we know, t s possble to transform the nput varables wth a certan nonlnear functons so that lnear models can be used to model nonlnear processes (Generalzed lnear system framework). For example, an nput vector x=(x 1,x 2 ) can be transformed nto a hgher 2 2 dmenson nput vector z = ( x1, x2, x1, x2, x1x2), whch can then be treated as a lnear system. In a smlar fashon, SVM uses some specfc kernel functons whch transform the nput vector as an nner product of nonlnear functons n the model. The selecton of sutable kernel functon for a specfc problem s a very complcated process at the moment and much more research work s stll needed. A major problem n any model tranng s the decson about the complexty of the model s structure. More complcated models tend to do well n tranng but do badly n predcton. For example, a common problem n A s applcatons s overfttng, sometmes the model s weghts are even less than the tranng data ponts. Hgh bas Low varance Test set Low bas Hgh varance Stop for ranfall and flow data are selected for nput vectors. An nput vector can have a mxture of varous varables (e.g., ran, flow, temperature, date, etc). At each computaton step, we sequentally add the newly acqured data and remove the earler ones, to predct the flow n the future. Before the tranng, several key parameters have to be selected by manual operatons. They are a) Three parameters to control the SVM tranng: Cost of error C, Slackness tube and kernel functon b) Wndow szes for ranfall and flow data; c) Scale factors for ranfall and flow data In the process above, C s useful for controllng the smoothness of the functon. Large C values penalse the errors, hence the resulted SVMs have small number of SV. Slackness tube wth s a new concept (n tradtonal least square method, s always zero ) and the nput data whch fall n the tube are not penalsed. Three popular kernel functons are tested: Dth degree polynomal (only 2 s used n ths project), radal bass and Sgmod functons. Varous wndow szes were tested (3 ran, 3 flow; 1 ran, 5 flow; 0 ran,10 flow; 10 ran, 0 flow; 20 ran, 0 flow; ). Scale factors are used to transform ranfall and flow data nto a smlar range otherwse the data of hgh values (.e., small unt) would domnate the tranng process. Most of work n ths part s manual, hence a tedous process due to the huge number of combnatons. In the model calbraton stage, we fnd that SVM can perform very well n many cases. Wth the data used n the tranng (Brdcreek), Polynomal kernel functon performed much better than radal bass and Sgmod kernel functons (see Fgure 3). Comparson wth lnear TF model clearly demonstrated the nonlnear effect of SVMs. The TF model s overestmaton of small peaks were removed by polynomal kernel functons. Low Tranng set Model complexty Hgh Fgure 2 The nfluence of model complexty As ndcated by Fgure 2, to chose a sutable model structure whch acheve the best test result s very mportant. In ths aspect, SVM has an advantage over A that t can automatcally mnmze the number Support Vectors, thus to mprove ts generalsaton ablty. In the modelng process, ranfall data seres (x t, x t-1, )and flow data seres (y t, y t-1, ) are used to construct vectors for the tranng and testng. At each tme step t, y t+1 s the target value and some fxed movng wndows Despte the success of SVM tranng, n testng stage, we found that SVMs were usually less stable than lnear TF models and tended to perform poorly n comparson. However, there were some nterestng features from SVMs that could make them useful for modelng hgh flows. For example, n Fgure 4, although SVM smulated flow s not as close to the measured flow as TF, ts predcted peak flow s much closer to the real peak than the TF model s one. 5 Practcal Experments In ths secton a data set s used to test BSVM. We consder s the Swss roll data. It s a three dmensonal data that looks lke Fgure 1.

4 Fg 1. Swss Roll Data The dstance between the samples s the geodesc dstance of the surface of two samples. The BSVM method s appled and the average testng msclassfcaton error equal to 3.9%. It shows that the BSVM method s good at ths case. 6 Concluson BSVM provde nonlnear functon approxmatons by mappng nput vectors nto a hgh dmensonal feature space where a hyperplane s constructed to separate classes n the data. Computatonally ntensve calculatons n the feature space are avoded through the use of kernel functons. BSVM correspond to a lnear method n feature space whch makes them theoretcally easer to analyze. Over the past a few years, eural etworks, one of the branches n Artfcal Intellgence technology, have ganed popularty among the hydrologcal and hydraulc engneerng communty and some encouragng results have been acheved. Recently, a new tool from the Artfcal Intellgence feld called a Support Vector Machne (SVM) has ganed popularty n the Machne Learnng communty. It has been appled successfully to classfcaton tasks such as pattern recognton, OCR and more recently also to regresson and tme seres. Mathematcally, SVMs are a range of classfcaton and regresson algorthms that have been formulated from the prncples of statstcal learnng theory. So far, these SVMs have been benchmarked aganst artfcal neural networks (As) and outperformed A n many applcaton areas. It has been hypothessed that ths s because there are fewer model parameters to optmse n the SVM approach, reducng the possblty of over fttng the tranng data and thus ncreasng the actual performance. Compared wth tradtonal artfcal neural networks, tranng n SVMs s very robust due to ther quadratc objectve functons. It s useful to explore ths new technology n rver flow modelng area, wth the hope that t could overcome some of the problems n A and may perform much better than the tradtonal lnear models. References: [1]Altschul, S. F. et al Gapped blast and ps-blast: A new generaton of proten database search programs. uclec Acds Research 25: [2] Ben-Hur, A. D., Horn, H. T. Segelmann, and V. Vapnk, SVM Vector Cluster, Journal of Machne Learnng Research, vol. 2, pp , [3] Boser, B. E. I. M. Guyon, and V. Vapnk, A Tranng Algorthm for Optmal Margn Classfers, Proceedngs of the Ffth Annual ACM Workshop on Computatonal Learnng Theory, pp , ACM Press, [4] Joachms, T. Makng Large-scale SVM VECTOR MACHIELearnng Practcal, Advances n Kernel Methods: SVM Vector Learnng, MIT Press, Cambrdge, MA, [5]Jaakkola, T., Dekhans, M. and Haussler, D A dscrmnatve framework for detectng remote proten homologes. Journal of Computatonal Bology 7: [6] Burges, C. Smplfed SVM Vector Decson Rules, Internatonal Conference on Machne Learnng, 1996.[7] Romdhan, S. P. Torr, B. Schölkopf, and A. Blake, Computatonally Effcent Face Detecton, Internatonal Conference on Computer Vson, 2001.[8]Lao, L. and oble, W. S Combnng parwse sequence smlarty and SVM vector machnes for remote proten homology detecton. In: Proc. 6th Annual Internatonal Conference on Computatonal Molecular Bology(RECOMB 2002), ew York: ACM. pp [9]Eddy, S. R Multple algnment usng Hdden Markov models. In Proc. 3rd Internatonal Conference on Intellgent Systems for Molecular Bology (ISMB 95), AAAI Press. pp [10]Karplus, K., Barrett, C. and Hughey, R Hdden markov models for detectng remote proten homologes. Bonformatcs 14: [11]Murzn, A. G. et al SCOP: A structural classfcaton of protens database for the nvestgaton of sequences and structures. Journal of Molecular Bology 247: [12]Sago, H., Vert, J-P., Akutsu, T. and Ueda, Proten homology detecton usng strng algnment kernels. Manuscrpt. [13] DeCoste D. and D. Mazzon, Fast Query-Optmzed Kernel Machne Classfcaton va Incremental Approxmate earest SVM Vectors, Internatonal Conference on Machne Learnng, 2003.[14] Marchand M. and J. Shawe-Taylor, The Set Coverng Machne, Journal of Machne Learnng Research, vol. 3, pp , 2002 [15] Muller, K. R. S. Mka, G. Ratsch, K. Tsuda, and B. Schölkopf, An Introducton to Kernel-based Learnng Algorthms, IEEE Transactons on eural etworks, vol. 12(2), pp , [16] LeCun, Y., B. Boser, J. S. Denker, D. Henderson, R. E. Howard, W.

5 Hubbard, and L. J. Jackel, Handwrtten Dgt Recognton wth Back-propagaton etwork, Advances n eural Informaton Processng Systems, 1990.[17] Platt, J., Fast Tranng of SVM Vector Machnes Usng Sequental Mnmal Optmzaton, Advances n Kernel Methods: SVM Vector Learnng, MIT Press, Cambrdge, MA, 1999.[18]Smth, T. and Waterman, M. A Identfcaton of common molecular subsequences. Journal of Molecular Bology 147: [19] Wasnowsk R., Improvng the Performance of SVM Vector Machnes, RAW , June, [20] Wasnowsk R.,, The Use of SVM Vector Machnes n Data Mnng, RAW-99-99A, June, 1998[21] Vapnk,V, The ature of Statstcal Learnng Theory, 2nd ed., Sprnger-Verlag, ew York, 1999.[22] Zhang L. and B. Zhang, A Geometrcal Representaton of McCulloch-Ptts eural Model and Its Applcatons, IEEE Transactons on eural etworks, vol. 10(4), pp , 1999.

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

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

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

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

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

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

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

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

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

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

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

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

Face Recognition Based on SVM and 2DPCA

Face Recognition Based on SVM and 2DPCA Vol. 4, o. 3, September, 2011 Face Recognton Based on SVM and 2DPCA Tha Hoang Le, Len Bu Faculty of Informaton Technology, HCMC Unversty of Scence Faculty of Informaton Scences and Engneerng, Unversty

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

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

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

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

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

GSLM Operations Research II Fall 13/14

GSLM Operations Research II Fall 13/14 GSLM 58 Operatons Research II Fall /4 6. Separable Programmng Consder a general NLP mn f(x) s.t. g j (x) b j j =. m. Defnton 6.. The NLP s a separable program f ts objectve functon and all constrants are

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

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

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

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

Discriminative classifiers for object classification. Last time

Discriminative classifiers for object classification. Last time Dscrmnatve classfers for object classfcaton Thursday, Nov 12 Krsten Grauman UT Austn Last tme Supervsed classfcaton Loss and rsk, kbayes rule Skn color detecton example Sldng ndo detecton Classfers, boostng

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

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

Face Recognition Method Based on Within-class Clustering SVM

Face Recognition Method Based on Within-class Clustering SVM Face Recognton Method Based on Wthn-class Clusterng SVM Yan Wu, Xao Yao and Yng Xa Department of Computer Scence and Engneerng Tong Unversty Shangha, Chna Abstract - A face recognton method based on Wthn-class

More information

A Robust LS-SVM Regression

A Robust LS-SVM Regression PROCEEDIGS OF WORLD ACADEMY OF SCIECE, EGIEERIG AD ECHOLOGY VOLUME 7 AUGUS 5 ISS 37- A Robust LS-SVM Regresson József Valyon, and Gábor Horváth Abstract In comparson to the orgnal SVM, whch nvolves a quadratc

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Some sldes adapted from Alfers & Tsamardnos, Vanderblt Unversty http://dscover1.mc.vanderblt.edu/dscover/publc/ml_tutoral_ol d/ndex.html Rong Jn, Language Technology Insttute www.contrb.andrew.cmu.edu/~jn/r_proj/svm.ppt

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

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

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

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

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

Network Intrusion Detection Based on PSO-SVM

Network Intrusion Detection Based on PSO-SVM TELKOMNIKA Indonesan Journal of Electrcal Engneerng Vol.1, No., February 014, pp. 150 ~ 1508 DOI: http://dx.do.org/10.11591/telkomnka.v1.386 150 Network Intruson Detecton Based on PSO-SVM Changsheng Xang*

More information

SUMMARY... I TABLE OF CONTENTS...II INTRODUCTION...

SUMMARY... I TABLE OF CONTENTS...II INTRODUCTION... Summary A follow-the-leader robot system s mplemented usng Dscrete-Event Supervsory Control methods. The system conssts of three robots, a leader and two followers. The dea s to get the two followers to

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

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

LECTURE : MANIFOLD LEARNING

LECTURE : MANIFOLD LEARNING LECTURE : MANIFOLD LEARNING Rta Osadchy Some sldes are due to L.Saul, V. C. Raykar, N. Verma Topcs PCA MDS IsoMap LLE EgenMaps Done! Dmensonalty Reducton Data representaton Inputs are real-valued vectors

More information

SVM-based Learning for Multiple Model Estimation

SVM-based Learning for Multiple Model Estimation SVM-based Learnng for Multple Model Estmaton Vladmr Cherkassky and Yunqan Ma Department of Electrcal and Computer Engneerng Unversty of Mnnesota Mnneapols, MN 55455 {cherkass,myq}@ece.umn.edu Abstract:

More information

Training of Kernel Fuzzy Classifiers by Dynamic Cluster Generation

Training of Kernel Fuzzy Classifiers by Dynamic Cluster Generation Tranng of Kernel Fuzzy Classfers by Dynamc Cluster Generaton Shgeo Abe Graduate School of Scence and Technology Kobe Unversty Nada, Kobe, Japan abe@eedept.kobe-u.ac.jp Abstract We dscuss kernel fuzzy classfers

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

General Vector Machine. Hong Zhao Department of Physics, Xiamen University

General Vector Machine. Hong Zhao Department of Physics, Xiamen University General Vector Machne Hong Zhao (zhaoh@xmu.edu.cn) Department of Physcs, Xamen Unversty The support vector machne (SVM) s an mportant class of learnng machnes for functon approach, pattern recognton, and

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

Machine Learning. Topic 6: Clustering

Machine Learning. Topic 6: Clustering Machne Learnng Topc 6: lusterng lusterng Groupng data nto (hopefully useful) sets. Thngs on the left Thngs on the rght Applcatons of lusterng Hypothess Generaton lusters mght suggest natural groups. Hypothess

More information

Evolutionary Support Vector Regression based on Multi-Scale Radial Basis Function Kernel

Evolutionary Support Vector Regression based on Multi-Scale Radial Basis Function Kernel Eolutonary Support Vector Regresson based on Mult-Scale Radal Bass Functon Kernel Tanasanee Phenthrakul and Boonserm Kjsrkul Abstract Kernel functons are used n support ector regresson (SVR) to compute

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

Optimal Design of Nonlinear Fuzzy Model by Means of Independent Fuzzy Scatter Partition

Optimal Design of Nonlinear Fuzzy Model by Means of Independent Fuzzy Scatter Partition Optmal Desgn of onlnear Fuzzy Model by Means of Independent Fuzzy Scatter Partton Keon-Jun Park, Hyung-Kl Kang and Yong-Kab Km *, Department of Informaton and Communcaton Engneerng, Wonkwang Unversty,

More information

CAN COMPUTERS LEARN FASTER? Seyda Ertekin Computer Science & Engineering The Pennsylvania State University

CAN COMPUTERS LEARN FASTER? Seyda Ertekin Computer Science & Engineering The Pennsylvania State University CAN COMPUTERS LEARN FASTER? Seyda Ertekn Computer Scence & Engneerng The Pennsylvana State Unversty sertekn@cse.psu.edu ABSTRACT Ever snce computers were nvented, manknd wondered whether they mght be made

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

Random Kernel Perceptron on ATTiny2313 Microcontroller

Random Kernel Perceptron on ATTiny2313 Microcontroller Random Kernel Perceptron on ATTny233 Mcrocontroller Nemanja Djurc Department of Computer and Informaton Scences, Temple Unversty Phladelpha, PA 922, USA nemanja.djurc@temple.edu Slobodan Vucetc Department

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

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION Paulo Quntlano 1 & Antono Santa-Rosa 1 Federal Polce Department, Brasla, Brazl. E-mals: quntlano.pqs@dpf.gov.br and

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

Support Vector Machines for Business Applications

Support Vector Machines for Business Applications Support Vector Machnes for Busness Applcatons Bran C. Lovell and Chrstan J Walder The Unversty of Queensland and Max Planck Insttute, Tübngen {lovell, walder}@tee.uq.edu.au Introducton Recent years have

More information

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces Range mages For many structured lght scanners, the range data forms a hghly regular pattern known as a range mage. he samplng pattern s determned by the specfc scanner. Range mage regstraton 1 Examples

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

Three supervised learning methods on pen digits character recognition dataset

Three supervised learning methods on pen digits character recognition dataset Three supervsed learnng methods on pen dgts character recognton dataset Chrs Flezach Department of Computer Scence and Engneerng Unversty of Calforna, San Dego San Dego, CA 92093 cflezac@cs.ucsd.edu Satoru

More information

Learning Non-Linearly Separable Boolean Functions With Linear Threshold Unit Trees and Madaline-Style Networks

Learning Non-Linearly Separable Boolean Functions With Linear Threshold Unit Trees and Madaline-Style Networks In AAAI-93: Proceedngs of the 11th Natonal Conference on Artfcal Intellgence, 33-1. Menlo Park, CA: AAAI Press. Learnng Non-Lnearly Separable Boolean Functons Wth Lnear Threshold Unt Trees and Madalne-Style

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

Investigating the Performance of Naïve- Bayes Classifiers and K- Nearest Neighbor Classifiers

Investigating the Performance of Naïve- Bayes Classifiers and K- Nearest Neighbor Classifiers Journal of Convergence Informaton Technology Volume 5, Number 2, Aprl 2010 Investgatng the Performance of Naïve- Bayes Classfers and K- Nearest Neghbor Classfers Mohammed J. Islam *, Q. M. Jonathan Wu,

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

The Comparison of Calibration Method of Binocular Stereo Vision System Ke Zhang a *, Zhao Gao b

The Comparison of Calibration Method of Binocular Stereo Vision System Ke Zhang a *, Zhao Gao b 3rd Internatonal Conference on Materal, Mechancal and Manufacturng Engneerng (IC3ME 2015) The Comparson of Calbraton Method of Bnocular Stereo Vson System Ke Zhang a *, Zhao Gao b College of Engneerng,

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

Fast Sparse Gaussian Processes Learning for Man-Made Structure Classification

Fast Sparse Gaussian Processes Learning for Man-Made Structure Classification Fast Sparse Gaussan Processes Learnng for Man-Made Structure Classfcaton Hang Zhou Insttute for Vson Systems Engneerng, Dept Elec. & Comp. Syst. Eng. PO Box 35, Monash Unversty, Clayton, VIC 3800, Australa

More information

Kent State University CS 4/ Design and Analysis of Algorithms. Dept. of Math & Computer Science LECT-16. Dynamic Programming

Kent State University CS 4/ Design and Analysis of Algorithms. Dept. of Math & Computer Science LECT-16. Dynamic Programming CS 4/560 Desgn and Analyss of Algorthms Kent State Unversty Dept. of Math & Computer Scence LECT-6 Dynamc Programmng 2 Dynamc Programmng Dynamc Programmng, lke the dvde-and-conquer method, solves problems

More information

Classification Of Heart Disease Using Svm And ANN

Classification Of Heart Disease Using Svm And ANN fcaton Of Heart Dsease Usng Svm And ANN Deept Vadcherla 1, Sheetal Sonawane 2 1 Department of Computer Engneerng, Pune Insttute of Computer and Technology, Unversty of Pune, Pune, Inda deept.vadcherla@gmal.com

More information

A Deflected Grid-based Algorithm for Clustering Analysis

A Deflected Grid-based Algorithm for Clustering Analysis A Deflected Grd-based Algorthm for Clusterng Analyss NANCY P. LIN, CHUNG-I CHANG, HAO-EN CHUEH, HUNG-JEN CHEN, WEI-HUA HAO Department of Computer Scence and Informaton Engneerng Tamkang Unversty 5 Yng-chuan

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

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

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

Solitary and Traveling Wave Solutions to a Model. of Long Range Diffusion Involving Flux with. Stability Analysis

Solitary and Traveling Wave Solutions to a Model. of Long Range Diffusion Involving Flux with. Stability Analysis Internatonal Mathematcal Forum, Vol. 6,, no. 7, 8 Soltary and Travelng Wave Solutons to a Model of Long Range ffuson Involvng Flux wth Stablty Analyss Manar A. Al-Qudah Math epartment, Rabgh Faculty of

More information

Clustering System and Clustering Support Vector Machine for Local Protein Structure Prediction

Clustering System and Clustering Support Vector Machine for Local Protein Structure Prediction Georga State Unversty ScholarWorks @ Georga State Unversty Computer Scence Dssertatons Department of Computer Scence 8-2-2006 Clusterng System and Clusterng Support Vector Machne for Local Proten Structure

More information

Classification of Face Images Based on Gender using Dimensionality Reduction Techniques and SVM

Classification of Face Images Based on Gender using Dimensionality Reduction Techniques and SVM Classfcaton of Face Images Based on Gender usng Dmensonalty Reducton Technques and SVM Fahm Mannan 260 266 294 School of Computer Scence McGll Unversty Abstract Ths report presents gender classfcaton based

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

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices Internatonal Mathematcal Forum, Vol 7, 2012, no 52, 2549-2554 An Applcaton of the Dulmage-Mendelsohn Decomposton to Sparse Null Space Bases of Full Row Rank Matrces Mostafa Khorramzadeh Department of Mathematcal

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

Categories and Subject Descriptors B.7.2 [Integrated Circuits]: Design Aids Verification. General Terms Algorithms

Categories and Subject Descriptors B.7.2 [Integrated Circuits]: Design Aids Verification. General Terms Algorithms 3. Fndng Determnstc Soluton from Underdetermned Equaton: Large-Scale Performance Modelng by Least Angle Regresson Xn L ECE Department, Carnege Mellon Unversty Forbs Avenue, Pttsburgh, PA 3 xnl@ece.cmu.edu

More information

Artificial Intelligence (AI) methods are concerned with. Artificial Intelligence Techniques for Steam Generator Modelling

Artificial Intelligence (AI) methods are concerned with. Artificial Intelligence Techniques for Steam Generator Modelling Artfcal Intellgence Technques for Steam Generator Modellng Sarah Wrght and Tshldz Marwala Abstract Ths paper nvestgates the use of dfferent Artfcal Intellgence methods to predct the values of several contnuous

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

Research of Image Recognition Algorithm Based on Depth Learning

Research of Image Recognition Algorithm Based on Depth Learning 208 4th World Conference on Control, Electroncs and Computer Engneerng (WCCECE 208) Research of Image Recognton Algorthm Based on Depth Learnng Zhang Jan, J Xnhao Zhejang Busness College, Hangzhou, Chna,

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

Discrimination of Faulted Transmission Lines Using Multi Class Support Vector Machines

Discrimination of Faulted Transmission Lines Using Multi Class Support Vector Machines 16th NAIONAL POWER SYSEMS CONFERENCE, 15th-17th DECEMBER, 2010 497 Dscrmnaton of Faulted ransmsson Lnes Usng Mult Class Support Vector Machnes D.hukaram, Senor Member IEEE, and Rmjhm Agrawal Abstract hs

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

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

Learning an Image Manifold for Retrieval

Learning an Image Manifold for Retrieval Learnng an Image Manfold for Retreval Xaofe He*, We-Yng Ma, and Hong-Jang Zhang Mcrosoft Research Asa Bejng, Chna, 100080 {wyma,hjzhang}@mcrosoft.com *Department of Computer Scence, The Unversty of Chcago

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

A Statistical Model Selection Strategy Applied to Neural Networks

A Statistical Model Selection Strategy Applied to Neural Networks A Statstcal Model Selecton Strategy Appled to Neural Networks Joaquín Pzarro Elsa Guerrero Pedro L. Galndo joaqun.pzarro@uca.es elsa.guerrero@uca.es pedro.galndo@uca.es Dpto Lenguajes y Sstemas Informátcos

More information

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters Proper Choce of Data Used for the Estmaton of Datum Transformaton Parameters Hakan S. KUTOGLU, Turkey Key words: Coordnate systems; transformaton; estmaton, relablty. SUMMARY Advances n technologes and

More information

Categorizing objects: of appearance

Categorizing objects: of appearance Categorzng objects: global and part-based models of appearance UT Austn Generc categorzaton problem 1 Challenges: robustness Realstc scenes are crowded, cluttered, have overlappng objects. Generc category

More information

Quadratic Program Optimization using Support Vector Machine for CT Brain Image Classification

Quadratic Program Optimization using Support Vector Machine for CT Brain Image Classification IJCSI Internatonal Journal of Computer Scence Issues, Vol. 9, Issue 4, o, July ISS (Onlne): 694-84 www.ijcsi.org 35 Quadratc Program Optmzaton usng Support Vector Machne for CT Bran Image Classfcaton J

More information

An Anti-Noise Text Categorization Method based on Support Vector Machines *

An Anti-Noise Text Categorization Method based on Support Vector Machines * An Ant-Nose Text ategorzaton Method based on Support Vector Machnes * hen Ln, Huang Je and Gong Zheng-Hu School of omputer Scence, Natonal Unversty of Defense Technology, hangsha, 410073, hna chenln@nudt.edu.cn,

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper,

More information

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE Dorna Purcaru Faculty of Automaton, Computers and Electroncs Unersty of Craoa 13 Al. I. Cuza Street, Craoa RO-1100 ROMANIA E-mal: dpurcaru@electroncs.uc.ro

More information

Image Alignment CSC 767

Image Alignment CSC 767 Image Algnment CSC 767 Image algnment Image from http://graphcs.cs.cmu.edu/courses/15-463/2010_fall/ Image algnment: Applcatons Panorama sttchng Image algnment: Applcatons Recognton of object nstances

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

Classifying Acoustic Transient Signals Using Artificial Intelligence

Classifying Acoustic Transient Signals Using Artificial Intelligence Classfyng Acoustc Transent Sgnals Usng Artfcal Intellgence Steve Sutton, Unversty of North Carolna At Wlmngton (suttons@charter.net) Greg Huff, Unversty of North Carolna At Wlmngton (jgh7476@uncwl.edu)

More information

RECOGNIZING GENDER THROUGH FACIAL IMAGE USING SUPPORT VECTOR MACHINE

RECOGNIZING GENDER THROUGH FACIAL IMAGE USING SUPPORT VECTOR MACHINE Journal of Theoretcal and Appled Informaton Technology 30 th June 06. Vol.88. No.3 005-06 JATIT & LLS. All rghts reserved. ISSN: 99-8645 www.jatt.org E-ISSN: 87-395 RECOGNIZING GENDER THROUGH FACIAL IMAGE

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information