Spam Message Classification Based on the Naïve Bayes Classification Algorithm

Size: px
Start display at page:

Download "Spam Message Classification Based on the Naïve Bayes Classification Algorithm"

Transcription

1 Spm Messge Clssificion Bsed on he Nïve Byes Clssificion Algorihm Bin Ning, Wu Junwei, Hu Feng Absrc A clssificion bsed on he nïve Byes lgorihm is proposed o clssify spm messges more effecively. Spm messge clssificion s bsed on he nïve Byes lgorihm re consruced boh for muli-clssificion nd muli-wo-clssificion hrough seps involving ex preprocessing bsed on regulr expression nd feure exrcion bsed on Jieb segmenion nd he TF-IDF (erm frequency inverse documen frequency) lgorihm. By furher compring he clssificion performnce gins he suppor vecor mchine nd rndom fores lgorihms, he nïve Byes lgorihm bsed on muli-wo-clssificion is shown o be he bes. Index Terms Nïve Byesin, spm messge, clssificion I. INTRODUCTION As convenien communicion mehod wih good mobiliy nd low cos, he shor messge service hs grdully ffeced more people s lives in he modern informion er. However, wih he incresing populriy of shor messge service, he problem of spm messges hs become incresingly more serious, which hs severely ffeced no only people s norml lives bu lso socil sbiliy nd public securiy []. Therefore, filering spm messge hs become n imporn sk h mus be solved urgenly, nd reserch on echnology for he inelligen clssificion of spm messges is of gre significnce. The echnology of filering spm messge currenly used generlly includes blck-nd-whie lis echnology [], he rules of mching [3] nd so on. When implemening blck-nd-whie lis echnology, he blck-nd-whie lis is minined by hird pry. This mehod is dynmiclly querying wheher cerin IP ddress is in he lis by wys of DNS. However, he mehod will be limied if dynmic or hidden IP is used by he oher side. The fundmenl principle Mnuscrip received December 5h, 07; revised November 9h, 08. This work is suppored by Gungzhou philosophy nd socil science 3h Five-Yer projec plnning (07GZYB3, 07GZYB98), Gungdong philosophy nd socil science h Five-Yer projec plnning (GD4YGL0), Gungdong supporing key discipline consrucion projec of philosophy nd socil science (GDXK076), he Nionl Nurl Science Fund of Chin (757053). Bin Ning is wih he school of Mngemen, Gungdong Universiy of Technology, Gungzhou, 5050, Gungdong, Chin (corresponding uhor: ; e-mil: bn_gdu@63.com). Wu Junwei is wih he school of Mngemen, Gungdong Universiy of Technology, Gungzhou, 5050, Gungdong, Chin (e-mil: @qq.com). Hu Feng is wih he school of Mngemen, Gungdong Universiy of Technology, Gungzhou, 5050, Gungdong, Chin (e-mil: phoenin@63.com). of he rules of mching is o deermine wheher i is spm messge bsed on he comprison resul wih he presupposed rules. However, hese presupposed rules generlly re se siclly wihou credible knowledge lerning sregy, so hey hve poor filrion efficiency nd low filrion ccurcy in pplicion fields, wihou obvious rules [4]. As kind of conen-bsed filering echnology, he nïve Byes lgorihm is regrded highly for is simple nd esily undersood heoreicl rules, rpid clssificion speed nd high clssificion ccurcy; hus, i is widely pplied in ex filering [5]. A ype of messge clssificion bsed on Nïve Byes lgorihm is presened in his pper. Focusing on spm messge d from mobile operor, he firs clssifies he originl d se ino seven ypes of messge d; hen, he nlyses nd sudies he clssificion performnce of he nïve Byes lgorihm wih muli-clssificion nd muli-wo-clssificion fer ex preprocessing nd feure exrcion bsed on he TF-IDF (erm frequency inverse documen frequency) lgorihm; nd he furher sudies vrious liudinl feures wih vrious TF-IDF weighs. Moreover, he compres he clssificion efficiency of he muli-wo-clssificion nïve Byes lgorihm wih he suppor vecor mchine nd rndom fores lgorihms, nd he resuls show h he muli-wo-clssificion nïve Byes lgorihm hs he bes clssificion efficiency. II. NAÏVE BAYES ALGORITHM As kind of clssificion mehod bsed on Byes heorem wih he ssumpion of chrcerisic condiionl independence [6], he nïve Byes lgorihm is highly pplied mehod of Byes lerning. Is performnce cn be compred wih hose of he decision ree nd he neurl nework lgorihm in some specific pplicions, bu is compuion complexiy is much less hn h of oher lgorihms.. The clssificion principle nd process of he nïve Byes lgorihm The nïve Byes clssificion is defined s follows [7]: Providing x,,..., } is n iem needed o be { m clssified, nd ech is one of feure ribues of x; Clssificion se C { y, y,..., yn} is vilble; 3Clcule P y x), y x),..., yn ) ; ( x 4If yk x) mx{ y X ), y X ),..., yn X )}, x yk. The key now is how o clcule he condiionl probbiliy in sep 3. We cn perform he clculion s follows:

2 Find collecion se o be clssified wih known clssificion, which is clled he rining smple se. Obin he condiionl probbiliy of vrious chrcerisic ribues of vrious cegories, h is, y ), y ),..., y ); y ),... y ), n y ),..., y ),..., n m m m y ); y ) n () 3 If ech chrcerisic ribue is condiionlly independen, he following deducion cn be obined ccording o Byes heorem: x yi ) yi ) yi x) x) () As he denominor is consn for ll clssificions, only he numeror mus be mximized. Furhermore, s ech chrcerisic ribue is condiionlly independen, we hve he following: x y ) y ) i i m yi ) yi )... m yi ) yi ) j yi ) j (3). The pplicion of he nïve Byes lgorihm for ex clssificion As ype of clssificion mehod bsed on Byes heorem, he nïve Byes lgorihm cn be used in ex clssificion [8]. Providing he rining se is D d,..., d }, he { p { n clssificion se is C c,..., c }, he feure se is T {,..., }, he es ex is {(, w ),..., (, w )}, nd n de n n W { w,..., wn he weigh se in he es ex is }, he bsic principle of he nïve Byes lgorihm in ex clssificion is s follows [9]: For ech clssificion c k in he clssificion se C, he poserior probbiliy of es ex d e gins c k cn be clculed ccording o he formul s follows: P ( de ) p( wi ) (4) feure wi W In he rining se w i wih weigh D, providing he number of ex of c is D ( w, c ) k i k, nd he ex number of rin se is D, he formul (4) cn be clculed by mximum likelihood esimion: D ( wi, ck ) wi ) (5) D For ech clssificion c k in he clssificion se C, using he clculion resul of formul (4), he poserior probbiliy of es ex d cn be clculed by he Byes e formul: de ) ck ) ck de) (6) d ) e Providing he number of ex wih clssificion c k in he clssificion se D is D ( c ), nd he ex number k c k of rining se is D, ) in formul (6) cn be clculed by he mximum likelihood esimion: D ( ck ) ck ) (7) D 3Use he poserior probbiliies clculed by formul (6) in sep o form se bp bp,..., bp }. Providing he { n subscrip of he mximum vlue in bp is MxIndex, he clssificion of es ex d e is c MxIndex. In formul (7), P ( d e ) nd P ( c k ) re nonnegive, nd P ( d e ) is posiive vlue, so for he ske of convenience, we cn use he numeror of formul (8) s he sisicl prmeers in prcicl pplicions. III. SPAM MESSAGE DATA CLASSIFICATION FROM A MOBILE OPERATOR The nïve Byes lgorihm is doped in his pper o ddress he clssificion of spm messge d from mobile operor. These d hve been gged nd clssified mnully, which cn be divided ino wo ypes: one includes he repored d, nd he oher he rbirl d. The repored d re being repored o he operor s spm messges by users, which hve bsic form of repored mobile phone number + messge conen + clssificion lbel. The clssificion gs conined in he repored d re SP decoy informion, commercil dverisemens, prosiuion informion, gmbling informion, propgnd informion from he mobile compny, mfi informion, frud informion nd recionry informion. The rbirl d refer o hose judged s spm messges by he operor ccording o curren spm messge filrion echnology, which hs bsic form of messge conen + clssificion g. The clssificion g includes cusomized SP decoy informion, commercil dverisemen informion, prosiuion informion, poliicl informion, nd crime informion such s h regrding gmbling, he mfi, nd frud. Their d forms re shown in Tble I nd II (he d comes from mobile communicion corporion). TABLE I THE REPORTED MESSAGE DATA FORM Fieldnme Field ribue Field descripion Mobile phone number repored Sring Type of ex chrcer Messge conen Sring Type of big ex chrcer Clssificion g Sring Spm messge clssificion g TABLE II THE ARBITRAL MESSAGE DATA FORM Fieldnme Field ribue Field descripion Messge conen Sring Type of ex chrcer Clssificion g Sring Spm messge clssificion g As hese wo ypes of d re boh spm messges wih similr corresponding clssificion gs, we cn combine heir gs for he convenience of ler clssificion. The combinion process is shown in Tble III:

3 TABLE III SPAM MESSAGE DATA INTRODUCTION Combined g Repored d g Arbirl d g Poliicl informion Recionry informion Poliicl informion Commercil informion Commercil dverisemen, propgnd informion from he mobile compny Commercil dverisemen informion Prosiuion informion Prosiuion informion Prosiuion informion Mfi informion SP decoy informion, gmbling informion, mfi Cusomized SP decoy informion, crime informion informion such s gmbling nd mfi Frud informion Frud informion Crime-frud Oher spm messges Oher spm messges Oher informion Oher informion Oher informion from he repored d cn be used s norml messges for ess, while oher spm messges from he repored d cn be used s spm messges for ess. Afer combining hose wo ypes of spm messges, we will perform he process of duplice removl. The duplice removl process should be performed since he spm messge ofen includes considerble repeed informion sen o oher users from mny frudulen users, which is useless for our clssificion. The comprison of he quniy of messge d fer duplice removl is shown in Tble IV. TABLE IV INTRODUCTION OF THE DATA AFTER COMBINING THE SPAM MESSAGE CLASSIFICATION TAGS Combined g Tol Quniy fer Percenge duplice removl (%) Poliicl informion Commercil informion Prosiuion informion Mfi informion Frud informion Oher spm messges Oher informion Tol messge when i is enered i ino he clssificion in he very beginning, idenifying he suspicious messge nd hen furher improving he deecion efficiency. Therefore, ech sge of preprocessing should be crried ou precisely. The following clening process is finlly obined fer coninuous djusmen hrough experimens (Fig. ): Messge smple d. Full-widh nd hlf-widh conversion. Generlized chrcer conversion 3.Simplified nd rdiionl ex conversion 4. Uppercse nd lowercse conversion Mch ime nd delee Preremen compleed.mch emil, replce nd sve i.mch websie, replce nd sve i 3. Mch bnk crd No., replce nd sve i 4.Mch mobile phone No., replce nd sve i 5.Mch elephone number wih fixed form, replce nd sve i 6.Mch elephone number wihou fixed form, replce nd sve i Delee he repored number. Converse specil chrcer nd rdicls,. Remove excessive numbers nd English leers Remove sepror, only keep Chinese ex nd English leers nd numbers. Mch he bnk crd No. nd mobile phone No. gin, replce nd sve hem.. Mch QQ No., replce nd sve i.. Mch WeCh No., replce nd sve i. Mch he elephone No. wihou fixed form gin, replce nd sve i. The number of messges fer duplice removl is grely reduced nd is only 6% of he originl d number. Regrding he number of messges, here is lrge moun of informion wih he commercil nd mfi gs bu much less informion wih he poliicl nd oher spm messges gs. Regrding he duplice removl percenge, he informion for he commercil, mfi nd frud informion gs conins mny repeed messges, nd hese gs hve lrger percenge of removed duplices, while he moun of repeed messges wih he poliicl, prosiuion nd oher informion gs is relively less. I cn be seen h he spm messges re minly gged s commercil nd mfi informion, which generlly conin gre moun of repeed messges. For he operion efficiency nd ccurcy of clssificion, we should furher crry ou ex preprocessing on he spm messges o obin he idel ex d form for he clssificion. 3. Tex Preprocessing Tex preprocessing is necessry nd essenil process. During preprocessing, we should no only clen he d bu lso exrc nd sve some imporn feures [0], such s mobile phone number, elephone number, URL, bnk crd number, WeCh, nd QQ. These elecronic ddresses ply n imporn role, screening he elecronic ddress of he Fig. The process srucure of ex preprocessing 3. Tex Feure Exrcion Clen Chinese messge exs suible for nlysis re obined fer he bove ex preprocessing. We hen will exrc he ex feure. As he d re Chinese ex insed of ordinry digil d, i is necessry o perform word segmenion firs o remove he sopped words nd finlly del wih hem in compuble form []. Jieb word segmenion, widely used in deling wih Chinese ex nd pyhon progrmming, is pplied o ccomplish he word segmenion process. The feure exrcion is chieved by doping TF-IDF lgorihm, which is generlly used for ex, s well s pyhon progrmming. The deiled ex feure exrcion process is shown in Fig. : Preprocessed messge ex d Jieb word segmenion Remove sopped words Fig. The process srucure of ex feure exrcion TFIDF feure exrcion. Jieb word segmenion Jieb word segmenion is n effecive lgorihm for word segmenion of Chinese ex wih high ccurcy nd fs speed, which is quie pproprie for ex nlysis []. Jieb word segmenion involves some lgorihms s follows [3]:

4 Achieve efficien word nd figure scnning bsed on he Trie ree srucure, nd genere direced cyclic grph (DAG) consiued by ll possible word formions of Chinese chrcers in senences; Adop dynmic progrmming o find he mximum probbiliy ph nd mximum segmenion combinion bsed on word frequency; 3Adop n HMM mode for unregisered words bsed on Chinese word formion nd he Vierbi lgorihm.. TF-IDF clculion seps [4] Clcule word frequency Word frequency = Tol imes cerin word ppers in he pper Clcule he inverse documen frequency Inverse documen frequency (IDF) = log (ol number of documens in he corpus/number of documens including cerin word + ) (The denominor is 0, plus o he denominor) 3Clcule TF-IDF vlue TF-IDF vlue= TF * IDF (TF-IDF vlue is in proporion o he ppernce frequency of cerin word nd is in inverse proporion o he imes of such word ppering in he whole corpus, which ccords wih he previous nlysis.) 4Find ou he key words Afer clculing he TF-IDF vlues of ech word in he pper, sor hem nd selec severl words wih he highes vlue s he keywords. 3. The sisicl nlysis of feures wih differen weighs Vrious ypes of feure words hve vrious chrcerisics, represenive nd disincive from oher ypes, which sisfies he resul of he TF-IDF lgorihm nd is suible for ex nlysis [5]. However, becuse here is oo much ex conen in ech clssificion, he clculion weigh vlues re generlly smll. Nex, we will mke sisicl nlysis of feures wih differen weighs. TABLE V TOTAL NUMBER OF FEATURES EXTRACTED BY THE TF-IDF ALGORITHM WITH DIFFERENT WEIGHT Commercil Oher messge Oher spm messge Mfi Prosiuion Frud Poliicl Tble V shows h if he hreshold vlue of he weigh is reduced by one percenge poin, he ol number of feures will decline rpidly. When he weigh is more hn 0.05, he number of feures of ech clssificion is less hn 00. When he weigh is more hn 0.0, he number of feures of ech clssificion is more hn 00. Clerly, our clssificion problem is muliple clssificion problem, nd ech clssificion hs is own obvious feure. Therefore, we prefer o esblish muliple wo-clssificion s for such problems. Muliple wo-clssificion s no only hve obvious feures bu cn lso opimize he performnce. One hundred dimensionl feures cn be exrced for ech clssificion, nd he compuion dimension cn be simplified grely, which is n opimizion for our clssificion process. 3.3 Spm Messge Clssificion Model Tex clssificion for spm messges cn be performed fer series of ex preprocessing nd feure exrcion seps Muli-clssificion Nïve Byes Spm Messge Clssificion Model. Model frmework The nïve Byes lgorihm hs good performnce regrding he problems of clssificion nd high liude. Focusing on he problem of he muliple clssificion of spm messges, muli-clssificion nïve Byes spm messge is presened in his pper, which is shown in Fig. 3: 30% es d se Jieb word segmenion, dd he g of ech clssificion Feure exrcion, documen vecor represenion Tex d of ech clssificion fer preprocessing Clssificion Clssificion resul 70% rining d se Jieb word segmenion, dd he g of ech clssificion Feure exrcion, documen vecor represenion Trining clssifier Fig. 3 Muli-clssificion nïve Byes spm messge clssificion. Relizion process The muli-clssificion nïve Byes focuses on muli-clssificion problems. The d se hs seven clssificion gs; 30% of he d se is divided ino he es d se, nd he oher 70% is he rining d se. Ech messge will be ddressed wih Jieb word segmenion nd feure exrcion echnology nd will finlly be processed ino documen vecor form for rining nd esing. Pyhon progrmming echnology is doped o relize our. The pseudocodes of he re given s follows:

5 es_d = [] // Tes d se rin_d = [] // Trining d se fori = :N // Number of spm messge clssificion fobj = file.open(file(i)) // Red ex preprocessed d of ech clssificion while True: rw = fobj.redline() // Red ech messge if rw: word_cu = jieb.cu(rw) // Jieb word segmenion ifes_d.lengh>0.3*fobj.lengh: //Judgmen, es se 30%, Trining se 70% rin_d.ppend(word_cu,i) //Add d for Trining se, word segmenion +clssificion es_d.ppend(word_cu,i) //Add d for es se, word segmenion +clssificion brek word_feures = ge_feures() // Red TF-IDF feure vlue es_d = documen_feures(es_d) // Tes se documen vecor process rin_d = documen_feures(rin_d) // Trining se documen vecor process clssify = NïveByesClssifier.rin(rin_d) // Crry ou clssificion rining for Trining d se clssify.es(es_d) // Crry ou es inspecion for clssificion 3. Experimen resul nd nlysis Afer he seven clssificions re combined ogeher, he clssificion effecs of he nïve Byes lgorihm wih differen TF-IDF weighs nd differen feure dimensions is used, s shown in Tble VI. TABLE VI EXPERIMENT RESULT OF MULTI-CLASSIFICATION NAÏVE BAYES ALGORITHM MODEL Weigh Feure Accurcy dimension (%) Time consumed (s) In he muli-clssificion lgorihm shown in Tble 6, he proporionl smpling mehod is used, nd 35,90 d re smpled for lgorihm evluion. The ime consumed is he rining ime for he lgorihm, nd he ccurcy refers o he precision of he clculions in he es se. From he bove d in Tble 6, he ccurcy ends o increse s he weigh decreses, i.e., he feure dimension increses. However, he ime consumed doubles, nd he compuionl complexiy increses grely. Among he resuls, he feure ccurcy 54 dimensions wih weigh less hn 0.05 is only 63%, which is fr from he clssificion resul we expec. Alhough he feure ccurcy 98 dimensions wih weigh less hn 0.0 increses o 78%, he ime consumed is nerly hlf minue. The reson for he lower ccurcy is h feures of more hn 000 dimensions cnno sepre ino hese seven clssificions. The more ypes of clssificion here re, he more inerference nd noise ech clssificion will receive. Therefore, he efficiency of he muli-clssificion nïve Byes wih he seven-clssificion combinion is fr from sisfcory Muli-wo-clssificion Nïve Byes Spm Messge Clssificion Model. Model frmework From he reserch on ex feure exrcions, we know h relively obvious feures cn be obined by clculing TF-IDF feure exrcion. Vrious ypes of spm messges hve vrious feure words represening heir chrcerisics. Moreover, differen weigh vlues will led o differen ol numbers of feures. Obviously, he problem of spm messge clssificion is muli-clssificion problem involving seven ypes of d. Therefore, i is necessry o consider hese seven ypes of feure words ogeher s clssificion feure. As resul, he feure dimensions will become drmiclly lrge, which leds o slow compuionl operion nd low clssificion ccurcy. According o he experimen resuls of he muli-clssificion nïve Byes in he bove secion, he cn be improved by dividing he muli-clssificion problem ino muli-wo-clssificion problem, which no only reduces he compuionl complexiy bu lso improves he clssificion ccurcy. A muli-wo-clssificion nïve Byes spm messge clssificion is consruced in his pper, which requires seven nïve Byes wo-clssificion s. The deiled process of ech is shown in Fig. 4: Trge d se Divide d se, 30% es d se nd 70% rining d se Jieb word segmenion, he clssificion g is 0 Feure exrcion, documen vecor represenion Tex d of ech clssificion preprocessed Trining d se, d clssifier Clssificion Tes se, es clssificion Oher ypes of d se Divide d se, 30% es d se nd 70% rining d se Jieb word segmenion, he clssificion g is Feure exrcion, documen vecor represenion Fig. 4 Nïve Byes wo-clssificion

6 . Relizion process To consruc muli-wo-clssificion nïve Byes clssificion, seven nïve Byes wo-clssificion s for he seven ypes of d should be buil firs. The clssificion g for one ype of d is 0, nd he clssificion g for oher ypes of d is. The feure vlue of he ype of d wih g 0 is used for feure exrcion, which helps reduce he feure dimension of ech clssificion nd improve he clssificion of his. Ech nïve Byes should go hrough processes such s d se division, Jieb word segmenion, feure exrcion nd documen vecor represenion, nd he s should finlly undergo rining nd esing. The following pseudocodes indice he relizion process of he nïve Byes wo-clssificion. es_d = [] // Tes d se rin_d = [] // Trining d se fori = :N // Number of spm messge clssificion fobj = file.open(file(i)) // Red d of ech clssificion preprocessed if fobj.nme = 'xxx' // If i is he rge clss, he clssificion g is 0 while True: rw = fobj.redline() // Red ech messge if rw: word_cu = jieb.cu(rw) // Jieb word segmenion ifes_d.lengh>0.3*fobj.lengh: //Judge, es se 30%, Trining se 70% rin_d.ppend(word_cu,0) // Add d o Trin se, word segmenion + ype es_d.ppend(word_cu,0) // Add d o es se, word segmenion + ype brek // Oher ypes of d, he clssificion g is while True: rw = fobj.redline() // Red ech messge if rw: word_cu = jieb.cu(rw) // Jieb word segmenion ifes_d.lengh>0.3*fobj.lengh: //Judge, es se 30%, Trining se 70% rin_d.ppend(word_cu,) // Add d o Trin se, word segmenion + ype es_d.ppend(word_cu,) // Add d o es se, word segmenion + ype brek word_feures = ge_feures('xxx') // Red cerin ype of TF-IDF feure vlue es_d = documen_feures(es_d) // Tes se documen vecor remen rin_d = documen_feures(rin_d) // Trining se documen vecor remen clssify = NïveByesClssifier.rin(rin_d) // Clssify he rining d se clssify.es(es_d) // Tes he clssificion 3. Experimen resuls nd nlysis The experimen resuls of he muli-wo-clssificion nïve Byes re shown in Tble VII: TABLE VII EXPERIMENTAL RESULTS OF THE MULTI-TWO-CLASSIFICATION NAÏVE BAYES CLASSIFICATION MODELS Clssificion Commercil Oher messge Oher spm messge Mfi Prosiuion Frud Poliicl TF-IDF weigh Feure dimension Accurcy (%) Time consumed (s) The bove muli-clss nd proporionl smpled 35,90 d poins is doped for he muli-wo-clssificion nïve Byes experimen. The experimen resuls show h he clssificion ccurcy ends o increse s he weigh decreses, i.e., he feure dimension increses. Alhough he rising rend is no significn, he ccurcy obined is quie sisfcory, nd he ime consumed by he lgorihm rining is lso close o our idels. Among hese seven clssificions, commercil, oher messge nd mfi clssificion hve lower ccurcy, which is lower hn 90% bu generlly higher hn 80%. The oher four clssificions, i.e., he prosiuion, frud, poliicl nd oher spm messge gs, hve higher ccurcy, which is more hn 90%. The ccurcy of poliicl clssificion is nerly 00%, which hs excellen efficiency for clssificion. Thus, i cn be seen h he clssificion performnce of muli-wo-clssificion is fr higher hn h of muli-clssificion. Regrding he ime consumpion of he lgorihm, if he feure dimension is low, he lgorihm is he fses when he weigh is 0.05, bu he overll ccurcy re is low. If he feure dimension is higher, he ccurcy re

7 will become higher when he weigh is 0.0, bu he ime consumed will increse by lmos 3 s or even more hn 5 s. On he whole, when he weigh is below 0.0, he comprehensive clssificion performnce is he bes. Menwhile, he feure dimension of ech clssificion h weigh remins pproximely 00, nd he ime consumed is pproximely s. Therefore, he muli-wo-clssificion nïve Byes lgorihm hs he bes efficiency for hese seven clssificions of messges when he feure exrcion TF-IDF lgorihm uses hreshold of Clssificion scheme The bove is he experimenl reserch of ech clssificion in he wo-clssificion. Seven clssificion resuls will be obined for every unknown messge. In mos cses, unique clssificion g will be obined hrough sisicl nlysis of he condiionl probbiliy of ech clssificion. However, when he condiionl probbiliy reches mximum, wo or more clssificion gs will pper, nd he messge hen will be clssified mnully. The following digrm is he finl process of he clssificion (Fig. 5). Unknown messge Tex preprocessing Feure exrcion Muli-woclssificion Nive Byes When clssificion probbiliy is mximum, is here unique clssificion g? N Mnully judge he clssificion g Y Clssify s he g of his clssificion Fig. 5. The clssifying soluion of he muli-wo-clssificion 3.4 Performnce Comprison of Differen Clssificion Algorihms wih Muli-wo-clssificions In his secion, he nïve Byes lgorihm is compred wih wo oher clssificion lgorihms h re used ofen; one is he suppor vecor mchine, nd he oher is he rndom fores lgorihm. The suppor vecor mchine: The bsic concep of he suppor vecor mchine is o chieve compromise beween he ccurcy (for given rining se) nd mchine cpciy (he cpbiliy of mchine o lern ny rining se wihou miske) for specified lerning sk wih limied rining smples o hus obin he bes promoion performnce [6]. The rndom fores: Considering he decision ree s he bsic clssifier, he rndom fores lgorihm dops smpling mehod wihou replcemen used for he bgging lgorihm for rining se smpling nd only exrcs pr of he feures for rining using he referring rndom subspce mehod. Finlly, he clssificion resul will be deermined by he voe of he rined decision ree [9]. The clssificion efficiency comprison beween he nïve Byes lgorihm, he suppor vecor mchine, nd he rndom fores lgorihm is shown in Tble 8. The proporionl smpling of 35,90 d poins is doped by king he feure vlue of TF-IDF 0.0 s he feure dimension. TABLE VIII EXPERIMENTAL RESULTS OF DIFFERENT CLASSIFICATION ALGORITHMS WITH MULTI-TWO-CLASSIFICATION Clssific ion Accur cy (%) Nïve Byes Time consume d(s) Suppor vecor mchine Accur Time cy consu (%) med (s) Rndom fores (0) Accur Time cy consu (%) med (s) Commerc il Oher messge Oher spm messge Mfi Prosiui on Frud Poliicl The experimen resuls in Tble VIII show h he ccurcies of he nïve Byes nd suppor vecor mchine lgorihms re higher nd more similr o ech oher hn he ccurcies of he rndom fores lgorihm, which re slighly lower for some clssificions. In generl, he nïve Byes clssificion hs high nd sble ccurcy vlues. For he ime consumed of he hree lgorihm s, i is cler h he suppor vecor mchine nd rndom fores re no s fs s he nïve Byes, nd heir performnce is unsble. On he whole, fer compring differen lgorihms, he nïve Byes hs he bes clssificion performnce, which is no only fesible bu lso chieves he idel resul. IV. CONCLUSIONS This pper pus forwrd spm messge clssificion bsed on he nïve Byes lgorihm nd esimes he performnce of he nïve Byes lgorihm bsed on muli-clssificion nd muli-wo-clssificion in spm messge clssificion using spm messge ex preprocessing bsed on Jv regulr expression nd spm messge feure exrcion bsed on Jieb word segmenion nd he TF-IDF lgorihm. This pper furher compres he clssificion performnce of he nïve Byes, suppor vecor mchine, nd rndom fores lgorihms wih muli-wo-clssificion. The experimen resuls show h he muli-wo-clssificion nïve Byes lgorihm hs he bes efficiency of he hree s. However, he d used in he process of spm messge clssificion re only pr of he smpled d. Wih he developmen of big d echnology, how o perform feure exrcion nd ex clssificion for bulk d on he bsis of big d compuion will be our fuure reserch direcion. REFERENCES [] C. Hung, "Reserch on SMS filering echnology on inelligen mobile phone," M.S. hesis, Huzhong Universiy of Science nd Technology, Wuhn, Chin, 0. [] J. M, Y. Zhng nd Z. Wng, "A messge opic for muli-grin SMS spm filering," Inernionl Journl of Technology nd Humn Inercion (IJTHI), vol., no., pp , 06. [3] S. J. Delny, M. Buckley nd D. Greene, "Review: SMS spm filering: Mehods nd d," Exper Sysems wih Applicions, vol. 39, no. 0, pp , 0.

8 [4] J. Fdez-Glez, D. Runo-Ords nd J. R. Méndez, "A dynmic for inegring simple web spm clssificion echniques," Exper Sysems wih Applicions, vol. 4, no., pp , 05. [5] A. Hrisinghney, A. Dixi nd S. Gup, "Tex nd imge bsed spm emil clssificion using KNN, Nïve Byes nd Reverse DBSCAN lgorihm," in Opimizion, Relibily, nd Informion Technology (ICROIT), 04 Inernionl Conference on. IEEE, 04, pp [6] A. Gelmn, J. B. Crlin nd H. S. Sern, Byesin d nlysis. Boc Ron, FL: CRC press, 04. [7] S. Ajz, M. Nfis nd V. Shrm, "Spm Mil Deecion Using Hybrid Secure Hsh Bsed Nïve Clssifier," Inernionl Journl of Advnced Reserch in Compuer Science, vol. 8, no. 5, 07. [8] G. Feng, B. An nd F. Yng, "Relevnce populriy: A erm even bsed feure selecion scheme for ex clssificion," Plos One, vol., no. 4, pp. e07434, 07. [9] D. M. Dib, K. M. El Hindi, "Using differenil evoluion for fine uning nïve Byesin clssifiers nd is pplicion for ex clssificion," Applied Sof Compuing, vol. 54, pp , 07. [0] P. Chndrsekr, K. Qin, "The Impc of D Preprocessing on he Performnce of Nïve Byes Clssifier," in Compuer Sofwre nd Applicions Conference (COMPSAC), 06 IEEE 40h Annul. IEEE, 06, pp [] X. Y. Wng, "A sudy on he Chinese ex summrizion mehod bsed on concep lice," M.S. hesis, Beijing Insiue of Technology, Beijing, Chin, 05. [] L. Liu, Y. Lu nd Y, Luo, "Deecing "Smr" Spmmers On Socil Nework: A Topic Model Approch," rxiv preprin rxiv, pp , 06. [3] D. Ye, P. Hung nd K, Hong, "Chinese Microblogs Senimen Clssificion using Mximum Enropy," Proceedings of he Eighh SIGHAN Workshop on Chinese Lnguge Processing, pp. 7-79, 05. [4] M. H. Arif, J. Li nd Iqbl. M, "Senimen nlysis nd spm deecion in shor informl ex using lerning clssifier sysems;" Sof Compuing, pp. -, 07. [5] J. K. Yi, L. K. Tin. A ex feure selecion lgorihm bsed on clss discriminion;" Journl of Beijing Universiy of Chemicl Technology (Nurl Science), vol. 40, pp. 7-75, 03. [6] M. Dile, W. C. Vn Der nd T. Celik, "Feure selecion nd suppor vecor mchine hyper-prmeer opimision for spm deecion;" in Pern Recogniion Associion of Souh Afric nd Roboics nd Mechronics Inernionl Conference (PRASA-RobMech) 06. IEEE, 06, pp. -7, 06.

Barrier Options and a Reflection Principle of the Fractional Brownian Motion

Barrier Options and a Reflection Principle of the Fractional Brownian Motion rrier Opions nd Reflecion Principle of he Frcionl rownin Moion Ciprin ecul DOFI Acdem of conomic udies uchres Romni mil: ciprin.necul@fin.se.ro cipnec@hoo.com Firs drf: epember 6 003 Absrc he purpose of

More information

AEROBIC SYSTEM (long moderate work)

AEROBIC SYSTEM (long moderate work) 23 Condiioning "oo'oo""o'o"'o"'ooooo.. The specific on-ice condiioning drills in his chper re designed o rin he hree energ:y sysems nd o be incorpored ino prcice. Suggesions for work-o-res rios nd repeiions

More information

Considering clustering measures: third ties, means, and triplets. Binh Phan BI Norwegian Business School. Kenth Engø-Monsen Telenor Group

Considering clustering measures: third ties, means, and triplets. Binh Phan BI Norwegian Business School. Kenth Engø-Monsen Telenor Group This file s donloded from he insiuionl reposiory BI Brge - hp://brge.bibsys.no/bi (Open Access) Considering clusering mesures: hird ies, mens, nd riples Binh Phn BI Noregin Business School Kenh Engø-Monsen

More information

Value-Growth Investment Strategy: Evidence Based on the Residual Income Valuation Model

Value-Growth Investment Strategy: Evidence Based on the Residual Income Valuation Model www.ccsene.org/ijef Inernionl Journl of Economics nd Finnce Vol. 3, No. 4; Sepember 011 Vlue-Growh Invesmen Sregy: Evidence Bsed on he Residul Income Vluion Model Wlid Sleh Associe Professor of Corpore

More information

Strategic Decision Making in Portfolio Management with Goal Programming Model

Strategic Decision Making in Portfolio Management with Goal Programming Model American Journal of Operaions Managemen and Informaion Sysems 06; (): 34-38 hp://www.sciencepublishinggroup.com//aomis doi: 0.648/.aomis.0600.4 Sraegic Decision Making in Porfolio Managemen wih Goal Programming

More information

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. The tennis serve technology based on the AHP evaluation of consistency check

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. The tennis serve technology based on the AHP evaluation of consistency check [Type text] [Type text] [Type text] ISSN : 097-7 Volume 0 Issue 0 BioTechnology 0 An Indin Journl FULL PAPER BTAIJ, 0(0), 0 [-7] The tennis serve technology bsed on the AHP evlution of consistency check

More information

2. JOMON WARE ROPE STYLES

2. JOMON WARE ROPE STYLES Proceedings of he IIEEJ Image Elecronics and Visual Compuing Workshop 2012 Kuching, Malaysia, November 21-24, 2012 A SIMULATION SYSTEM TO SYNTHESIZE ROPE ROLLING PATTERNS IN A VIRTUAL SPACE FOR RESEARCH

More information

Open Access Regression Analysis-based Chinese Olympic Games Competitive Sports Strength Evaluation Model Research

Open Access Regression Analysis-based Chinese Olympic Games Competitive Sports Strength Evaluation Model Research Send Orders for Reprints to reprints@benthmscience.e The Open Cybernetics & Systemics Journl, 05, 9, 79-735 79 Open Access Regression Anlysis-bsed Chinese Olympic Gmes Competitive Sports Strength Evlution

More information

AHP-based tennis service technical evaluation consistency test

AHP-based tennis service technical evaluation consistency test Avilble online.jocpr.com Journl of Chemicl nd Phrmceuticl Reserch, 0, ():7-79 Reserch Article ISSN : 097-78 CODEN(USA) : JCPRC AHP-bsed tennis service technicl evlution consistency test Mio Zhng Deprtment

More information

Time & Distance SAKSHI If an object travels the same distance (D) with two different speeds S 1 taking different times t 1

Time & Distance SAKSHI If an object travels the same distance (D) with two different speeds S 1 taking different times t 1 www.sakshieducaion.com Time & isance The raio beween disance () ravelled by an objec and he ime () aken by ha o ravel he disance is called he speed (S) of he objec. S = = S = Generally if he disance ()

More information

Automatic air-main charging and pressure control system for compressed air supplies

Automatic air-main charging and pressure control system for compressed air supplies Auomaic air-main charging and pressure conrol sysem for compressed air supplies Type PCS A module from he sysem -vacorol Swiching on-off a compressed air uni in a compressed air supply generally akes place

More information

CS 188: Artificial Intelligence Spring Announcements

CS 188: Artificial Intelligence Spring Announcements CS 188: Artificil Intelligence Spring 2011 Lecture 19: Dynmic Byes Nets, Nïve Byes 4/6/2011 Pieter Aeel UC Berkeley Slides dpted from Dn Klein. Announcements W4 out, due next week Mondy P4 out, due next

More information

What the Puck? an exploration of Two-Dimensional collisions

What the Puck? an exploration of Two-Dimensional collisions Wha he Puck? an exploraion of Two-Dimensional collisions 1) Have you ever played 8-Ball pool and los he game because you scrached while aemping o sink he 8-Ball in a corner pocke? Skech he sho below: Each

More information

Math Practice Use Clear Definitions

Math Practice Use Clear Definitions Prllel Lines nd Trnsversls How cn you descrie ngles formed y rllel lines nd rnsversls? Trnsverse When n ojec is rnsverse, i is lying or exending cross somehing ACTIVITY: A Proery of Prllel Lines Work wih

More information

Interpreting Sinusoidal Functions

Interpreting Sinusoidal Functions 6.3 Inerpreing Sinusoidal Funcions GOAL Relae deails of sinusoidal phenomena o heir graphs. LEARN ABOUT he Mah Two sudens are riding heir bikes. A pebble is suck in he ire of each bike. The wo graphs show

More information

Using Rates of Change to Create a Graphical Model. LEARN ABOUT the Math. Create a speed versus time graph for Steve s walk to work.

Using Rates of Change to Create a Graphical Model. LEARN ABOUT the Math. Create a speed versus time graph for Steve s walk to work. 2.4 Using Raes of Change o Creae a Graphical Model YOU WILL NEED graphing calculaor or graphing sofware GOAL Represen verbal descripions of raes of change using graphs. LEARN ABOUT he Mah Today Seve walked

More information

Morningstar Investor Return

Morningstar Investor Return Morningsar Invesor Reurn Morningsar Mehodology Paper March 3, 2009 2009 Morningsar, Inc. All righs reserved. The informaion in his documen is he propery of Morningsar, Inc. Reproducion or ranscripion by

More information

CMA DiRECtions for ADMinistRAtion GRADE 6. California Modified Assessment. test Examiner and Proctor Responsibilities

CMA DiRECtions for ADMinistRAtion GRADE 6. California Modified Assessment. test Examiner and Proctor Responsibilities CMA 2012 California Modified Assessmen GRADE 6 DiRECions for ADMinisRAion es Examiner and Procor Responsibiliies Compleing all of he following seps will help ensure ha no esing irregulariies occur, ha

More information

The t-test. What We Will Cover in This Section. A Research Situation

The t-test. What We Will Cover in This Section. A Research Situation The -es 1//008 P331 -ess 1 Wha We Will Cover in This Secion Inroducion One-sample -es. Power and effec size. Independen samples -es. Dependen samples -es. Key learning poins. 1//008 P331 -ess A Research

More information

A Liability Tracking Portfolio for Pension Fund Management

A Liability Tracking Portfolio for Pension Fund Management Proceedings of he 46h ISCIE Inernaional Symposium on Sochasic Sysems Theory and Is Applicaions Kyoo, Nov. 1-2, 214 A Liabiliy Tracking Porfolio for Pension Fund Managemen Masashi Ieda, Takashi Yamashia

More information

Refining i\/lomentum Strategies by Conditioning on Prior Long-term Returns: Canadian Evidence

Refining i\/lomentum Strategies by Conditioning on Prior Long-term Returns: Canadian Evidence Cndin Journl of Aiiminisrlive Sciences Revue cndienne des sciences de T dminisrion 24: 135-145(2007) Published online 13 June 2007 in Wiley Inerscience (www.inerscience.wiley.com). DOI: 10.1002/CJAS.n

More information

Semi-Fixed-Priority Scheduling: New Priority Assignment Policy for Practical Imprecise Computation

Semi-Fixed-Priority Scheduling: New Priority Assignment Policy for Practical Imprecise Computation Semi-Fixed-Prioriy Scheduling: New Prioriy Assignmen Policy for Pracical Imprecise Compuaion Hiroyuki Chishiro, Akira Takeda 2, Kenji Funaoka 2 and Nobuyuki Yamasaki School of Science for Open and Environmen

More information

Urban public transport optimization by bus ways: a neural network-based methodology

Urban public transport optimization by bus ways: a neural network-based methodology Urban Transpor XIII: Urban Transpor and he Environmen in he 21s Cenury 347 Urban public ranspor opimizaion by bus ways: a neural nework-based mehodology M. Migliore & M. Caalano Deparmen of Transporaion

More information

AP Physics 1 Per. Unit 2 Homework. s av

AP Physics 1 Per. Unit 2 Homework. s av Name: Dae: AP Physics Per. Uni Homework. A car is driven km wes in hour and hen 7 km eas in hour. Eas is he posiive direcion. a) Wha is he average velociy and average speed of he car in km/hr? x km 3.3km/

More information

Market Timing with GEYR in Emerging Stock Market: The Evidence from Stock Exchange of Thailand

Market Timing with GEYR in Emerging Stock Market: The Evidence from Stock Exchange of Thailand Journal of Finance and Invesmen Analysis, vol. 1, no. 4, 2012, 53-65 ISSN: 2241-0998 (prin version), 2241-0996(online) Scienpress Ld, 2012 Marke Timing wih GEYR in Emerging Sock Marke: The Evidence from

More information

1. The value of the digit 4 in the number 42,780 is 10 times the value of the digit 4 in which number?

1. The value of the digit 4 in the number 42,780 is 10 times the value of the digit 4 in which number? Mahemaics. he value of he digi in he number 70 is 0 imes he value of he digi in which number?. Mike is years old. Joe is imes as old as Mike. Which equaion shows how o find Joe s age? 70 000 = = = + =

More information

A Probabilistic Approach to Worst Case Scenarios

A Probabilistic Approach to Worst Case Scenarios A Probabilisic Approach o Wors Case Scenarios A Probabilisic Approach o Wors Case Scenarios By Giovanni Barone-Adesi Universiy of Albera, Canada and Ciy Universiy Business School, London Frederick Bourgoin

More information

Flow Switch LABO-VHZ-S

Flow Switch LABO-VHZ-S Flow Swich S Volumeric flow swiching Almos no effec from differing viscosiies Versaile, configurable swiching oupu in push-pull design Robus consrucion Compac design Characerisics he VHZ gearwheel flow

More information

Lifecycle Funds. T. Rowe Price Target Retirement Fund. Lifecycle Asset Allocation

Lifecycle Funds. T. Rowe Price Target Retirement Fund. Lifecycle Asset Allocation Lifecycle Funds Towards a Dynamic Asse Allocaion Framework for Targe Reiremen Funds: Geing Rid of he Dogma in Lifecycle Invesing Anup K. Basu Queensland Universiy of Technology The findings of he Mercer

More information

Brand Selection and its Matrix Structure -Expansion to the Second Order Lag-

Brand Selection and its Matrix Structure -Expansion to the Second Order Lag- Journl of Compuons & Modellng vol.3 no.3 3 87-99 ISS: 79-765 (prn) 79-885 (onlne) Scenpress Ld 3 Brnd Selecon nd s Mrx Srucure -Expnson o he Second Order Lg- Kuhro Tkeysu nd Yuk Hguch src Focusng h consumers

More information

Zelio Control Measurement Relays RM4L Liquid Level Relays

Zelio Control Measurement Relays RM4L Liquid Level Relays Zelio Conrol Measuremen elays FNCTIONS These devices monior he levels of conducive liquids. They conrol he acuaion of pumps or valves o regulae levels; hey are also suiable for proecing submersible pumps

More information

2017 / 2018 SCORPIONS SOCCER STYLE OF PLAY & TECHNICAL DEVELOPMENT

2017 / 2018 SCORPIONS SOCCER STYLE OF PLAY & TECHNICAL DEVELOPMENT 07 / 0 SORPIONS SOER SYLE OF PLY & EHNIL DEVELOPMEN SORPIONS SYLE OF PLY Scorpions Soccer lub is committed in developing S.M..R. soccer players who excel from a technical, tactical, mental and physical

More information

KINEMATICS IN ONE DIMENSION

KINEMATICS IN ONE DIMENSION chaper KINEMATICS IN ONE DIMENSION Secion 2.1 Displacemen Secion 2.2 Speed and Velociy 1. A paricle ravels along a curved pah beween wo poins P and Q as shown. The displacemen of he paricle does no depend

More information

Economics 487. Homework #4 Solution Key Portfolio Calculations and the Markowitz Algorithm

Economics 487. Homework #4 Solution Key Portfolio Calculations and the Markowitz Algorithm Economics 87 Homework # Soluion Key Porfolio Calculaions and he Markowiz Algorihm A. Excel Exercises: (10 poins) 1. Download he Excel file hw.xls from he class websie. This file conains monhly closing

More information

Name Class Date. Step 2: Rearrange the acceleration equation to solve for final speed. a v final v initial v. final v initial v.

Name Class Date. Step 2: Rearrange the acceleration equation to solve for final speed. a v final v initial v. final v initial v. Skills Workshee Mah Skills Acceleraion Afer you sudy each sample problem and soluion, work ou he pracice problems on a separae shee of paper. Wrie your answers in he spaces provided. In 1970, Don Big Daddy

More information

KEY CONCEPTS AND PROCESS SKILLS. 1. An allele is one of the two or more forms of a gene present in a population. MATERIALS AND ADVANCE PREPARATION

KEY CONCEPTS AND PROCESS SKILLS. 1. An allele is one of the two or more forms of a gene present in a population. MATERIALS AND ADVANCE PREPARATION Gene Squares 61 40- o 2 3 50-minue sessions ACIVIY OVERVIEW P R O B L E M S O LV I N G SUMMARY Sudens use Punne squares o predic he approximae frequencies of rais among he offspring of specific crier crosses.

More information

Proportional Reasoning

Proportional Reasoning Proporional Reasoning Focus on Afer his lesson, you will be able o... solve problems using proporional reasoning use more han one mehod o solve proporional reasoning problems When you go snowboarding or

More information

Making Sense of Genetics Problems

Making Sense of Genetics Problems Bio 101 Ms. Bledsoe Making Sense of Geneics roblems Monohbrid crosses Le s sar wih somehing simle: crossing wo organisms and waching how one single rai comes ou in he offsring. Le s use eas, as Mendel

More information

Announcements. CS 188: Artificial Intelligence Spring Today. P4: Ghostbusters. Exact Inference in DBNs. Dynamic Bayes Nets (DBNs)

Announcements. CS 188: Artificial Intelligence Spring Today. P4: Ghostbusters. Exact Inference in DBNs. Dynamic Bayes Nets (DBNs) CS 188: Artificil Intelligence Spring 2010 Lecture 21: DBNs, Viteri, Speech Recognition 4/8/2010 Written 6 due tonight Project 4 up! Due 4/15 strt erly! Announcements Course contest updte Plnning to post

More information

A Study on the Powering Performance of Multi-Axes Propulsion Ships with Wing Pods

A Study on the Powering Performance of Multi-Axes Propulsion Ships with Wing Pods Second Inernaional Symposium on Marine Propulsors smp amburg Germany une A Sudy on he Powering Performance of Muli-Axes Propulsion Ships wih Wing Pods eungwon Seo Seokcheon Go Sangbong Lee and ungil Kwon

More information

ANALYSIS OF RELIABILITY, MAINTENANCE AND RISK BASED INSPECTION OF PRESSURE SAFETY VALVES

ANALYSIS OF RELIABILITY, MAINTENANCE AND RISK BASED INSPECTION OF PRESSURE SAFETY VALVES ANALYSIS OF RELIABILITY, MAINTENANCE AND RISK BASED INSPECTION OF PRESSURE SAFETY VALVES Venilon Forunao Francisco Machado Mechanical Engineering Dep, Insiuo Superior Técnico, Av. Rovisco Pais, 049-00,

More information

WELCOME! PURPOSE OF WORKSHOP

WELCOME! PURPOSE OF WORKSHOP 20.02.27 WELCOME! On behalf of he (), we welcome you o his Public Workshop for he grade separaed inersecion a US 113 and SR /SR in Georgeown. This projec is par of he US 113 Corridor Improvemen Plan, which

More information

Reliability Design Technology for Power Semiconductor Modules

Reliability Design Technology for Power Semiconductor Modules Reliabiliy Design Technology for Power Semiconducor Modules Akira Morozumi Kasumi Yamada Tadashi Miyasaka 1. Inroducion The marke for power semiconducor modules is spreading no only o general-purpose inverers,

More information

Minnesota s Wild Turkey Harvest Fall 2016, Spring 2017

Minnesota s Wild Turkey Harvest Fall 2016, Spring 2017 Minnesot s Wild Turkey Hrvest Fll 2016, Spring 2017 Lindsey Messinger Frmlnd Wildlife Popultions nd Reserch Group Minnesot Deprtment of Nturl Resources Mdeli, Minnesot 15 August 2017 Summry of Seson Structure

More information

Chapter / rev/min Ans. C / in. C mm Ans teeth Ans. C / mm Ans.

Chapter / rev/min Ans. C / in. C mm Ans teeth Ans. C / mm Ans. Chaper 13 13-1 dp 17 / 8 15 in N 110 dg dp 15 4375 in N3 544 NG PdG 84375 35 eeh C 15 4375 / 35 in Ans Ans ng 1600 15 / 60 400 rev/min Ans p m 3 mm Ans C 3 15 60 115 mm Ans 13-13-3 N G 16 4 64 eeh Ans

More information

SPECIAL WIRE ROPES The Value Line

SPECIAL WIRE ROPES The Value Line SPECIAL WIRE ROPES The Value Line INTRODUCTION Qualiy Producs, Ousanding Service and Comprehensive Technical Suppor I s wha oday s indusries expec from heir supplier parners. And ha s wha WireCo WorldGroup

More information

As time goes by - Using time series based decision tree induction to analyze the behaviour of opponent players

As time goes by - Using time series based decision tree induction to analyze the behaviour of opponent players As ime goes by - Using ime series based decision ree inducion o analyze he behaviour of opponen players Chrisian Drücker, Sebasian Hübner, Ubbo Visser, Hans-Georg Weland TZI - Cener for Compuing Technologies

More information

Exploring Impacts of Countdown Timers on Queue Discharge Characteristics of Through Movement at Signalized Intersections

Exploring Impacts of Countdown Timers on Queue Discharge Characteristics of Through Movement at Signalized Intersections Avilble online t www.sciencedirect.com ScienceDirect Procedi - Socil nd Behviorl Scienc es 96 ( 2013 ) 255 264 13th COTA Interntionl Conference of Trnsporttion Professionls (CICTP 2013) Exploring Impcts

More information

INSTRUCTIONS FOR USE. This file can only be used to produce a handout master:

INSTRUCTIONS FOR USE. This file can only be used to produce a handout master: INSTRUCTIONS OR USE This file can only be used o produce a handou maser: Use Prin from he ile menu o make a prinou of he es. You may no modify he conens of his file. IMPORTNT NOTICE: You may prin his es

More information

A Measurement Framework for National Key Performance Measures

A Measurement Framework for National Key Performance Measures MINISTERIAL COUNCIL ON EDUCATION, EMPLOYMENT, TRAINING AND YOUTH AFFAIRS Performnce Mesurement nd Reporting Tskforce Working for qulity eduction outcomes A Mesurement Frmework for Ntionl Key Performnce

More information

Transit Priority Strategies for Multiple Routes Under Headway-Based Operations

Transit Priority Strategies for Multiple Routes Under Headway-Based Operations Transi Prioriy Sraegies for Muliple Roues Under Headway-Based Operaions Yongjie Lin, Xianfeng Yang, Gang-Len Chang, and Nan Zou This paper presens a ransi signal prioriy (TSP) model designed o consider

More information

Simulation of Scattering Acoustic Field in Rod and Identify of. Ultrasonic Flaw Detecting Signal

Simulation of Scattering Acoustic Field in Rod and Identify of. Ultrasonic Flaw Detecting Signal 17h Word onference on Nondesrucive Tesing, 5-8 Oc 008, Shanghai, hina Simuaion of Scaering Acousic Fied in Rod and Idenify of Urasonic Faw Deecing Signa Ke-Yi YUAN 1, Wen-Ai SONG 1, Yi-Fang HEN 1 1 Deparmen

More information

Bootstrapping Multilayer Neural Networks for Portfolio Construction

Bootstrapping Multilayer Neural Networks for Portfolio Construction Asia Pacific Managemen Review 17(2) (2012) 113-126 Boosrapping Mulilayer Neural Neworks for Porfolio Consrucion Chin-Sheng Huang a*, Zheng-Wei Lin b, Cheng-Wei Chen c www.apmr.managemen.ncku.edu.w a Deparmen

More information

ARMENIA: Second Education Quality and Relevance Project (APL2) Procurement Plan. As of March 15, Measu rement Unit.

ARMENIA: Second Education Quality and Relevance Project (APL2) Procurement Plan. As of March 15, Measu rement Unit. No According o he Cos Tables No of Packages Procuremen Mehod Review by WB PRIOR/ Pos Inviaion losure Auhorized Public Disclosure Auhorized Public Disclosure Auhorized Public Disclosure Auhorized Expeced

More information

2017 MCM/ICM Merging Area Designing Model for A Highway Toll Plaza Summary Sheet

2017 MCM/ICM Merging Area Designing Model for A Highway Toll Plaza Summary Sheet Team#55307 Page 1 of 25 For office use only T1 T2 T3 T4 Team Conrol Number 55307 Problem Chosen B For office use only F1 F2 F3 F4 2017 MCM/ICM Merging Area Designing Model for A Highway Toll Plaza Summary

More information

Capacity Utilization Metrics Revisited: Delay Weighting vs Demand Weighting. Mark Hansen Chieh-Yu Hsiao University of California, Berkeley 01/29/04

Capacity Utilization Metrics Revisited: Delay Weighting vs Demand Weighting. Mark Hansen Chieh-Yu Hsiao University of California, Berkeley 01/29/04 Capaciy Uilizaion Merics Revisied: Delay Weighing vs Demand Weighing Mark Hansen Chieh-Yu Hsiao Universiy of California, Berkeley 01/29/04 1 Ouline Inroducion Exising merics examinaion Proposed merics

More information

Machine Learning for Stock Selection

Machine Learning for Stock Selection Machine Learning for Sock Selecion Rober J. Yan Compuer Science Dep., The Uniersiy of Wesern Onario jyan@csd.uwo.ca Charles X. Ling Compuer Science Dep., The Uniersiy of Wesern Onario cling@csd.uwo.ca

More information

An Alternative Mathematical Model for Oxygen Transfer Evaluation in Clean Water

An Alternative Mathematical Model for Oxygen Transfer Evaluation in Clean Water An Alernaive Mahemaical Model for Oxygen Transfer Evaluaion in Clean Waer Yanjun (John) He 1, PE, BCEE 1 Kruger Inc., 41 Weson Parkway, Cary, NC 27513 Email: john.he@veolia.com ABSTRACT Energy consumpion

More information

Hyper-Geometric Distribution Model to Estimate the Number of Residual Software Faults

Hyper-Geometric Distribution Model to Estimate the Number of Residual Software Faults HyperGeoeric Disribuion Model o Esie he Nuber of Residul ofwre uls Yoshihiro TOHMA, Ryond JACOBY, Yukihis MRATA, nd Moriki YAMAMOTO Depren of Copuer cience Tokyo Insiue of Technology MeguroKu, Tokyo Absrc

More information

Paul M. Sommers David U. Cha And Daniel P. Glatt. March 2010 MIDDLEBURY COLLEGE ECONOMICS DISCUSSION PAPER NO

Paul M. Sommers David U. Cha And Daniel P. Glatt. March 2010 MIDDLEBURY COLLEGE ECONOMICS DISCUSSION PAPER NO AN EMPIRICAL TEST OF BILL JAMES S PYTHAGOREAN FORMULA by Paul M. Sommers David U. Cha And Daniel P. Gla March 2010 MIDDLEBURY COLLEGE ECONOMICS DISCUSSION PAPER NO. 10-06 DEPARTMENT OF ECONOMICS MIDDLEBURY

More information

3. The amount to which $1,000 will grow in 5 years at a 6 percent annual interest rate compounded annually is

3. The amount to which $1,000 will grow in 5 years at a 6 percent annual interest rate compounded annually is 8 h Grade Eam - 00. Which one of he following saemens is rue? a) There is a larges negaive raional number. b) There is a larges negaive ineger. c) There is a smalles ineger. d) There is a smalles negaive

More information

Oath. The. Life-changing Impact TEACH HEAL DISCOVER. Going Into the Wild to Save Rhinos. Tracking Down Outbreaks page 2. Teaming Up for Nekot page 7

Oath. The. Life-changing Impact TEACH HEAL DISCOVER. Going Into the Wild to Save Rhinos. Tracking Down Outbreaks page 2. Teaming Up for Nekot page 7 The Oah TEACH HEAL DISCOVER FALL/WINTER 2016 Tracking Down Oubreaks page 2 Teaming Up for Neko page 7 Turle Parnership Turns 20 page 9 Avian Fellowship Creaes Nes Egg page 10 Life-changing Impac Going

More information

Bill Turnblad, Community Development Director City of Stillwater Leif Garnass, PE, PTOE, Senior Associate Joe DeVore, Traffic Engineer

Bill Turnblad, Community Development Director City of Stillwater Leif Garnass, PE, PTOE, Senior Associate Joe DeVore, Traffic Engineer Memorandum SRF No. 16 94 To: From: Bill Turnblad, Communiy Developmen Direcor Ciy of Sillwaer Leif Garnass, PE, PTOE, Senior Associae Joe DeVore, Traffic Engineer Dae: November 9, 16 Subjec: Downown Plan

More information

Gas Source Localisation by Constructing Concentration Gridmaps with a Mobile Robot

Gas Source Localisation by Constructing Concentration Gridmaps with a Mobile Robot Gas Source Localisaion by Consrucing Concenraion Gridmaps wih a Mobile Robo Achim Lilienhal 1, Tom Ducke 2 1 W.-Schickard-Ins. of Comp. Science, Universiy of Tübingen, D-72076 Tübingen, Germany lilien@informaik.uni-uebingen.de

More information

Methods for Estimating Term Structure of Interest Rates

Methods for Estimating Term Structure of Interest Rates Mehods for Esimaing Term Srucure of Ineres Raes Iskander Karibzhanov Absrac This paper compares differen inerpolaion algorihms for consrucing yield curves: cubic splines, linear and quadraic programming,

More information

PRESSURE SENSOR TECHNICAL GUIDE INTRODUCTION FEATURES OF ELECTRIC PRESSURE SENSOR. Photoelectric. Sensor. Proximity Sensor. Inductive. Sensor.

PRESSURE SENSOR TECHNICAL GUIDE INTRODUCTION FEATURES OF ELECTRIC PRESSURE SENSOR. Photoelectric. Sensor. Proximity Sensor. Inductive. Sensor. Proximiy INTRDUCTIN Pressur sensor The sensor convers of gases or liquid ino elecrical magniude wih he sensing elemen, and generaes he analog oupu proporional o applied level or he swiching oupu oggled

More information

Owner s Manual SSCI. Wheeling, IL (800) Form No /08

Owner s Manual SSCI. Wheeling, IL (800) Form No /08 Owner s Manual Classic Bahing Table wih Access Door! Convenien Access Door & Roaing Ramp! Selec,, or Fauce Locaion! Pick 48-in or 60-in Table Widh! Choice of Inegral Splash Shields Model Numbers: 13022-LA-HJJRDR

More information

3.00 m. 8. At La Ronde, the free-fall ride called the Orbit" causes a 60.0 kg person to accelerate at a rate of 9.81 m/s 2 down.

3.00 m. 8. At La Ronde, the free-fall ride called the Orbit causes a 60.0 kg person to accelerate at a rate of 9.81 m/s 2 down. Physics Prees: Torque 1. Newon s 2 nd Law 2. Kinemaics (Free fall, graphs, and combined wih F R = ma) Pracice Quesions/Problems 1. Wha is Newon s 2 nd Law? Name and explain i. 2. Prove ha acceleraion for

More information

The Discussion of this exercise covers the following points: The open-loop Ziegler-Nichols method. The open-loop Ziegler-Nichols method

The Discussion of this exercise covers the following points: The open-loop Ziegler-Nichols method. The open-loop Ziegler-Nichols method Exercise 6-3 Level Process Control EXERCISE OBJECTIVE In this exercise, you will perform PID control of level process. You will use the open-loop step response method to tune the controller. DISCUSSION

More information

Proceedings of the ASME 28th International Conference on Ocean, Offshore and Arctic Engineering OMAE2009 May 31 - June 5, 2009, Honolulu, Hawaii

Proceedings of the ASME 28th International Conference on Ocean, Offshore and Arctic Engineering OMAE2009 May 31 - June 5, 2009, Honolulu, Hawaii Proceedings of he ASME 28h Inernaional Conference on Ocean, Offshore and Arcic Engineering OMAE29 May 31 - June 5, 29, Honolulu, Hawaii OMAE29-79385 ANALYSIS OF THE TUNNEL IMMERSION FOR THE BUSAN-GEOJE

More information

Lesson 8: Application Technology

Lesson 8: Application Technology The type of ppliction equipment used must suit the type of ppliction. In this module, you ll lern the prts of the most common types of ppliction equipment used by ssistnt pplictors, s well s how to properly

More information

Stock Return Expectations in the Credit Market

Stock Return Expectations in the Credit Market Sock Reurn Expecaions in he Credi Marke Hans Bysröm * Sepember 016 In his paper we compue long-erm sock reurn expecaions (across he business cycle) for individual firms using informaion backed ou from

More information

The Measuring System for Estimation of Power of Wind Flow Generated by Train Movement and Its Experimental Testing

The Measuring System for Estimation of Power of Wind Flow Generated by Train Movement and Its Experimental Testing Energy and Power Engineering, 2014, 6, 333-339 Published Online Ocober 2014 in SciRes. hp://www.scirp.org/journal/epe hp://dx.doi.org/10.4236/epe.2014.611028 The Measuring Sysem for Esimaion of Power of

More information

Performance Attribution for Equity Portfolios

Performance Attribution for Equity Portfolios PERFORMACE ATTRIBUTIO FOR EQUITY PORTFOLIOS Performance Aribuion for Equiy Porfolios Yang Lu and David Kane Inroducion Many porfolio managers measure performance wih reference o a benchmark. The difference

More information

8/31/11. the distance it travelled. The slope of the tangent to a curve in the position vs time graph for a particles motion gives:

8/31/11. the distance it travelled. The slope of the tangent to a curve in the position vs time graph for a particles motion gives: Physics 101 Tuesday Class 2 Chaper 2 Secions 2.1-2.4 Displacemen and disance Velociy and speed acceleraion Reading Quiz The slope of he angen o a curve in he posiion vs ime graph for a paricles moion gives:

More information

2014 WHEAT PROTEIN RESPONSE TO NITROGEN

2014 WHEAT PROTEIN RESPONSE TO NITROGEN 2014 WHEAT PROTEIN RESPONSE TO NITROGEN Aron Wlters, Coopertor Ryford Schulze, Coopertor Dniel Hthcot, Extension Progrm Specilist Dr. Clrk Neely, Extension Stte Smll Grins Specilist Ryn Collett, Extension

More information

QUANTITATIVE FINANCE RESEARCH CENTRE. Optimal Time Series Momentum QUANTITATIVE FINANCE RESEARCH CENTRE QUANTITATIVE F INANCE RESEARCH CENTRE

QUANTITATIVE FINANCE RESEARCH CENTRE. Optimal Time Series Momentum QUANTITATIVE FINANCE RESEARCH CENTRE QUANTITATIVE F INANCE RESEARCH CENTRE QUANTITATIVE FINANCE RESEARCH CENTRE QUANTITATIVE F INANCE RESEARCH CENTRE QUANTITATIVE FINANCE RESEARCH CENTRE Research Paper 353 January 15 Opimal Time Series Momenum Xue-Zhong He, Kai Li and Youwei

More information

Evaluating Portfolio Policies: A Duality Approach

Evaluating Portfolio Policies: A Duality Approach OPERATIONS RESEARCH Vol. 54, No. 3, May June 26, pp. 45 418 issn 3-364X eissn 1526-5463 6 543 45 informs doi 1.1287/opre.16.279 26 INFORMS Evaluaing Porfolio Policies: A Dualiy Approach Marin B. Haugh

More information

Announcements. CS 188: Artificial Intelligence Spring Announcements II. P4: Ghostbusters 2.0. Today. Dynamic Bayes Nets (DBNs)

Announcements. CS 188: Artificial Intelligence Spring Announcements II. P4: Ghostbusters 2.0. Today. Dynamic Bayes Nets (DBNs) CS 188: Artificil Intelligence Spring 2011 Lecture 19: Dynmic Byes Nets, Nïve Byes 4/6/2011 Announcements W4 out, due next week Mondy P4 out, due next week Fridy Mid-semester survey Pieter Aeel UC Berkeley

More information

CS 188: Artificial Intelligence Spring Announcements

CS 188: Artificial Intelligence Spring Announcements CS 188: Artificil Intelligence Spring 2011 Lecture 19: Dynmic Byes Nets, Nïve Byes 4/6/2011 Pieter Aeel UC Berkeley Slides dpted from Dn Klein. Announcements W4 out, due next week Mondy P4 out, due next

More information

ANNUAL SPECIAL EVENTS SPONSORSHIP

ANNUAL SPECIAL EVENTS SPONSORSHIP 2018-19 ANNUAL SPECIAL EVENTS SPONSORSHIP BY THE NUMBERS $160,000 TOTAL RAISED FROM SPECIAL EVENTS 480 NORFOLK COLLEGIATE PARENTS 2,965 NORFOLK COLLEGIATE ALUMNI 4,802 FOLLOWERS ON SOCIAL MEDIA Sponsorship

More information

Chapter : Linear Motion 1

Chapter : Linear Motion 1 Te: Chaper 2.1-2.4 Think and Eplain: 1-3 Think and Sole: --- Chaper 2.1-2.4: Linear Moion 1 NAME: Vocabulary: disance, displacemen, ime, consan speed, consan elociy, aerage, insananeous, magniude, ecor,

More information

Reproducing laboratory-scale rip currents on a barred beach by a Boussinesq wave model

Reproducing laboratory-scale rip currents on a barred beach by a Boussinesq wave model See discussions, sas, and auhor profiles for his publicaion a: hps://www.researchgae.ne/publicaion/9977 Reproducing laboraory-scale rip currens on a barred beach by a Boussinesq wave model Aricle in Journal

More information

Basic Systematic Experiments and New Type Child Unit of Anchor Climber: Swarm Type Wall Climbing Robot System

Basic Systematic Experiments and New Type Child Unit of Anchor Climber: Swarm Type Wall Climbing Robot System 2008 IEEE Inernaional Conference on Roboics and Auomaion Pasadena, CA, USA, May 19-23, 2008 Basic Sysemaic Eperimens and New Type Child Uni of Anchor Climber: Swarm Type Wall Climbing Robo Sysem Masaaka

More information

SURFACE PAVEMENT CHARACTERISTICS AND ACCIDENT RATE

SURFACE PAVEMENT CHARACTERISTICS AND ACCIDENT RATE The 10 h Inernaional Conference RELIABILITY and STATISTICS in TRANSPORTATION and COMMUNICATION -2010 Proceedings of he 10h Inernaional Conference Reliabiliy and Saisics in Transporaion and Communicaion

More information

EXAMINING THE FEASIBILITY OF PAIRED CLOSELY-SPACED PARALLEL APPROACHES

EXAMINING THE FEASIBILITY OF PAIRED CLOSELY-SPACED PARALLEL APPROACHES EXAMINING THE FEASIBILITY OF PAIRED CLOSELY-SPACED PARALLEL APPROACHES Seven J. Landry and Amy R. Priche Georgia Insiue of Technology Alana GA 30332-0205 ABSTRACT Paired closely-spaced parallel approaches

More information

ERRATA for Guide for the Development of Bicycle Facilities, 4th Edition (GBF-4)

ERRATA for Guide for the Development of Bicycle Facilities, 4th Edition (GBF-4) Dvid Bernhrdt, P.E., President Commissioner, Mine Deprtment of Trnsporttion Bud Wright, Executive Director 444 North Cpitol Street NW, Suite 249, Wshington, DC 20001 (202) 624-5800 Fx: (202) 624-5806 www.trnsporttion.org

More information

Avoiding Component Failure in Industrial Refrigeration Systems

Avoiding Component Failure in Industrial Refrigeration Systems Avoiding Componen Failure in Indusrial Refrigeraion Sysems By Tim Kroeger, segmen markeing manager indusrial refrigeraion, Asia Pacific & India The aricle caegorises and gives examples of ypical componen

More information

MCW100A, B Time Proportional Rotary Position Controller

MCW100A, B Time Proportional Rotary Position Controller DESCRIPTION MCW100A, B Time Proporional Roary Posiion Conroller Issued: March 1992 The MCW100 Time Proporional Roary Posiion Conroller provides auomaic grade or seering conrol of paving, renching and curbing

More information

Monte Carlo simulation modelling of aircraft dispatch with known faults

Monte Carlo simulation modelling of aircraft dispatch with known faults Loughborough Universiy Insiuional Reposiory Mone Carlo simulaion modelling of aircraf dispach wih known fauls This iem was submied o Loughborough Universiy's Insiuional Reposiory by he/an auhor. Ciaion:

More information

Rolling ADF Tests: Detecting Rational Bubbles in Greater China Stock Markets

Rolling ADF Tests: Detecting Rational Bubbles in Greater China Stock Markets Singapore Managemen Universiy Insiuional Knowledge a Singapore Managemen Universiy Disseraions and Theses Collecion (Open Access) Disseraions and Theses 2008 Rolling ADF Tess: Deecing Raional Bubbles in

More information

Instruction Manual. Rugged PCB type. 1 Terminal Block. 2 Function. 3 Series Operation and Parallel Operation. 4 Assembling and Installation Method

Instruction Manual. Rugged PCB type. 1 Terminal Block. 2 Function. 3 Series Operation and Parallel Operation. 4 Assembling and Installation Method Rugged PCB ype Insrucion Manual 1 Terminal Block Funcion.1...4.5.6.7 Inpu volage range Inrush curren limiing Overcurren proecion Overvolage proecion Oupu volage adjusmen range Isolaion Remoe ON/OFF E9

More information

Working Paper: Reversal Patterns

Working Paper: Reversal Patterns Remember to welcome ll ides in trding. AND remember to reserve your opinion until you hve independently vlidted the ide! Working Pper: Reversl Ptterns Working Pper In this pper I wnt to review nd (hopefully)

More information

Dynamics of market correlations: Taxonomy and portfolio analysis

Dynamics of market correlations: Taxonomy and portfolio analysis Dynamics of marke correlaions: Taxonomy and porfolio analysis J.-P. Onnela, A. Chakrabori, and K. Kaski Laboraory of Compuaional Engineering, Helsinki Universiy of Technology, P.O. Box 9203, FIN-02015

More information

Performance Optimization of Markov Models in Simulating Computer Networks

Performance Optimization of Markov Models in Simulating Computer Networks Proceedings of he World Congress on Engineering and Copuer Science 9 Vol I WCECS 9, Ocober -, 9, San Francisco, USA Perforance Opiizaion of Marov Models in Siulaing Copuer Newors Nisrine Sinno, Hussein

More information

AGENDA REQUEST. September 7, 2010 Timothy Litchet

AGENDA REQUEST. September 7, 2010 Timothy Litchet AGENDA REQUEST AGENDA HEADING: New Business BY Neighborhood and Developmen Services Originaing Deparmen COMMISSION MEETING DATE: Sepember 7, 2010 Timohy Liche Deparmen Head Commissioner Turner Presener

More information

MVS. Electronic fan speed controller for DIN rail. Key features. Article codes Technical specifications. Area of use

MVS. Electronic fan speed controller for DIN rail. Key features. Article codes Technical specifications. Area of use MVS Elecronic fan speed conroller for DIN rail The MVS elecronic speed conrollers conrol he speed of single-phase volage conrollable elecric moors ( VAC / 5 6 z) according o a sandard inpu conrol signal.

More information

Contents TRIGONOMETRIC METHODS PROBABILITY DISTRIBUTIONS

Contents TRIGONOMETRIC METHODS PROBABILITY DISTRIBUTIONS ontents UNIT 7 TRIGONOMETRI METHODS Lesson 1 Trigonometric Functions................... 462 1 onnecting ngle Mesures nd Liner Mesures.............. 463 2 Mesuring Without Mesuring.........................

More information

Development of Urban Public Transit Network Structure Integrating Multi-Class Public Transit Lines and Transfer Hubs

Development of Urban Public Transit Network Structure Integrating Multi-Class Public Transit Lines and Transfer Hubs Developmen of Urban Public Transi Nework Srucure Inegraing Muli-Class Public Transi Lines and Transfer Hubs Zhenbao Wang 1, Anyan Chen 2 1College of Civil Engineering, Hebei Universiy of Engineering Handan,

More information

Straight Leg ged Walking of a Biped Robot

Straight Leg ged Walking of a Biped Robot Sraigh Leg ged Walking of a Biped Robo Ryo Kurazume, Shunaro Tanaka, Masahiro Yamashia Tsuomu Hasegawa Kyushu Universiy 6-10-1, Hakozaki, Higashi-ku, Fukuoka, Japan Email: kurazume @ is.kyushu-u.ac.jp

More information