Pattern Extraction, Classification and Comparison Between Attribute Selection Measures

Size: px
Start display at page:

Download "Pattern Extraction, Classification and Comparison Between Attribute Selection Measures"

Transcription

1 Subrata Pramak et al. / (IJCSIT) Iteratoal Joural of Computer Scece ad Iformato Techoes, Vol. 1 (5), 010, Patter Extracto, Classfcato ad Comparso Betwee ttrbute Selecto Measures Subrata Pramak, Md. Rashedul Islam, Md. Jamal Udd Departmet of Computer Scece & Egeerg, Uversty of Rajshah Rajshah-605, Bagladesh bstract I ths research, we have compared three dfferet attrbute selecto measures algorthms. We have used ID3 algorthm, C4.5 algorthm ad CRT algorthm. ll these algorthms are decso tree based algorthm. We have got the accuracy of three dfferet algorthms ad we observed that the accuracy of ID3 algorthm s greater tha C4.5 algorthm. But the accuracy of CRT algorthm s greater tha other two algorthms. We have also calculated the tme complexty of three dfferet algorthms. To compare these algorthms, we have used heart dsease dataset whch s collected from UCI mache learg repostory. Keywords Patter extracto, Classfcato, Decso Tree, ID3 algorthm, C4.5 algorthm, CRT algorthm. I. INTRODUCTION Today s world s a dgtal world. s the world populato s creasg rapdly, the eed ad usage of storg eormous amout of wde rages of data to databases have creased rapdly recet years. Data-mg s ecessary to extract hdde useful kowledge from large datasets a gve applcato. Ths usefuless relates to the user goal, other words oly the user ca determe whether the resultg kowledge aswers hs goal. Data mg refers to extractg or mg kowledge from large amouts of data. There are several tools of data mg. It s ecessary to choose useful data mg tools to acqure useful kowledge. lso data mg tools should be hghly teractve ad partcpatory. Decso tree ducto s a greedy algorthm that costructs decso tree a top-dow recursve dvde-ad-coquer maer. decso tree s a tree whch each brach ode represets a choce betwee a umbers of alteratves, ad each leaf ode represets a decso. For extractg rules, formato ga measure s used to select the test attrbute at each ode the tree. Classfcato s oe of the most popular tasks data mg. Classfcato volves the assgmet of a object to oe of several pre-specfed categores. Classfcato of data wthout ay terpretato of the uderlyg model could reduce the trust of users the system. Data mg s a very demadg research feld amog researchers ow-a-days. I our research we have performed Patter extracto, classfcato ad comparso betwee ttrbute selecto measures. We foud that some research has bee doe ths feld before, but ther accuracy ot good eough ad there are spaces where mprovemet ca be acheved. II. OVERVIEW OF THIS WORK t frst, we have dvded the data set to fve fold by usg fve fold cross valdato method. By applyg fve fold cross valdato method, we get fve fold trag ad testg dataset whch s show Fg. 1. Data set Fve Fold Cross Valdato Method Trag ad Testg Data Set Fg. 1 Steps for gettg Trag ad Testg Dataset The a classfcato algorthm s appled to the trag dataset to extract patter. The extracted patter s appled to the testg dataset. The we get the classfed dataset whch s show Fg.. Trag dataset Learg lgorthm Extracted Patter Testg dataset Classfed dataset Fg. Basc steps of ths work 371

2 Subrata Pramak et al. / (IJCSIT) Iteratoal Joural of Computer Scece ad Iformato Techoes, Vol. 1 (5), 010, III. PTTERN EXTRCTION By aalyzg a large amout of data a patter or rule s extracted. Rules are the verbal equvalet of a graphcal decso tree, whch specfes class membershp based o the herarchcal sequece of decsos. Each rule a set of decso rules therefore geerally takes the form of a Hor clause where class membershp s mpled by a cojucto of cotget observato [1]. typcal rule structure s gve below: IFcodto1 NDcodto ND ND codto THEN CLSS= class IV. CLSSIFICTION Data classfcato s two-step process [1, ]. I the frst step, a classfer s bult descrbg a predetermed set of data classes or cocepts. Ths s the learg step (or trag phase), where a classfcato algorthm bulds the classfer by aalyzg or learg from a trag set made up of database tuples ad ther assocated class labels. tuple, X, s represeted by a -dmesoal attrbute vector, X=(x1,x, xn), depctg N measuremets made o the tuple from N database attrbutes respectvely, 1,..N. Each tuple, X, assumed to be to a predefed class as determed by aother database attrbute called the class label attrbute. The class label attrbute s dscrete-valued ad uordered. It s categorcal that each value serves as a category or class. The dvdual tuples makg up the trag set are referred to as trag tuples ad are selected from the database uder aalyss. I ths cotext of classfcato, data tuples ca be referred to as samples, examples, staces, data pots or objects [1]. Because the class label of each trag tuple s provded, ths step s also kow as supervsed learg (.e. the learg of the classfer s supervsed that t s told to whch class each trag tuple bes). It costructs wth usupervsed learg (or clusterg), whch the class label of each trag tuple s ot kow, ad the umber or classes to be leared may ot be kow advace [1, ]. V. TTRIBUTE SELECTION MESURES There are may algorthms to select the attrbute whch decdes whch attrbute wll be the top of the tree. I ths research, we have used the followg attrbute selecto measures:. ID3 (Iteratve Dchotomser) lgorthm The ID3 techque [1,, 9] to buldg a decso tree s based o formato theory ad attempts to mmze the expected umber of comparsos. The basc dea of the ducto algorthm s to ask questos whose aswers provde the most formato. The frst questo dvdes the search space to two large search domas, whle the secod performs lttle dvso of the space. The basc strategy used by ID3 s to choose splttg attrbutes wth the hghest formato ga frst. The amout of formato assocated wth a attrbute value s related to the probablty of occurrece. Let ode N represets or hold the tuples of partto D. The attrbute wth the hghest formato ga s chose as the splttg attrbute for ode N. Ths attrbute mmzes the formato eeded to classfy the tuples the resultg parttos ad reflects the least radomess or mpurty these parttos. To calculate the ga [1,, 9] of a attrbute, at frst we calculate the etropy of that attrbute by the followg formula: Etropy ( S ) p p (1) 1 where, p s the probablty that a arbtrary tuple S bes to class C ad estmated by C, D. fucto D to the base s used, because the formato s ecoded bts. Etropy(S) s just the average amout of formato eeded to detfy the class label of the tuple S. Now ga of a attrbute s calculated by the formula: [1] S Ifo ( S ) Etropy ( S ) () 1 S where, S ={ S, S,... S }= parttos of S accordg to 1 values of attrbute = umber of attrbutes S = umber of cases the partto S = total umber of cases S Iformato ga s defed as the dfferece betwee the orgal formato requremet ad ew requremet. That s, [1] Ga S ( ) Etropy ( S ) Ifo ( S ) (3) I other words, Ga() tell us how much would be gaed by brachg o. It s the expected reducto the formato requremet caused by kowg the value of. The attrbute wth hghest formato ga s chose as the splttg attrbute at ode N. B. C4.5 lgorthm The C4.5 algorthm s Qula s [1,, 7, 8] exteso of hs ow ID3 algorthm for geeratg decso trees. Just as wth CRT, the C4.5 algorthm recursvely vsts each decso ode, selectg the optmal splt, utl o further splts are possble. The steps of C4.5 algorthm [1,, 7] for growg a decso tree s gve below: choose attrbute for root ode. Create brach for each value of that attrbute Splt cases accordg to braches Repeat process for each brach utl all cases the brach have the same class questo that, how a attrbute s chose as a root ode? t frst, we calculate of the ga rato of each attrbute. The root ode wll be that attrbute whose ga rato s maxmum. Ga rato s calculated by the formula: [7, 8] Ga ( ) (4) GaRato ( ) SpltIfo ( ) where, s a attrbute whose ga rato wll be calculated. The attrbute wth the maxmum ga rato s selected as the 37

3 Subrata Pramak et al. / (IJCSIT) Iteratoal Joural of Computer Scece ad Iformato Techoes, Vol. 1 (5), 010, splttg attrbute. Ths attrbute mmzes the formato eeded to classfy the tuples the resultg parttos. Such a approach mmzes the expected umber of tests eeded to classfy a gve tuple ad guaratees that a smple tree f foud. To calculate the ga of a attrbute, at frst we calculate the etropy of that attrbute by the followg formula: [7, 8] Etropy ( S ) p p (5) 1 where, P s the probablty that a arbtrary tuple S bes to class C ad estmated by C, D /D. fucto to the base s used, because the formato s ecoded bts. Etropy(S) s just the average amout of formato eeded to detfy the class label of the tuple S Now ga of a attrbute s calculated by the formula: [7, 8] S Ga ( ) Etropy ( S ) Etropy ( S ) (6) S 1 where, S ={ S, S,... S }= parttos of S accordg to 1 values of attrbute = umber of attrbutes. S = umber of cases the partto S S = total umber of cases S The ga rato dvdes the ga by the evaluated splt formato. Ths pealzes splts wth may outcomes. [7, 8] SpltIfo S S ( ) (7) S 1 S The splt formato s the weghted average calculato of the formato usg the proporto of cases whch are passed to each chld. Whe there are cases wth ukow outcomes o the splt attrbute, the splt formato treats ths as a addtoal splt drecto. Ths s doe to pealze splts whch are made usg cases wth mssg values. fter fdg the best splt, the tree cotues to be grow recursvely usg the same process. C. CRT lgorthm The CRT algorthm [1, ] measures the mpurty of D, a data partto or set of trag tuples, as m P 1 G ( D ) 1 (8) where, P s the probablty that a tuple D bes to class C ad s estmated by C, D / D. The sum s computed over m classes. The CRT algorthm [1, ] cosders a bary splt for each attrbute. Let s frst cosder the case where s a dscrete valued attrbute havg v dstct values, { a a,...,. a 1 v }, occurrg D. To determe the best splt o, we exame all of the possble subsets that ca be formed usg kow value of. each subset, S a, ca be cosdered as a bary test of attrbute of the form S. Gve a tuple, ths test s satsfed f the value of for the tuple s amog the values lsted S. If has v v possble values, the there are possble subsets. Whe cosderg a bary splt, we compute a weghted sum of the mpurty of each resultg partto. For example, f a bary splt o parttos D to D 1 ad D, the g dex of D gve that parttog s [1] D1 D G ( D) G ( D1 ) G ( D ) (9) D D For each attrbute, each of the possble bary splts s cosdered. For a dscrete-valued attrbute, the subset that gves the mmum g dex for the attrbute s selected as ts splttg subset. For cotuous-valued attrbutes [], each possble spltpot must be cosdered. The strategy s smlar to the descrbed for formato ga, where the mdpot betwee each par of adjacet values s take as a possble splt-pot. The pot gvg the mmum g dex for a gve attrbute s take as the splt-pot of that attrbute. Recall that for a possble splt-pot of, D s the set of tuples D satsfyg 1 splt-pot, ad D s the set of tuples D satsfyg >splt-pot. The reducto mpurty that would be curred by a bary splt o a dscrete-valued or cotuous-valued attrbute s [1] G ( ) G ( D ) G ( D ) (10) The attrbute that maxmzes the reducto mpurty s selected as the splttg attrbute. Ths attrbute ad ether ts splttg subset or splt-pot together form the splttg crtero. VI. RESULT ND DISCUSSION To expermet the research cocept o a represetatve dataset, a system s developed usg Matlab7, whch s powerful tool for complex calculato ad hgh-level programmg.. Expermetal Data I our research as expermetal data we have used a bomedcal dataset for detectg heart dsease ad t s collected from the UCI Mache Learg Repostory. The repostory database s freely avalable ad ca be obtaed from the followg lk: The heart dsease data set of 70 patets s used ths expermet. Ths dataset cotas 13 attrbutes ad a class varable wth two possble values, whch are show Table-I the followg page.. Ths data cotas some attrbutes (such as age, restg blood pressure, Serum cholesterol mg/dl, Maxmum heart rate acheve, ST depresso duced by exercse relatve to rest ad The slope of the peak exercse ST segmet) whch 373

4 Subrata Pramak et al. / (IJCSIT) Iteratoal Joural of Computer Scece ad Iformato Techoes, Vol. 1 (5), 010, cotas cotuous values. So, before usg ths dataset ths expermet, those cotuous valued attrbutes are dvded to rages. TBLE I DESCRIPTION OF THE FETURES IN THE HERT DISESE DTSET Fg- shows obtaed orgal dataset. The resultat trasformed dataset s show Fg-3. Both the data sets are trasformed to Matlab readable text fles. Fg-: The orgal obtaed dataset. B. Patter Extracto Sgfcat patters are extracted whch are useful for uderstadg the data patter ad behavour of expermetal dataset. The followg patter s extracted by applyg CRT attrbute selecto measures algorthm. Heart_dsease(absece):- Thal=fxed_defect,Number_Vessels=0, Cholestoral = Coverage = 4 samples Heart_dsease(presece):- Thal=ormal, Number_Vessels=0, Old_Peak=0-1.5, Max_Heart_Rate= , Cholestoral= Coverage = 7 samples Heart_dsease(absece):- Thal=ormal, Number_Vessels=0, Old_Peak=0-1.5, Max_Heart_Rate= , Cholestoral=14-301, Rest=0, Pressure= Coverage = 5 samples C. Classfcato Ths system successfully classfes heart dsease dataset used ths research. Whe test data does ot match wth oe of the patters the class attrbute of ths sample s labelled as uclassfed whch meas that ths system faled to classfy the dataset. By applyg the extracted patter o testg dataset I have got the followg classfed dataset. Total data tem: 54(54) Coverage: 54 Mss Class=13 ccuracy: % D. Comparso betwee ttrbute Selecto Measures We have mplemeted the ID3, C4.5 CRT algorthm ad tested them o our expermetal dataset. The results are show o Table-II ad Fg-4. TBLE III COMPRTIVE RESULTS OF BTRIBUTE SELECTION MESURES Fg-3: The trasformed dataset for learg. 374

5 Subrata Pramak et al. / (IJCSIT) Iteratoal Joural of Computer Scece ad Iformato Techoes, Vol. 1 (5), 010, ccuracy Comparso betwee ttrbute Selecto Measures Fold1 Fold Fold3 Fold4 Fold5 verage ID3 C4.5 CRT Fg. 4 Comparso betwee attrbute selecto measures whch shows the accuracy of each algorthms From our results we observed that amog the attrbute selecto measures C4.5 performs better tha the ID3 algorthm, but CRT performs eve better both respect of accuracy ad tme complexty. I a prevous research [11], the authors used the ID3 algorthm of decso tree ducto methods ad the average accuracy of ths research was %. We have doe ths research ad we have foud % accuracy wth the CRT algorthm whch s greater tha prevous research. VII. CONCLUSION I our research we choose three attrbute selecto measure algorthms to have a comparatve study amog them. s expermetal data we have used the bomedcal heart dsease dataset. To classfy dataset, we have mplemeted three dfferet algorthms. mog these algorthms, CRT algorthm always geerates a bary decso tree. That meas the decso tree geerated by CRT algorthm has exactly two or o chld. But the decso tree whch s geerated by other two algorthms may have two or more chld. lso, respect of accuracy ad tme complexty CRT algorthm performs better tha the other two algorthms. REFERENCES [1] Jawe Ha ad Mchele Kamber, Data Mg Cocepts ad techques, d ed., Morga Kaufma Publshers, Sa Fracsco, C, 007. [] Margaret H. Duham, Data Mg Itroductory ad dvaced Topcs, Publshed by Pearso Educato (Sgapur) Pte. Ltd. Delh, Ida, 004. [3] D. E. Johso, F. J. Oles, T. Zhag ad T. Geotz, Decso Tree Based Symbolc Rule Iducto System for Text Categorzato, IBM Systems Joural, Vol. 41, No 3, 00 [4]. Juozapavcus ad V. Rapsevcus, Clusterg through Decso Tree Costructo Geoy, Nolear alyss: Modelg ad Cotrol, 001, vol. 6, No, [5] hmed Sulta l-hegam, Classcal ad Icremetal Classfcato Data Mg Process, IJCSNS Iteratoal Joural of Computer Scece ad Network Securty, VOL.7 No.1, December 007. [6] Kusr, Sr Hartat, Implemetato of C4.5 algorthm to evaluate the cacellato possblty of ew studet applcats at stmk amkom yogyakarta. Proceedgs of the Iteratoal Coferece o Electrcal Egeerg ad Iformatcs Isttut Teko Badug, Idoesa Jue 17-19, 007. [7] Jaso R. Beck, Mara E. Garca, Mgyu Zhog, Mchael Georgopoulos, Georgos agostopoulos Backward djustg Strategy for the C4.5 Decso Tree Classfer, Beck, et al [8] Qula, J. R., C4.5: Programs for Mache Learg, Sa Mateo, C: Morga Kaufma Publcatos, [9] Qula, J. R., Iducto of Decso Trees, Mache Learg, 1:1, Bosto: Kluwer, cademc Publshers, 1986, [10] Rajeev Rastog, Kyuseok Shm, PUBLIC: Decso Tree Classfer that Itegrates Buldg ad Prug Bell Laboratores. [11] Coushk hmed, Utpala Nada Chowdhury, Md. Nazmul Huda, Extracto of Rules from Chemcal Compoud Data usg LEPH, Natoal Coferece o Electrocs, Iformato ad Telecommucato, 007, Bagladesh. 375

CS 2710 Foundations of AI Lecture 22. Machine learning. Machine Learning

CS 2710 Foundations of AI Lecture 22. Machine learning. Machine Learning CS 7 Foudatos of AI Lecture Mache learg Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square Mache Learg The feld of mache learg studes the desg of computer programs (agets) capable of learg from past eperece

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications /03/ Mache Learg: Algorthms ad Applcatos Florao Z Free Uversty of Boze-Bolzao Faculty of Computer Scece Academc Year 0-0 Lecture 3: th March 0 Naïve Bayes classfer ( Problem defto A trag set X, where each

More information

Blind Steganalysis for Digital Images using Support Vector Machine Method

Blind Steganalysis for Digital Images using Support Vector Machine Method 06 Iteratoal Symposum o Electrocs ad Smart Devces (ISESD) November 9-30, 06 Bld Stegaalyss for Dgtal Images usg Support Vector Mache Method Marcelus Hery Meor School of Electrcal Egeerg ad Iformatcs Badug

More information

Face Recognition using Supervised & Unsupervised Techniques

Face Recognition using Supervised & Unsupervised Techniques Natoal Uversty of Sgapore EE5907-Patter recogto-2 NAIONAL UNIVERSIY OF SINGAPORE EE5907 Patter Recogto Project Part-2 Face Recogto usg Supervsed & Usupervsed echques SUBMIED BY: SUDEN NAME: harapa Reddy

More information

For all questions, answer choice E) NOTA" means none of the above answers is correct. A) 50,500 B) 500,000 C) 500,500 D) 1,001,000 E) NOTA

For all questions, answer choice E) NOTA means none of the above answers is correct. A) 50,500 B) 500,000 C) 500,500 D) 1,001,000 E) NOTA For all questos, aswer choce " meas oe of the above aswers s correct.. What s the sum of the frst 000 postve tegers? A) 50,500 B) 500,000 C) 500,500 D),00,000. What s the sum of the tegers betwee 00 ad

More information

Machine Learning. CS 2750 Machine Learning. Administration. Lecture 1. Milos Hauskrecht 5329 Sennott Square, x4-8845

Machine Learning. CS 2750 Machine Learning. Administration. Lecture 1. Milos Hauskrecht 5329 Sennott Square, x4-8845 CS 75 Mache Learg Lecture Mache Learg Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square, 5 people.cs.ptt.edu/~mlos/courses/cs75/ Admstrato Istructor: Prof. Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square,

More information

An Ensemble Approach to Classifier Construction based on Bootstrap Aggregation

An Ensemble Approach to Classifier Construction based on Bootstrap Aggregation A Esemble Approach to Classfer Costructo based o Bootstrap Aggregato Dewa Md. Fard Jahagragar Uversty Dhaka-342, Bagladesh Mohammad Zahdur Rahma Jahagragar Uversty Dhaka-342, Bagladesh Chowdhury Mofzur

More information

Point Estimation-III: General Methods for Obtaining Estimators

Point Estimation-III: General Methods for Obtaining Estimators Pot Estmato-III: Geeral Methods for Obtag Estmators RECAP 0.-0.6 Data: Radom Sample from a Populato of terest o Real valued measuremets: o Assumpto (Hopefully Reasoable) o Model: Specfed Probablty Dstrbuto

More information

1-D matrix method. U 4 transmitted. incident U 2. reflected U 1 U 5 U 3 L 2 L 3 L 4. EE 439 matrix method 1

1-D matrix method. U 4 transmitted. incident U 2. reflected U 1 U 5 U 3 L 2 L 3 L 4. EE 439 matrix method 1 -D matrx method We ca expad the smple plae-wave scatterg for -D examples that we ve see to a more versatle matrx approach that ca be used to hadle may terestg -D problems. The basc dea s that we ca break

More information

Fuzzy ID3 Decision Tree Approach for Network Reliability Estimation

Fuzzy ID3 Decision Tree Approach for Network Reliability Estimation IJCSI Iteratoal Joural of Computer Scece Issues, Vol. 9, Issue 1, o 1, Jauary 2012 ISS (Ole): 1694-0814 www.ijcsi.org 446 Fuzzy ID3 Decso Tree Approach for etwor Relablty Estmato A. Ashaumar Sgh 1, Momtaz

More information

Analysis of Students' Performance by Using Different Data Mining Classifiers

Analysis of Students' Performance by Using Different Data Mining Classifiers I.J. Moder Educato ad Computer Scece, 2017, 8, 9-15 Publshed Ole August 2017 MECS (http://www.mecs-press.org/) DOI: 10.5815/jmecs.2017.08.02 Aalyss of Studets' Performace by Usg Dfferet Data Mg Classfers

More information

APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL

APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL Sergej Srota Haa Řezaková Abstract Bak s propesty models are beg developed for busess support. They should help to choose clets wth a hgher

More information

Text Categorization Based on a Similarity Approach

Text Categorization Based on a Similarity Approach Text Categorzato Based o a Smlarty Approach Cha Yag Ju We School of Computer Scece & Egeerg, Uversty of Electroc Scece ad Techology of Cha, Chegdu 60054, P.R. Cha Abstract Text classfcato ca effcetly ehace

More information

Bezier curves. 1. Defining a Bezier curve. A closed Bezier curve can simply be generated by closing its characteristic polygon

Bezier curves. 1. Defining a Bezier curve. A closed Bezier curve can simply be generated by closing its characteristic polygon Curve represetato Copyrght@, YZU Optmal Desg Laboratory. All rghts reserved. Last updated: Yeh-Lag Hsu (--). Note: Ths s the course materal for ME55 Geometrc modelg ad computer graphcs, Yua Ze Uversty.

More information

NEURO FUZZY MODELING OF CONTROL SYSTEMS

NEURO FUZZY MODELING OF CONTROL SYSTEMS NEURO FUZZY MODELING OF CONTROL SYSTEMS Efré Gorrosteta, Carlos Pedraza Cetro de Igeería y Desarrollo Idustral CIDESI, Av Pe de La Cuesta 70. Des. Sa Pablo. Querétaro, Qro, Méxco gorrosteta@teso.mx pedraza@cdes.mx

More information

Optimal Allocation of Complex Equipment System Maintainability

Optimal Allocation of Complex Equipment System Maintainability Optmal Allocato of Complex Equpmet System ataablty X Re Graduate School, Natoal Defese Uversty, Bejg, 100091, Cha edcal Protecto Laboratory, Naval edcal Research Isttute, Shagha, 200433, Cha Emal:rexs841013@163.com

More information

An Optimized Algorithm for Big Data Classification using Neuro Fuzzy Approach

An Optimized Algorithm for Big Data Classification using Neuro Fuzzy Approach Ida Joural of Scece ad Techology, Vol 9(28), DOI: 0.7485/jst/206/v928/87995, July 206 ISSN (Prt) : 0974-6846 ISSN (Ole) : 0974-5645 A Optmzed Algorthm for Bg Data Classfcato usg Neuro Fuzzy Approach Naveet

More information

Software reliability is defined as the probability of failure

Software reliability is defined as the probability of failure Evolutoary Regresso Predcto for Software Cumulatve Falure Modelg: a comparatve study M. Beaddy, M. Wakrm & S. Aljahdal 2 : Dept. of Math. & Ifo. Equpe MMS, Ib Zohr Uversty Morocco. beaddym@yahoo.fr 2:

More information

A New Hybrid Audio Classification Algorithm Based on SVM Weight Factor and Euclidean Distance

A New Hybrid Audio Classification Algorithm Based on SVM Weight Factor and Euclidean Distance Proceedgs of the 2007 WSEAS Iteratoal Coferece o Computer Egeerg ad Applcatos, Gold Coast, Australa, Jauary 7-9, 2007 52 A New Hybrd Audo Classfcato Algorthm Based o SVM Weght Factor ad Eucldea Dstace

More information

Area and Power Efficient Modulo 2^n+1 Multiplier

Area and Power Efficient Modulo 2^n+1 Multiplier Iteratoal Joural of Moder Egeerg Research (IJMER) www.jmer.com Vol.3, Issue.3, May-Jue. 013 pp-137-1376 ISSN: 49-6645 Area ad Power Effcet Modulo ^+1 Multpler K. Ptambar Patra, 1 Saket Shrvastava, Sehlata

More information

Differentiated Service of Streaming Media Playback Technology

Differentiated Service of Streaming Media Playback Technology Iteratoal Coferece o Advaced Iformato ad Commucato Techology for Educato (ICAICTE 2013) Dfferetated Servce of Streamg Meda Playback Techology CHENG Z-ao 1 MENG Bo 1 WANG Da-hua 1 ZHAO Yue 1 1 Iformatzato

More information

Constructive Semi-Supervised Classification Algorithm and Its Implement in Data Mining

Constructive Semi-Supervised Classification Algorithm and Its Implement in Data Mining Costructve Sem-Supervsed Classfcato Algorthm ad Its Implemet Data Mg Arvd Sgh Chadel, Arua Twar, ad Naredra S. Chaudhar Departmet of Computer Egg. Shr GS Ist of Tech.& Sc. SGSITS, 3, Par Road, Idore (M.P.)

More information

Unsupervised Discretization Using Kernel Density Estimation

Unsupervised Discretization Using Kernel Density Estimation Usupervsed Dscretzato Usg Kerel Desty Estmato Maregle Bba, Floraa Esposto, Stefao Ferll, Ncola D Mauro, Teresa M.A Basle Departmet of Computer Scece, Uversty of Bar Va Oraboa 4, 7025 Bar, Italy {bba,esposto,ferll,dm,basle}@d.uba.t

More information

A Genetic K-means Clustering Algorithm Applied to Gene Expression Data

A Genetic K-means Clustering Algorithm Applied to Gene Expression Data A Geetc K-meas Clusterg Algorthm Appled to Gee Expresso Data Fag-Xag Wu, W. J. Zhag, ad Athoy J. Kusal Dvso of Bomedcal Egeerg, Uversty of Sasatchewa, Sasatoo, S S7N 5A9, CANADA faw34@mal.usas.ca, zhagc@egr.usas.ca

More information

Comparison Studies on Classification for Remote Sensing Image Based on Data Mining Method

Comparison Studies on Classification for Remote Sensing Image Based on Data Mining Method Hag Xao ad Xub Zhag Comparso Studes o Classfcato for Remote Sesg Image Based o Data Mg Method Hag XIAO 1, Xub ZHANG 1 1: School of Electroc, Iformato ad Electrcal Egeerg Shagha Jaotog Uversty No. 1954,

More information

Keywords- clustering; naïve Bayesian classifier; boosting; hybrid classifier.

Keywords- clustering; naïve Bayesian classifier; boosting; hybrid classifier. World of Computer Scece ad Iformato Techology Joural (WCSIT) ISSN: 2221-0741 Vol. 1, No. 3, 105-109, 2011. A Hybrd Classfer usg Boostg, Clusterg, ad Naïve Bayesa Classfer A. J. M. Abu Afza, Dewa Md. Fard,

More information

Speeding- Up Fractal Image Compression Using Entropy Technique

Speeding- Up Fractal Image Compression Using Entropy Technique Avalable Ole at www.jcsmc.com Iteratoal Joural of Computer Scece ad Moble Computg A Mothly Joural of Computer Scece ad Iformato Techology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC, Vol. 5, Issue. 4, Aprl

More information

MINIMIZATION OF THE VALUE OF DAVIES-BOULDIN INDEX

MINIMIZATION OF THE VALUE OF DAVIES-BOULDIN INDEX MIIMIZATIO OF THE VALUE OF DAVIES-BOULDI IDEX ISMO ÄRÄIE ad PASI FRÄTI Departmet of Computer Scece, Uversty of Joesuu Box, FI-800 Joesuu, FILAD ABSTRACT We study the clusterg problem whe usg Daves-Bould

More information

Evaluation of Node and Link Importance Based on Network Topology and Traffic Information DU Xun-Wei, LIU Jun, GUO Wei

Evaluation of Node and Link Importance Based on Network Topology and Traffic Information DU Xun-Wei, LIU Jun, GUO Wei Advaced Materals Research Submtted: 2014-08-29 ISSN: 1662-8985, Vols. 1049-1050, pp 1765-1770 Accepted: 2014-09-01 do:10.4028/www.scetfc.et/amr.1049-1050.1765 Ole: 2014-10-10 2014 Tras Tech Publcatos,

More information

PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS

PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS Lal Besela Sokhum State Uversty, Poltkovskaa str., Tbls, Georga Abstract Moder cryptosystems aalyss s a complex task, the soluto of whch s

More information

International Mathematical Forum, 1, 2006, no. 31, ON JONES POLYNOMIALS OF GRAPHS OF TORUS KNOTS K (2, q ) Tamer UGUR, Abdullah KOPUZLU

International Mathematical Forum, 1, 2006, no. 31, ON JONES POLYNOMIALS OF GRAPHS OF TORUS KNOTS K (2, q ) Tamer UGUR, Abdullah KOPUZLU Iteratoal Mathematcal Forum,, 6, o., 57-54 ON JONES POLYNOMIALS OF RAPHS OF TORUS KNOTS K (, q ) Tamer UUR, Abdullah KOPUZLU Atatürk Uverst Scece Facult Dept. of. Math. 54 Erzurum, Turkey tugur@atau.edu.tr

More information

SVM Classification Method Based Marginal Points of Representative Sample Sets

SVM Classification Method Based Marginal Points of Representative Sample Sets P P College P P College P Iteratoal Joural of Iformato Techology Vol. No. 9 005 SVM Classfcato Method Based Margal Pots of Represetatve Sample Sets Wecag ZhaoP P, Guagrog JP P, Ru NaP P, ad Che FegP of

More information

Designing a learning system

Designing a learning system CS 75 Mache Leafrg Lecture 3 Desgg a learg system Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square, x4-8845 people.cs.ptt.edu/~mlos/courses/cs75/ Homeork assgmet Homeork assgmet ll be out today To parts:

More information

Electrocardiogram Classification Method Based on SVM

Electrocardiogram Classification Method Based on SVM Electrocardogram Classfcato Method Based o SVM Xao Tag Zhwe Mo College of mathematcs ad software scece, Schua ormal uversty, Chegdu 60066, P. R. Cha Abstract Heart dsease s oe of the ma dseases threateg

More information

ANALYSIS OF VARIANCE WITH PARETO DATA

ANALYSIS OF VARIANCE WITH PARETO DATA Proceedgs of the th Aual Coferece of Asa Pacfc Decso Sceces Isttute Hog Kog, Jue -8, 006, pp. 599-609. ANALYSIS OF VARIANCE WITH PARETO DATA Lakhaa Watthaacheewakul Departmet of Mathematcs ad Statstcs,

More information

Beijing University of Technology, Beijing , China; Beijing University of Technology, Beijing , China;

Beijing University of Technology, Beijing , China; Beijing University of Technology, Beijing , China; d Iteratoal Coferece o Machery, Materals Egeerg, Chemcal Egeerg ad Botechology (MMECEB 5) Research of error detecto ad compesato of CNC mache tools based o laser terferometer Yuemg Zhag, a, Xuxu Chu, b

More information

Descriptive Statistics: Measures of Center

Descriptive Statistics: Measures of Center Secto 2.3 Descrptve Statstcs: Measures of Ceter Frequec dstrbutos are helpful provdg formato about categorcal data, but wth umercal data we ma wat more formato. Statstc: s a umercal measure calculated

More information

Multiclass classification Decision trees

Multiclass classification Decision trees CS 75 Mache Learg Lecture Multclass classfcato Decso trees Mlos Hauskrecht mlos@cs.tt.edu 59 Seott Suare CS 75 Mache Learg Mdterm eam Mdterm Tuesda, March 4, 4 I-class 75 mutes closed book materal covered

More information

Spatial Interpolation Using Neural Fuzzy Technique

Spatial Interpolation Using Neural Fuzzy Technique Wog, K.W., Gedeo, T., Fug, C.C. ad Wog, P.M. (00) Spatal terpolato usg eural fuzzy techque. I: Proceedgs of the 8th Iteratoal Coferece o Neural Iformato Processg (ICONIP), Shagha, Cha Spatal Iterpolato

More information

AN IMPROVED TEXT CLASSIFICATION METHOD BASED ON GINI INDEX

AN IMPROVED TEXT CLASSIFICATION METHOD BASED ON GINI INDEX Joural of Theoretcal ad Appled Iformato Techology 30 th September 0. Vol. 43 No. 005-0 JATIT & LLS. All rghts reserved. ISSN: 99-8645 www.jatt.org E-ISSN: 87-395 AN IMPROVED TEXT CLASSIFICATION METHOD

More information

Interactive Change Detection Using High Resolution Remote Sensing Images Based on Active Learning with Gaussian Processes

Interactive Change Detection Using High Resolution Remote Sensing Images Based on Active Learning with Gaussian Processes Iteractve Chage Detecto Usg Hgh Resoluto Remote Sesg Images Based o Actve Learg wth Gaussa Processes Hu Ru a, Hua Yu a,, Pgpg Huag b, We Yag a a School of Electroc Iformato, Wuha Uversty, 43007 Wuha, Cha

More information

A Comparison of Heuristics for Scheduling Spatial Clusters to Reduce I/O Cost in Spatial Join Processing

A Comparison of Heuristics for Scheduling Spatial Clusters to Reduce I/O Cost in Spatial Join Processing Edth Cowa Uversty Research Ole ECU Publcatos Pre. 20 2006 A Comparso of Heurstcs for Schedulg Spatal Clusters to Reduce I/O Cost Spatal Jo Processg Jta Xao Edth Cowa Uversty 0.09/ICMLC.2006.258779 Ths

More information

Signal Classification Method Based on Support Vector Machine and High-Order Cumulants

Signal Classification Method Based on Support Vector Machine and High-Order Cumulants Wreless Sesor Network,,, 48-5 do:.46/ws..7 Publshed Ole Jauary (http://www.scrp.org/joural/ws/). Sgal Classfcato Method Based o Support Vector Mache ad Hgh-Order Cumulats Abstract X ZHOU, Yg WU, B YANG

More information

Using The ACO Algorithm in Image Segmentation for Optimal Thresholding 陳香伶財務金融系

Using The ACO Algorithm in Image Segmentation for Optimal Thresholding 陳香伶財務金融系 教專研 95P- Usg The ACO Algorthm Image Segmetato for Optmal Thresholdg Abstract Usg The ACO Algorthm Image Segmetato for Optmal Thresholdg 陳香伶財務金融系 Despte the fact that the problem of thresholdg has bee qute

More information

An Ensemble Multi-Label Feature Selection Algorithm Based on Information Entropy

An Ensemble Multi-Label Feature Selection Algorithm Based on Information Entropy The Iteratoal Arab Joural of Iformato Techology, Vol., No. 4, July 204 379 A Esemble Mult-Label Feature Selecto Algorthm Based o Iformato Etropy Shg L, Zheha Zhag, ad Jaq Dua School of Computer Scece,

More information

An Improved Fuzzy C-Means Clustering Algorithm Based on Potential Field

An Improved Fuzzy C-Means Clustering Algorithm Based on Potential Field 07 d Iteratoal Coferece o Advaces Maagemet Egeerg ad Iformato Techology (AMEIT 07) ISBN: 978--60595-457-8 A Improved Fuzzy C-Meas Clusterg Algorthm Based o Potetal Feld Yua-hag HAO, Zhu-chao YU *, X GAO

More information

FEATURE SELECTION ON COMBINATIONS FOR EFFICIENT LEARNING FROM IMAGES. Rong Xiao, Lei Zhang, and Hong-Jiang Zhang

FEATURE SELECTION ON COMBINATIONS FOR EFFICIENT LEARNING FROM IMAGES. Rong Xiao, Lei Zhang, and Hong-Jiang Zhang FEATURE SELECTION ON COMBINATIONS FOR EFFICIENT LEARNING FROM IMAGES Rog Xao, Le Zhag, ad Hog-Jag Zhag Mcrosoft Research Asa, Bejg 100080, P.R. Cha {t-rxao, lezhag, hjzhag}@mcrosoft.com ABSTRACT Due to

More information

Chapter 3 Descriptive Statistics Numerical Summaries

Chapter 3 Descriptive Statistics Numerical Summaries Secto 3.1 Chapter 3 Descrptve Statstcs umercal Summares Measures of Cetral Tedecy 1. Mea (Also called the Arthmetc Mea) The mea of a data set s the sum of the observatos dvded by the umber of observatos.

More information

A Comparison of Univariate Smoothing Models: Application to Heart Rate Data Marcus Beal, Member, IEEE

A Comparison of Univariate Smoothing Models: Application to Heart Rate Data Marcus Beal, Member, IEEE A Comparso of Uvarate Smoothg Models: Applcato to Heart Rate Data Marcus Beal, Member, IEEE E-mal: bealm@pdx.edu Abstract There are a umber of uvarate smoothg models that ca be appled to a varety of olear

More information

A PROCEDURE FOR SOLVING INTEGER BILEVEL LINEAR PROGRAMMING PROBLEMS

A PROCEDURE FOR SOLVING INTEGER BILEVEL LINEAR PROGRAMMING PROBLEMS ISSN: 39-8753 Iteratoal Joural of Iovatve Research Scece, Egeerg ad Techology A ISO 397: 7 Certfed Orgazato) Vol. 3, Issue, Jauary 4 A PROCEDURE FOR SOLVING INTEGER BILEVEL LINEAR PROGRAMMING PROBLEMS

More information

ABSTRACT Keywords

ABSTRACT Keywords A Preprocessg Scheme for Hgh-Cardalty Categorcal Attrbutes Classfcato ad Predcto Problems Daele Mcc-Barreca ClearCommerce Corporato 1100 Metrc Blvd. Aust, TX 78732 ABSTRACT Categorcal data felds characterzed

More information

Weighting Cache Replace Algorithm for Storage System

Weighting Cache Replace Algorithm for Storage System Weghtg Cache Replace Algorthm for Storage System Yhu Luo 2 Chagsheg Xe 2 Chegfeg Zhag 2 School of mathematcs ad Computer Scece, Hube Uversty, Wuha 430062, P.R. Cha 2 Natoal Storage System Laboratory, School

More information

Eight Solved and Eight Open Problems in Elementary Geometry

Eight Solved and Eight Open Problems in Elementary Geometry Eght Solved ad Eght Ope Problems Elemetary Geometry Floret Smaradache Math & Scece Departmet Uversty of New Mexco, Gallup, US I ths paper we revew eght prevous proposed ad solved problems of elemetary

More information

A Web Mining Based Network Personalized Learning System Hua PANG1, a, Jian YU1, Long WANG2, b

A Web Mining Based Network Personalized Learning System Hua PANG1, a, Jian YU1, Long WANG2, b 3rd Iteratoal Coferece o Machery, Materals ad Iformato Techology Applcatos (ICMMITA 05) A Web Mg Based Network Persoalzed Learg System Hua PANG, a, Ja YU, Log WANG, b College of Educato Techology, Sheyag

More information

Process Quality Evaluation based on Maximum Entropy Principle. Yuhong Wang, Chuanliang Zhang, Wei Dai a and Yu Zhao

Process Quality Evaluation based on Maximum Entropy Principle. Yuhong Wang, Chuanliang Zhang, Wei Dai a and Yu Zhao Appled Mechacs ad Materals Submtted: 204-08-26 ISSN: 662-7482, Vols. 668-669, pp 625-628 Accepted: 204-09-02 do:0.4028/www.scetfc.et/amm.668-669.625 Ole: 204-0-08 204 Tras Tech Publcatos, Swtzerlad Process

More information

APR 1965 Aggregation Methodology

APR 1965 Aggregation Methodology Sa Joaqu Valley Ar Polluto Cotrol Dstrct APR 1965 Aggregato Methodology Approved By: Sged Date: March 3, 2016 Araud Marjollet, Drector of Permt Servces Backgroud Health rsk modelg ad the collecto of emssos

More information

ChEn 475 Statistical Analysis of Regression Lesson 1. The Need for Statistical Analysis of Regression

ChEn 475 Statistical Analysis of Regression Lesson 1. The Need for Statistical Analysis of Regression Statstcal-Regresso_hadout.xmcd Statstcal Aalss of Regresso ChE 475 Statstcal Aalss of Regresso Lesso. The Need for Statstcal Aalss of Regresso What do ou do wth dvdual expermetal data pots? How are the

More information

Eight Solved and Eight Open Problems in Elementary Geometry

Eight Solved and Eight Open Problems in Elementary Geometry Eght Solved ad Eght Ope Problems Elemetary Geometry Floret Smaradache Math & Scece Departmet Uversty of New Mexco, Gallup, US I ths paper we revew eght prevous proposed ad solved problems of elemetary

More information

On a Sufficient and Necessary Condition for Graph Coloring

On a Sufficient and Necessary Condition for Graph Coloring Ope Joural of Dscrete Matheatcs, 04, 4, -5 Publshed Ole Jauary 04 (http://wwwscrporg/joural/ojd) http://dxdoorg/0436/ojd04400 O a Suffcet ad Necessary Codto for raph Colorg Maodog Ye Departet of Matheatcs,

More information

Clustering documents with vector space model using n-grams

Clustering documents with vector space model using n-grams Clusterg documets wth vector space model usg -grams Klas Skogmar, d97ksk@efd.lth.se Joha Olsso, d97jo@efd.lth.se Lud Isttute of Techology Supervsed by: Perre Nugues, Perre.Nugues@cs.lth.se Abstract Ths

More information

Nine Solved and Nine Open Problems in Elementary Geometry

Nine Solved and Nine Open Problems in Elementary Geometry Ne Solved ad Ne Ope Problems Elemetary Geometry Floret Smaradache Math & Scece Departmet Uversty of New Mexco, Gallup, US I ths paper we revew e prevous proposed ad solved problems of elemetary D geometry

More information

A genetic procedure used to train RFB neural networks

A genetic procedure used to train RFB neural networks A geetc procedure used to tra RFB eural etworks Costat-Iula VIZITIU Commucatos ad Electroc Systems Departmet Mltary Techcal Academy George Cosbuc Aveue 8-83 5 th Dstrct Bucharest ROMANIA vc@mta.ro http://www.mta.ro

More information

Parallel Iterative Poisson Solver for a Distributed Memory Architecture

Parallel Iterative Poisson Solver for a Distributed Memory Architecture Parallel Iteratve Posso Solver for a Dstrbted Memory Archtectre Erc Dow Aerospace Comptatoal Desg Lab Departmet of Aeroatcs ad Astroatcs 2 Motvato Solvg Posso s Eqato s a commo sbproblem may mercal schemes

More information

A Double-Window-based Classification Algorithm for Concept Drifting Data Streams

A Double-Window-based Classification Algorithm for Concept Drifting Data Streams 00 IEEE Iteratoal Coferece o Graular Computg A Double-Wdow-based Classfcato Algorthm for Cocept Drftg Data Streams Qu Zhu, Xuegag Hu, Yuhog Zhag, Pepe L, Xdog Wu, School of Computer Scece ad Iformato Egeerg,

More information

A hybrid method using FAHP and TOPSIS for project selection Xuan Lia, Jiang Jiangb and Su Deng c

A hybrid method using FAHP and TOPSIS for project selection Xuan Lia, Jiang Jiangb and Su Deng c 5th Iteratoal Coferece o Computer Sceces ad Automato Egeerg (ICCSAE 205) A hybrd method usg FAHP ad TOPSIS for project selecto Xua La, Jag Jagb ad Su Deg c College of Iformato System ad Maagemet, Natoal

More information

Fitting. We ve learned how to detect edges, corners, blobs. Now what? We would like to form a. compact representation of

Fitting. We ve learned how to detect edges, corners, blobs. Now what? We would like to form a. compact representation of Fttg Fttg We ve leared how to detect edges, corers, blobs. Now what? We would lke to form a hgher-level, h l more compact represetato of the features the mage b groupg multple features accordg to a smple

More information

Application Research for Ultrasonic Flaw Identification Based on Support Vector Machine Jing Huang 1, a, Binglei Guan 1, b

Application Research for Ultrasonic Flaw Identification Based on Support Vector Machine Jing Huang 1, a, Binglei Guan 1, b 4th Iteratoal Coferece o Mechatrocs, Materals, Chemstry ad Computer Egeerg (ICMMCCE 205) Applcato Research for Ultrasoc Flaw Idetfcato Based o Support Vector Mache Jg Huag, a, Bgle Gua, b School of Electroc

More information

Region Matching by Optimal Fuzzy Dissimilarity

Region Matching by Optimal Fuzzy Dissimilarity Rego Matchg by Optmal Fuzzy Dssmlarty Zhaggu Zeg, Ala Fu ad Hog Ya School of Electrcal ad formato Egeerg The Uversty of Sydey Phoe: +6--935-6659 Fax: +6--935-3847 Emal: zzeg@ee.usyd.edu.au Abstract: Ths

More information

Network Intrusion Detection Using Support Vector Machine Based on Particle Swarm Optimization Li Wang 1,2, Chunhua Dong 2, Jianping Hu 2, Guodong Li 2

Network Intrusion Detection Using Support Vector Machine Based on Particle Swarm Optimization Li Wang 1,2, Chunhua Dong 2, Jianping Hu 2, Guodong Li 2 Iteratoal Coferece o Appled Scece ad Egeerg Iovato (ASEI 015) Network Itruso Detecto Usg Support Vector Mache Based o Partcle Swarm Optmzato L Wag 1,, Chuhua Dog, Japg Hu, Guodog L 1.School of Electrocs

More information

The Similarity Measures and their Impact on OODB Fragmentation Using Hierarchical Clustering Algorithms

The Similarity Measures and their Impact on OODB Fragmentation Using Hierarchical Clustering Algorithms The Smlarty Measures ad ther Impact o OODB Fragmetato Usg Herarchcal Clusterg Algorthms ADRIAN SERGIU DARABANT, HOREA TODORAN, OCTAVIAN CRET, GEORGE CHIS Dept. of Computer Scece Babes Bolya Uversty, Techcal

More information

Office Hours. COS 341 Discrete Math. Office Hours. Homework 8. Currently, my office hours are on Friday, from 2:30 to 3:30.

Office Hours. COS 341 Discrete Math. Office Hours. Homework 8. Currently, my office hours are on Friday, from 2:30 to 3:30. Oce Hours Curretly, my oce hours are o Frday, rom :30 to 3:30. COS 31 Dscrete Math 1 Oce Hours Curretly, my oce hours are o Frday, rom :30 to 3:30. Nobody seems to care. Chage oce hours? Tuesday, 8 PM

More information

Web Page Clustering by Combining Dense Units

Web Page Clustering by Combining Dense Units Web Page Clusterg by Combg Dese Uts Morteza Haghr Chehregha, Hassa Abolhassa ad Mostafa Haghr Chehregha Departmet of CE, Sharf Uversty of Techology, Tehra, IRA {haghr, abolhassa}@ce.sharf.edu Departmet

More information

Automated approach for the surface profile measurement of moving objects based on PSP

Automated approach for the surface profile measurement of moving objects based on PSP Uversty of Wollogog Research Ole Faculty of Egeerg ad Iformato Sceces - Papers: Part B Faculty of Egeerg ad Iformato Sceces 207 Automated approach for the surface profle measuremet of movg objects based

More information

Fuzzy Modeled K-Cluster Quality Mining of Hidden Knowledge for Decision Support

Fuzzy Modeled K-Cluster Quality Mining of Hidden Knowledge for Decision Support Joural of Computer Scece 7 (): 652-658, 20 ISSN 549-3636 20 Scece Publcatos Fuzzy Modeled K-Cluster Qualty Mg of Hdde Kowledge for Decso Support S. Prakash Kumar ad 2 K.S. Ramaswam Departmet of Computer

More information

Active Bayesian Learning For Mixture Models

Active Bayesian Learning For Mixture Models Actve Bayesa Learg For Mxture Models Ia Davdso Slco Graphcs 300 Crttede L, MS 876 Mouta Vew, CA 94587 pd@hotmal.com Abstract Tradtoally, Bayesa ductve learg volves fdg the most probable model from the

More information

TDT-2004: ADAPTIVE TOPIC TRACKING AT MARYLAND

TDT-2004: ADAPTIVE TOPIC TRACKING AT MARYLAND TDT-2004: ADAPTIVE TOPIC TRACKING AT MARYLAND Tamer Elsayed, Douglas W. Oard, Davd Doerma Isttute for Advaced r Studes Uversty of Marylad, College Park, MD 20742 Cotact author: telsayed@cs.umd.edu Gary

More information

Cubic fuzzy H-ideals in BF-Algebras

Cubic fuzzy H-ideals in BF-Algebras OSR Joural of Mathematcs (OSR-JM) e-ssn: 78-578 p-ssn: 39-765X Volume ssue 5 Ver (Sep - Oct06) PP 9-96 wwwosrjouralsorg Cubc fuzzy H-deals F-lgebras Satyaarayaa Esraa Mohammed Waas ad U du Madhav 3 Departmet

More information

Integration of Support Vector Machine and Bayesian Neural Network for Data Mining and Classification

Integration of Support Vector Machine and Bayesian Neural Network for Data Mining and Classification World Academy of Scece, Egeerg ad Techology Iteratoal Joural of Computer ad Iformato Egeerg Vol:4, No:4, 2 Itegrato of Support Vector Mache ad Bayesa Neural Network for Data Mg ad Classfcato Essam Al-Daoud

More information

Preventing Information Leakage in C Applications Using RBAC-Based Model

Preventing Information Leakage in C Applications Using RBAC-Based Model Proceedgs of the 5th WSEAS It. Cof. o Software Egeerg Parallel ad Dstrbuted Systems Madrd Spa February 5-7 2006 (pp69-73) Prevetg Iformato Leakage C Applcatos Usg RBAC-Based Model SHIH-CHIEN CHOU Departmet

More information

WEB PAGE CLASSIFIERS FOR TOPICAL CRAWLER

WEB PAGE CLASSIFIERS FOR TOPICAL CRAWLER 244 WEB PAGE CLASSIFIERS FOR TOPICAL CRAWLER Dw H. Wdyatoro, Masayu L. Khodra, Paramta * School of Iformatcs ad Electrcal Egeerg - Isttut Tekolog Badug Jl. Gaesha 0 Badug Telephoe 62 22 250835 emal : dw@f.tb.ac.d,

More information

Support Vector Machine and Random Forest Modeling for Intrusion Detection System (IDS)

Support Vector Machine and Random Forest Modeling for Intrusion Detection System (IDS) Joural of Itellget Learg Systems ad Applcatos, 04, 6, 45-5 Publshed Ole February 04 (http://www.scrp.org/joural/jlsa) http://dx.do.org/0.436/jlsa.04.6005 45 Support Vector Mache ad Radom Forest Modelg

More information

COMSC 2613 Summer 2000

COMSC 2613 Summer 2000 Programmg II Fal Exam COMSC 63 Summer Istructos: Name:. Prt your ame the space provded Studet Id:. Prt your studet detfer the space Secto: provded. Date: 3. Prt the secto umber of the secto whch you are

More information

Adaptive Clustering Algorithm for Mining Subspace Clusters in High-Dimensional Data Stream *

Adaptive Clustering Algorithm for Mining Subspace Clusters in High-Dimensional Data Stream * ISSN 673-948 CODEN JKYTA8 E-mal: fcst@vp.63.com Joural of Froters of Computer Scece ad Techology http://www.ceaj.org 673-948/200/04(09)-0859-06 Tel: +86-0-566056 DOI: 0.3778/j.ss.673-948.200.09.009 *,2,

More information

URBAN AREA EXTRACTION IN SAR DATA

URBAN AREA EXTRACTION IN SAR DATA Iteratoal Archves of the Photogrammetry, Remote Sesg ad Spatal Iformato Sceces, Volume XL-1/W3, 013 SMPR 013, 5 8 October 013, Tehra, Ira URBAN AREA EXTRACTION IN SAR DATA H. Aghababaee *, S. Nazmard,.Am

More information

Mesh Connectivity Compression for Progressive-to-Lossless Transmission

Mesh Connectivity Compression for Progressive-to-Lossless Transmission Mesh Coectvty Compresso for Progressve-to-Lossless Trasmsso Pegwe Hao, Yaup Paer ad Ala Pearma ISSN 1470-5559 RR-05-05 Jue 005 Departmet of Computer Scece Mesh Coectvty Compresso for Progressve-to-Lossless

More information

NUMERICAL INTEGRATION BY GENETIC ALGORITHMS. Vladimir Morozenko, Irina Pleshkova

NUMERICAL INTEGRATION BY GENETIC ALGORITHMS. Vladimir Morozenko, Irina Pleshkova 5 Iteratoal Joural Iformato Theores ad Applcatos, Vol., Number 3, 3 NUMERICAL INTEGRATION BY GENETIC ALGORITHMS Vladmr Morozeko, Ira Pleshkova Abstract: It s show that geetc algorthms ca be used successfully

More information

EDGE- ODD Gracefulness of the Tripartite Graph

EDGE- ODD Gracefulness of the Tripartite Graph EDGE- ODD Graceuless o the Trpartte Graph C. Vmala, A. Saskala, K. Ruba 3, Asso. Pro, Departmet o Mathematcs, Peryar Maamma Uversty, Vallam, Thajavur Post.. Taml Nadu, Ida. 3 M. Phl Scholar, Departmet

More information

Applying Support Vector Machines to Imbalanced Datasets

Applying Support Vector Machines to Imbalanced Datasets Applyg Support Vector Maches to Imbalaced Datasets Reha Akba 1, Stephe Kwek 1, ad Nathale Japkowcz 2 1 Departmet of Computer Scece, Uversty of Texas at Sa Atoo 6900 N. Loop 1604 W, Sa Atoo, Texas, 78249,

More information

New Fuzzy Integral for the Unit Maneuver in RTS Game

New Fuzzy Integral for the Unit Maneuver in RTS Game New Fuzzy Itegral for the Ut Maeuver RTS Game Peter Hu Fug Ng, YgJe L, ad Smo Ch Keug Shu Departmet of Computg, The Hog Kog Polytechc Uversty, Hog Kog {cshfg,csyjl,csckshu}@comp.polyu.edu.hk Abstract.

More information

Optimization of Light Switching Pattern on Large Scale using Genetic Algorithm

Optimization of Light Switching Pattern on Large Scale using Genetic Algorithm Optmzato of Lght Swtchg Patter o Large Scale usg Geetc Algorthm Pryaka Sambyal, Pawaesh Abrol 2, Parvee Lehaa 3,2 Departmet of Computer Scece & IT 3 Departmet of Electrocs Uversty of Jammu, Jammu, J&K,

More information

SALAM A. ISMAEEL Computer Man College for Computer Studies, Khartoum / Sudan

SALAM A. ISMAEEL Computer Man College for Computer Studies, Khartoum / Sudan AAPTIVE HYBRI-WAVELET ETHO FOR GPS/ SYSTE INTEGRATION SALA A. ISAEEL Computer a College for Computer Studes, Khartoum / Suda salam.smaeel@gmal.com ABSTRACT I ths paper, a techque for estmato a global postog

More information

Using Linear-threshold Algorithms to Combine Multi-class Sub-experts

Using Linear-threshold Algorithms to Combine Multi-class Sub-experts Usg Lear-threshold Algorthms to Combe Mult-class Sub-experts Chrs Mesterharm MESTERHA@CS.RUTGERS.EDU Rutgers Computer Scece Departmet 110 Frelghuyse Road Pscataway, NJ 08854 USA Abstract We preset a ew

More information

Reconstruction of Orthogonal Polygonal Lines

Reconstruction of Orthogonal Polygonal Lines Recostructo of Orthogoal Polygoal Les Alexader Grbov ad Eugee Bodasky Evrometal System Research Isttute (ESRI) 380 New ork St. Redlads CA 9373-800 USA {agrbov ebodasky}@esr.com Abstract. A orthogoal polygoal

More information

Application of Genetic Algorithm for Computing a Global 3D Scene Exploration

Application of Genetic Algorithm for Computing a Global 3D Scene Exploration Joural of Software Egeerg ad Applcatos, 2011, 4, 253-258 do:10.4236/jsea.2011.44028 Publshed Ole Aprl 2011 (http://www.scrp.org/joural/jsea) 253 Applcato of Geetc Algorthm for Computg a Global 3D Scee

More information

Biconnected Components

Biconnected Components Presetato for use wth the textbook, Algorthm Desg ad Applcatos, by M. T. Goodrch ad R. Tamassa, Wley, 2015 Bcoected Compoets SEA PVD ORD FCO SNA MIA 2015 Goodrch ad Tamassa Bcoectvty 1 Applcato: Networkg

More information

Enumerating XML Data for Dynamic Updating

Enumerating XML Data for Dynamic Updating Eumeratg XML Data for Dyamc Updatg Lau Ho Kt ad Vcet Ng Departmet of Computg, The Hog Kog Polytechc Uversty, Hug Hom, Kowloo, Hog Kog cstyg@comp.polyu.edu.h Abstract I ths paper, a ew mappg model, called

More information

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article Avalable ole www.ocpr.com Joural of Chemcal ad Pharmaceutcal Research, 2015, 73):476-481 Research Artcle ISSN : 0975-7384 CODENUSA) : JCPRC5 Research o cocept smlarty calculato method based o sematc grd

More information

Mode-based temporal filtering for in-band wavelet video coding with spatial scalability

Mode-based temporal filtering for in-band wavelet video coding with spatial scalability Mode-based temporal flterg for -bad wavelet vdeo codg wth spatal scalablty ogdog Zhag a*, Jzheg Xu b, Feg Wu b, Weju Zhag a, ogka Xog a a Image Commucato Isttute, Shagha Jao Tog Uversty, Shagha b Mcrosoft

More information

Identifying Chemical Names in Biomedical Text: An Investigation of the Substring Co-occurrence Based Approaches

Identifying Chemical Names in Biomedical Text: An Investigation of the Substring Co-occurrence Based Approaches Idetfyg Chemcal Names Bomedcal Text: A Ivestgato of the Substrg Co-occurrece Based Approaches Alexader Vasserma Departmet of Computer ad Iformato Scece Uversty of Pesylvaa Phladelpha, PA 94 avasserm@seas.upe.edu

More information

DEEP (Displacement Estimation Error Back-Propagation) Method for Cascaded ViSPs (Visually Servoed Paired Structured Light Systems)

DEEP (Displacement Estimation Error Back-Propagation) Method for Cascaded ViSPs (Visually Servoed Paired Structured Light Systems) DEEP (Dsplacemet Estmato Error Back-Propagato) Method for Cascaded VSPs (Vsually Servoed Pared Structured Lght Systems) Haem Jeo 1), Jae-Uk Sh 2), Wachoel Myeog 3), Yougja Km 4), ad *Hyu Myug 5) 1), 3),

More information