Statistical Bayesian Learning for Automatic Arabic Text Categorization

Size: px
Start display at page:

Download "Statistical Bayesian Learning for Automatic Arabic Text Categorization"

Transcription

1 Jounal of Compute Scence 7 (): 39-45, 20 ISSN Scence Publcatons Statstcal Baesan Leanng fo Automatc Aabc Text Categozaton Bassam Al-Salem and Mohd. Juzaddn Ab Azz Depatment of Compute Scence, Facult of Infomaton Technolog, Unvest Kebangsaan Malasa, Bang, 43600, Selango, Malasa Abstact: Poblem statement: The apd nceasng of onlne Aabc documents necesstated applng Text Categozaton technques that ae commonl used fo Englsh language to categoze them automatcall. The complex mopholog of Aabc language and ts lage vocabula sze make applng these technques dectl dffcult and costl n tme and effot. Appoach: We have nvestgated Baesan leanng models n ode to enhance Aabc ATC. Thee classfes based on Baesan theoem had been mplemented whch ae Smple Naïve Baes (NB), Mult-vaant Benoull Naïve Baes (MBNB) and Multnomal Naïve Baes (MNB) models. TREC-2002 Lght Stemme was appled fo Aabc stemmng. Fo text epesentaton, Bag-Of-Wod and chaacte-level n-gam wth the length 3, 4 and 5 ae used. In ode to educe the dmensonalt of featue space, the followng featue selecton methods: Mutual Infomaton, Ch-Squae statstc, Odds Rato and GSS-coeffcent wee used. Concluson: MBNB classfe outpefomed both of NB and MNB classfes. BOW epesentaton leads to the best classfcaton pefomance; nevetheless, usng chaacte-level n-gam leads to satsfng esults fo Aabc ATC based on Baesan leanng. Moeove, the use of featue selecton methods damatcall nceases the categozaton pefomance. Kewods: Aabc Text Categozaton, Baesan Leanng, Featue Selecton, Automatc Text Categozaton, Multnomal Naïve Baes, Multvaate Benoull Naïve Baes, Odds Rato (OR), Infomaton Gan (IG), Featue Selecton (FS), Mutual Infomaton (MI). INTRODUCTION Automatc Text Categozaton (ATC) s the task of assgnng a gven document to ts pedefned catego automatcall. In ecent eas, usng the compute n ou lfe leads to ncease the numbe of electonc documents and dgtal nfomaton. As a esult, ATC has become one of the most poweful technques fo oganzng the data. Instead of usng the classcal models of text classfcaton that consst of a set of logcal ules defned manuall, Machne Leanng (ML) appoach had been appled wdel to classf the texts automatcall wth hgh accuac (Sebastan, 2002). The most common Supevsed ML algothms ae Statstcal Leanng algothms, whch povde a pobablt that a gven document beng assgned to patcula classes based on pobablstc model (Kotsants, 2007; Sebastan, 2002; Yang and Pedesen, 997). Baesan leanng model s statstcal leanng model that based on Baesan theoem of the ndependenc of featue tems gven the classfcaton. Naïve Baes (NB), Multvaate Benoull Naïve Baes (MBNB), Multnomal Naïve Baes (MNB) and Ngam, 998; Schnede, 2003; Mendez et al., 2008; Yang and Pedesen, 997) ae pobablstc models, whch all appl Baesan theoem whle the wa of computng the pobablt s dffeent.ml appoach dvded nto two phases; tanng phase and test phase. Fo the tanng phase, a set of documents of the collected copus (called tanng set) s used to buld the classfe b allotment a subset of the tanng set fo each catego and pocess them b seveal Infomaton Reteval (IR) technques to extact a set of featues used as chaactestcs fo each catego. In the test phase, the emande of the copus (called test set) wll be used to test and evaluate the pefomance of the classfe b classfng the documents unde each catego as unseen documents and then compae the estmated categoes to the pe-defned ones to measue the classfcaton pefomance. Tpcall, thee ae two epesentaton methods to epesent the text as a set of featues; Bag-Of- Wod (BOW) b usng sngle wods o phases as featues and n-gam b usng sequence of wods (Wod- Level n-gam) o chaactes (Chaacte Level n-gam) of the length n (El-Koud et al., 2004). One poblem ases of buldng ATC sstem s handlng the huge numbe of (Eheamend et al., 2003; Kotsants, 2007; McCallum Coespondng Autho: Bassam Al-Salem, Depatment of Compute Scence, Facult of Infomaton Technolog, Unvest Kebangsaan Malasa, Bang, 43600, Selango, Malasa 39

2 featues, whch can easl each odes of tens of thousands (Al-Hab et al., 2008; Eheamend et al., 2003). Fo educng the featue space dmenson, man IR technques have been appled, such as Stemmng, Stop-wods Removal and Featue Selecton (FS). FS technques such as Mutual Infomaton (MI), Ch-Squae Statstc (CHI), Infomaton Gan (IG), GSS Coeffcent (GSS) and Odds Rato (OR) used to educe the dmensonalt of featue space b elmnatng the featues that ae consdeed elevant fo a patcula catego (Al-Hab et al., 2008; Duw, 2007; Foman, 2003; Fagouds et al., 2005; Galavott et al., 2000). The man am of ths stud s to evaluate and enhance the pefomance of the followng Baesan-based classfes: NB, MBNB and MNB fo Aabc ATC and analss the effect of usng the followng FS methods: CHI, OR, MI and GSS on the classfcaton pefomance. Related wok: Man Baesan leanng and othe statstcal leanng models have been appled fo ATC. The bulk of ATC wok has been devoted fo Englsh and othe Latn language. Concenng Baesan leanng, McCallum and Ngam (McCallum and Ngam, 998) have caed out an analss stud of MNB and MBNB pefomance fo Englsh ACT. The esults poved that MNB outpefoms MNB. In addton, MNB can pefom well when the featue space sze deceased. Anothe stud conducted b Schnede (Schnede, 2003) of usng MBNB and MNB fo spam flteng. The fndngs confmed that MNB outpefoms MBNB. Unlke Englsh language, a lmted numbe of studes had been done fo Aabc ATC(Al-Hab et al., 2008; Dawsh and Oad, 2002; Duw, 2006; 2007; Haag et al., 2009; Kanaan et al., 2009; Khesat, 2009; Mesleh, 2008; 2007). Among all of them onl (Duw, 2006; 2007; Kanaan et al., 2009) used Baesan leanng model. Howeve, the emploed the smple NB, whle MNB and MBNB, whch we wll nvestgate n ths wok, ma acheve bette. Aabc language conssts of 28 lettes and unlke Englsh, t wtten fom ght to left.in addton, Aabc has a complex mopholog (El-Koud et al., 2004; Haat and Ass 2007). Fo that easons, applng ACT technques fo Aabc s moe complcated than that fo Englsh. METHODS AND MATERIALS Pelmna: Let X = {x : =,,n} be a fnte set of documents and let Y = { :j =,,m} be a fnte set of labels such that each document x ϵx belongs to a class label ϵy, gven a set of tanng examples, S = {(x, ), = (,,n)}. The Baesan leanng task s to buld fom the tanng set a pobablstc model capable of estmatng the condtonal pobablt of the class gven an example x,p( x), fo all possble values of and x. J. Compute Sc., 7 (): 39-45, Aabc Text Pe-pocessng: Lke n an ACT sstem, the fst step s pe-pocessng the plan texts. Fo Aabc texts, text pe-pocessng usuall nvolves the followng: emovng punctuaton maks, dactcs and non-aabc lettes, excludng the wods wth length less than thee and elmnatng stop-wods (Khesat, 2009; Lake et al., 2007). In ths stud, Aabc TREC-2002 Lght Stemme (Dawsh and Oad, 2002) s emploed to etun the wods to the stems b emovng the most fequent suffxes and pefxes. Featue Selecton: Gven a catego ϵy and a featue tem t belongs to one o moe documents n X. Let A denotes to the numbe of tmes t pesents n, B s the numbe of tmes t pesents wthout, C s the numbe of tmes t absents n, D s the numbe of tmes t absents wthout and n s the tanng set sze. CHI, MI, OR and GSS methods compute the scoe of t belongs to as the followng: ( ) CHI t, n ( AD CB) ( A + C)( B + C)( A + B)( C + D) n A () ( ) log 2 log 2 ( A + C)( A + B) (2) MI t, ( ) (3) OR t, AD CB AD - CB n ( ) (4) GSS t, 2 Max scoe of each FS functon calculated as Max = max FS(t, ) (5) scoe =,,m Max scoe etuns the appopate catego that t belong to. Classfes: Gven a document x epesented as a set of featue tems x = {t : =,.., x } and a catego. The condtonal pobablt of gven x,p( x), (called posteo pobablt) estmated as follows: ( ) ( ) ( ) p x = p t,,t = p x p(t ) (6) k = Thus, the Baes optmal classfe, the classfe that acheve the mnmum eo, s chosen accodng to: * = ag max p p(t ) = ( ) x (7)

3 J. Compute Sc., 7 (): 39-45, 20 Theefoe, the document x s classfed to the catego *. Patculal, f we denote to the numbe of documents unde whch contan t as n and the total numbe of documents unde as n. Then, the pobablt p(t ) s estmated usng Laplac po (Chen et al., 2009) as: + n p(t ) = m + n (8) whee, m s the numbe of all categoes and p() s the pobablt of computed as: Whle x does not depend on the catego, then, thee s no need to calculate p( x ) and x! Schnede (2004). Moeove, f we denote to the numbe of occuences of t n catego as n and the numbe of the tems n catego as n. So, the pobablt p(t ) s estmated b means of Laplac po as: p(t ) + n = (3) n + n whee, n s the total numbe of all documents and p() computed as: Numbe of documents n Total numbe of documents ( ) = (9) p Numbe of selected tems n p( ) = featue set sze (4) Baesan classfe ntoduced so fa s the smple fom of Naïve Baes, fo smplct we call t NB. MBNB: Suppose that, the featue set that extacted fom the tanng set s T = {t,,t k }. In MBNB, each document x s epesented as a bna vecto v =< v,,vk > n whch v = f t occus n the document x (at least once), o v = 0 othewse. Thus, each document x s seen as a esult of k Benoull tals, whee fo each tal we decde whethe o not t occus n x. Unde the naïve Baes assumpton that the pobablt of each wod occung n a document s ndependent of othe wods gven the class label, the pobablt p(x ) s computed as a smple poduct: k ( ) = ( ) = ( ).( ( )) = v v p x p v p t p t (0) Theefoe, the maxmum posteo classfe s constucted as: * = ag max p p v { ( ). ( )} () whee, p(t ) and p() come fom Equaton (8) and (9) espectvel. MNB: MNB epesents the document x = {t,,t x }, as a vecto v =< v,,v x >, whee v s the numbe of occuence of t n x. The pobablt p(x ) computed as the multnomal dstbuton: Pefomance measues: The effectveness of ACT sstem can be measued b sotng the categozaton esult nto the followng: Fo each catego, suppose that the classfe pedctons ae summed up as follows: Tue Postve (TP) efes to the set of documents that assgned coectl to, False Postve (FP) efes to the set of documents ncoectl assgned to, False Negatve (FN) efes to the set of documents ncoectl not assgned to and Tue Negatve (TN) efes to the set of documents coectl not assgned to. Pecson and ecall: Pecson (p) and Recall () of a catego defned as: TP p = TP + FN (5) TP = TP + FP (6) F-measue: F-measue s the most wdel measue used to measue the classfcaton pefomance and computed as the hamonc mean of p and taken the fom: 2p. F = p + (7) Macoaveaged-F (Maco-F): Maco-F computed as the athmetc aveage ove F-measue of all categoes: v ( ) x p t p( x ) = p( v ) = p( x ). x! = v! (2) 4 Maco - F = F m (8)

4 J. Compute Sc., 7 (): 39-45, 20 EXPERMENTS AND RESULTS The dataset used n ths stud s n-house collectons of Aabc news conssts of 3,72 documents and fll nto the followng categoes: Ats, Econom, Poltcs and Spot. Dataset dvded nto,732 documents fo tanng and,440 documents fo test. Table shows how the dataset dvded fo tanng and test pe catego. The fst step s pe-pocessng the plan texts. The pe-pocessng nvolves tokenzaton, nomalzaton, stop-wods emoval and stemmng. Fo text epesentaton, we used chaacte-level n-gam of length 3, 4 and 5 and stemmed-wods. Afte epesentng the text, we extact fou dffeent featues sets, one fo each epesentaton methods. Then, we emploed FS methods fo educng the featues dmenson. The FS methods emploed n ou stud ae the followng: CHI, MI, OR and GSS. Table 2 shows the mpact of usng FS methods fo educng the numbe of selected featues as stemmed-wods. Then, we bult and taned the followng Baesan leanng models: NB, MBNB and MNB. Fo thee featue epesentaton methods, fou featue selecton technques and thee classfes, the numbe of expements caed out s 36 dffeent expements n whch the numbe of expements fo each classfe s 2 expements. In each expement, we evaluated the pefomance of each classfe on the test set usng dffeent numbe of the top most fequent tems n each featue set. The gven numbes of the top selected featues ae 200, 400, 600, 800,,000 and,200 featues. Table : The categoes and the tanng and test set At Poltcs Economc Spot Tanng set Test set Table 2: Stemmed-wods featue set sze fo each catego befoe and afte applng FS methods. FS method At Poltcs Economc Spot Wthout CHI GSS MI OR Fg. : Maco-F esultsusng 3-gam epesentaton Results usng 3-gam epesentaton: Fg. shows the Maco-F esults usng 3-gam epesentaton. It s clea that MNB classfe acheved the best pefomance usng GSS method. The best Maco-F esult obtaned b MNB s (0.92) when the numbe of featue tems s,000 o,200. The second Maco-F esult s acheved also b MNB wth OR, whch s (0.907) occued when the numbe of selected featues s,200 featue. MBNB comes afte MNB n whch the best esult obtaned s (0.902) usng OR when the Fg. 2: Maco-F esultsusng 4-gam epesentaton numbe of top tems s,000 o,200. Howeve, unlke Results usng 4-gam epesentaton: Fg. 2 shows NB and MNB, MBNB pefoms well wth small that MBNB acheved the best pefomance oveall numbe of featues. The best Maco-F esults obtaned usng 4-gam epesentaton. The best Maco-F b NB s (0.897) usng GSS when the numbe of top acheved b MBNB s (0.927) when the numbe of tems s,000 o,200. Concenng FS methods, CHI featues s,200 selected b OR o GSS. MNB and NB leads to the wost pefomance oveall, whle GSS obtan the lowest pefomance when the numbe of appoxmatel leads to the best pefomance. featues less than,000, whle the acheve bette when 42

5 J. Compute Sc., 7 (): 39-45, 20 the numbe of featues ove than,000. The best esult obtaned b NB s (0.924) wth,200 featues selected b CHI. MBNB acheved bette than NB n aveage, whle the best Maco-F acheved s (0.924) when the numbe of featues s,200 selected b OR method. Results usng 5-gam epesentaton: Fom Fg. 3, t s clea that MBNB acheved the best pefomance ove all. Howeve, nceasng the 5-gam featues moe than 400 s not effectve n lage. NB and MNB ae pefomng well when the numbe of featues s moe than,000. The best Maco-F acheved b MBNB s (0.934) occued b usng,000 featues selected b OR method.mnb classfe acheved bette than NB when the numbe of featues less than,000 and afte that NB outpefoms MNB; howeve, nceasng the numbe of featues enhances the pefomance of both MNB and NB. The best Maco-F esults acheved b NB and MNB ae (0.929) and (0.89) obtaned when the numbe of featues ae,000 and,200 espectvel. Fg. 3: Maco-F esultsusng 5-gam epesentaton Fg. 4: Maco-F esultsusng stemmed-wods 43 Results usng BOW epesentaton (stemmedwods): Fg. 4 shows that MBNB classfe acheved well usng small numbe of top featues, whle MNB s pefomng bette when the numbe of featues nceased. Howeve, MBNB outpefoms both MNB and NB n geneal. The best Maco-F esult acheved b MBNB s (0.94) usng 400 featues, selected b CHI method. Howeve usng MI to select the featues fo MBNB leads to (0.933) Maco-F, when the numbe of top featues s 800. NB outpefoms MNB when the numbe of featues less than 800 featues wth the best Maco-F value (0.933) usng 800 featues, selected b MI. DISCUSSION MBNB outpefomed MNB and NB oveall. The eason behnd that s the numbe of extacted featues fom the dataset s not too lage. Moeove, the dataset s small and balanced. These fndngs ae dealng wth McCallum and Ngam (998) fndngs. In the stud that conducted on Baesan leanng fo ATC, the ponted out that MBNB almost acheved accuate pefomance wth small numbe of featues less than,000 featues and when the dataset s balanced. Howeve, n ou stud MBNB outpefoms MNB fo the same eason mentoned above. Futhemoe, MNB can outpefom both of NB and MBNB when the numbe of featues s extemel lage and when the featues occued man tmes n the tanng data. Fo nstance, usng 3-gam epesentaton leads to ncease the featues occuences n the tanng data and as a esult, MNB acheved the best pefomance. In addton, usng the stemmed-wods as featues leads to the best pefomance among all the used text epesentaton technques, nevetheless usng chaacte level n-gam fo Baesan leanng models leads to accepted esults; howeve, 3-gam epesentaton leads to the pooest pefomance. Table 3: The best choosng of FS methods that leads to the best pefomance Classfe Featue tpe Numbe of top featues Ove MBNB 3-gam GSS GSS MI 4-gam CHI CHI OR 5-gam GSS CHI OR BOW MI GSS OR NB 3-gam GSS GSS MI 4-gam GSS GSS CHI 5-gam GSS CHI GSS BOW GSS MI OR MNB 3-gam MI GSS MI 4-gam CHI GSS OR 5-gam GSS MI GSS BOW OR GSS GSS

6 CONCLUSION In ths stud, we nvestgated the use of Baesan leanng fo Aabc Text Categozaton. Two epesentaton tpe wee used fo epesentng the text and fou featue selecton methods wee nvestgated to educe the featue space dmensonalt. The expemental esults on a collecton of Aabc news poved that MBNB outpefoms both MNB and NB oveall and usng BOW epesentaton leads to the best pefomance. Futhemoe, ou fndngs vefed that usng n-gam s not lmted on the dstance-based classfcaton models. In ou expement, we have nvestgated chaacte level n-gam to epesent Aabc texts fo ATC based on Baesan leanng and t leads to accepted esults. In addton, we have analzed the elevance of choosng an appopate featue selecton method wth the sze and tpe of the featues and the effectveness on each classfe pefomance, (Table 3) sums up these fndngs.the bestmaco-fobtaned ove all s (0.94), acheved b MBNB when the numbe of featues s 400, epesented b BOW and selected b CHI featue selecton method. In the futue, we wll expand the numbe of Aabc categoes to cove the most common categoes and we wll nclude the othe Baesan leanng classfes that wee not mentoned n ths stud. REFERENCES Al-Hab, S., A. Almuhaeb, A. Al-Thubat, M.S. Khosheed and A. Al-Rajeh, Automatc Aabc Text Classfcaton. 9es jounées ntenatonales d analse statstque des données textuelles, JADT, 08: Chen, J., H. Huang, S. Tan and Y. Qu, Featue Selecton Fo Text Classfcaton Wth Naïve Baes. Expet sstems wth applcatons. Int. J., 36: DOI: 0.06/j.eswa Dawsh, K. and D.W. Oad, CLIR Expements at Maland fo TREC-2002: evdence combnaton fo Aabc-Englsh eteval. Poceedngs of the th Text Reteval Confeence. (TRC 02), Ctseeex Publshe, Pennslvana State, pp: Duw, R.M., Machne leanng fo Aabc text categozaton. J. Am. Soc. Infom. Sc. Technol., 57: DOI: 0.002/as Duw, R., Aabc Text categozaton. Int. Aab J. Infom. Technol., 4: J. Compute Sc., 7 (): 39-45, El-Koud, M., A. Bensad and T. Rachd, Automatc Aabc document categozaton based on the Naïve Baes Algothm. Poceedngs of the Wokshop on Computatonal Appoaches to Aabc Scpt-Based Languages, (CAASL 04), Stoudsbug, PA, USA, pp:5-58. Eheamend, S., D. Lews and D. Madgan, On the nave baes model fo text categozaton. Ctseeex. Foman, G., An extensve empcal stud of featue selecton metcs fo text classfcaton. J. Mach. Lean. Res. ACM, 3: DOI: 0.62/ Fagouds, D., D. Meetaks and S. Lkothanasss, Best Tems: An effcent featue-selecton algothm fo text categozaton. Knowl. Infom. Sst., 8: DOI: 0.007/s Galavott, L., F. Sebastan and M. Sm, Expements on the use of featue selecton and negatve evdence n automated text categozaton. Res. Adv. Technol. Dgtal Lbaes, 923: DOI: 0.007/ _6 Haat, R.A. and O.E.Ass, CASRA+: A Colloqual Aabc Speech Recognton Applcaton. Am. J. Appled Sc., 4: DOI: / Haag, F., E. El-Qawasmeh and P. Pchappan Impovng Aabc text categozaton usng decson tees. Poceedngs of the st Intenatonal Confeence Netwoked Dgtal Technologes, Jul, 28-3, IEEE Xploe Pess, Ostava, pp: 0-5. DOI: 0.09/NDT Kanaan, G., R. Al-Shalab, S. Ghwanmeh and H. Al- Maadeed, A compason of textclassfcaton technques appled to Aabc Text. J. Am. Soc. Infom. Sc. Technol., 60: DOI:0.002/ASI Khesat, L., A machne leanng appoach fo Aabc text classfcaton usng N-gam fequenc statstcs. J. Infom., 3: Kotsants, S.B., Supevsed machne leanng: A evew of classfcaton technques. Infomatca, 3: Lake, L., L. Ballesteos and M. Connell, Lght stemmng fo Aabc nfomaton eteval. Aabc Comput. Mophol., 38: DOI: 0.007/ _2 McCallum, A. and K. Ngam, 998. A Compason Of Event Models Fo Nave Baes Text Classfcaton. Poceedng of the AAAI-98 Wokshop on Leanng fo Text Categozaton. (WLTC 98), Publshe Ctesee, Pennslvana State, pp: 4-48.

7 J. Compute Sc., 7 (): 39-45, 20 Mendez, J.R., I. Cd, D. Glez-Peña, M. Rocha and F. Fdez-Rveola, A compaatve mpact stud of attbute selecton technques on naïve baes spam fltes. Lect. Notes Comp. Sc., 5077: , DOI: 0.007/ _7 Mesleh, A.W Suppot vecto machnes based Aabc language text classfcaton Sstem: Featue Selecton Compaatve Stud. Poceedngs of the 2th WSEAS Intenatonal Confeence on Appled Mathematcs, Dec. 29-3, Wold Scentfc and Engneeng Academ and Socet, Wsconsn, USA., pp: Mesleh, A.M.A., Ch squae featue extacton based SVMs Aabc language text categozaton sstem. J. Comput. Sc., 3: DOI:0.3844/JCSSP Sebastan, F., Machne leanng n automated text categozaton. ACM Comput. Suves (CSUR), 34: -47. DOI:0.45/ Schnede, K., A compason of event models fo nave baes ant-spam e-mal flteng. Poceedng of the 0th Confeence on Euopean Chapte of the Assocaton fo Computatonal Lngustcs, (ECACL 03) ACM, Budapest, Hunga, pp: DOI: 0.35/ Yang, Y. and J. Pedesen, 997. A Compaatve Stud on Featue Selecton n Text Categozaton. Poceedngs of the Fouteenth Intenatonal Confeence on Machne Leanng (ICML'97), Mogan Kaufmann Publshes Inc, CA, USA., pp:

arxiv: v1 [math.co] 21 Jan 2016

arxiv: v1 [math.co] 21 Jan 2016 PROOF OF BIJECTION FOR COMBINATORIAL NUMBER SYSTEM axv:60.05794v [math.co] Jan 06 ABU BAKAR SIDDIQUE, SAADIA FARID, AND MUHAMMAD TAHIR Abstact. Combnatoal numbe system epesents a non-negatve natual numbes

More information

Recognizing Facial Expressions Based on Gabor Filter Selection

Recognizing Facial Expressions Based on Gabor Filter Selection Recognzng Facal Expessons Based on Gabo Flte Selecton Zang Zhang, Xaomn Mu, Le Gao School of Infomaton Engneeng Zhengzhou Unvest Zhengzhou, Chna Abstact Recognton of human emotonal state s an mpotant component

More information

Soochow University: Description and Analysis of the Chinese Word Sense Induction System for CLP2010

Soochow University: Description and Analysis of the Chinese Word Sense Induction System for CLP2010 Soochow Unvesty: Descpton and Analyss of the Chnese Wod Sense Inducton System fo CLP2010 Hua Xu Bng Lu Longhua Qan Guodong Zhou Natual Language Pocessng Lab School of Compute Scence and Technology Soochow

More information

An Object Based Auto Annotation Image Retrieval System

An Object Based Auto Annotation Image Retrieval System Poceedngs of the 5th WSEAS Intenatonal Confeence on Telecommuncatons and Infomatcs, Istanbul, Tukey, May 27-29, 2006 (pp509-54) An Obect Based Auto Annotaton Image Reteval System Pe-Cheng Cheng, Been-Chan

More information

A Bayesian Approach toward Active Learning for Collaborative Filtering

A Bayesian Approach toward Active Learning for Collaborative Filtering A Bayesan Appoach towad Actve Leanng fo Collaboatve Flteng Rong Jn Depatment of Compute Scence and Engneeng Mchgan State Unvesty ong@cse.cmu.edu Abstact Collaboatve flteng s a useful technque fo eplotng

More information

Planar Curve Representation and Matching

Planar Curve Representation and Matching Plana Cuve Repesentaton and Matchng Mahe Al-Khayat and Fahad Kamanga Compute Scence and Engneeng Depatment Unvesty of Texas at Alngton Alngton, Texas 7609, USA [al-khay kamanga]@cse.uta.edu Abstact In

More information

Supervised and Unsupervised Text Classification via Generic Summarization

Supervised and Unsupervised Text Classification via Generic Summarization Intenatonal Jounal of Compute Infomaton Systems and Industal Management Applcatons. ISSN 50-7988 Volume 5 (03) pp. 509-55 MIR Labs, www.mlabs.net/jcsm/ndex.html Supevsed and Unsupevsed Text Classfcaton

More information

Effectiveness evaluation of electronic warfare command and control system based on grey AHP method

Effectiveness evaluation of electronic warfare command and control system based on grey AHP method Avalable onlne www.jocp.com Jounal of hemcal and Phamaceutcal Reseach, 014, 6(7):535-54 Reseach Atcle ISSN : 0975-7384 ODEN(USA) : JPR5 Effectveness evaluaton of electonc wafae command and contol system

More information

Feature Extraction for Collaborative Filtering: A Genetic Programming Approach

Feature Extraction for Collaborative Filtering: A Genetic Programming Approach IJCSI Intenatonal Jounal of Compute Scence Issues Vol. 9 Issue 5 No Septembe 0 www.ijcsi.og 348 Featue xtacton fo Collaboatve Flteng: A Genetc Pogammng Appoach Deepa Anand Depatment of Compute Scence Chst

More information

Recognition of Shapes for Object Retrieval in Image Databases by Discrete Curve Evolution and Two Consecutive Primitive Edges

Recognition of Shapes for Object Retrieval in Image Databases by Discrete Curve Evolution and Two Consecutive Primitive Edges Poceedngs of the Intenatonal MultConfeence of Engnees and Compute Scentsts 009 Vol I IMECS 009 Mach 8-0 009 Hong Kong Recognton of Shapes fo Object Reteval n Image Databases by Dscete Cuve Evoluton and

More information

A Comparative Impact Study of Attribute Selection Techniques on Naïve Bayes Spam Filters

A Comparative Impact Study of Attribute Selection Techniques on Naïve Bayes Spam Filters A Compaative Impact Study of Attibute Selection Techniques on Naïve Bayes Spam Filtes J. R. Méndez, I. Cid, D. Glez-Peña, F. Fdez-Riveola, M. Rocha 2 Dept. Infomática, Univesity of Vigo, Escuela Supeio

More information

Hadoop based Feature Selection and Decision Making Models on Big Data

Hadoop based Feature Selection and Decision Making Models on Big Data Indan Jounal of Scence and Technology, Vol 9(0), DOI: 0.7485/jst/206/v90/88905, Mach 206 ISSN (Pnt) : 0974-6846 ISSN (Onlne) : 0974-5645 Hadoop based Featue Selecton and Decson Makng Models on Bg Data

More information

FUZZY ARTMAP AND NEURAL NETWORK APPROACH TO ONLINE PROCESSING OF INPUTS WITH MISSING VALUES

FUZZY ARTMAP AND NEURAL NETWORK APPROACH TO ONLINE PROCESSING OF INPUTS WITH MISSING VALUES FUZZY ARTMAP AD EURAL ETWORK APPROACH TO OLIE PROCESSIG OF IPUTS WITH MISSIG VALUES F.V. elwamondo* and T. Mawala* * School of Electcal and Infomaton Engneeng, Unvesty of the Wtwatesand, Johannesbug, Pvate

More information

Controlled Information Maximization for SOM Knowledge Induced Learning

Controlled Information Maximization for SOM Knowledge Induced Learning 3 Int'l Conf. Atificial Intelligence ICAI'5 Contolled Infomation Maximization fo SOM Knowledge Induced Leaning Ryotao Kamimua IT Education Cente and Gaduate School of Science and Technology, Tokai Univeisity

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We ae IntechOpen, the wold s leadng publshe of Open Access books Bult by scentsts, fo scentsts 3,900 116,000 10 Open access books avalable Intenatonal authos and edtos Downloads Ou authos ae among the

More information

FUNDAMENTALS OF RADIOMETRY

FUNDAMENTALS OF RADIOMETRY 1 FUNDAMENTALS OF RADIOMETRY Lectue 5 Radomety 2 Quanttatve measuement of the popetes of EM adaton nteacton wth matte o emsson fom t Radomety deals wth total EM adaton We extend the concept of adans n

More information

Performance Evaluation of WDM LAN s with Propagation Delay Constraint Analysis

Performance Evaluation of WDM LAN s with Propagation Delay Constraint Analysis Pefomance Evaluaton of WD AN s wth Popagaton Dela Constant Analss IOANNI E. POUNOURAKI Depatment of Electcal & Compute Engneeng Natonal echncal Unvest of Athens 57 73 Zogaphou, Athens GREECE Abstact: -In

More information

Classification of Color Textures with Random Field Models and Neural Networks

Classification of Color Textures with Random Field Models and Neural Networks Classfcaton of Colo extues wth Rom Feld Models Neual Netwoks Olo J. Henez John Cook Mchael Gffn Cntha De Rama Mchael McGoven E-mal: {hene cook5 gffn deama mcgove4}@tcn.edu Depatment Electcal & Compute

More information

One-Dimensional Linear Local Prototypes for Effective Selection of Neuro-Fuzzy Sugeno Model Initial Structure

One-Dimensional Linear Local Prototypes for Effective Selection of Neuro-Fuzzy Sugeno Model Initial Structure One-Dmensonal Lnea Local Pototypes fo Effectve Selecton of euo-fuzzy Sugeno Model Intal Stuctue Jace Kabzńs Insttute of Automatc Contol, Techncal Unvesty of Lodz, Stefanowsego 8/22, 90 924 Lodz, Poland,

More information

KANBAN DEVS MODELLING, SIMULATION AND VERIFICATION

KANBAN DEVS MODELLING, SIMULATION AND VERIFICATION KANBAN DEVS MODELLING, SIMULATION AND VERIFICATION Alex Cave and Saed Nahavand School of Engneeng and Technology, Deakn Unvesty, Geelong, Vctoa 3216, Austala nahavand@deakn.edu.au ABSTRACT Kanban Contol

More information

Volumetric Textures. Esteban W. Gonzalez Clua 1 Marcelo Dreux 2

Volumetric Textures. Esteban W. Gonzalez Clua 1 Marcelo Dreux 2 Volumetc Textues Esteban W. Gonzalez Clua 1 Macelo Deux 2 1 PUC-Ro - Depatment of Compute Scence Rua Maquês de São Vcente, 255, 22443-900, Ro de Janeo, RJ, Bazl esteban @nf.puc-o.b 2 PUC-RIO Mechancal

More information

Fuzzy clustering ensemble based on mutual information

Fuzzy clustering ensemble based on mutual information Poceedngs of the 6th WSEAS Intenatonal Confeence on Smulaton, Modellng and Optmzaton, Lsbon, Potugal, Septembe 22-24, 26 476 Fuzz clusteng ensemble based on mutual nfomaton YAN GAO SHIWEN GU LIMING XIA

More information

Improved Methods on PCA Based Human Face Recognition for Distorted Images

Improved Methods on PCA Based Human Face Recognition for Distorted Images Poceedngs of the Intenatonal MultConfeence of Engnees and Compute Scentsts 016 Vol I,, Mach 16-18, 016, Hong Kong Impoved Methods on PCA Based Human Face Recognton fo Dstoted Images Buce Poon, M. Ashaful

More information

Solving two-person zero-sum game by Matlab

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

More information

Journal of Engineering Science and Technology Review 7 (1) (2014) Research of Anti-Noise Image Salient Region Extraction Method

Journal of Engineering Science and Technology Review 7 (1) (2014) Research of Anti-Noise Image Salient Region Extraction Method Jest Jounal of Engneeng Scence and echnology Revew 7 () (04) 43 47 JOURNAL OF Engneeng Scence and echnology Revew www.jest.og Reseach of Ant-Nose Image Salent Regon Extacton Method Bng XU,*, Shy XIE and

More information

Information Retrieval. CS630 Representing and Accessing Digital Information. IR Basics. User Task. Basic IR Processes

Information Retrieval. CS630 Representing and Accessing Digital Information. IR Basics. User Task. Basic IR Processes CS630 Repesenting and Accessing Digital Infomation Infomation Retieval: Basics Thosten Joachims Conell Univesity Infomation Retieval Basics Retieval Models Indexing and Pepocessing Data Stuctues ~ 4 lectues

More information

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012 2011, Scienceline Publication www.science-line.com Jounal of Wold s Electical Engineeing and Technology J. Wold. Elect. Eng. Tech. 1(1): 12-16, 2012 JWEET An Efficient Algoithm fo Lip Segmentation in Colo

More information

SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH

SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH I J C A 7(), 202 pp. 49-53 SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH Sushil Goel and 2 Rajesh Vema Associate Pofesso, Depatment of Compute Science, Dyal Singh College,

More information

Adjusting the Contact Surface of Forming Tools in Order to Compensate for Elastic Deformations during the Process

Adjusting the Contact Surface of Forming Tools in Order to Compensate for Elastic Deformations during the Process Adjustng the Contact Suface of Fomng Tools n Ode to Compensate fo Elastc Defomatons dung the Pocess Knut Goßmann, Hajo Weme, Andè Hadtmann, Las Pente, Sebastan Kechenbaue Insttute fo Machne Tools and Contol

More information

A SAS Macro for Finding Optimal k-means Clustering in One Dimension with Size Constraints

A SAS Macro for Finding Optimal k-means Clustering in One Dimension with Size Constraints Pape SD-02 A SAS Maco fo Fndng Optmal k-means Clusteng n One Dmenson wth Sze Constants Fengao Hu, Geoga Regents Unvesty; Robet E. Johnson, Vandeblt Unvesty ABSTRACT Wang and Song (2011) poposed a k-means

More information

Vol. 4, No. 6 June 2013 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved.

Vol. 4, No. 6 June 2013 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved. Vol 4, No 6 June 03 ISSN 079-8407 Jounal Emegng Tends n Computng and Infomaton Scences 009-03 CIS Jounal All ghts eseved http://wwwcsjounalog Optmal Powe Dstbuton System Placement to Install the RTU wth

More information

Constructing Service Semantic Link Network Based on the Probabilistic Graphical Model

Constructing Service Semantic Link Network Based on the Probabilistic Graphical Model Intenatonal Jounal of omputatonal Intellgence ystems, Vol. 5, No. 6 (Novembe, 2012), 1040-1051 onstuctng evce emantc Lnk Netwok Based on the Pobablstc Gaphcal odel ANPING ZHAO * ollege of ompute and Infomaton

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

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

More information

Performance Evaluation of Neighborhood Signature Techniques for Peer-to-Peer Search

Performance Evaluation of Neighborhood Signature Techniques for Peer-to-Peer Search Pefomance Evaluaton of Neghbohood gnatue Technques fo Pee-to-Pee each e L Wang-Chen Lee * Anand vasubamanam Depatment of Compute cence and Engneeng Pennsylvana tate Unvesty Unvesty Pak, PA 16802, UA E-al:

More information

Fuzzy Membership Function Based on Structural Information of Data Fang-Zhi ZHU a, Hui-Ru WANG b, Zhi-Jian ZHOU c,*

Fuzzy Membership Function Based on Structural Information of Data Fang-Zhi ZHU a, Hui-Ru WANG b, Zhi-Jian ZHOU c,* 06 Intenatona Confeence on Sevce Scence, Technoogy and Engneeng (SSTE 06 ISBN: 978--60595-35-9 Fuzzy Membeshp Functon Based on Stuctua Infomaton of Data Fang-Zh ZHU a, Hu-Ru WANG b, Zh-Jan ZHOU c,* Coege

More information

4.2. Co-terminal and Related Angles. Investigate

4.2. Co-terminal and Related Angles. Investigate .2 Co-teminal and Related Angles Tigonometic atios can be used to model quantities such as

More information

Spiral Recognition Methodology and Its Application for Recognition of Chinese Bank Checks

Spiral Recognition Methodology and Its Application for Recognition of Chinese Bank Checks Spial Recognition Methodology and Its Application fo Recognition of Chinese Bank Checks Hanshen Tang 1, Emmanuel Augustin 2, Ching Y. Suen 1, Olivie Baet 2, Mohamed Cheiet 3 1 Cente fo Patten Recognition

More information

Experiments in Text Categorization Using Term Selection by Distance to Transition Point

Experiments in Text Categorization Using Term Selection by Distance to Transition Point Experments n Text Categorzaton Usng Term Selecton by Dstance to Transton Pont Edgar Moyotl-Hernández, Héctor Jménez-Salazar Facultad de Cencas de la Computacón, B. Unversdad Autónoma de Puebla, 14 Sur

More information

IP Network Design by Modified Branch Exchange Method

IP Network Design by Modified Branch Exchange Method Received: June 7, 207 98 IP Netwok Design by Modified Banch Method Kaiat Jaoenat Natchamol Sichumoenattana 2* Faculty of Engineeing at Kamphaeng Saen, Kasetsat Univesity, Thailand 2 Faculty of Management

More information

Some Image Processing Algorithms on a RAP with Wider Bus Networks

Some Image Processing Algorithms on a RAP with Wider Bus Networks Some Image Pocessng Algothms on a RAP wth Wde Bus Netwoks Shung-Shng Lee, Sh-Jnn Hong, Hong-Ren Tsa and Yu-Hua Lee Natonal Tawan Insttute of Technology Depatment of Electcal Engneeng 4, Secton 4, Kee-Lung

More information

An Extension to the Local Binary Patterns for Image Retrieval

An Extension to the Local Binary Patterns for Image Retrieval , pp.81-85 http://x.oi.og/10.14257/astl.2014.45.16 An Extension to the Local Binay Pattens fo Image Retieval Zhize Wu, Yu Xia, Shouhong Wan School of Compute Science an Technology, Univesity of Science

More information

A QoS Scheme for a Congestion Core Network Based on Dissimilar QoS Structures in Smart-Phone Environments

A QoS Scheme for a Congestion Core Network Based on Dissimilar QoS Structures in Smart-Phone Environments Sensos 2010, 10, 10006-10013; do:10.3390/s101110006 OPEN ACCESS sensos ISSN 1424-8220 www.mdp.com/jounal/sensos Atcle A QoS Scheme fo a Congeston Coe Netwok Based on Dssmla QoS Stuctues n Smat-Phone Envonments

More information

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

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

More information

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension 17th Wold Confeence on Nondestuctive Testing, 25-28 Oct 2008, Shanghai, China Segmentation of Casting Defects in X-Ray Images Based on Factal Dimension Jue WANG 1, Xiaoqin HOU 2, Yufang CAI 3 ICT Reseach

More information

Interactive NURBS Tutorial in Virtual Reality

Interactive NURBS Tutorial in Virtual Reality Inteacte NURBS Ttoal n Vtal Realty Eng 477 Poect Fa Octobe 10 2006 Edmond Nadle enadle@mch.ed 734 913-6970 Eng 477 Poect Fa Octobe 10 2006 Eng 477 Poect Fa Octobe 10 2006 NURBS Ces and Sfaces = Non-Unfom

More information

A Two-stage and Parameter-free Binarization Method for Degraded Document Images

A Two-stage and Parameter-free Binarization Method for Degraded Document Images A Two-stage and Paamete-fee Binaization Method fo Degaded Document Images Yung-Hsiang Chiu 1, Kuo-Liang Chung 1, Yong-Huai Huang 2, Wei-Ning Yang 3, Chi-Huang Liao 4 1 Depatment of Compute Science and

More information

Weighted Piecewise LDA for Solving the Small Sample Size Problem in Face Verification

Weighted Piecewise LDA for Solving the Small Sample Size Problem in Face Verification TNN05-P485 Weghted Pecewse LDA fo Solvng the Small Sample Sze Poblem n Face Vefcaton Maos Kypeountas, Anastasos Tefas, Membe, IEEE, and Ioanns Ptas, Seno Membe, IEEE Abstact A novel algothm that can be

More information

Slotted Random Access Protocol with Dynamic Transmission Probability Control in CDMA System

Slotted Random Access Protocol with Dynamic Transmission Probability Control in CDMA System Slotted Random Access Potocol with Dynamic Tansmission Pobability Contol in CDMA System Intaek Lim 1 1 Depatment of Embedded Softwae, Busan Univesity of Foeign Studies, itlim@bufs.ac.k Abstact In packet

More information

Enhance the Alignment Accuracy of Active Shape Models Using Elastic Graph Matching

Enhance the Alignment Accuracy of Active Shape Models Using Elastic Graph Matching Enhance the Algnment Accuacy of Actve Shape Models Usng Elastc Gaph Matchng Sanqang Zhao 1,, Wen Gao, Shguang Shan, Baoca Yn 1 1) Multmeda and Intellgent Softwae Technology Lab, Beng Unvesty of Technology,

More information

A Neural Network Model for Storing and Retrieving 2D Images of Rotated 3D Object Using Principal Components

A Neural Network Model for Storing and Retrieving 2D Images of Rotated 3D Object Using Principal Components A Neual Netwok Model fo Stong and Reteving 2D Images of Rotated 3D Object Using Pncipal Components Tsukasa AMANO, Shuichi KUROGI, Ayako EGUCHI, Takeshi NISHIDA, Yasuhio FUCHIKAWA Depatment of Contol Engineeng,

More information

An Unsupervised Segmentation Framework For Texture Image Queries

An Unsupervised Segmentation Framework For Texture Image Queries An Unsupevised Segmentation Famewok Fo Textue Image Queies Shu-Ching Chen Distibuted Multimedia Infomation System Laboatoy School of Compute Science Floida Intenational Univesity Miami, FL 33199, USA chens@cs.fiu.edu

More information

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

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

More information

Chi Square Feature Extraction Based Svms Arabic Language Text Categorization System

Chi Square Feature Extraction Based Svms Arabic Language Text Categorization System Journal of Computer Scence 3 (6): 430-435, 007 ISSN 1549-3636 007 Scence Publcatons Ch Square Feature Extracton Based Svms Arabc Language Text Categorzaton System Abdelwadood Moh'd A MESLEH Faculty of

More information

Error Estimation of Difference Operators on Irregular Nodes

Error Estimation of Difference Operators on Irregular Nodes Eo Estmaton of Dffeence peatos on Iegla Nodes H. Issh, Insttte of Mathematcal Analss, saa, apan, ssh@dab.h-ho.ne.p T. Kawama, Comptatonal Fld Dnamcs Consltng Inc., awama@cfd-consltng.co.p D. Ktazawa, Insttte

More information

Dynamic Optimization of Structures Subjected to Earthquake

Dynamic Optimization of Structures Subjected to Earthquake IACSIT Intenatonal Jounal of Engneeng and Technology, Vol. 8, No. 4, August 06 Dynamc Optmzaton of Stuctues Subjected to Eathquake Aleza Lavae and Aleza Lohasb Abstact To educe the oveall tme of stuctual

More information

Risk assessment research for power transformer based on fuzzy synthetic evaluation

Risk assessment research for power transformer based on fuzzy synthetic evaluation Avalable onlne www.jocp.com Jounal of Chemcal and Phamaceutcal Reseach, 23, 5(2):62-68 Reseach Atcle ISSN : 975-7384 CODEN(USA) : JCPRC5 Rsk assessment eseach fo powe tansfome based on fuzzy synthetc evaluaton

More information

Dual Tree Complex Wavelet Transform for Face Recognition Using PCA Algorithm

Dual Tree Complex Wavelet Transform for Face Recognition Using PCA Algorithm B.Dhamenda,INDIA / Intenatonal Jounal of Reseach and Computatonal echnology, Vol.5 Issue.4 ISSN: 0975-5662, Dec, 2013 www.jct.og Dual ee Complex Wavelet ansfom fo Face Recognton Usng PCA Algothm Dhamenda

More information

Comparing performance of SRAMT-LE vs other layered encoding schemes regarding TCP friendliness

Comparing performance of SRAMT-LE vs other layered encoding schemes regarding TCP friendliness Compang pefomance of SRAMT-LE vs othe layeed encodng schemes egadng TCP fendlness Chstos Bouas, Apostolos Gkamas Reseach Academc Compute Technology Insttute, 61 Rga Feaou St, GR-26221 Patas, Geece Compute

More information

Manuscript Draft. Title: Lattice Boltzmann Model for Fast Level Set Algorithm Using the Multiple Kernel Fuzzy C-Means

Manuscript Draft. Title: Lattice Boltzmann Model for Fast Level Set Algorithm Using the Multiple Kernel Fuzzy C-Means Undestandng Compute Vson and Image Manuscpt Daft Manuscpt Numbe: CVIU-12-298 Ttle: Lattce Boltzmann Model fo Fast Level Set Algothm Usng the Multple Kenel Fuzzy C-Means Atcle Type: Regula Pape Keywods:

More information

Announcements. Supervised Learning

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

More information

Efficient VLSI Implementation of Modified Dual Tree Discrete Wavelet Transform Based on Lifting Scheme

Efficient VLSI Implementation of Modified Dual Tree Discrete Wavelet Transform Based on Lifting Scheme Austalan Jounal of Basc and Appled Scences, 9(7) August 05, Pages: 58-66 ISSN:99-878 Austalan Jounal of Basc and Appled Scences Jounal home page: www.ajbasweb.com Effcent VLSI Implementaton of Modfed Dual

More information

Detection and Recognition of Alert Traffic Signs

Detection and Recognition of Alert Traffic Signs Detection and Recognition of Alet Taffic Signs Chia-Hsiung Chen, Macus Chen, and Tianshi Gao 1 Stanfod Univesity Stanfod, CA 9305 {echchen, macuscc, tianshig}@stanfod.edu Abstact Taffic signs povide dives

More information

Efficient End-to-End Communication Services for Mixed Criticality Avionics Systems

Efficient End-to-End Communication Services for Mixed Criticality Avionics Systems 214 IEEE 22nd Intenatonal Symposum of Qualty of Sevce (IWQoS) Effcent End-to-End Communcaton Sevces fo Mxed Ctcalty Avoncs Systems Yng Fang Yu Hua Xue Lu McGll Unvesty Huazhong Unv. of Sc. and Tech. McGll

More information

Data Mining: Model Evaluation

Data Mining: Model Evaluation Data Mnng: Model Evaluaton Aprl 16, 2013 1 Issues: Evaluatng Classfcaton Methods Accurac classfer accurac: predctng class label predctor accurac: guessng value of predcted attrbutes Speed tme to construct

More information

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

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

More information

Towards Adaptive Information Merging Using Selected XML Fragments

Towards Adaptive Information Merging Using Selected XML Fragments Towads Adaptive Infomation Meging Using Selected XML Fagments Ho-Lam Lau and Wilfed Ng Depatment of Compute Science and Engineeing, The Hong Kong Univesity of Science and Technology, Hong Kong {lauhl,

More information

SOFT COMPUTING OPTIMIZATION TECHNIQUES FOR SOLAR PHOTOVOLTAIC ARRAYS

SOFT COMPUTING OPTIMIZATION TECHNIQUES FOR SOLAR PHOTOVOLTAIC ARRAYS ARPN Jounal of Engneeng and Appled Scences 2006-20 Asan Reseach Publshng Netwok (ARPN). All ghts eseved. SOFT COMPUTING OPTIMIZATION TECHNIQUES FOR SOLAR PHOTOVOLTAIC ARRAYS Ramapabha R. and Mathu B. L.

More information

Programming in Fortran 90 : 2017/2018

Programming in Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Exercse 1 : Evaluaton of functon dependng on nput Wrte a program who evaluate the functon f (x,y) for any two user specfed values

More information

Fault Tolerant Routing For Wireless Sensor Grid Networks

Fault Tolerant Routing For Wireless Sensor Grid Networks Fault oleant Routng Fo Weless Senso Gd etwoks Xn-ng Huang, Jng Deng 2, Jng a and Zeyu Wu Depatment of Electcal Engneeng 2 Depatment of Compute Scence Unvesty of ew Oleans, ew Oleans, A 7048, USA Abstact

More information

DATA DIMENSIONALITY REDUCTION METHODS FOR ORDINAL DATA

DATA DIMENSIONALITY REDUCTION METHODS FOR ORDINAL DATA DATA DIMENIONALITY REDUCTION METHOD FOR ORDINAL DATA Matn Pokop Hana Řezanková Abstact Fom questonnae suvey we fequently get data, the values ae expessed n odnal (e.g. Lket) scale. The questonnae contans

More information

Optical Flow for Large Motion Using Gradient Technique

Optical Flow for Large Motion Using Gradient Technique SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 3, No. 1, June 2006, 103-113 Optical Flow fo Lage Motion Using Gadient Technique Md. Moshaof Hossain Sake 1, Kamal Bechkoum 2, K.K. Islam 1 Abstact: In this

More information

A modal estimation based multitype sensor placement method

A modal estimation based multitype sensor placement method A modal estimation based multitype senso placement method *Xue-Yang Pei 1), Ting-Hua Yi 2) and Hong-Nan Li 3) 1),)2),3) School of Civil Engineeing, Dalian Univesity of Technology, Dalian 116023, China;

More information

Collaboratively Regularized Nearest Points for Set Based Recognition

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

More information

NODAL AND LOOP ANALYSIS TECHNIQUES. Develop systematic techniques to determine all the voltages and currents in a circuit NODE ANALYSIS

NODAL AND LOOP ANALYSIS TECHNIQUES. Develop systematic techniques to determine all the voltages and currents in a circuit NODE ANALYSIS NODAL AND LOOP ANALYSS TECHNQUES LEANNG GOALS NODAL ANALYSS LOOP ANALYSS Develop systematic techniques to determine all the voltages and currents in a circuit NODE ANALYSS One of the systematic ways to

More information

Query Language #1/3: Relational Algebra Pure, Procedural, and Set-oriented

Query Language #1/3: Relational Algebra Pure, Procedural, and Set-oriented Quey Language #1/3: Relational Algeba Pue, Pocedual, and Set-oiented To expess a quey, we use a set of opeations. Each opeation takes one o moe elations as input paamete (set-oiented). Since each opeation

More information

S1 Note. Basis functions.

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

More information

Machine Learning: Algorithms and Applications

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

More information

A CLASS OF TRANSFORMED EFFICIENT RATIO ESTIMATORS OF FINITE POPULATION MEAN. Department of Statistics, Islamia College, Peshawar, Pakistan 2

A CLASS OF TRANSFORMED EFFICIENT RATIO ESTIMATORS OF FINITE POPULATION MEAN. Department of Statistics, Islamia College, Peshawar, Pakistan 2 Pa. J. Statst. 5 Vol. 3(4), 353-36 A CLASS OF TRANSFORMED EFFICIENT RATIO ESTIMATORS OF FINITE POPULATION MEAN Sajjad Ahmad Khan, Hameed Al, Sadaf Manzoor and Alamgr Department of Statstcs, Islama College,

More information

Robust Proper Clustering Structure Fuzzy Modeling for Function Approximation

Robust Proper Clustering Structure Fuzzy Modeling for Function Approximation Robust Pope lusteng Stuctue Fuzzy Modelng fo Functon Appoxmaton hh-hng Hsao Depatment of Electcal Engneeng Kao Yuan Unvesty Kaohsung ounty,tawan RO hsao@ooneentustedutw Shun-Feng Su Depatment of Electcal

More information

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

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

More information

SI485i : NLP. Set 5 Using Naïve Bayes

SI485i : NLP. Set 5 Using Naïve Bayes SI485 : NL Set 5 Usng Naïve Baes Motvaton We want to predct somethng. We have some text related to ths somethng. somethng = target label text = text features Gven, what s the most probable? Motvaton: Author

More information

The Research of Support Vector Machine in Agricultural Data Classification

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

More information

Quick error verification of portable coordinate measuring arm

Quick error verification of portable coordinate measuring arm Quck error verfcaton of portable coordnate measurng arm J.F. Ouang, W.L. Lu, X.H. Qu State Ke Laborator of Precson Measurng Technolog and Instruments, Tanjn Unverst, Tanjn 7, Chna Tel.: + 86 [] 7-8-99

More information

AN EXPLICIT GROWTH MODEL OF THE STEREO REGION GROWING ALGORITHM FOR PARALLEL PROCESSING

AN EXPLICIT GROWTH MODEL OF THE STEREO REGION GROWING ALGORITHM FOR PARALLEL PROCESSING Intenatonal Achves of Photogammety, Remote Sensng and Spatal Infomaton Scences, Vol. XXXVIII, Pat 5 AN EXPLICIT GROWTH MODEL OF THE STEREO REGION GROWING ALGORITHM FOR PARALLEL PROCESSING Dongoe Shn*,

More information

School of Computer Science. control algorithms for use in datagram networks. rates to alleviate the congestion. In the case

School of Computer Science. control algorithms for use in datagram networks. rates to alleviate the congestion. In the case WF 2 Q: Wost-case Fa Weghted Fa Queueng Jon C.R. Bennett FORE Systems Hu Zhang School of Compute Scence Canege Mellon Unvesty Abstact The Genealzed Pocesso Shang (GPS) dscplne s poven to have two desable

More information

Feature Reduction and Selection

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

More information

Meta-heuristics for Multidimensional Knapsack Problems

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

More information

CSCI 5417 Information Retrieval Systems Jim Martin!

CSCI 5417 Information Retrieval Systems Jim Martin! CSCI 5417 Informaton Retreval Systems Jm Martn! Lecture 11 9/29/2011 Today 9/29 Classfcaton Naïve Bayes classfcaton Ungram LM 1 Where we are... Bascs of ad hoc retreval Indexng Term weghtng/scorng Cosne

More information

An Optimization Procedure In A Production Line Of Sokat Soap Industry, Ikotun, Lagos State. Adamawa State, Nigeria.

An Optimization Procedure In A Production Line Of Sokat Soap Industry, Ikotun, Lagos State. Adamawa State, Nigeria. An Optmzaton Pocedue In A Poducton Lne Of Sokat Soap Industy, Ikotun, Lagos State. 1 O.S. Balogun, 2 A.A. Olatun and 3 A.A. Momoh 1 Depatment of Statstcs and Opeatons Reseach, Modbbo Adama Unvesty of Technology,

More information

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

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

More information

University of Hertfordshire Department of Mathematics. Some comments on the approximation of the radial basis functions in the dual reciprocity method

University of Hertfordshire Department of Mathematics. Some comments on the approximation of the radial basis functions in the dual reciprocity method Univesit o Hetodshie Depatment o Mathematics Some comments on the appoimation o the adial basis unctions in the dual ecipocit method Wattana Toutip Technical Repot 4 August 999 Peace The dual ecipocit

More information

Assessment of Track Sequence Optimization based on Recorded Field Operations

Assessment of Track Sequence Optimization based on Recorded Field Operations Assessment of Tack Sequence Optimization based on Recoded Field Opeations Matin A. F. Jensen 1,2,*, Claus G. Søensen 1, Dionysis Bochtis 1 1 Aahus Univesity, Faculty of Science and Technology, Depatment

More information

Fair NURBS Curve Generation using a Hand-drawn Sketch for Computer Aided Aesthetic Design

Fair NURBS Curve Generation using a Hand-drawn Sketch for Computer Aided Aesthetic Design Poceedngs of the 7th WSEAS Int. Conf. on Sgnal Pocessng, Computatonal Geomet & Atfcal Vson, Athens, Geece, August 24-26, 27 29 Fa NURBS Cuve Geneaton usng a Hand-dawn Sketch fo Compute Aded Aesthetc Desgn

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

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

More information

The Grouping Methods and Rank Estimator, Based on Ranked Set sampling, for the linear Error in Variable Models

The Grouping Methods and Rank Estimator, Based on Ranked Set sampling, for the linear Error in Variable Models P Internatonal Journal of Scentfc Engneerng and Appled Scence (IJSEAS) Volume-, Issue-7,Jul 06 The Groupng Methods and Rank Estmator, Based on Ranked Set samplng, for the lnear Error n Varable Models Ahmed

More information

FACE VECTORS OF FLAG COMPLEXES

FACE VECTORS OF FLAG COMPLEXES FACE VECTORS OF FLAG COMPLEXES ANDY FROHMADER Abstact. A conjectue of Kalai and Eckhoff that the face vecto of an abitay flag complex is also the face vecto of some paticula balanced complex is veified.

More information

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

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

More information

Real Time Face Recognition Using Polynomial Regression and Sub-region Color Component Distribution

Real Time Face Recognition Using Polynomial Regression and Sub-region Color Component Distribution Real Tme Face Recognton Usng Polynomal Regesson and Sub-egon Colo Component Dstbuton Manshanka Mondal, Md. Almas Hossan, Md. Matu Rahman, Kamul Hasan Talukde* Compute Scence and Engneeng Dscplne Khulna

More information

A LIGHT SCATTERING METHOD TO MEASURE REAL-TIME PARTICULATE EMISSIONS

A LIGHT SCATTERING METHOD TO MEASURE REAL-TIME PARTICULATE EMISSIONS A Lght Scatteng Method to Measue Real-tme Patculate Emssons Rose Gong & Keyn Wllams 6 th Austalasan Tanspot Reseach Foum Wellngton New Zealand -3 Octobe 003 A LIGHT SCATTERING METHOD TO MEASURE REAL-TIME

More information

And Ph.D. Candidate of Computer Science, University of Putra Malaysia 2 Faculty of Computer Science and Information Technology,

And Ph.D. Candidate of Computer Science, University of Putra Malaysia 2 Faculty of Computer Science and Information Technology, (IJCSIS) Intenational Jounal of Compute Science and Infomation Secuity, Efficient Candidacy Reduction Fo Fequent Patten Mining M.H Nadimi-Shahaki 1, Nowati Mustapha 2, Md Nasi B Sulaiman 2, Ali B Mamat

More information