Machine Learning Classification Algorithms to Recognize Chart Types in Portable Document Format (PDF) Files

Size: px
Start display at page:

Download "Machine Learning Classification Algorithms to Recognize Chart Types in Portable Document Format (PDF) Files"

Transcription

1 Internatonal Journal of Computer Applcatons ( ) Volume 39 o. February 01 Machne Learnng Classfcaton Algorthms to Recognze Chart Types n Portable Document Format (PDF) Fles V. Karthkeyan Department of Computer Scence Government Arts College Salem-8. Tamladu. Inda S. agaraan Department of Computer Scence K.S.R College of Arts and Scence Truchengode amakkal (Dst)-17 Taml adu Inda ABSTRACT Chart recognton system from PDF fles s a relatvely young research feld where technques and algorthms are proposed to dentfy type of charts and nterpret them. Ths paper focus on recognton of chart type that s a part of PDF document usng texture features and classfcaton algorthm. Eleven types of texture features and three classfers namely Multlayer perceptron support vector machne and K nearest neghbour are used. Performance analyss of the proposed chart type recognton systems show that texture features for chart type recognton has promsng future and produces best result whle usng K and SVM algorthm. Keywords Chart Classfcaton Texture Feature eural etwork. Support Vector Machne K earest eghbour Classfer. 1. ITRODUCTIO Portable Document Format commonly referred to as PDF s open standard for document exchange created by Adobe systems n A typcal PDF fle encapsulates many obects whch contan text (n dfferent fonts and sze) graphcs tables fgures and other nformaton needed to dsplay the content of a document. Usage of PDF fles offers two man advantages. The frst advantage s that t preserves the layout and desgn of the document as determned by the author and the second reason s that t s entrely self-contaned that s all nformaton such as the varous fonts needed to dsplay the fles s ntegrated nsde the format tself. Moreover a PDF fle has the advantage of representng documents n an applcaton operatng system software and hardware ndependent format. These advantages have made PDF the most used format and s now consdered as a unversal document format. Document analyss s a feld of research whch dscovers knowledge from a scanned document mage. Owng to the wde usage of PDF fles by common people researchers and ndustres document analyss s also been extended to PDF fles. As a consequence the need for converson tools that can extract text tables fgures and graphs from PDF fle s also growng. The need for converson tools has arsen because many devces lke embedded devces cannot handle PDF formats and onlne users and often have dffculty n readng mult-column documents. Several researchers have focused on text knowledge extracton (data mnng) of PDF and mage documents ([10] [13]). Ths feld s termed as text mnng and many organzatons nternatonally have already realzed the potentalty of text mnng. The process of text mnng extract useful busness knowledge from the unstructured documents by frst convertng them nto structured text and then use data mnng technques lke clusterng and classfcaton on them to derve valuable nsghts. The accuracy of these converters depends on the effcency of the segmentaton algorthms that can separate dfferent obects n a PDF. However on the other hand only a few studes have devoted to extract mages from PDF/mage documents as t s more complcated and challengng. The dffculty arses because the graph obects consst of several small components whch have features that are smlar to text [].Identfcaton of graphs n a PDF fle s composed of three steps. The frst step s to locate the chart obect the second step s to extract the graph obect and the thrd step s to dentfy the type of chart. The frst two steps are dealt n [11]. Ths paper focus on the thrd step that s to dentfy the type of graph located from the PDF fle usng machne learnng classfcaton algorthms. Graph or Chart classfcaton s an area n mage processng where the prmary goal s to separate a set of chart mages accordng to ther vsual content nto one of a number of predefned categores. Eght types of charts are consdered namely D 3D bar chart D 3D pe chart D 3D doughnut chart Lne chart and mxed chart. The present work analyzes the applcablty of three classfers namely Mult Layer Perceptron (MLP) Support Vector Machne (SVM) and K earest eghbour Classfers for the recognton of eght chart types. The vsual content of the graph mage s dentfed usng feature extracton step where texture features that best represents the graph mage are extracted and stored as feature vector. These feature vectors are then used to tran and test the selected classfers. The rest of the paper s organzed as follows. Secton provdes a bref dscusson on some of the prevous work n the related area Secton 3 presents the proposed methodology and Secton 4 presents the results of expermentaton. The study s concluded wth future research deas n Secton 5.. PREVIOUS STUDIES Chart Recognton s an area of research work that has ganed attenton only n the past few decades. From the lterature revew t was found that studes related to scentfc chart recognton s mnmal even though t has been studed as early from Durng 199 mnng of fgure nformaton from x-y data graphs and gene dagrams was proposed by [6]. Later [19] presented a schema-based model that extracts bar-charts usng horzontal and vertcal layout proecton and relatonshp nformaton. Zhou and Tan [0] analyzed the usage of Hough transform wth Hdden Markov Model for recognzng bar charts n document mages. Other segmentaton technques lke 1

2 Internatonal Journal of Computer Applcatons ( ) Volume 39 o. February 01 Hough Transformaton [3] curvature estmaton [15] and vector-based technques [5] are also used for lne graph recognton. It s well known fact that the usage of Hough transformaton s computaton expensve and do not work well wth all types of charts. To solve ths problem a raster-tovector converson algorthm was used to dentfy three types of charts namely D bar chart D pe chart and D lne chart [18]. Futrelle et al. [7] and [16] proposed a scheme for recognzng and classfyng vector format graphcs n PDF documents usng technques lke spatal analyss and classfed graphs nto fve categores namely lne bar curve tree and other charts. Another method s based on pattern dscovery algorthms that fnd local structures appearng frequently ([1] [9]) and these structures are used as features. The pattern-dscovery-based method has an advantage n that t can make use of unlabelled data. Yet another approach s to use kernel methods such as Support Vector Machnes (SVMs). From the lterature study t was understood that exstng algorthms have two man drawbacks. Frst most of the methods are desgned for a specfc chart type only. Moreover the exstng technques assume the avalablty of predefned structural models and constrants of all types of charts. To solve these problems classfers that use texture features are used to recognze the chart type. The methodology used s dscussed n the followng secton. 3. METHODOLOGY Chart classfcaton system nvolves the processng of two man tasks feature extracton (extracts mage features and forms a feature vectors) and classfcaton (uses the extracted features to dscrmnate the classes). Both these processes take place after locatng the chart mage n the PDF document. Feature extracton task s used to dentfy a set of texture features from the located graph mages. It s a well-known fact that when small portons of a bgger unt are ndependently processed texture features provde a better descrpton of the selected regon [8]. It captures the spatal varatons n ntenstes of an mage whch form certan repeated pattern. These features are extracted for all chart mages n a PDF database. The three classfers analyzed n ths paper are MLP SVM and K whch are used to perform a mult-class classfcaton of chart mages. Each of these steps are explaned below Features Extracted The GLCM (Gray Level Co-Occurrence Matrx) features were used as texture features n ths study. The selected features are area medan mnmum and maxmum ntensty contrast homogenety energy entropy mean varance standard devaton and correlaton. A bref explanaton of each of these features s gven n ths secton. Snce ts nventon the GLCM has played vtal role n many texture based mage analyss applcatons ([14] [1]). The GLCM uses co-occurrence matrx to extract texture features of an mage usng statstcal equatons. A cooccurrence matrx s a matrx or dstrbuton that s calculated from the dstrbuton of co-occurrng values of an mage at a gven offset. Features generated usng ths technque s usually called Haralck features named after ts founder. Area of an mage n square pxels s calculated by multplyng number of rows and number of columns of the mage. The Mnmum maxmum ntensty and medan values are calculated by consderng all the pxels n the mage. Equaton (1) s used to calculate the contrast of an mage. 1 0 contrast P (1) In ths equaton three condtons arses. The frst s when and values are equal ndcatng that the pxels are n dagonal postn and ts neghbours are smlar and (-) = 0. The second condton s when (-) s between 0 and 1. Ths ndcates a small contrast dfference between the pxels and weght value of 1 s used. The thrd condton s when the dfference between and s. Ths ndcates that the contrast s ncreasng n whch case the weght s assgned a value 4. Thus the weghts contnue to ncrease exponentally as (-) ncreases. The Homogenty feature s calculated as 1 P Homogenty () 0 1 When the contrast n a mage wndow s low energy s best calculated usng a measure called Homogenety. The energy of an mage s calculated as descrbed below. To calculate energy (also called unformty) frst the Angular Second Moment (ASM) s to be calculated. Both ASM and Energy use each P as a weght for tself. 1 ASM P (3) 0 Energy s now calculated as the square root of the ASM (Equaton 4) and the entropy s calculated usng the formula gven n Equaton 5. Energy ASM (4) 1 P 0 1 np Entropy (5) The GLCM mean varance and standard devaton for the horzontal and vertcal drectons are calculated as below. 1 1 P 0 P P P Mean (6) var ance 1 0 S tan darddevaton (8) (7) The Correlaton feature s calculated usng Equaton (9)/ Correlaton 1 P 0 The features thus extracted are stored as usng a -dmensonal matrx vector data structure havng 13 columns and n rows where n s the number of mages n the dataset. The frst 1 columns are used to store the features whle the last one s used to ndcate the target (label) of the chart type. The structure used s gven below: (9)

3 Internatonal Journal of Computer Applcatons ( ) Volume 39 o. February 01 Struct FeatureVector { float feature1; float feature; float feature3; float feature4; float feature5; float feature6; float feature7; float feature8; float feature9; float feature10; float feature11; float feature1; nt target; } 3.. Classfers As mentoned earler three classfers are used to perform a mult-class classfcaton durng chart recognton process. The workng of the three classfers s dscussed n ths secton SVM Classfcaton SVM s a classfcaton algorthm based on optmzaton theory and ntally developed by [4]. Here an obect s vewed as an n-dmensonal vector and t separates such obects wth an n-1 dmensonal hyperplane. Ths s called a lnear classfer. There are many hyperplanes to classfy data and ths paper s also emphaszed on fndng out the possblty of maxmum margn between the two data sets. (Fgure 1) The fgure shows three Hyperplanes n -dmentonal space. H3 does not separate the two classes; H1 does wth a small margn and H wth the maxmum margn K Classfcaton The K-earest eghbour(k) machne learnng algorthm s the most frequently used algorthm n many applcatons. Ths algorthm uses dstance measures durng classfcaton and assgns an data obect to a category whch s closest to the data beng examned. When K s 1 the K algorthms works lke nearest neghbour algorthm. In general scenaro the Eucldean dstance measure s used to calculate the dstance between two data ponts and s gven n Equaton (1). d p q (1) 1 p q where d s dstance and p (or q ) s the coordnate of p (or q) n dmenson 3.3. Chart Classfcaton System The schematc block dagram of scentfc chart mage recognton system conssts of varous stages as shown n Fgure. PDF Document Database Locate chart mage Input PDF Locate Chart Create of Feature Vector Extract Features Tranng set Fgure 1: Example of SVM 3.. MLP Classfcaton The MLP neural network has feedforword archtecture wthn nput layer a hdden layer and an output layer. Mult-Layer Perceptron (MLP) wth a back propagaton learnng algorthms s chosen for the proposed system because of ts smplcty robustness and hgh computaton rates. It s assumed that that tranng dataset access of l pars (x y) where x s a vector contanng the pattern whle y s the class of the correspondng pattern. In our case an 8-class task y can be coded 1 to 8(for dentfyng eght dfferent chart) [17]. The MLP model conssts of an nput layer that accepts the nput neuron used n the classfcaton hdden layers and an output layer. A summaton of each neuron n the hdden layer by ts nput neurons x after multplyng the connecton weght w gves the output y as a Actvaton functon of the sum that s y f w x (10) where f s the sgmod or hyperbolc tangent transfer functon. Usng the Back propagaton tranng algorthm the weghts are mnmzed based on the squared dfferences between the actual and desred output values n the output neurons gven by d y E 1/ (11) Where y s the actual output of the neuron and d s the desred output of neuron. Learnng Algorthm Learnng Model Classfcaton Result Fgure : Proposed Chart Classfcaton Model The proposed chart classfcaton system thus consders the use of the three machne learnng algorthms to classfy the charts nto eght types. The nput data for a classfcaton task s a set of 11 texture features arranged as n row-wse fashon (records). Each record otherwse termed as nstance or example s descrbed by as (X y) where X s the attrbute set and y s a specal attrbute desgnated as the class label (also known as category or target attrbute). The classfcaton step s then defned as a task of learnng a target functon f that maps each attrbute set X to one of the predefned class labels y. The target functon s also known nformally as a classfcaton model and s useful for classfcaton purpose. The classfer then uses a systematc approach to buld the classfcaton learnng model from an nput data set usng a learnng algorthm. The man goal of the learnng algorthm s to dentfy a model that dentfes the best correlaton relatonshp among the feature sets and class categores of the nput data. Satsfyng ths goal provdes dual advantages. The frst s t makes sure that both the nput data 3

4 Accuracy (%) Internatonal Journal of Computer Applcatons ( ) Volume 39 o. February 01 and learnng algorthm ft each other n an effcent manner and the second t to mprove the performance predcton whle suppled wth new records. The classfer s traned usng a data set (tranng set) that conssts of records wth target category provded. The test dataset consst of records wth no knowledge of the target category. The classfer uses the traned knowledge and performs the classfcaton. 4. EXPERIMETAL RESULTS Experments were carred out wth a dataset havng 155 mages belongng to all seven knds of charts (Table 1). All the mages are 56*56 RGB color mages. Experment were conducted usng a Pentum IV dual processor wth 51MB RAM. Zhou and Tan [1] used feed forward backpropagaton neural network for chart type recognton. Ths model referred to as Zhou Model used model based matchng algorthm for chart recognton. The performance of the classfers proposed n ths paper s compared wth Zhou model. Table 1: Detals on Dataset Chart o of Chart o of Type Charts Type Charts DBar chart 40 Doughnut D 7 3DBar chart 16 Doughnut 3D 11 D Pe chart 13 Lne 35 3D Pe Chart 0 Mxed Chart 13 The performance of system s analyzed based on error rate classfcaton accuracy and speed of classfcaton. Durng experments a 10-fold cross-valdaton method s used. The average results were taken as the fnal outcome. As a preprocessng step all the mage features were calculated pror to classfcaton and was converted to a feature vector whch was gven as nput to the classfers. The formula for calculatng error rate s gven below o. of ncorrectly predcton Error Rate x100 Tranng Sze The accuracy of the classfers s calculated as 1 Error Rate. An effectve classfer should reduce the error rate whle ncreasng the accuracy. The tme taken by the classfers to classfy an nput chart mage nto any one of the selected seven chart types s taken as the speed of classfer Error Rate Table shows the error rates obtaned by the selected classfers usng the 11 derved texture features. Table : Error Rate Classfer Error Rate (%) MLP 0.30 K- 0. SVM 0.3 Zhou 0.19 One of the prmary ams of automatc chart recognton systems s to acheve low error rates. Wth regard to ths t could be seen from the results that K- classfer produces the lowest error rate followed by SVM and then MLP. Whle consderng the effcency gan obtaned wth respect to error rate the K classfer produced 6.67% whle t was 4.35% whle comparng K and SVM. 4.. Classfcaton Accuracy The next performance metrc used to evaluate the proposed classfcaton models s accuracy. Fgure 3 shows the results obtaned by all the proposed chart classfer systems MLP K- SVM Zhou Classfers Fgure 3: Classfcaton Accuracy The results wth regard to classfcaton accuracy agan prove that the K classfer produces mproved classfcaton results when compared wth MLP and SVM whle usng texture features. The accuracy obtaned by K classfer (78.06%) wll make a great mpact whle usng n a chart recognton system when compared to MLP (69.68%) and SVM (76.77%) Classfcaton Speed The classfcaton tme of a model s calculated as the sum of tranng and testng tme. The results obtaned wth respect to classfcaton tme are shown n Table 3. Table 3 : Classfcaton Speed (Seconds) Classfer Tme Taken MLP 8.38 K- 0.6 SVM 0.31 Zhou 0.5 In par wth the prevous results the executon tme of the K classfer base system s lower when compared to MLP and SVM. Moreover the expermental results further prove that the usage of MLP K and SVM algorthms showed sgnfcant mprovement when compared wth the base model (Zhou Model). Thus from the varous results t can be understood that K classfers usng texture features produce best PDF chart classfcaton results. 5. COCLUSIO Research on chart recognton s relatvely young feld and ths paper analyzes the use of texture features wth three frequently used classfers. Whle all the three classfers produce hgh accuracy and low error rate the performance of K classfer shows promsng results. In future more features wth respect to shape and text are to be consdered and methods for ensemble classfcaton n chart classfcaton are also to be probed. 6. REFERECES [1] Caylak E. (010) The studes about phonologcal defct theory n chldren wth developmental dyslexa Revew. Am. J. eurosc. Vol. 1 Pp [] Chowdhury S.P. Mandal S. Das A.K. and Chanda B. (007) Segmentaton of Text and Graphcs from Document Images nth Internatonal Conference on 4

5 Internatonal Journal of Computer Applcatons ( ) Volume 39 o. February 01 Document Analyss and Recognton ICDAR 007 Pp [3] Conker R.S. (1988) Dual Plane Varaton of the Hough Transform for Detectng on-concentrc Crcles of Dfferent Rad CVGIP Vol. 43 Pp [4] Cortes C. and Vapnk V. (1995) Support Vector etworks Machne Learnng Vol. 0 Pp [5] Dor D. (1995) Vector-Based Arc Segmentaton n the Machne Drawng Understandng System Envronment IEEE Transactons on PAMI Vol. 17 o. 11 Pp [6] Futrelle R.P. Kakadars I.A. Alexander J. Carrero C.M. kolaks. and Futrelle J.M. (199) Understandng dagrams n techncal documents IEEE Computer Vol. 5 Issue 7 Pp [7] Futrelle R.P. Shao M. Ceslk C. and Grmes A.E. (003) Extracton layout analyss and classfcaton of dagrams n PDF documents Intl. Conf. Document Analyss & Recognton. Ednburgh Scotland Pp [8] Haralc R.M. Shanmugam K. and Dnsten I. (1973) Textural features for mage classfcaton IEEE Transactons on Systems Man and Cybernetcs Vol. SMC-3 o. 6 Pp [9] Inokuch A. Washo T. and Motoda H. (000) An Apror-based algorthm for mnng frequent substructures from graph data Proceedngs. of the 4th PKDD Pp [10] Islam R. Saha R.S. and Hossan A.R. (009) Automatc Readng from Bangla PDF Document Usng Rule Based Concatenatve Synthess Internatonal Conference on Sgnal Processng Systems IEEE Computer Socety Pp [11] Karthkeyan V. and agaraan S. (011) Scentfc Chart Image Property Identfcaton usng Connected Component Labelng n PDF document 3 rd Internatonal Conference on Electroncs Computer Technology Kanyakumar Inda Vol.4 Pp [1] Kramer S. and Raedt L.D. (001) Feature constructon wth verson spaces for bochemcal applcaton. Proceedngs of the 18 th ICML Conference [13] Martnez-Alvarez R.P. Costas-Rodrguez S. Gonzalez- Castao F.J. and Gl-Castera F. (010) Automated Document Converson System for Smple Multmeda Platforms 7th IEEE Consumer Communcatons and etworkng Conference (CCC) Pp. 1-. [14] Omama.A. (010) Improvng the performance of backpropagaton neural network algorthm for mage compresson/decompresson system J. Comput. Sc. Vol. 6 Pp [15] Rosn P.L. and West G. A. (1989) Segmentaton of Edges nto Lnes and Arcs Image and Vson Computng Vol. 7 o. Pp [16] Shao M. and Futrelle R.P. (006) Recognton and Classfcaton of Fgures n PDF Documents W. Lu and J. Lladós (Eds.): Selected papers from Workshop on Graphcs Recognton GREC 005 LCS 396 Sprnger Pp [17] Smach F. Atr. M. Mteran J. and Abd M. (005) Desgn of a eural etworks Classfer for Face Detecton World Academy of Scence Engneerng and Technology Vol. 11 Pp [18] Song J. Su F. Chen J. Ta C. L. and Ca S. (000) Lne net global vectorzaton: an algorthm and ts performance analyss IEEE Conference on Computer Vson and Pattern Recognton South Carolna Pp [19] Yokokura. and Watanabe T. (1997) Layout-Based Approach for extractng constructve elements of barcharts GREC'97 Pp [0] Zhou Y. and Tan C.L. (001a) Hough-based Model for Recognzng Bar Charts n Document Images SPIE conference on Document mage and retreval Vol Pp [1] Zhou Y. and Tan C.L. (001b) Learnng-based scentfc chart recognton 4th Internatonal Workshop on Graphcs Recognton GREC001 Pp

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION Vson Mouse Saurabh Sarkar a* a Unversty of Cncnnat, Cncnnat, USA ABSTRACT The report dscusses a vson based approach towards trackng of eyes and fngers. The report descrbes the process of locatng the possble

More information

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching)

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching) Face Recognton Problem Face Verfcaton Problem Face Verfcaton (1:1 matchng) Querymage face query Face Recognton (1:N matchng) database Applcaton: Access Control www.vsage.com www.vsoncs.com Bometrc Authentcaton

More information

An interactive system for structure-based ASCII art creation

An interactive system for structure-based ASCII art creation An nteractve system for structure-based ASCII art creaton Katsunor Myake Henry Johan Tomoyuk Nshta The Unversty of Tokyo Nanyang Technologcal Unversty Abstract Non-Photorealstc Renderng (NPR), whose am

More information

Lecture 2: Single Layer Perceptrons Kevin Swingler

Lecture 2: Single Layer Perceptrons Kevin Swingler Lecture 2: Sngle Layer Perceptrons Kevn Sngler kms@cs.str.ac.uk Recap: McCulloch-Ptts Neuron Ths vastly smplfed model of real neurons s also knon as a Threshold Logc Unt: W 2 A Y 3 n W n. A set of synapses

More information

A machine vision approach for detecting and inspecting circular parts

A machine vision approach for detecting and inspecting circular parts A machne vson approach for detectng and nspectng crcular parts Du-Mng Tsa Machne Vson Lab. Department of Industral Engneerng and Management Yuan-Ze Unversty, Chung-L, Tawan, R.O.C. E-mal: edmtsa@saturn.yzu.edu.tw

More information

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network 700 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Forecastng the Demand of Emergency Supples: Based on the CBR Theory and BP Neural Network Fu Deqang, Lu Yun, L Changbng School

More information

Statistical Approach for Offline Handwritten Signature Verification

Statistical Approach for Offline Handwritten Signature Verification Journal of Computer Scence 4 (3): 181-185, 2008 ISSN 1549-3636 2008 Scence Publcatons Statstcal Approach for Offlne Handwrtten Sgnature Verfcaton 2 Debnath Bhattacharyya, 1 Samr Kumar Bandyopadhyay, 2

More information

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

More information

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification Lecture 4: More classfers and classes C4B Machne Learnng Hlary 20 A. Zsserman Logstc regresson Loss functons revsted Adaboost Loss functons revsted Optmzaton Multple class classfcaton Logstc Regresson

More information

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by 6 CHAPTER 8 COMPLEX VECTOR SPACES 5. Fnd the kernel of the lnear transformaton gven n Exercse 5. In Exercses 55 and 56, fnd the mage of v, for the ndcated composton, where and are gven by the followng

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Gender Classification for Real-Time Audience Analysis System

Gender Classification for Real-Time Audience Analysis System Gender Classfcaton for Real-Tme Audence Analyss System Vladmr Khryashchev, Lev Shmaglt, Andrey Shemyakov, Anton Lebedev Yaroslavl State Unversty Yaroslavl, Russa vhr@yandex.ru, shmaglt_lev@yahoo.com, andrey.shemakov@gmal.com,

More information

A cooperative connectionist IDS model to identify independent anomalous SNMP situations

A cooperative connectionist IDS model to identify independent anomalous SNMP situations A cooperatve connectonst IDS model to dentfy ndependent anomalous SNMP stuatons Álvaro Herrero, Emlo Corchado, José Manuel Sáz Department of Cvl Engneerng, Unversty of Burgos, Span escorchado@ubu.es Abstract

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

Conversion between the vector and raster data structures using Fuzzy Geographical Entities

Conversion between the vector and raster data structures using Fuzzy Geographical Entities Converson between the vector and raster data structures usng Fuzzy Geographcal Enttes Cdála Fonte Department of Mathematcs Faculty of Scences and Technology Unversty of Combra, Apartado 38, 3 454 Combra,

More information

THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION

THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION Internatonal Journal of Electronc Busness Management, Vol. 3, No. 4, pp. 30-30 (2005) 30 THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION Yu-Mn Chang *, Yu-Cheh

More information

A Hierarchical Anomaly Network Intrusion Detection System using Neural Network Classification

A Hierarchical Anomaly Network Intrusion Detection System using Neural Network Classification IDC IDC A Herarchcal Anomaly Network Intruson Detecton System usng Neural Network Classfcaton ZHENG ZHANG, JUN LI, C. N. MANIKOPOULOS, JAY JORGENSON and JOSE UCLES ECE Department, New Jersey Inst. of Tech.,

More information

A Simple Approach to Clustering in Excel

A Simple Approach to Clustering in Excel A Smple Approach to Clusterng n Excel Aravnd H Center for Computatonal Engneerng and Networng Amrta Vshwa Vdyapeetham, Combatore, Inda C Rajgopal Center for Computatonal Engneerng and Networng Amrta Vshwa

More information

Forensic Handwritten Document Retrieval System

Forensic Handwritten Document Retrieval System Forensc Handwrtten Document Retreval System Sargur N SRIHARI and Zhxn SHI + Center of Excellence for Document Analyss and Recognton (CEDAR), Unversty at Buffalo, State Unversty of New York, Buffalo, USA

More information

Fault tolerance in cloud technologies presented as a service

Fault tolerance in cloud technologies presented as a service Internatonal Scentfc Conference Computer Scence 2015 Pavel Dzhunev, PhD student Fault tolerance n cloud technologes presented as a servce INTRODUCTION Improvements n technques for vrtualzaton and performance

More information

MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION

MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION R. SEULIN, F. MERIENNE and P. GORRIA Laboratore Le2, CNRS FRE2309, EA 242, Unversté

More information

v a 1 b 1 i, a 2 b 2 i,..., a n b n i.

v a 1 b 1 i, a 2 b 2 i,..., a n b n i. SECTION 8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS 455 8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS All the vector spaces we have studed thus far n the text are real vector spaces snce the scalars are

More information

Biometric Signature Processing & Recognition Using Radial Basis Function Network

Biometric Signature Processing & Recognition Using Radial Basis Function Network Bometrc Sgnature Processng & Recognton Usng Radal Bass Functon Network Ankt Chadha, Neha Satam, and Vbha Wal Abstract- Automatc recognton of sgnature s a challengng problem whch has receved much attenton

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement An Enhanced Super-Resoluton System wth Improved Image Regstraton, Automatc Image Selecton, and Image Enhancement Yu-Chuan Kuo ( ), Chen-Yu Chen ( ), and Chou-Shann Fuh ( ) Department of Computer Scence

More information

Calculating the high frequency transmission line parameters of power cables

Calculating the high frequency transmission line parameters of power cables < ' Calculatng the hgh frequency transmsson lne parameters of power cables Authors: Dr. John Dcknson, Laboratory Servces Manager, N 0 RW E B Communcatons Mr. Peter J. Ncholson, Project Assgnment Manager,

More information

Fast Fuzzy Clustering of Web Page Collections

Fast Fuzzy Clustering of Web Page Collections Fast Fuzzy Clusterng of Web Page Collectons Chrstan Borgelt and Andreas Nürnberger Dept. of Knowledge Processng and Language Engneerng Otto-von-Guercke-Unversty of Magdeburg Unverstätsplatz, D-396 Magdeburg,

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features On-Lne Fault Detecton n Wnd Turbne Transmsson System usng Adaptve Flter and Robust Statstcal Features Ruoyu L Remote Dagnostcs Center SKF USA Inc. 3443 N. Sam Houston Pkwy., Houston TX 77086 Emal: ruoyu.l@skf.com

More information

L10: Linear discriminants analysis

L10: Linear discriminants analysis L0: Lnear dscrmnants analyss Lnear dscrmnant analyss, two classes Lnear dscrmnant analyss, C classes LDA vs. PCA Lmtatons of LDA Varants of LDA Other dmensonalty reducton methods CSCE 666 Pattern Analyss

More information

ECE544NA Final Project: Robust Machine Learning Hardware via Classifier Ensemble

ECE544NA Final Project: Robust Machine Learning Hardware via Classifier Ensemble 1 ECE544NA Fnal Project: Robust Machne Learnng Hardware va Classfer Ensemble Sa Zhang, szhang12@llnos.edu Dept. of Electr. & Comput. Eng., Unv. of Illnos at Urbana-Champagn, Urbana, IL, USA Abstract In

More information

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking The 23 rd Conference of the Mechancal Engneerng Network of Thaland November 4 7, 2009, Chang Ma A Mult-Camera System on PC-Cluster for Real-tme 3-D Trackng Vboon Sangveraphunsr*, Krtsana Uttamang, and

More information

1. Measuring association using correlation and regression

1. Measuring association using correlation and regression How to measure assocaton I: Correlaton. 1. Measurng assocaton usng correlaton and regresson We often would lke to know how one varable, such as a mother's weght, s related to another varable, such as a

More information

320 The Internatonal Arab Journal of Informaton Technology, Vol. 5, No. 3, July 2008 Comparsons Between Data Clusterng Algorthms Osama Abu Abbas Computer Scence Department, Yarmouk Unversty, Jordan Abstract:

More information

"Research Note" APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES *

Research Note APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES * Iranan Journal of Scence & Technology, Transacton B, Engneerng, ol. 30, No. B6, 789-794 rnted n The Islamc Republc of Iran, 006 Shraz Unversty "Research Note" ALICATION OF CHARGE SIMULATION METHOD TO ELECTRIC

More information

An artificial Neural Network approach to monitor and diagnose multi-attribute quality control processes. S. T. A. Niaki*

An artificial Neural Network approach to monitor and diagnose multi-attribute quality control processes. S. T. A. Niaki* Journal of Industral Engneerng Internatonal July 008, Vol. 4, No. 7, 04 Islamc Azad Unversty, South Tehran Branch An artfcal Neural Network approach to montor and dagnose multattrbute qualty control processes

More information

AUTHENTICATION OF OTTOMAN ART CALLIGRAPHERS

AUTHENTICATION OF OTTOMAN ART CALLIGRAPHERS INTERNATIONAL JOURNAL OF ELECTRONICS; MECHANICAL and MECHATRONICS ENGINEERING Vol.2 Num.2 pp.(2-22) AUTHENTICATION OF OTTOMAN ART CALLIGRAPHERS Osman N. Ucan Mustafa Istanbullu Nyaz Klc2 Ahmet Kala3 Istanbul

More information

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications CMSC828G Prncples of Data Mnng Lecture #9 Today s Readng: HMS, chapter 9 Today s Lecture: Descrptve Modelng Clusterng Algorthms Descrptve Models model presents the man features of the data, a global summary

More information

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background:

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background: SPEE Recommended Evaluaton Practce #6 efnton of eclne Curve Parameters Background: The producton hstores of ol and gas wells can be analyzed to estmate reserves and future ol and gas producton rates and

More information

Rank Based Clustering For Document Retrieval From Biomedical Databases

Rank Based Clustering For Document Retrieval From Biomedical Databases Jayanth Mancassamy et al /Internatonal Journal on Computer Scence and Engneerng Vol.1(2), 2009, 111-115 Rank Based Clusterng For Document Retreval From Bomedcal Databases Jayanth Mancassamy Department

More information

Automated information technology for ionosphere monitoring of low-orbit navigation satellite signals

Automated information technology for ionosphere monitoring of low-orbit navigation satellite signals Automated nformaton technology for onosphere montorng of low-orbt navgaton satellte sgnals Alexander Romanov, Sergey Trusov and Alexey Romanov Federal State Untary Enterprse Russan Insttute of Space Devce

More information

Bayesian Network Based Causal Relationship Identification and Funding Success Prediction in P2P Lending

Bayesian Network Based Causal Relationship Identification and Funding Success Prediction in P2P Lending Proceedngs of 2012 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 25 (2012) (2012) IACSIT Press, Sngapore Bayesan Network Based Causal Relatonshp Identfcaton and Fundng Success

More information

Eye Center Localization on a Facial Image Based on Multi-Block Local Binary Patterns

Eye Center Localization on a Facial Image Based on Multi-Block Local Binary Patterns Eye Center Localzaton on a Facal Image Based on Mult-Bloc Local Bnary Patterns Anatoly tn, Vladmr Khryashchev, Olga Stepanova Yaroslavl State Unversty Yaroslavl, Russa anatolyntnyar@gmal.com, vhr@yandex.ru,

More information

Single and multiple stage classifiers implementing logistic discrimination

Single and multiple stage classifiers implementing logistic discrimination Sngle and multple stage classfers mplementng logstc dscrmnaton Hélo Radke Bttencourt 1 Dens Alter de Olvera Moraes 2 Vctor Haertel 2 1 Pontfíca Unversdade Católca do Ro Grande do Sul - PUCRS Av. Ipranga,

More information

Improved SVM in Cloud Computing Information Mining

Improved SVM in Cloud Computing Information Mining Internatonal Journal of Grd Dstrbuton Computng Vol.8, No.1 (015), pp.33-40 http://dx.do.org/10.1457/jgdc.015.8.1.04 Improved n Cloud Computng Informaton Mnng Lvshuhong (ZhengDe polytechnc college JangSu

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

A Multi-mode Image Tracking System Based on Distributed Fusion

A Multi-mode Image Tracking System Based on Distributed Fusion A Mult-mode Image Tracng System Based on Dstrbuted Fuson Ln zheng Chongzhao Han Dongguang Zuo Hongsen Yan School of Electroncs & nformaton engneerng, X an Jaotong Unversty X an, Shaanx, Chna Lnzheng@malst.xjtu.edu.cn

More information

Automated Mobile ph Reader on a Camera Phone

Automated Mobile ph Reader on a Camera Phone Automated Moble ph Reader on a Camera Phone B.Y. Loh, N.K. Vuong, S. Chan and C.. Lau AbstractA robust classfcaton algorthm that apples color scence and mage processng technques s developed to automatcally

More information

The Greedy Method. Introduction. 0/1 Knapsack Problem

The Greedy Method. Introduction. 0/1 Knapsack Problem The Greedy Method Introducton We have completed data structures. We now are gong to look at algorthm desgn methods. Often we are lookng at optmzaton problems whose performance s exponental. For an optmzaton

More information

Vehicle Detection, Classification and Position Estimation based on Monocular Video Data during Night-time

Vehicle Detection, Classification and Position Estimation based on Monocular Video Data during Night-time Vehcle Detecton, Classfcaton and Poston Estmaton based on Monocular Vdeo Data durng Nght-tme Jonas Frl, Marko H. Hoerter, Martn Lauer and Chrstoph Stller Keywords: Automotve Lghtng, Lght-based Drver Assstance,

More information

SIMPLE LINEAR CORRELATION

SIMPLE LINEAR CORRELATION SIMPLE LINEAR CORRELATION Smple lnear correlaton s a measure of the degree to whch two varables vary together, or a measure of the ntensty of the assocaton between two varables. Correlaton often s abused.

More information

FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES

FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES Zuzanna BRO EK-MUCHA, Grzegorz ZADORA, 2 Insttute of Forensc Research, Cracow, Poland 2 Faculty of Chemstry, Jagellonan

More information

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

Human behaviour analysis and event recognition at a point of sale

Human behaviour analysis and event recognition at a point of sale Human behavour analyss and event recognton at a pont of sale R. Scre MIRANE S.A.S. Cenon, France scre@labr.fr H. Ncolas LaBRI, Unversty of Bordeaux Talence, France ncolas@labr.fr Abstract Ths paper presents

More information

Using Supervised Clustering Technique to Classify Received Messages in 137 Call Center of Tehran City Council

Using Supervised Clustering Technique to Classify Received Messages in 137 Call Center of Tehran City Council Usng Supervsed Clusterng Technque to Classfy Receved Messages n 137 Call Center of Tehran Cty Councl Mahdyeh Haghr 1*, Hamd Hassanpour 2 (1) Informaton Technology engneerng/e-commerce, Shraz Unversty (2)

More information

Study on Model of Risks Assessment of Standard Operation in Rural Power Network

Study on Model of Risks Assessment of Standard Operation in Rural Power Network Study on Model of Rsks Assessment of Standard Operaton n Rural Power Network Qngj L 1, Tao Yang 2 1 Qngj L, College of Informaton and Electrcal Engneerng, Shenyang Agrculture Unversty, Shenyang 110866,

More information

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo.

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo. ICSV4 Carns Australa 9- July, 007 RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL Yaoq FENG, Hanpng QIU Dynamc Test Laboratory, BISEE Chna Academy of Space Technology (CAST) yaoq.feng@yahoo.com Abstract

More information

A Suspect Vehicle Tracking System Based on Video

A Suspect Vehicle Tracking System Based on Video 3rd Internatonal Conference on Multmeda Technology ICMT 2013) A Suspect Vehcle Trackng System Based on Vdeo Yad Chen 1, Tuo Wang Abstract. Vdeo survellance systems are wdely used n securty feld. The large

More information

Performance Analysis and Coding Strategy of ECOC SVMs

Performance Analysis and Coding Strategy of ECOC SVMs Internatonal Journal of Grd and Dstrbuted Computng Vol.7, No. (04), pp.67-76 http://dx.do.org/0.457/jgdc.04.7..07 Performance Analyss and Codng Strategy of ECOC SVMs Zhgang Yan, and Yuanxuan Yang, School

More information

Detecting Global Motion Patterns in Complex Videos

Detecting Global Motion Patterns in Complex Videos Detectng Global Moton Patterns n Complex Vdeos Mn Hu, Saad Al, Mubarak Shah Computer Vson Lab, Unversty of Central Florda {mhu,sal,shah}@eecs.ucf.edu Abstract Learnng domnant moton patterns or actvtes

More information

Web Object Indexing Using Domain Knowledge *

Web Object Indexing Using Domain Knowledge * Web Object Indexng Usng Doman Knowledge * Muyuan Wang Department of Automaton Tsnghua Unversty Bejng 100084, Chna (86-10)51774518 Zhwe L, Le Lu, We-Yng Ma Mcrosoft Research Asa Sgma Center, Hadan Dstrct

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada wellng@cs.toronto.edu Abstract Ths s a note to explan support vector machnes.

More information

Investigation of Normalization Techniques and Their Impact on a Recognition Rate in Handwritten Numeral Recognition

Investigation of Normalization Techniques and Their Impact on a Recognition Rate in Handwritten Numeral Recognition S C H E D A E I N F O R M A T I C A E VOLUME 19 010 Investgaton of Normalzaton Technques and Ther Impact on a Recognton Rate n Handwrtten Numeral Recognton WIESŁAW CHMIELNICKI 1, KATARZYNA STĄPOR 1 Faculty

More information

Vehicle Detection and Tracking in Video from Moving Airborne Platform

Vehicle Detection and Tracking in Video from Moving Airborne Platform Journal of Computatonal Informaton Systems 10: 12 (2014) 4965 4972 Avalable at http://www.jofcs.com Vehcle Detecton and Trackng n Vdeo from Movng Arborne Platform Lye ZHANG 1,2,, Hua WANG 3, L LI 2 1 School

More information

Machine Learning and Software Quality Prediction: As an Expert System

Machine Learning and Software Quality Prediction: As an Expert System I.J. Informaton Engneerng and Electronc Busness, 2014, 2, 9-27 Publshed Onlne Aprl 2014 n MECS (http://www.mecs-press.org/) DOI: 10.5815/jeeb.2014.02.02 Machne Learnng and Software Qualty Predcton: As

More information

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting Causal, Explanatory Forecastng Assumes cause-and-effect relatonshp between system nputs and ts output Forecastng wth Regresson Analyss Rchard S. Barr Inputs System Cause + Effect Relatonshp The job of

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

Damage detection in composite laminates using coin-tap method

Damage detection in composite laminates using coin-tap method Damage detecton n composte lamnates usng con-tap method S.J. Km Korea Aerospace Research Insttute, 45 Eoeun-Dong, Youseong-Gu, 35-333 Daejeon, Republc of Korea yaeln@kar.re.kr 45 The con-tap test has the

More information

Design of Output Codes for Fast Covering Learning using Basic Decomposition Techniques

Design of Output Codes for Fast Covering Learning using Basic Decomposition Techniques Journal of Computer Scence (7): 565-57, 6 ISSN 59-66 6 Scence Publcatons Desgn of Output Codes for Fast Coverng Learnng usng Basc Decomposton Technques Aruna Twar and Narendra S. Chaudhar, Faculty of Computer

More information

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

More information

Open Access A Load Balancing Strategy with Bandwidth Constraint in Cloud Computing. Jing Deng 1,*, Ping Guo 2, Qi Li 3, Haizhu Chen 1

Open Access A Load Balancing Strategy with Bandwidth Constraint in Cloud Computing. Jing Deng 1,*, Ping Guo 2, Qi Li 3, Haizhu Chen 1 Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal, 2014, 8, 115-121 115 Open Access A Load Balancng Strategy wth Bandwdth Constrant n Cloud Computng Jng Deng 1,*,

More information

Development of an intelligent system for tool wear monitoring applying neural networks

Development of an intelligent system for tool wear monitoring applying neural networks of Achevements n Materals and Manufacturng Engneerng VOLUME 14 ISSUE 1-2 January-February 2006 Development of an ntellgent system for tool wear montorng applyng neural networks A. Antć a, J. Hodolč a,

More information

Distributed Multi-Target Tracking In A Self-Configuring Camera Network

Distributed Multi-Target Tracking In A Self-Configuring Camera Network Dstrbuted Mult-Target Trackng In A Self-Confgurng Camera Network Crstan Soto, B Song, Amt K. Roy-Chowdhury Department of Electrcal Engneerng Unversty of Calforna, Rversde {cwlder,bsong,amtrc}@ee.ucr.edu

More information

Offline Verification of Hand Written Signature using Adaptive Resonance Theory Net (Type-1)

Offline Verification of Hand Written Signature using Adaptive Resonance Theory Net (Type-1) Internatonal Journal of Sgnal Processng Systems Vol, No June 203 Offlne Verfcaton of Hand Wrtten Sgnature usng Adaptve Resonance Theory Net (Type-) Trtharaj Dash Veer Surendra Sa Unversty of Technology,

More information

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S S C H E D A E I N F O R M A T I C A E VOLUME 0 0 On Mean Squared Error of Herarchcal Estmator Stans law Brodowsk Faculty of Physcs, Astronomy, and Appled Computer Scence, Jagellonan Unversty, Reymonta

More information

Planning for Marketing Campaigns

Planning for Marketing Campaigns Plannng for Marketng Campagns Qang Yang and Hong Cheng Department of Computer Scence Hong Kong Unversty of Scence and Technology Clearwater Bay, Kowloon, Hong Kong, Chna (qyang, csch)@cs.ust.hk Abstract

More information

Politecnico di Torino. Porto Institutional Repository

Politecnico di Torino. Porto Institutional Repository Poltecnco d Torno Porto Insttutonal Repostory [Artcle] A cost-effectve cloud computng framework for acceleratng multmeda communcaton smulatons Orgnal Ctaton: D. Angel, E. Masala (2012). A cost-effectve

More information

1 Example 1: Axis-aligned rectangles

1 Example 1: Axis-aligned rectangles COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture # 6 Scrbe: Aaron Schld February 21, 2013 Last class, we dscussed an analogue for Occam s Razor for nfnte hypothess spaces that, n conjuncton

More information

A study on the ability of Support Vector Regression and Neural Networks to Forecast Basic Time Series Patterns

A study on the ability of Support Vector Regression and Neural Networks to Forecast Basic Time Series Patterns A study on the ablty of Support Vector Regresson and Neural Networks to Forecast Basc Tme Seres Patterns Sven F. Crone, Jose Guajardo 2, and Rchard Weber 2 Lancaster Unversty, Department of Management

More information

Cluster Analysis of Data Points using Partitioning and Probabilistic Model-based Algorithms

Cluster Analysis of Data Points using Partitioning and Probabilistic Model-based Algorithms Internatonal Journal of Appled Informaton Systems (IJAIS) ISSN : 2249-0868 Foundaton of Computer Scence FCS, New York, USA Volume 7 No.7, August 2014 www.jas.org Cluster Analyss of Data Ponts usng Parttonng

More information

How To Create An Emoton Recognzer

How To Create An Emoton Recognzer Recognzng Low/Hgh Anger n Speech for Call Centers FU-MING LEE*, LI-HUA LI, RU-YI HUANG Department of Informaton Management Chaoyang Unversty of Technology 168 Jfong E. Rd., Wufong Townshp Tachung County,

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES In ths chapter, we wll learn how to descrbe the relatonshp between two quanttatve varables. Remember (from Chapter 2) that the terms quanttatve varable

More information

A COLLABORATIVE TRADING MODEL BY SUPPORT VECTOR REGRESSION AND TS FUZZY RULE FOR DAILY STOCK TURNING POINTS DETECTION

A COLLABORATIVE TRADING MODEL BY SUPPORT VECTOR REGRESSION AND TS FUZZY RULE FOR DAILY STOCK TURNING POINTS DETECTION A COLLABORATIVE TRADING MODEL BY SUPPORT VECTOR REGRESSION AND TS FUZZY RULE FOR DAILY STOCK TURNING POINTS DETECTION JHENG-LONG WU, PEI-CHANN CHANG, KAI-TING CHANG Department of Informaton Management,

More information

Using an Adaptive Fuzzy Logic System to Optimise Knowledge Discovery in Proteomics

Using an Adaptive Fuzzy Logic System to Optimise Knowledge Discovery in Proteomics Usng an Adaptve Fuzzy Logc System to Optmse Knowledge Dscovery n Proteomcs James Malone, Ken McGarry and Chrs Bowerman School of Computng and Technology Sunderland Unversty St. Peter s Way, Sunderland,

More information

Web Spam Detection Using Machine Learning in Specific Domain Features

Web Spam Detection Using Machine Learning in Specific Domain Features Journal of Informaton Assurance and Securty 3 (2008) 220-229 Web Spam Detecton Usng Machne Learnng n Specfc Doman Features Hassan Najadat 1, Ismal Hmed 2 Department of Computer Informaton Systems Faculty

More information

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing A Replcaton-Based and Fault Tolerant Allocaton Algorthm for Cloud Computng Tork Altameem Dept of Computer Scence, RCC, Kng Saud Unversty, PO Box: 28095 11437 Ryadh-Saud Araba Abstract The very large nfrastructure

More information

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits Lnear Crcuts Analyss. Superposton, Theenn /Norton Equalent crcuts So far we hae explored tmendependent (resste) elements that are also lnear. A tmendependent elements s one for whch we can plot an / cure.

More information

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment Survey on Vrtual Machne Placement Technques n Cloud Computng Envronment Rajeev Kumar Gupta and R. K. Paterya Department of Computer Scence & Engneerng, MANIT, Bhopal, Inda ABSTRACT In tradtonal data center

More information

A neuro-fuzzy collaborative filtering approach for Web recommendation. G. Castellano, A. M. Fanelli, and M. A. Torsello *

A neuro-fuzzy collaborative filtering approach for Web recommendation. G. Castellano, A. M. Fanelli, and M. A. Torsello * Internatonal Journal of Computatonal Scence 992-6669 (Prnt) 992-6677 (Onlne) Global Informaton Publsher 27, Vol., No., 27-39 A neuro-fuzzy collaboratve flterng approach for Web recommendaton G. Castellano,

More information

VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM

VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM IJRET: Internatonal Journal of Research n Engneerng and Technology eissn: 2319-1163 pissn: 2321-7308 VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM Yogn Ashokrao Kanhegaonkar 1, Jagtap Rupal

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm Document Clusterng Analyss Based on Hybrd PSO+K-means Algorthm Xaohu Cu, Thomas E. Potok Appled Software Engneerng Research Group, Computatonal Scences and Engneerng Dvson, Oak Rdge Natonal Laboratory,

More information

PERFORMANCE COMPARISON OF INTRUSION DETECTION SYSTEM USING VARIOUS TECHNIQUES A REVIEW

PERFORMANCE COMPARISON OF INTRUSION DETECTION SYSTEM USING VARIOUS TECHNIQUES A REVIEW PERFORMANCE COMPARISON OF INTRUSION DETECTION SYSTEM USING VARIOUS TECHNIQUES A REVIEW S. Devaraju 1 and S. Ramakrshnan 2 1 Department of Computer Applcatons, Dr. Mahalngam College of Engneerng and Technology,

More information