Mining Web Logs with PLSA Based Prediction Model to Improve Web Caching Performance

Size: px
Start display at page:

Download "Mining Web Logs with PLSA Based Prediction Model to Improve Web Caching Performance"

Transcription

1 JOURAL OF COMPUTERS, VOL. 8, O. 5, MAY Mnng Web Logs wth PLSA Based Predcton Model to Improve Web Cachng Performance Chub Huang Department of Automaton, USTC Key laboratory of network communcaton system and control Hefe, Chna Emal: Jnln Wang, Haojang Deng, Jun Chen Insttute of Acoustcs, Chnese Academy of Scences atonal etwork ew Meda Engneerng Research Center Bejng, Chna Emal: {wangjl, denghj, Abstract Web cachng s a well-known strategy for mprovng the performance of web systems. The key to better web cachng performance s an effcent replacng polcy that keeps n the cache popular documents and replaces rarely used ones. When coupled wth web log mnng, the replacng polcy can more accurately decde whch documents should be cached. In ths paper, we present a PLSA based predcton model to predct the user access patterns and nterest to extend the well-known GRAM-GDSF cachng polcy. Extensve experments are conducted on the publcly avalable web logs datasets. The result shows that our approach gets better web-access performance. Index Terms PLSA, web cachng, web cachng algorthm, predcton model, web log mnng I. ITRODUCTIO As the Internet and user scale are growng at a very rapd rate, the performance requrements of web systems become ncreasngly hgh. Web cachng s one of the most successful solutons for mprovng the performance of web systems. The core dea of web cachng s to mantan the popular web documents that lkely to be revsted n near future n a cache, such that the performance of web system can be sgnfcantly mproved snce most of later user requests can be drectly repled from the cache. Lyng n the heart of web cachng algorthms s the cache replacement polcy. To mprove the performance of web cachng, researchers have proposed a number of cache replacement polces [1, 21], many of whch have been covered n the comprehensve surveys by [16]. These tradtonal algorthms take nto account several factors and assgn a key value or prorty for each web document stored n the cache. However, t s dffcult to have an omnpotent polcy that performs well n all envronments or for all tme because each polcy has dfferent desgn ratonal to optmze dfferent resources. Moreover, combnaton of the factors that can nfluence the replacement process to get wse replacement decson s not an easy task because one factor n a partcular stuaton or envronment s more mportant than other envronments [14, 15]. Due to these constrants, there s a need for an effectve approach to ntellgently manage the web cache whch satsfes the objectves of Web cachng requrement. Ths s motvaton n adoptng ntellgent technques n the Web cachng algorthms. Another motvaton to ntellgent Web cachng algorthms s the avalablty of web access logs fles, whch can be exploted as tranng data. In a few prevous studes, the ntellgent approaches have been appled n web cachng algorthms or other web servce [2, 11, 12, 13, 17, 18, 19, 20]. These studes typcally buld predcton model by tranng the web logs. By makng use of the predcton model, the cachng algorthms become more effcent and adaptve to the web cachng envronment compared to the tradtonal web cachng algorthms. However, these studes ddn t take nto account the user access patterns and nterest when buldng the predcton model. Snce the users are the source of all the web access actons, t s necessary to buld a predcton model whch can well modelng the user access patterns and nterest. In ths paper, we use the web access logs to tran a probablstc latent semantc analyss (PLSA) based predcton model for user access patterns and nterest to extend GRAM-GDSF [6]. Based on the model, we can obtan user s topcs of nterest and mne rules for future access predcton. We then proposed the PLSA-based GRAM-GDSF cachng algorthm, whch ncorporate our PLSA-based predcton model nto GRAM-GDSF to mprove ts web cachng performance. We also mprove the PLSA model to get the more accurately topcs. The experment shows that our PLSAbased predcton model ndeed mprove the system performance over GRAM-GDSF. The organzaton of the paper s as follows. In the next secton, we revew the related work n web cachng. In Secton 3, we gve a bref ntroduce of the PLSA model. do: /jcp

2 1352 JOURAL OF COMPUTERS, VOL. 8, O. 5, MAY 2013 Data process s descrbed n Secton 4. Then n Secton 5, we ntroduce the formal PLSA-based predcton model and show how t ntegrates wth the cachng algorthms. Experment results are presented n Secton 6. Fnally, we conclude our paper n Secton 7. II. RELATED WORK Web cachng plays a key role n mprovng web systems performance. The heart of web cachng s socalled replacement polcy, whch measure the popularty of all the prevously vsted documents, keeps n the cache those popular documents and replaces rarely used ones. The basc dea of the most well-known cachng algorthms s to assgn each document a key value computed by factors such as sze, frequency and cost. Usng ths key value, we could rank these documents accordng to correspondng key value. When a replacement s to be carred, the lower-ranked documents wll be evcted from the cache. Among these key valuebased cachng algorthms, GDFS [1] s the most successful one. It assgns a key value to each document n the cache as K /, where L s an nflaton factor to avod cache polluton, C s the cost to fetch h, F s the past occurrence frequency of h and S s the sze of h. Avalablty of web access logs fles that can be used as tranng data promotes the emergence of ntellgent web cachng algorthms [2, 3, 4, 11, 12]. In [11], the neuro-fuzzy system has been employed to predct web objects that can be re-accessed later. [12] proposes a logstc regresson model to predct the future request. However, these algorthms ddn't make use of the web logs to mne the useful nformaton that can reveal the user behavor pattern. Then a lot of study has been conducted to use web log mnng to mprove the performance of web cachng. Web log mnng extract useful knowledge from large-scale web logs for future research and applcaton. In [5], Ptknow and Proll studed the pattern extracton technques to predct the web use s access path. An n-gram model to predct future requests was proposed n [7]. [8] has proposed sequental data mnng for web transacton data, but they ddn t apply the algorthm n cachng. In [6], Qang Yang dscusses an ntegrated model by combnng assocatonbased predcton and the well-known GDSF cachng algorthm (GRAM-GDSF) n a unfed framework. They frst tran the web logs to buld a set of assocaton rules, and then apply these rules to gve predcton of future vsts for each sesson. However, the predcton ddn t take nto account the nterest of current user. In contrast, n ths paper, we propose a PLSA-based predcton model, by whch we can make predctons based on the current actve user s nterest, to mprove the assocaton predcton algorthm n [6]. III. THE PLSA MODEL The PLSA model [9] was orgnally developed for topc dscovery n a text corpus, where each document s represented by ts word frequency. The model assumes that, under the texts we observed there s another latent level: the topc level. A document has a certan probablty dstrbuton on a varety of topcs, and smlarly, topcs also have dfferent dstrbuton on a set of words. Therefore, PLSA ntroduces a latent topc varable,, between the document,, and the word,,. Then the PLSA model s gven by the followng generatve scheme: (1) Select a document wth probablty p. (2) Pck a latent topc wth probablty p. (3) Generate a word wth probablty p. As a result, we generally get an observaton par,, whle the latent topc varable s hdden. Ths generatve model can be expressed by the followng probablstc model: (, ) ( ) ( j j j ) P w d P d P w d (1) K ( ) ( ) ( j j k k ) P w d P w z P z d (2) k 1 Expectaton maxmzaton (EM) algorthm [10] s appled to learn the unobservable probablty dstrbuton P z d and P w z from the complete dataset. The log-lkelhood of the complete dataset s: M 1 (, ) log (, j j ) L n d w P d w (3) ( j ) ( j k ) ( k ) M K n d, w log P w z P z d 1 k 1 Where n, s the number of occurrences of word n document. In order to maxmze the loglkelhood functon L, we should frst ntal the PLSA probablty model parameters P and P wth random number, then perform teratve calculatons by alternatng mplementaton of the E-step and M-step. When the change of L s less than a threshold value, we stop the teratve calculatons. In E-step, the pror probablty of z s calculated: Pz ( d, w ) k j K P ( w z ) P ( z d j k k ) P ( w z ) P ( z d j l l ) (4). (5) In M-step, the followng formulas are used to reestmate the model parameters: 1 ( z j k ) M P w 1 nd (, w ) P( z d, w ) j k j nd (, w ) P( z d, w ) j k j (6)

3 JOURAL OF COMPUTERS, VOL. 8, O. 5, MAY nd (, w ) P( z d, w ) j k j d k M Pz ( ) M nd (, w ) IV. DATA PROCESS In ths secton, we present our approach to establsh a PLSA-based predcton model on a large-scale web log. Our goal s to model user access patterns to get the user s nterest, based on whch we can predct future requests for each current actve user. A. Extractng Embedded Objects HTML documents consst of varety of embedded web objects, such as mages, audo and vdeo fles. Exactly, they contan the lnkage structure of these web objects. References to embedded objects are usually preceded by ther HTML contaner. Therefore, from the web logs we can see, they always appear as a burst of requests from the same user shortly after an HTML access. If an object s observed that ts request always come mmedately after access to certan HTML documents, t can be labeled as ts contaners. Generally web users are only nterested n HTML page, however, they know nothng about the lnkage structure nformaton. Therefore, we deal wth HTML documents and embedded objects dfferently. Whle buldng PLSAbased model to get the nterest of user, we do not take embedded objects nto consderatons. Instead, we just assocate them to ther correspondng HTML contaners. After extracted from web logs, these embedded objects are stored n HTML-OBJECT Hash Table, by whch we can get the embedded objects of a HTML documents quckly. B. Buldng User-html Matrx After flterng the embedded objects, only HTML document reman n a request sequence. When we buld the user-html matrx, the sesson lst has to be generated frst. Here, the generaton of sesson lst conssts of three major steps. Frst, the records of the web logs are sorted accordng to the access tme. Then, web set a reasonable sesson tme threshold. We assume that the duraton of any sesson won t exceed the sesson tme threshold. Fnally, accordng to the threshold, we sequentally buld the sessons for each user. Then we can get the user-html matrx (see Fg.1) by traversng the sesson lst. Each row n the matrx represents a user and n, specfes the number of tmes the html fle accessed by user. (, )... (, )... (, m 1 M ) n u h n u h n u h n ( u, h1 )... n ( u, h )... n ( u, h n n m n M ) n ( u, h1 )... n ( u, h )... n ( u, h m M ) Fgure 1. The user html matrx. j (7) V. PLSA-BASED PREDICTIO MODEL A. Overvew Although the PLSA model was orgnally developed for topc dscovery n text corpus, t has been appled n many scentfc felds, such as multmeda, data mnng and mage recognton. Here we apply the PLSA model to mprove web cachng algorthm. However, n the applcaton process, we found that there s a problem wth the PLSA model: t doesn t consder the user smlarty when calculate the model parameters. In order to more accurately obtan the latent topcs, we have made some mprovements on the teratve calculatons to address the smlarty between the users. We ntroduce a new smlarty layer n PLSA model such that the topc dstrbutons of the gven user can be updated by that of users smlar to hm. After buldng the mproved PLSA model, we can made predcton for each current actve user based on the users nterest whch s derved from the model. Further, we make use of the predcton model to mprove the cachng algorthm descrbed n [6]. As shows n Fg.2 we depct an overvew of the mproved PLSA model n our applcaton scenaro. Gven the user,,, the HTML fle,, and the latent topc,, we adopt the same generatve scheme as that of PLSA. In addton, we ntroduce a smlarty layer between user and HTML fle. 1. Select a user wth probablty P 2. Pck a latent topc wth probablty P 3. Access a HTML fle wth probablty P 4. P can be updated by that of the smlar users: P 5. s smlarty between and, t also can be consdered as the condtonal probablty The user smlartes are parameterzed by the user smlarty matrx S whch descrbed n the followng secton. As we have ncorporated the user smlartes nto the PLSA model, the smlar users can have smlar topc dstrbutons and we wll get more accurate latent topcs than the orgnal PLSA model. B. Users Smlartes Wth the user-html matrx ntroduced as Fg.1 shows, we compute the user smlarty matrx S by cosne smlarty. For each par of users n the matrx, we frst compute ther cosne smlarty as follows: uur uur u u l Sm h uur uur (8) u u uur where u s the -th user and represented by the -th row n the user-html matrx. Then we can get a smlarty matrx S where. Further, we should normalze the matrx S such that ts row adds up to 1. l

4 1354 JOURAL OF COMPUTERS, VOL. 8, O. 5, MAY 2013 S l S l S h h 1 Therefore, each element of S can be consdered as the condtonal probablty and the topc dstrbuton of a gven user can be updated by the topc dstrbutons of the users that are smlar to the gven user. ( ) ( ) ( k k l l ) P z u P z u P u u (10) C. Parameter Estmatng Accordng to the maxmum lkelhood prncple, we estmate the parameters P and P by maxmzng the log-lkelhood functon: M K (, ) log ( ) ( j j k k ) L n u h P h z P z u 1 k 1 (11) Then we used EM algorthm to estmate the parameters. In order to ncorporate the user smlarty, we renew the probablty P by equaton (9) at each end run of M-step, thus resultng n a varaton of EM algorthm through the followng E-step and M-step: The E-step s gven by (, ) P z u h k j K P ( h z ) P ( z u j k k ) P ( h z ) P ( z u j l l ) and the M-step s gven by ( ) P h z 1 j k M ( ) P z u 1 k M (, ) (, j k j ) n u h P z u h (, ) (, j k j ) n u h P z u h (, ) (, j k j ) n u h P z u h (, h j ) n u ( ) ( ) ( k k l l ) (9) (12) (13) (14) P z u P z u P u u (15) Iteratvely perform E-step and M-step untl the probablty values are stable. D. Predcton Algorthm The process of buldng the PLSA-based model s called tranng. Once the tranng s fnshed, we can make use of the model to gve predctons of future vsts. Specfcally, for user, we wll assume that he s nterested n the topc, f p s the bggest one among the sets,. Lkewse, for topc, we only keep largest value among sets. Then we assume that the html pages correspondng to the values are lkely to be accessed under the topc. In the prevous secton, we ntroduced the ntellgent web cachng algorthm [6] (GRAM-GDSF) whch ams to mprove the GDSF cachng algorthm. GRAM-GDSF s one of the best ntellgent cachng replacement algorthms. Our PLSA-based predctve cachng algorthm (P-GRAM) s an extenson and enhancement of GRAM-GDSF by ncorporatng a factor of predctve nterest frequency. When we use the mproved PLSA model, the correspondng PLSA-based predctve cachng algorthm s called IP-GRAM. ormally, there smultaneously exst a number of actve users who are accessng a web server. Based on the pre-traned mproved PLSA model, our predcton model can predct each actve user s nterested topc and the HTML fle correspondng to the topc. Dfferent users wll gve dfferent predcton to future HTML fles. Snce our predcton of a HTML fle comes wth a probablty P, we can combne all the current actve users nterest predctons to calculate the future nterest-based occurrence frequency of a HTML fle. Let denote a HTML fle on the server, be an actve user on a web server,, be the probablty predcted by an actve user, who are nterested n topc, for HTML. If, 0, t ndcates that HTML fle s not predcted by. Let be the future nterest based frequency of requests to HTML. If we assume all the users on a web server are ndependent to each other, we can obtan the followng equaton: I P (16) j, j To llustrate (16), we map two users n Fgure 2. Each user yelds a set of predctons to HTML fles accordng to hs nterest. Snce users are assumed ndependent to each other, we use (16) to compute the nterest-based frequency of HTML fle. For example, The HTML fle s predcted by three actve users wth a probablty of 0.7, 0.6 and 0.5, respectvely. From (16), 1.3. Ths means that based on users nterest, the HTML fle wll be accessed 1.3 tmes n the near future. h 1 :0.30 h 2 :0.21 h : h : h : h : I I Fgure 2. Predcton of nterest based frequency.

5 JOURAL OF COMPUTERS, VOL. 8, O. 5, MAY Once the future nterest-based frequency I of a HTML h can be predcted, we extend GRAM-GDSF [6] to ncorporate the I : K h L + w h + F h + I h * C h / S h ( ) ( ) ( ) ( ) ( ) ( ) ( ) (17) We add w, F and I together n (17), whch mples that the key value of a HTML h s determned not only by ts past occurrence and sesson-based future frequency, but also affected by ts nterest. The more lkely the actve users are nterested n t, the greater the key value wll be. The ratonale behnd our extenson s that we take nto account the users nterest obtaned by tranng the web logs and adjust the replacement polcy. VI. EXPERIMETS A. Smulaton Model We have conducted a seres of expermental comparsons wth the web log that we are able to get. In the experments, the EPA data set contans a full day of HTTP requests to the EPA web server whch located at Research Trangle Park, C. Before the experments, we removed the records of uncacheable URLs from the web logs. A URL s consdered uncacheable when t contans dynamcally generated content such as CGI scrpts. We also fltered out the records wth unsuccessful HTTP response code. In our experments, we use two objectve performance parameters to evaluate the performance of our extended cachng algorthm. The ht rate s the percentage of all requests that can be repled drectly by searchng the cache for a copy of the requested document. The byte ht rate represents the percentage of bytes that are transferred drectly from the cache rather than from the orgn server. Let be the total number of request and δ 1 f the request s ht n the cache, whle δ 0 ohterwse. Mathematcally, the two parameters can be calculated as follows: HR BHR 1 δ 1 b δ 1 where s the sze of the -th request. b (18) (19) B. Expermental Results In the experments, the algorthms under comparson are GRAM-GDSF, P-GRAM and IP-GRAM. Wth respect to any one of the three algorthms, from Fg.3 and Fg.4, we can see that both the ht rate and byte ht rate are growng n a log-lke fashon as a functon of the cache sze. Ths suggests that ht rate or byte ht rate does not ncrease as much as the cache sze does, especally when cache sze s large enough. In other words, as the cache sze becomes nfnte, the performance dfference between these three algorthms wll dsappear. So we should compare the performance of cachng algorthms under lmted cache sze. We observed the cache ht rates and cache byte ht rates under dfferent cache szes. As shows n Fg.3 and Fg.4, IP-GRAM and P-GRAM both perform better than GRAM-GDSF. Ths result reveals that the nterestbased frequency, predcted by the PLSA-based predcton model, s workable. Due to the valdty of nterest-based frequency, IP-GRAM and P-GRAM both buld a more accurately predcton model than -GRAM, so that the accordng cache replacement polces get a better performance. Besdes, we found that IP-GRAM s a lttle better than P-GRAM, snce t gets a more accurately latent topc when buldng the predcton model. In addton, we can see that when cache szes are large few replacement decsons are needed and cache polluton s not a factor so the polces have smlar performance. When cache szes are very small, addng a sngle large document can result n the removal of a large number of smaller documents reducng the effects of cache polluton. At ths case, a good cachng algorthm could sgnfcantly mprove the cachng performance. Ht Rate VS Cache Sze 90 Ht Rate(%) Byte Ht Rate(%) IP-GRAM P-GRAM GRAM-GDSF Cache sze(%) Fgure 3. Ht rate comparson on EPA data Byte Ht Rate VS Cache Sze IP-GRAM P-GRAM GRAM-GDSF Cache sze(%) Fgure 4. Byte ht rate comparson on EPA data In order to prove the valdty of the mproved PLSA model, we compare the convergence rate between IP- GRAM and P-GRAM. P-GRAM adopts the PLSA model and IP-GRAM uses the mproved PLSA model nstead. As shows n Fg.5, the log-lkelhood of IP- GRAM convergence faster than P-GRAM. Snce IP-

6 1356 JOURAL OF COMPUTERS, VOL. 8, O. 5, MAY 2013 GRAM ntroduce smlarty layer n PLSA model, topc dstrbutons of the gven user can be updated by that of users smlar to hm durng the teratve process of tranng. By ths way, IP-GRAM could estmate more accurate probablty model of the topc dstrbutons n an teraton, whch wll accelerate the convergence rate of teratons. Log-lkelhood -7.5 x umber of teratons Fgure 5. Log lkelhood convergence rate VII. COCLUSIO In ths paper, we appled the PLSA-based predcton model buld from the web logs to mprove the GRAM- GDSF cachng algorthm. By takng nto account the nterest-based frequency n cachng algorthm, t s possble to dramatcally mprove both the ht rate and byte ht rate. In the future, we would lke to study on how to reduce the buldng tme of PLSA model, so that we can dynamcally update the model parameters on lne. In addton, n future we can consder ncorporatng the clusterng approach to process web logs, so that a more accurate user nterest model could be obtaned by buldng PLSA model. ACKOWLEDGMET Ths work and related experment envronment s supported by the atonal Hgh Technology Research and Development Program of Chna under Grant o. 2011AA01A102, the atonal Key Technology R&D Program under Grant o. 2012BAH18B04 and the Strategc Prorty Research Program of the Chnese Academy of Scences under Grant o. XDA We are sncerely grateful to ther support. REFERECES IP-GRAM P-GRAM [1] L. Cherkasova, mprovng www proxes performance wth greedy-dual-sze-frequency cachng polcy, In HP Techncal Report, Palo Alto, ovember [2] Q. Lu, Web Latency Reducton wth prefetchng, PhD thess, Unversty of Western Ontaro, London, [3] H.T. Chen, Pre-fetchng and Re-fetchng n Web cachng system: Algorthms and Smulaton, Master Thess, TRET UIVERSITY, Peterborough, Ontaro, Canada, [4] W. Al, S.M. Shamsuddn, Intellgent Clent-sde Web Cachng Scheme Based on Least recently Used Algorthm and euro-fuzzy System, The sxth Internatonal Symposum on eural etworks, Lecture otes n computer Scence, Sprnger-Verlag Berln Hedelberg, pp , [5] Ptkow J, Proll P, Mnng longest repeatng subsequences to predct www surfng, In Proceedngs of the 1999 USEIX Annual Techncal Conference, [6] Qang Yang, Hanng Henry Zhang, Tany LI, Mnng web logs for predcton models n WWW cachng and prefetchng, In Proceedngs of Internatonal Conference on Knowledge Dscovery and Data Mnng KDD 01, San Francsco, Calforna, USA, [7] R. Agrawal and R. Srkant, Mnng Sequental Patterns, In Proceedngs of Internatonal Conference on Data Engneerng, Tape, Tawan, [8] Z. Su, Q. Yang, Y. Lu, H. Zhang, Whatnext: A predcton system for web requests usng n-gram sequence models, In Proceedngs of the Frst Internatonal Conference on Web Informaton System and Engneerng Conference, pp , Hong Kong, June [9] T. Hofmann, Probablstc latent semantc ndexng, In Proceedngs of the 22 nd annual nternatonal ACM SIGIR conference on Research and development n nformaton retreval, pp , ACM, [10] S. Deerwester, Maxmum lkelhhod from n complete data va the EM algorthm, Journal of the Royal Statstcal Socety B 39, pp [11] L. Janhu, X. Tanshu, Y. Chao, Research on WEB Cache Predcton Recommend Mechansm Based on Usage Pattern, Frst Internatonal Workshop on Knowledge Dscovery and Data Mnng(WKDD), pp , [12] T.M. Kroeger, D.D.E. Long, J.C. Mogul, Explorng the bounds of web latency reducton from cachng and prefetchng. Proceedngs of the USEDC Symposum on Internet Technology and Systems, pp , [13] Tao. Tan, Hongjun. Chen, A personalzaton recommendaton method based on Deep web data query, Journal of Computers, v 7, n 7, p , [14] H.T. Chen, Pre-fetchng and Re-fetchng n Web cachng systems: Algorthms and Smulaton, Master Thess, TRET UIVERSITY, Peterborough, Ontaro, Canada, [15] A.K.Y. Wong, Web Cache Replacement Polces: A Pragmatc Approach, IEEE etwork magazne, 20(1), pp , [16] J Wang, A survey of web cachng schemes for the nternet, ACM SIGCOMM Computer Communcaton Revew, [17] Jngl. Zhou, Xuejun. e, Lehua. Qn, Janfeng, Zhu, Web clusterng based on tag set smlarty, Journal of Computers, v 6, n 1, p 59-66, [18] Yanjuan. L, Maozu. Guo, Web page classfcaton usng relatonal learnng algorthm and unlabeled data, Journal of Computers, v 6, n 3, p , [19] We. Huang, Ly. Zhang, Jdong. Zhang, Mngzhu Zhu, Semantc focused crawlng for retrevng E-commerce nformaton, Journal of Software, v 4, n 5, p , July [20] Xangfeng. Luo, Ka. Yan, Xue. Chen, Automatc dscovery of semantc relatons based on assocaton rule, Journal of Software, v 3, n 8, p 11-18, ovember [21] P. Cao, S. Iran, Cost-Aware WWW Proxy Cachng Algorthms, USEIX Symposum on Internet Technologes and Systems, Monterey, CA, 1997.

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

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

Video Proxy System for a Large-scale VOD System (DINA)

Video Proxy System for a Large-scale VOD System (DINA) Vdeo Proxy System for a Large-scale VOD System (DINA) KWUN-CHUNG CHAN #, KWOK-WAI CHEUNG *# #Department of Informaton Engneerng *Centre of Innovaton and Technology The Chnese Unversty of Hong Kong SHATIN,

More information

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

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

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

Concurrent Apriori Data Mining Algorithms

Concurrent Apriori Data Mining Algorithms Concurrent Apror Data Mnng Algorthms Vassl Halatchev Department of Electrcal Engneerng and Computer Scence York Unversty, Toronto October 8, 2015 Outlne Why t s mportant Introducton to Assocaton Rule Mnng

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

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

More information

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

A User Selection Method in Advertising System

A User Selection Method in Advertising System Int. J. Communcatons, etwork and System Scences, 2010, 3, 54-58 do:10.4236/jcns.2010.31007 Publshed Onlne January 2010 (http://www.scrp.org/journal/jcns/). A User Selecton Method n Advertsng System Shy

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

Query Clustering Using a Hybrid Query Similarity Measure

Query Clustering Using a Hybrid Query Similarity Measure Query clusterng usng a hybrd query smlarty measure Fu. L., Goh, D.H., & Foo, S. (2004). WSEAS Transacton on Computers, 3(3), 700-705. Query Clusterng Usng a Hybrd Query Smlarty Measure Ln Fu, Don Hoe-Lan

More information

Related-Mode Attacks on CTR Encryption Mode

Related-Mode Attacks on CTR Encryption Mode Internatonal Journal of Network Securty, Vol.4, No.3, PP.282 287, May 2007 282 Related-Mode Attacks on CTR Encrypton Mode Dayn Wang, Dongda Ln, and Wenlng Wu (Correspondng author: Dayn Wang) Key Laboratory

More information

Performance Evaluation of Information Retrieval Systems

Performance Evaluation of Information Retrieval Systems Why System Evaluaton? Performance Evaluaton of Informaton Retreval Systems Many sldes n ths secton are adapted from Prof. Joydeep Ghosh (UT ECE) who n turn adapted them from Prof. Dk Lee (Unv. of Scence

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

Text Similarity Computing Based on LDA Topic Model and Word Co-occurrence

Text Similarity Computing Based on LDA Topic Model and Word Co-occurrence 2nd Internatonal Conference on Software Engneerng, Knowledge Engneerng and Informaton Engneerng (SEKEIE 204) Text Smlarty Computng Based on LDA Topc Model and Word Co-occurrence Mngla Shao School of Computer,

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

A Unified Framework for Semantics and Feature Based Relevance Feedback in Image Retrieval Systems

A Unified Framework for Semantics and Feature Based Relevance Feedback in Image Retrieval Systems A Unfed Framework for Semantcs and Feature Based Relevance Feedback n Image Retreval Systems Ye Lu *, Chunhu Hu 2, Xngquan Zhu 3*, HongJang Zhang 2, Qang Yang * School of Computng Scence Smon Fraser Unversty

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

An Entropy-Based Approach to Integrated Information Needs Assessment Dstrbuton Statement A: Approved for publc release; dstrbuton s unlmted. An Entropy-Based Approach to ntegrated nformaton Needs Assessment June 8, 2004 Wllam J. Farrell Lockheed Martn Advanced Technology

More information

CS 534: Computer Vision Model Fitting

CS 534: Computer Vision Model Fitting CS 534: Computer Vson Model Fttng Sprng 004 Ahmed Elgammal Dept of Computer Scence CS 534 Model Fttng - 1 Outlnes Model fttng s mportant Least-squares fttng Maxmum lkelhood estmaton MAP estmaton Robust

More information

Learning to Classify Documents with Only a Small Positive Training Set

Learning to Classify Documents with Only a Small Positive Training Set Learnng to Classfy Documents wth Only a Small Postve Tranng Set Xao-L L 1, Bng Lu 2, and See-Kong Ng 1 1 Insttute for Infocomm Research, Heng Mu Keng Terrace, 119613, Sngapore 2 Department of Computer

More information

Learning-Based Top-N Selection Query Evaluation over Relational Databases

Learning-Based Top-N Selection Query Evaluation over Relational Databases Learnng-Based Top-N Selecton Query Evaluaton over Relatonal Databases Lang Zhu *, Wey Meng ** * School of Mathematcs and Computer Scence, Hebe Unversty, Baodng, Hebe 071002, Chna, zhu@mal.hbu.edu.cn **

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

FINDING IMPORTANT NODES IN SOCIAL NETWORKS BASED ON MODIFIED PAGERANK

FINDING IMPORTANT NODES IN SOCIAL NETWORKS BASED ON MODIFIED PAGERANK FINDING IMPORTANT NODES IN SOCIAL NETWORKS BASED ON MODIFIED PAGERANK L-qng Qu, Yong-quan Lang 2, Jng-Chen 3, 2 College of Informaton Scence and Technology, Shandong Unversty of Scence and Technology,

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

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

More information

Three supervised learning methods on pen digits character recognition dataset

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

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

The Codesign Challenge

The Codesign Challenge ECE 4530 Codesgn Challenge Fall 2007 Hardware/Software Codesgn The Codesgn Challenge Objectves In the codesgn challenge, your task s to accelerate a gven software reference mplementaton as fast as possble.

More information

Lecture 5: Multilayer Perceptrons

Lecture 5: Multilayer Perceptrons Lecture 5: Multlayer Perceptrons Roger Grosse 1 Introducton So far, we ve only talked about lnear models: lnear regresson and lnear bnary classfers. We noted that there are functons that can t be represented

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

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

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc.

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-74 Volume 0 Issue BoTechnology 04 An Indan Journal FULL PAPER BTAIJ 0() 04 [684-689] Revew on Chna s sports ndustry fnancng market based on market -orented

More information

Fast Computation of Shortest Path for Visiting Segments in the Plane

Fast Computation of Shortest Path for Visiting Segments in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 4 The Open Cybernetcs & Systemcs Journal, 04, 8, 4-9 Open Access Fast Computaton of Shortest Path for Vstng Segments n the Plane Ljuan Wang,, Bo Jang

More information

UB at GeoCLEF Department of Geography Abstract

UB at GeoCLEF Department of Geography   Abstract UB at GeoCLEF 2006 Mguel E. Ruz (1), Stuart Shapro (2), June Abbas (1), Slva B. Southwck (1) and Davd Mark (3) State Unversty of New York at Buffalo (1) Department of Lbrary and Informaton Studes (2) Department

More information

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematcs 56 a course n dfferental equatons for engneerng students Chapter 5. More effcent methods of numercal soluton Euler s method s qute neffcent. Because the error s essentally proportonal to the

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

Unsupervised Learning

Unsupervised Learning Pattern Recognton Lecture 8 Outlne Introducton Unsupervsed Learnng Parametrc VS Non-Parametrc Approach Mxture of Denstes Maxmum-Lkelhood Estmates Clusterng Prof. Danel Yeung School of Computer Scence and

More information

Scheduling Remote Access to Scientific Instruments in Cyberinfrastructure for Education and Research

Scheduling Remote Access to Scientific Instruments in Cyberinfrastructure for Education and Research Schedulng Remote Access to Scentfc Instruments n Cybernfrastructure for Educaton and Research Je Yn 1, Junwe Cao 2,3,*, Yuexuan Wang 4, Lanchen Lu 1,3 and Cheng Wu 1,3 1 Natonal CIMS Engneerng and Research

More information

Research on Categorization of Animation Effect Based on Data Mining

Research on Categorization of Animation Effect Based on Data Mining MATEC Web of Conferences 22, 0102 0 ( 2015) DOI: 10.1051/ matecconf/ 2015220102 0 C Owned by the authors, publshed by EDP Scences, 2015 Research on Categorzaton of Anmaton Effect Based on Data Mnng Na

More information

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 5) Maxmum Varance Combned wth Adaptve Genetc Algorthm for Infrared Image Segmentaton Huxuan Fu College of Automaton Harbn

More information

The Shortest Path of Touring Lines given in the Plane

The Shortest Path of Touring Lines given in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 262 The Open Cybernetcs & Systemcs Journal, 2015, 9, 262-267 The Shortest Path of Tourng Lnes gven n the Plane Open Access Ljuan Wang 1,2, Dandan He

More information

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval Fuzzy -Means Intalzed by Fxed Threshold lusterng for Improvng Image Retreval NAWARA HANSIRI, SIRIPORN SUPRATID,HOM KIMPAN 3 Faculty of Informaton Technology Rangst Unversty Muang-Ake, Paholyotn Road, Patumtan,

More information

Edge Detection in Noisy Images Using the Support Vector Machines

Edge Detection in Noisy Images Using the Support Vector Machines Edge Detecton n Nosy Images Usng the Support Vector Machnes Hlaro Gómez-Moreno, Saturnno Maldonado-Bascón, Francsco López-Ferreras Sgnal Theory and Communcatons Department. Unversty of Alcalá Crta. Madrd-Barcelona

More information

Simulation Based Analysis of FAST TCP using OMNET++

Simulation Based Analysis of FAST TCP using OMNET++ Smulaton Based Analyss of FAST TCP usng OMNET++ Umar ul Hassan 04030038@lums.edu.pk Md Term Report CS678 Topcs n Internet Research Sprng, 2006 Introducton Internet traffc s doublng roughly every 3 months

More information

Hybridization of Expectation-Maximization and K-Means Algorithms for Better Clustering Performance

Hybridization of Expectation-Maximization and K-Means Algorithms for Better Clustering Performance BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 2 Sofa 2016 Prnt ISSN: 1311-9702; Onlne ISSN: 1314-4081 DOI: 10.1515/cat-2016-0017 Hybrdzaton of Expectaton-Maxmzaton

More information

FAHP and Modified GRA Based Network Selection in Heterogeneous Wireless Networks

FAHP and Modified GRA Based Network Selection in Heterogeneous Wireless Networks 2017 2nd Internatonal Semnar on Appled Physcs, Optoelectroncs and Photoncs (APOP 2017) ISBN: 978-1-60595-522-3 FAHP and Modfed GRA Based Network Selecton n Heterogeneous Wreless Networks Xaohan DU, Zhqng

More information

Wishing you all a Total Quality New Year!

Wishing you all a Total Quality New Year! Total Qualty Management and Sx Sgma Post Graduate Program 214-15 Sesson 4 Vnay Kumar Kalakband Assstant Professor Operatons & Systems Area 1 Wshng you all a Total Qualty New Year! Hope you acheve Sx sgma

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(6):2512-2520 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Communty detecton model based on ncremental EM clusterng

More information

A Clustering Algorithm Solution to the Collaborative Filtering

A Clustering Algorithm Solution to the Collaborative Filtering Internatonal Journal of Scence Vol.4 No.8 017 ISSN: 1813-4890 A Clusterng Algorthm Soluton to the Collaboratve Flterng Yongl Yang 1, a, Fe Xue, b, Yongquan Ca 1, c Zhenhu Nng 1, d,* Hafeng Lu 3, e 1 Faculty

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

Virtual Memory. Background. No. 10. Virtual Memory: concept. Logical Memory Space (review) Demand Paging(1) Virtual Memory

Virtual Memory. Background. No. 10. Virtual Memory: concept. Logical Memory Space (review) Demand Paging(1) Virtual Memory Background EECS. Operatng System Fundamentals No. Vrtual Memory Prof. Hu Jang Department of Electrcal Engneerng and Computer Scence, York Unversty Memory-management methods normally requres the entre process

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

Improving Web Image Search using Meta Re-rankers

Improving Web Image Search using Meta Re-rankers VOLUME-1, ISSUE-V (Aug-Sep 2013) IS NOW AVAILABLE AT: www.dcst.com Improvng Web Image Search usng Meta Re-rankers B.Kavtha 1, N. Suata 2 1 Department of Computer Scence and Engneerng, Chtanya Bharath Insttute

More information

Classifying Acoustic Transient Signals Using Artificial Intelligence

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

More information

Improved Resource Allocation Algorithms for Practical Image Encoding in a Ubiquitous Computing Environment

Improved Resource Allocation Algorithms for Practical Image Encoding in a Ubiquitous Computing Environment JOURNAL OF COMPUTERS, VOL. 4, NO. 9, SEPTEMBER 2009 873 Improved Resource Allocaton Algorthms for Practcal Image Encodng n a Ubqutous Computng Envronment Manxong Dong, Long Zheng, Kaoru Ota, Song Guo School

More information

Keywords - Wep page classification; bag of words model; topic model; hierarchical classification; Support Vector Machines

Keywords - Wep page classification; bag of words model; topic model; hierarchical classification; Support Vector Machines (IJCSIS) Internatonal Journal of Computer Scence and Informaton Securty, Herarchcal Web Page Classfcaton Based on a Topc Model and Neghborng Pages Integraton Wongkot Srura Phayung Meesad Choochart Haruechayasak

More information

Semantic Image Retrieval Using Region Based Inverted File

Semantic Image Retrieval Using Region Based Inverted File Semantc Image Retreval Usng Regon Based Inverted Fle Dengsheng Zhang, Md Monrul Islam, Guoun Lu and Jn Hou 2 Gppsland School of Informaton Technology, Monash Unversty Churchll, VIC 3842, Australa E-mal:

More information

A Similarity Measure Method for Symbolization Time Series

A Similarity Measure Method for Symbolization Time Series Research Journal of Appled Scences, Engneerng and Technology 5(5): 1726-1730, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scentfc Organzaton, 2013 Submtted: July 27, 2012 Accepted: September 03, 2012

More information

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1)

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1) Secton 1.2 Subsets and the Boolean operatons on sets If every element of the set A s an element of the set B, we say that A s a subset of B, or that A s contaned n B, or that B contans A, and we wrte A

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS. Muradaliyev A.Z.

TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS. Muradaliyev A.Z. TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS Muradalyev AZ Azerbajan Scentfc-Research and Desgn-Prospectng Insttute of Energetc AZ1012, Ave HZardab-94 E-mal:aydn_murad@yahoocom Importance of

More information

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm Recommended Items Ratng Predcton based on RBF Neural Network Optmzed by PSO Algorthm Chengfang Tan, Cayn Wang, Yuln L and Xx Q Abstract In order to mtgate the data sparsty and cold-start problems of recommendaton

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

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

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

More information

Pruning Training Corpus to Speedup Text Classification 1

Pruning Training Corpus to Speedup Text Classification 1 Prunng Tranng Corpus to Speedup Text Classfcaton Jhong Guan and Shugeng Zhou School of Computer Scence, Wuhan Unversty, Wuhan, 430079, Chna hguan@wtusm.edu.cn State Key Lab of Software Engneerng, Wuhan

More information

Deep Classification in Large-scale Text Hierarchies

Deep Classification in Large-scale Text Hierarchies Deep Classfcaton n Large-scale Text Herarches Gu-Rong Xue Dkan Xng Qang Yang 2 Yong Yu Dept. of Computer Scence and Engneerng Shangha Jao-Tong Unversty {grxue, dkxng, yyu}@apex.sjtu.edu.cn 2 Hong Kong

More information

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

Detection of an Object by using Principal Component Analysis

Detection of an Object by using Principal Component Analysis Detecton of an Object by usng Prncpal Component Analyss 1. G. Nagaven, 2. Dr. T. Sreenvasulu Reddy 1. M.Tech, Department of EEE, SVUCE, Trupath, Inda. 2. Assoc. Professor, Department of ECE, SVUCE, Trupath,

More information

Utilizing Content to Enhance a Usage-Based Method for Web Recommendation based on Q-Learning

Utilizing Content to Enhance a Usage-Based Method for Web Recommendation based on Q-Learning Proceedngs of the Twenty-Frst Internatonal FLAIS Conference (2008) Utlzng Content to Enhance a Usage-Based Method for Web ecommendaton based on Q-Learnng Nma Taghpour Department of Computer Engneerng Amrkabr

More information

Efficient Text Classification by Weighted Proximal SVM *

Efficient Text Classification by Weighted Proximal SVM * Effcent ext Classfcaton by Weghted Proxmal SVM * Dong Zhuang 1, Benyu Zhang, Qang Yang 3, Jun Yan 4, Zheng Chen, Yng Chen 1 1 Computer Scence and Engneerng, Bejng Insttute of echnology, Bejng 100081, Chna

More information

Backpropagation: In Search of Performance Parameters

Backpropagation: In Search of Performance Parameters Bacpropagaton: In Search of Performance Parameters ANIL KUMAR ENUMULAPALLY, LINGGUO BU, and KHOSROW KAIKHAH, Ph.D. Computer Scence Department Texas State Unversty-San Marcos San Marcos, TX-78666 USA ae049@txstate.edu,

More information

A New Feature of Uniformity of Image Texture Directions Coinciding with the Human Eyes Perception 1

A New Feature of Uniformity of Image Texture Directions Coinciding with the Human Eyes Perception 1 A New Feature of Unformty of Image Texture Drectons Concdng wth the Human Eyes Percepton Xng-Jan He, De-Shuang Huang, Yue Zhang, Tat-Mng Lo 2, and Mchael R. Lyu 3 Intellgent Computng Lab, Insttute of Intellgent

More information

LinkSelector: A Web Mining Approach to. Hyperlink Selection for Web Portals

LinkSelector: A Web Mining Approach to. Hyperlink Selection for Web Portals nkselector: A Web Mnng Approach to Hyperlnk Selecton for Web Portals Xao Fang and Olva R. u Sheng Department of Management Informaton Systems Unversty of Arzona, AZ 8572 {xfang,sheng}@bpa.arzona.edu Submtted

More information

Extraction of Human Activities as Action Sequences using plsa and PrefixSpan

Extraction of Human Activities as Action Sequences using plsa and PrefixSpan Extracton of Human Actvtes as Acton Sequences usng plsa and PrefxSpan Takuya TONARU Tetsuya TAKIGUCHI Yasuo ARIKI Graduate School of Engneerng, Kobe Unversty Organzaton of Advanced Scence and Technology,

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET 1 BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET TZU-CHENG CHUANG School of Electrcal and Computer Engneerng, Purdue Unversty, West Lafayette, Indana 47907 SAUL B. GELFAND School

More information

A Model Based on Multi-agent for Dynamic Bandwidth Allocation in Networks Guang LU, Jian-Wen QI

A Model Based on Multi-agent for Dynamic Bandwidth Allocation in Networks Guang LU, Jian-Wen QI 216 Jont Internatonal Conference on Artfcal Intellgence and Computer Engneerng (AICE 216) and Internatonal Conference on etwork and Communcaton Securty (CS 216) ISB: 978-1-6595-362-5 A Model Based on Mult-agent

More information

A Post Randomization Framework for Privacy-Preserving Bayesian. Network Parameter Learning

A Post Randomization Framework for Privacy-Preserving Bayesian. Network Parameter Learning A Post Randomzaton Framework for Prvacy-Preservng Bayesan Network Parameter Learnng JIANJIE MA K.SIVAKUMAR School Electrcal Engneerng and Computer Scence, Washngton State Unversty Pullman, WA. 9964-75

More information

User Authentication Based On Behavioral Mouse Dynamics Biometrics

User Authentication Based On Behavioral Mouse Dynamics Biometrics User Authentcaton Based On Behavoral Mouse Dynamcs Bometrcs Chee-Hyung Yoon Danel Donghyun Km Department of Computer Scence Department of Computer Scence Stanford Unversty Stanford Unversty Stanford, CA

More information

FRES-CAR: An Adaptive Cache Replacement Policy

FRES-CAR: An Adaptive Cache Replacement Policy FRES-CAR: An Adaptve Cache Replacement Polcy George Palls, Athena Vaal, Eythms Sdropoulos Department of Informatcs Arstotle Unversty of Thessalon, 54124, Thessalon, Greece gpalls@ccf.auth.gr, {avaal, eythms}@csd.auth.gr

More information

Load-Balanced Anycast Routing

Load-Balanced Anycast Routing Load-Balanced Anycast Routng Chng-Yu Ln, Jung-Hua Lo, and Sy-Yen Kuo Department of Electrcal Engneerng atonal Tawan Unversty, Tape, Tawan sykuo@cc.ee.ntu.edu.tw Abstract For fault-tolerance and load-balance

More information

Simulation: Solving Dynamic Models ABE 5646 Week 11 Chapter 2, Spring 2010

Simulation: Solving Dynamic Models ABE 5646 Week 11 Chapter 2, Spring 2010 Smulaton: Solvng Dynamc Models ABE 5646 Week Chapter 2, Sprng 200 Week Descrpton Readng Materal Mar 5- Mar 9 Evaluatng [Crop] Models Comparng a model wth data - Graphcal, errors - Measures of agreement

More information

Adaptive Transfer Learning

Adaptive Transfer Learning Adaptve Transfer Learnng Bn Cao, Snno Jaln Pan, Yu Zhang, Dt-Yan Yeung, Qang Yang Hong Kong Unversty of Scence and Technology Clear Water Bay, Kowloon, Hong Kong {caobn,snnopan,zhangyu,dyyeung,qyang}@cse.ust.hk

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

High-Boost Mesh Filtering for 3-D Shape Enhancement Hgh-Boost Mesh Flterng for 3-D Shape Enhancement Hrokazu Yagou Λ Alexander Belyaev y Damng We z Λ y z ; ; Shape Modelng Laboratory, Unversty of Azu, Azu-Wakamatsu 965-8580 Japan y Computer Graphcs Group,

More information

Smoothing Spline ANOVA for variable screening

Smoothing Spline ANOVA for variable screening Smoothng Splne ANOVA for varable screenng a useful tool for metamodels tranng and mult-objectve optmzaton L. Rcco, E. Rgon, A. Turco Outlne RSM Introducton Possble couplng Test case MOO MOO wth Game Theory

More information

Virtual Machine Migration based on Trust Measurement of Computer Node

Virtual Machine Migration based on Trust Measurement of Computer Node Appled Mechancs and Materals Onlne: 2014-04-04 ISSN: 1662-7482, Vols. 536-537, pp 678-682 do:10.4028/www.scentfc.net/amm.536-537.678 2014 Trans Tech Publcatons, Swtzerland Vrtual Machne Mgraton based on

More information

A Clustering Algorithm for Chinese Adjectives and Nouns 1

A Clustering Algorithm for Chinese Adjectives and Nouns 1 Clusterng lgorthm for Chnese dectves and ouns Yang Wen, Chunfa Yuan, Changnng Huang 2 State Key aboratory of Intellgent Technology and System Deptartment of Computer Scence & Technology, Tsnghua Unversty,

More information

Reliable Negative Extracting Based on knn for Learning from Positive and Unlabeled Examples

Reliable Negative Extracting Based on knn for Learning from Positive and Unlabeled Examples 94 JOURNAL OF COMPUTERS, VOL. 4, NO. 1, JANUARY 2009 Relable Negatve Extractng Based on knn for Learnng from Postve and Unlabeled Examples Bangzuo Zhang College of Computer Scence and Technology, Jln Unversty,

More information

Effective Page Recommendation Algorithms Based on. Distributed Learning Automata and Weighted Association. Rules

Effective Page Recommendation Algorithms Based on. Distributed Learning Automata and Weighted Association. Rules Effectve Page Recommendaton Algorthms Based on Dstrbuted Learnng Automata and Weghted Assocaton Rules R. Forsat 1*, M. R. Meybod 2 1 Department of Computer Engneerng, Islamc Azad Unversty, Karaj Branch,

More information

Configuration Management in Multi-Context Reconfigurable Systems for Simultaneous Performance and Power Optimizations*

Configuration Management in Multi-Context Reconfigurable Systems for Simultaneous Performance and Power Optimizations* Confguraton Management n Mult-Context Reconfgurable Systems for Smultaneous Performance and Power Optmzatons* Rafael Maestre, Mlagros Fernandez Departamento de Arqutectura de Computadores y Automátca Unversdad

More information

User Tweets based Genre Prediction and Movie Recommendation using LSI and SVD

User Tweets based Genre Prediction and Movie Recommendation using LSI and SVD User Tweets based Genre Predcton and Move Recommendaton usng LSI and SVD Saksh Bansal, Chetna Gupta Department of CSE/IT Jaypee Insttute of Informaton Technology,sec-62 Noda, Inda sakshbansal76@gmal.com,

More information

A NEW APPROACH FOR SUBWAY TUNNEL DEFORMATION MONITORING: HIGH-RESOLUTION TERRESTRIAL LASER SCANNING

A NEW APPROACH FOR SUBWAY TUNNEL DEFORMATION MONITORING: HIGH-RESOLUTION TERRESTRIAL LASER SCANNING A NEW APPROACH FOR SUBWAY TUNNEL DEFORMATION MONITORING: HIGH-RESOLUTION TERRESTRIAL LASER SCANNING L Jan a, Wan Youchuan a,, Gao Xanjun a a School of Remote Sensng and Informaton Engneerng, Wuhan Unversty,129

More information

Problem Set 3 Solutions

Problem Set 3 Solutions Introducton to Algorthms October 4, 2002 Massachusetts Insttute of Technology 6046J/18410J Professors Erk Demane and Shaf Goldwasser Handout 14 Problem Set 3 Solutons (Exercses were not to be turned n,

More information

TESTING AND IMPROVING LOCAL ADAPTIVE IMPORTANCE SAMPLING IN LJF LOCAL-JT IN MULTIPLY SECTIONED BAYESIAN NETWORKS

TESTING AND IMPROVING LOCAL ADAPTIVE IMPORTANCE SAMPLING IN LJF LOCAL-JT IN MULTIPLY SECTIONED BAYESIAN NETWORKS TESTING AND IMPROVING LOCAL ADAPTIVE IMPORTANCE SAMPLING IN LJF LOCAL-JT IN MULTIPLY SECTIONED BAYESIAN NETWORKS Dan Wu 1 and Sona Bhatt 2 1 School of Computer Scence Unversty of Wndsor, Wndsor, Ontaro

More information

Anytime Predictive Navigation of an Autonomous Robot

Anytime Predictive Navigation of an Autonomous Robot Anytme Predctve Navgaton of an Autonomous Robot Shu Yun Chung Department of Mechancal Engneerng Natonal Tawan Unversty Tape, Tawan Emal shuyun@robot0.me.ntu.edu.tw Abstract To acheve fully autonomous moble

More information