Wei Zheng College of Science, Hebei North University, Zhangjiakou , Hebei, China

Size: px
Start display at page:

Download "Wei Zheng College of Science, Hebei North University, Zhangjiakou , Hebei, China"

Transcription

1 do: / An Improved CHI Feature Selecton Method for Chnese Text Classfcaton We Zheng College of Scence, Hebe North Unversty, Zhangjakou , Hebe, Chna Hadong Wang Lbrary of Hebe Insttute of Archtecture and Cvl Engneerng, Zhangjakou , Hebe, Chna Dongmn Wu* Dean's Offce, Chongqng Normal Unversty, ChongQng, , Chna *Correspondng Abstract We Proposed a knd of feature selecton method named ICHI based on mproved CHI. Through the classfed experment,the result showsthat feature extracton effect of CHI method s better than the tradtonal CHI s when them s used to select features n SVM and KNN classfcaton, and the ICHI method can enhance theaccuracy n text classfcaton and t s fttedto extract feather. Key words:feature Selecton,CHI, Text Classfcaton 1. INTRODUCTION The text classfcaton s to assgn automatcally a new document nto one or more predefned classes based on ts contents. Wth the development of WWW, n recent years, text categorzaton (TC) has become one of the key technques for handng and organzng text data, especally for Web page and document. Therefore, t s very necessary and meanngful to study the key technology of text categorzaton for mprovng the speed and accuracy of categorzaton. A major dffculty of text categorzaton s the hgh dmensonalty of the orgnal feature space.feature selecton s an mport method to reduce the amount of feature n text categorzaton, and ts goals are mprovng classfcaton effectveness and computatonal effcency. Currently, the feature selecton method s prncple of operaton s that t wll compute and score for each feature word usng statstcal knowledge, accordng to sort the feature words, then t select some feature whose score s hgher to act fnal document feature. Some wellknown methods are document frequency(df), nformaton gan (IG),expected cross entropy (ECE),the weght of evdence of text (WET), χ2statstc (CHI) and so on (Feng and Zheng,2011; Yang and Pederson, 1997), and t s hghly desrable to reduce the feature space wthout the loss of classfcaton accuracy. In recent years, a growng number of statstcal classfcaton methods and data mnng learnng technques have been appled n ths feld. Feature selecton methods were analyzed n lterature (Shenand Lu,2006), the performance of feature extracton were compared though expermental, the expermental results show that the IG and CHI, have a better effect.ig has a large amount of calculaton relatve to other several methods, and CHI method has become a common feature selecton n text categorzaton model for ts low tme complexty, easy to understand, convenent applcaton (Kou and Ca,2007; Zhengand Wang,2007).Therefore, t has a realstc sgnfcance that we study n-depth the advantages and dsadvantages of CHI to fnd an effectve mprovement of the model to mprove ts applcaton effcency. In ths paper we propose a feature selecton method based on mproved CHI,named ICHI derved from the CHI orgnal defnton. The ICHI overcome the shortcomngs of CHI, such as CHI method exst no ndependence hypothess between words and categores and the hgh computatonal complexty drawback. Experments on Chnese text data collecton collected by the Fudan Unversty show the performance of ICHI method. The rest of ths paper s organzed as follows. Secton 2 descrbes the feature selecton method CHI commonly used. Secton 3 studes the shortcomng of CHI and Secton 4 gves an mproved CHI method named ICHI.Secton5 dscusses the classfer usng n experment to compare ICHI wth other text feature selecton methods, and presents the experment s results and analyss. In the last secton, we gve the concluson and future work. 117

2 2.CHI CHI-SQUARE STATISTIC (CHI) CHI s used to measure the nterdependences between classes and feature t, The ch statstc method measures the lack of ndependence between the term and the category. If term t and category are ndependent, then the CHI s 0. c [ P( t, c ) P( t, c ) P( t, c ) P( t, c )] CHI ( t, c ) (1) P( t) p( t ) P( c ) P( c ) If there are nclasses,then each term value wll have n correlaton value, the average value calculaton for a category as follows: 2 ( ) n CHI t P( c)log CHI ( t, c ) (2) 1 3.SHORTCOMINGS OF CHI Ch-square statstc (CHI) concept from the of Contngency table test, t can be used to measure the statstcal correlaton between the characterstcs of t and category c, as shown n table 1. Table T-C(Term-Category)Contngency table t c j A c j t C D When we measure a related degree between the feature t and category c usng statstcal methods, we should suppose a hypothess between t and c n accordance wth ch-square dstrbuton wth frst-order degrees of freedom. A s the document numbers that the documents contans t and belongs to the category c.b s s the document numbers that the document s contans t and don t belongs to the category c. C s the document numbers that the documents don t contans t and belongs to the category c.d s the document numbers that the document s don t contans t and don t belongs to the category c.n s total numbers of the expermental data. The correlaton degree between termt and category c calculated as shown n the formula (3): B 2 2 N( AD BC) ( A C)( B D)( A B)( C D ) (3) CHI methods mantan the followng dsadvantages on the formula (2) and (3): (1) There are two condtons n the correlaton of categores and feature,whch one s postve, and the another s negatve.as formula (3) descrpton :f AD-BC>0, attrbute and category are relevant, whch feature document may belong to a certan category, and CHI statstc s greater when a document contans the characterstc more lkely to belong to a category. Conversely, f AD-BC<0, t s negatvely between attrbute and category that the feature appear n a related document, but the document may not belong to a category whch appears frequently n other categores, but the CHI statstc values may be bg, whch s a shortcomng of the CHI. (2) the experment show that CHI defect s lke to look for the low -frequency word. In the actual data set, there are a number of low-frequency words and only a mnorty of these low-frequency words has a strong correlaton wth the category. Most of the low-frequency words are nose words, whch should not be choose nto feature subset. A low frequency nose word only appearng n few categores, are negatvely related to most categores, but tradtonal CHI statstcal methods often gve a hgh ratng, whch affect the classfcaton results. When the data set don t uneven dstrbuton, the dropng n t s Classfcaton accuracy s obvous. Because of the shortcomng of CHI method, we propose two knds of mprovement measures to construct a modfed feature selecton method based on CHI. 4.A FEATURE SELECTION METHOD ICHI BASED ON IMPROVED CHI Though the analyss, we wll mproved the tradtonal CHI statstc methods, and remove the negatve stuaton between category and feature.tthe mproved algorthm s as follows: 118

3 P( t, c ) (, ) (, ) (, ) 0 P t c P t c P t c AD BC CHI ( t, c ) (4) 0 AD BC 0 The CHI values n mprovng the CHI statstc methods, s the total sum on all categores of statstc.in other words, when the CHI value s calculated, we only need consderng the postve stuatons. For negatve correlaton stuatons between the category and feature words,we reset the CHI statstc to 0 and don t consder t n the summaton statstcs, n addton. From related research(luo,2004; Yang and Lu,1999), ths artcle summarzes, when we meet the followng 3 demands,t s helpful to select features.these requrements are three demands that they are Dsperson Informaton,Concentraton Informaton and Frequency Informaton factors. (1) concentraton Informaton: when a feature only appear one or few text,not appear many categores, the feature s helpful to text classfcaton and s power to representaton category. (2) Dsperson Informaton : If a feature n a unform appears n the category text,t suggest that t has a strong assocaton wth the class, that s, a feature appear n a large amounts of texts n a category, the more dspersed, t s more helpful to category. (3)Frequency Informaton: The average number that a feature appear n documents of a category s large, and such feature s value for classfcaton. Concentraton, dsperson, frequency calculaton formula s as follows: (1) Concentraton Informaton (2)Dstrbuton Informaton number of documents that category C contan feature t CI (5) the total number of documents of Tranng set contanng feature t numbers of documents that category C contan feature t DI (6) numbers of documents of category C (3)Frequency Informaton numbers of words that category C contan feature t FI (7) numbers of documents of category C Ths paper proposed a new feature selecton method namecd ICHI (Improved CHI) based on the mproved CHI, whch concentraton, dsperson and frequency are ntroduced nto evaluaton functon,and ICHI assessment functon s as follows: ( P( t, c ) (, ) (, ) (, )) ( ) 0 P t c P t c P t c CI DI FI AD BC ICHI ( t, c ) (8) 0 AD BC 0 5. EXPERMENT AND ANALYSIS We use IG, CHIand ICHI method to select useful features,and carry out classfcaton experment n order to verfy the effect of feature selecton Data Collectons The expermental data used n ths paper s from Chnese natural language processng group n Department of Computng and Informaton technology n Fudan unversty(luo Yong,2004).The tranng corpus s tran.rar whch has 20 categores ncludes about 9804 documents and test.rar ncludes about 9833 documents s used for test. We just choose some of the documents for our experments because of consderng the effcency of the algorthm. Table 1 shows the specfc quantty of samples n each category we chose. Table 2. Expermental Data Quantty of tranng documents Quantty of testng documents C1-computer C2-Envornmet C3-Educaton C4-Medcal C5-Traffc In all

4 Classfer SVM and KNN classferwere wdely applcaton n n text classfcaton experment n the, and has made good classfcaton effect (Yang and Lu,1999; Duand Xao,2002), whch s currently more outstandng of classfer. The SVM classfcaton s acheved n experment by support vector machne t specfc usng LIBSVM package (Ma,Land Teng,2008), whch s develop and desgn by Tawan Unversty Ln Zhren Dr. KNN classfer s achevedthrough programmng. 5.3.Performance Measure To evaluate the performance of a text classfer, we use F1 measure put forward byrjsbergen(1979)(yang,1999). Ths measure combnes recall and precson as follows: Recall Precson number of correct postve predctons number of postve examples number of correct postve predctons number of postve predctons (9) (10) 2 Recall Pr ecson F1 (11) ( recall Pr ecson) 5.4.Results and Analyss We have selected feature experment and the feature dmenson s the length from the 1000 to Expermental results have shown n Fgure 1,Fgure2, and the best result for each feature selecton method as shown n table 2. IG CHI ICHI F 1 测试值 Values % % % % % % % % % numbers of features Fgure 1.The performance of three feature selecton methods on SVM F 1 测试值 Values % % % % % % % % % IG CHI ICHI numbers of features Fgure 2. The performance of three feature selecton methods on KNN 120

5 Table 3.Method of optmum classfcaton results compare classfcaton Recall Precson F 1 value SVM IG % % % CHI % % % ICHI % % % KNN IG % % % CHI % % % ICHI % % % Through Fgure 1,we can see that the F 1 values for CHI s greater than IG and CHI whose classfcaton curve s smooth, whch result s consstent to lterature (Luo Yong, 2004).When the dmenson number of feature s 4000, F 1 value of classfcaton correspondng IG curve reached %. The effect of classfcaton s obvously better than CHI and IG, specally the dmenson number of feature s 1000 to 3000, When features dmenson number 1000 to 3000, and 3000 to 7000, there were no major transtons on ICHI curve node.when the feature dmenson equal to 3000 and 7000,the curve turn pont and ts correspondng category F 1 values of more than 98.9%, especally when the feature dmenson s 3000, F 1 value for % Fgure 1 maxmum pont.the classfcaton effect correspondng to ICHI s obvously better than the other two feature selecton methods. Fgure 2 s a classfcaton effect fgure corresponds to three selecton methods n usng KNN classfcaton algorthm. When dmenson number of feature take 1000, the classfcaton effect of CHI s better than IG and ICHI methods. When dmenson number of feature take 2000 to 7000, F 1 curve of ICHI method corresponds to classfcaton s obvously above CHI and IG curve, and F 1 value take of maxmum value % on 6000 dmenson.the data n table 3 are extreme values of the recall, precson and F 1 values usng SVM and KNN classfer correspondng to 3 types of feature selecton methods. The maxmum F 1 values for ICHI s greater than IG and CHI. Fgure 1, Fgure 2 and table 2 have shown that a new feature selecton method ICHI based on mproved CHI could extract some category features that s vald n the Chnese text categorzaton.usng ICHI method can mprove the accuracy of classfcaton, and has a good job stablty n the feature extracton. 6.CONCLUSIONS Ths paper has proposed an mproved feature selecton method based on CHI, named ICHI. ICHI mplemented three prncples whch are Concentraton Informaton, Dstrbuton Informaton and Frequency nformaton. The experment has shows that ICHI s an effectve method to extract category characterstcs for feature selecton, and t can effectvely mprove the performance of text categorzaton. In the future, we wll ontnue work on the representaton model of 3 prncples of and effectve combnaton of nfluence factors. Acknowledgements The work was supported the Natonal Natural Scence Foundaton of Chna ( ), and Natural Scence Foundaton of Hebe Provnce (F ). REFERENCES Feng Guohe, Zheng We(2011) Revew of Chnese Automatc Word Segmentaton,Lbrary and nformaton servce, 5(2),pp Ymng Yang,Pederson JO, A(2006) Comparatve Study on Feature Selecton n Text Categorzaton,Proc. Conf. on Machne learnng,pp Shen Hong,Lu Baolang(2006) Comparson and Improvments of Feature Extracton Methods for TextCategorzaton, Computer Smulaton, 6(3),pp KouSu-lng,CaQngsheng(2007) Research on FeatureSelectonnChnese Text Classfcaton,Computer smulaton,12(9),pp Zheng We,Wang Ru(2007) Comparatve Study of Feature Selecton n Chnese Text Categorzaton,Journal of Hebe North Unversty,23(6),pp Xong Zhongyang., Zhang Pengzhao,Zhang Yufang(2008) Improved approach to CHI n feature extracton,computer Applcatons,24(2),pp Ta Dey,WangJun(2010) Improved Feature Weghtng Algorthm for Text Categorzaton,Computer engneerng,26(17),pp

6 Luo Yong(2004) The research on mproved mutual nformaton feature selecton method for text categorzaton,fujan computer,28(4),pp Ymng Yang, Xn Lu(1999) A Re-Examnaton of Text Categorzaton Methods,Proceedngs of ACMSIGIR Conf.on Research and Development n Informaton Retreval, pp Ma Janbn,L Yng, Teng Gufa(1999) The comparson studes on the algorthm of KNN and SVM for chnese text Classfcaton,Journal of agrcultural Unversty of Hebe, 2008(3),pp Du Yunq,Xao Shbn(1999) Study on Chnese Text Categorzaton Based on Support Vector Machne,Computer Engneerng,28(11),pp Ymng Yang(1999) An evaluaton of statstcal approaches to text categorzaton,journal of Informaton Retreval,25(1),pp

Prediction algorithm for users Retweet Times

Prediction algorithm for users Retweet Times , pp.9-3 http://dx.do.org/0.457/astl.05.83.03 Predcton algorthm for users Retweet Tmes Hahao Yu, Xu Feng Ba,ChengZhe Huang, Haolang Q Helongang Insttute of Technology, Harbn, Chna Abstract. In vew of the

More information

Calculation and Prediction of Energy Consumption for Highway Transportation

Calculation and Prediction of Energy Consumption for Highway Transportation Calculaton and Predcton of Energy Consumpton for Hghway Transportaton Feng Qu, Wenquan L *, Qufeng Xe, Peng Zhang, Yueyng Huo School of Transportaton, Southeast Unversty, Nanjng 210096, Chna; *E-mal: wenql@seu.edu.cn

More information

Analysis Online Shopping Behavior of Consumer Using Decision Tree Leiyue Yao 1, a, Jianying Xiong 2,b

Analysis Online Shopping Behavior of Consumer Using Decision Tree Leiyue Yao 1, a, Jianying Xiong 2,b Advanced Materals Research Onlne: 2011-07-04 ISSN: 1662-8985, Vols. 271-273, pp 891-894 do:10.4028/www.scentfc.net/amr.271-273.891 2011 Trans Tech Publcatons, Swtzerland Analyss Onlne Shoppng Behavor of

More information

A SIMULATION STUDY OF QUALITY INDEX IN MACHINE-COMPONF~T GROUPING

A SIMULATION STUDY OF QUALITY INDEX IN MACHINE-COMPONF~T GROUPING A SMULATON STUDY OF QUALTY NDEX N MACHNE-COMPONF~T GROUPNG By Hamd Sefoddn Assocate Professor ndustral and Manufacturng Engneerng Department Unversty of Wsconsn-Mlwaukee Manocher Djassem Assstant Professor

More information

Evaluating the statistical power of goodness-of-fit tests for health and medicine survey data

Evaluating the statistical power of goodness-of-fit tests for health and medicine survey data 8 th World IMACS / MODSIM Congress, Carns, Australa 3-7 July 29 http://mssanz.org.au/modsm9 Evaluatng the statstcal power of goodness-of-ft tests for health and medcne survey data Steele, M.,2, N. Smart,

More information

Consumption capability analysis for Micro-blog users based on data mining

Consumption capability analysis for Micro-blog users based on data mining Consumpton capablty analyss for Mcro-blog users based on data mnng ABSTRACT Yue Sun Bejng Unversty of Posts and Telecommuncaton Bejng, Chna Emal: sunmoon5723@gmal.com Data mnng s an effectve method of

More information

Application of a PCA based water quality classification method in water. quality assessment in the Tongjiyan Irrigation Area, China

Application of a PCA based water quality classification method in water. quality assessment in the Tongjiyan Irrigation Area, China Internatonal Conference on Energy and Envronmental Protecton (ICEEP 06) Applcaton of a PCA based water qualty classfcaton method n water qualty assessment n the Tongyan Irrgaton Area, Chna ue-feng Tao,

More information

A Group Decision Making Method for Determining the Importance of Customer Needs Based on Customer- Oriented Approach

A Group Decision Making Method for Determining the Importance of Customer Needs Based on Customer- Oriented Approach Proceedngs of the 010 Internatonal Conference on Industral Engneerng and Operatons Management Dhaka, Bangladesh, January 9 10, 010 A Group Decson Makng Method for Determnng the Importance of Customer Needs

More information

Application of Ant colony Algorithm in Cloud Resource Scheduling Based on Three Constraint Conditions

Application of Ant colony Algorithm in Cloud Resource Scheduling Based on Three Constraint Conditions , pp.215-219 http://dx.do.org/10.14257/astl.2016.123.40 Applcaton of Ant colony Algorthm n Cloud Resource Schedulng Based on Three Constrant Condtons Yang Zhaofeng, Fan Awan Computer School, Pngdngshan

More information

Supplier selection and evaluation using multicriteria decision analysis

Supplier selection and evaluation using multicriteria decision analysis Suppler selecton and evaluaton usng multcrtera decson analyss Stratos Kartsonaks 1, Evangelos Grgorouds 2, Mchals Neofytou 3 1 School of Producton Engneerng and Management, Techncal Unversty of Crete,

More information

Study on Productive Process Model Basic Oxygen Furnace Steelmaking Based on RBF Neural Network

Study on Productive Process Model Basic Oxygen Furnace Steelmaking Based on RBF Neural Network IJCSI Internatonal Journal of Computer Scence Issues, Vol., Issue 3, No 2, May 24 ISSN (Prnt): 694-84 ISSN (Onlne): 694-784 www.ijcsi.org 7 Study on Productve Process Model Basc Oxygen Furnace Steelmakng

More information

Experiments with Protocols for Service Negotiation

Experiments with Protocols for Service Negotiation PROCEEDINGS OF THE WORKSHOP ON APPLICATIONS OF SOFTWARE AGENTS ISBN 978-86-7031-188-6, pp. 25-31, 2011 Experments wth Protocols for Servce Negotaton Costn Bădcă and Mhnea Scafeş Unversty of Craova, Software

More information

Journals Evaluation and the Application Based on Entropy-TOPSIS

Journals Evaluation and the Application Based on Entropy-TOPSIS Engneerng Management Research; Vol. 4, No. 1; 2015 ISSN 1927-7318 E-ISSN 1927-7326 Publshed by Canadan Center of Scence and Educaton Journals Evaluaton and the Applcaton Based on Entropy-TOPSIS Wen-Tao

More information

Customer segmentation, return and risk management: An emprical analysis based on BP neural network

Customer segmentation, return and risk management: An emprical analysis based on BP neural network Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 204, 6(6):698-703 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Customer segmentaton, return and rsk management: An emprcal

More information

Numerical Analysis about Urban Climate Change by Urbanization in Shanghai

Numerical Analysis about Urban Climate Change by Urbanization in Shanghai Numercal Analyss about Urban Clmate Change by Urbanzaton n Shangha Hafeng L 1, Wejun Gao 2 and Tosho Ojma 3 1 Research Assocate, School of Scence and Engneerng, Waseda Unversty, Japan 2 Assocate Professor,

More information

EVALUATION METHODOLOGY OF BUS RAPID TRANSIT (BRT) OPERATION

EVALUATION METHODOLOGY OF BUS RAPID TRANSIT (BRT) OPERATION 200-203 JATIT & LL. All rghts reserved. IN: 992-864 www.att.org E-IN: 87-39 EVALUATION METHODOLOGY OF BU RAPID TRANIT (BRT) OPERATION WU HONGYANG A a Chna Urban ustanable Transport Research Center (CUTReC),

More information

Fast Algorithm for Prediction of Airfoil Anti-icing Heat Load *

Fast Algorithm for Prediction of Airfoil Anti-icing Heat Load * Energy and Power Engneerng, 13,, 493-497 do:.4236/epe.13.4b09 Publshed Onlne July 13 (http://www.scrp.org/ournal/epe) Fast Algorthm for Predcton of Arfol Ant-cng Heat * Xueqn Bu, Ru Yang, Ja Yu, Xaobn

More information

Driving Factors of SO 2 Emissions in 13 Cities, Jiangsu, China

Driving Factors of SO 2 Emissions in 13 Cities, Jiangsu, China Avalable onlne at www.scencedrect.com ScenceDrect Energy Proceda 88 (2016 ) 182 186 CUE2015-Appled Energy Symposum and Summt 2015: Low carbon ctes and urban energy systems Drvng Factors of SO 2 Emssons

More information

COMPARISON ANALYSIS AMONG DIFFERENT CALCULATION METHODS FOR THE STATIC STABILITY EVALUATION OF TAILING DAM

COMPARISON ANALYSIS AMONG DIFFERENT CALCULATION METHODS FOR THE STATIC STABILITY EVALUATION OF TAILING DAM Blucher Mechancal Engneerng Proceedngs May 2014, vol. 1, num. 1 www.proceedngs.blucher.com.br/evento/10wccm COMPARISON ANALYSIS AMONG DIFFERENT CALCULATION METHODS FOR THE STATIC STABILITY EVALUATION OF

More information

A Hybrid Intelligent Learning Algorithm in MAS

A Hybrid Intelligent Learning Algorithm in MAS A Hybrd Intellgent Learnng Algorthm n MAS SHUJUN ZHANG, QINGCHUN MENG, WEN ZHANG, CHANGHONG SONG Computer Scence Department Ocean Unversty of Chna Computer Scence Department of Ocean Unversty of Chna,

More information

Spatial difference of regional carbon emissions in China

Spatial difference of regional carbon emissions in China Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7): 2741-2745 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Spatal dfference of regonal carbon emssons n Chna

More information

LIFE CYCLE ENVIRONMENTAL IMPACTS ASSESSMENT FOR RESIDENTIAL BUILDINGS IN CHINA

LIFE CYCLE ENVIRONMENTAL IMPACTS ASSESSMENT FOR RESIDENTIAL BUILDINGS IN CHINA Proceedngs: Indoor Ar 2005 LIFE CYCLE ENVIRONMENTAL IMPACTS ASSESSMENT FOR RESIDENTIAL BUILDINGS IN CHINA DJ Gu 1,*, JJ Lu 1, LJ Gu 1 1 Department of Buldng Scence, School of Archtecture, Tsnghua Unversty,

More information

FIN DESIGN FOR FIN-AND-TUBE HEAT EXCHANGER WITH MICROGROOVE SMALL DIAMETER TUBES FOR AIR CONDITIONER

FIN DESIGN FOR FIN-AND-TUBE HEAT EXCHANGER WITH MICROGROOVE SMALL DIAMETER TUBES FOR AIR CONDITIONER FIN DESIGN FOR FIN-AND-TUBE HEAT EXCHANGER WITH MICROGROOVE SMALL DIAMETER TUBES FOR AIR CONDITIONER Yfeng Gao (a), J Song (a), Jngdan Gao (b), Guolang Dng (b)* (a) Internatonal Copper Assocaton Shangha

More information

Volume 30, Issue 4. Who likes circus animals?

Volume 30, Issue 4. Who likes circus animals? Volume 30, Issue 4 Who lkes crcus anmals? Roberto Zanola Unversty of Eastern Pedmont Abstract Usng a sample based on 268 questonnares submtted to people attendng the Acquatco Bellucc crcus, Italy, ths

More information

Researches on the best-fitted talents recommendation algorithm

Researches on the best-fitted talents recommendation algorithm Researches on the best-ftted talents recommendaton algorthm Shjun ao, Zhuo 2, Lang Zhang. he sxth faculty of Informaton Engneerng, Unversty, Zhengzhou 45000, Chna E-mal: ysj@zzu.edu.cn 2. he sxth faculty

More information

The 27th Annual Conference of the Japanese Society for Artificial Intelligence, Shu-Chen Cheng Guan-Yu Chen I-Chun Pan

The 27th Annual Conference of the Japanese Society for Artificial Intelligence, Shu-Chen Cheng Guan-Yu Chen I-Chun Pan 2C4-IOS-3c-6 An estmaton method of tem dffculty ndex combned wth the partcle swarm optmzaton algorthm for the computerzed adaptve testng Shu-Chen Cheng Guan-Yu Chen I-Chun Pan Department of Computer Scence

More information

ASSESSMENT OF THE IMPACT OF DECAY CORRECTION IN THE DOSE-TO- CURIE METHOD FOR LONG-TERM STORED RADIOACTIVE WASTE DRUMS

ASSESSMENT OF THE IMPACT OF DECAY CORRECTION IN THE DOSE-TO- CURIE METHOD FOR LONG-TERM STORED RADIOACTIVE WASTE DRUMS ASSESSMENT OF THE IMPACT OF DECAY CORRECTION IN THE DOSE-TO- CURIE METHOD FOR LONG-TERM STORED RADIOACTIVE WASTE DRUMS K. H. Hwang, S. C. Lee, S. H. Kang, K. J. Lee Korea Advanced Insttute of Scence and

More information

Development and production of an Aggregated SPPI. Final Technical Implementation Report

Development and production of an Aggregated SPPI. Final Technical Implementation Report Development and producton of an Aggregated SPP Fnal Techncal mplementaton Report Marcus Frdén, Ulf Johansson, Thomas Olsson Servces Producer Prce ndces, Prce Statstcs Unt, Statstcs Sweden 2010 ntroducton

More information

Study on trade-off of time-cost-quality in construction project based on BIM XU Yongge 1, a, Wei Ya 1, b

Study on trade-off of time-cost-quality in construction project based on BIM XU Yongge 1, a, Wei Ya 1, b Internatonal Conference on Economcs, Socal Scence, Arts, Educaton and Management Engneerng (ESSAEME 205) Study on trade-off of tme-cost-qualty n constructon project based on BIM XU Yongge, a, We Ya, b

More information

Evaluation and Selection Model of Strategic Emerging Industries in Guangdong Province of China Based on AHP-TOPSIS

Evaluation and Selection Model of Strategic Emerging Industries in Guangdong Province of China Based on AHP-TOPSIS Internatonal Journal of Busness and Management; Vol. 0, No. ; 05 ISSN 8-850 E-ISSN 8-89 Publshed by Canadan Center of Scence and Educaton Evaluaton and Selecton Model of Strategc Emergng Industres n Guangdong

More information

A study on Fast Predicting the Washability Curve of Coal

A study on Fast Predicting the Washability Curve of Coal Avalable onlne at www.scencedrect.com Proceda Envronmental Scences (20) 580 584 A study on Fast Predctng the Washablty Curve of Coal Zhang Ze-ln, Yang Jan-guo, Wang Yu-lng, Xa Wen-Cheng, Lng Xang-yang

More information

Research on chaos PSO with associated logistics transportation scheduling under hard time windows

Research on chaos PSO with associated logistics transportation scheduling under hard time windows Advanced Scence and Technology Letters Vol76 (CA 014), pp75-83 http://dxdoorg/101457/astl0147618 Research on chaos PSO wth assocated logstcs transportaton schedulng under hard tme wndows Yuqang Chen 1,

More information

Product Innovation Risk Management based on Bayesian Decision Theory

Product Innovation Risk Management based on Bayesian Decision Theory Advances n Management & Appled Economcs, vol., no., 0, - ISS: 79-7 (prnt verson), 79-7 (onlne) Internatonal Scentfc Press, 0 Product Innovaton Rsk Management based on Bayesan Decson Theory Yngchun Guo

More information

The Study on Evaluation Module Architecture of ERP for Chemical Enterprises Yongbin Qin 1, 2, a, Jiayin Wei 1, b

The Study on Evaluation Module Architecture of ERP for Chemical Enterprises Yongbin Qin 1, 2, a, Jiayin Wei 1, b Internatonal Conference on Educaton Technology and Informaton System (ICETIS 2013) The Study on Evaluaton Module Archtecture of ERP for Chemcal Enterprses Yongbn Qn 1, 2, a, Jayn We 1, b 1 College of Computer

More information

A Two-Echelon Inventory Model for Single-Vender and Multi-Buyer System Through Common Replenishment Epochs

A Two-Echelon Inventory Model for Single-Vender and Multi-Buyer System Through Common Replenishment Epochs A Two-Echelon Inventory Model for Sngle-Vender and Mult-Buyer System Through Common Replenshment Epochs Wen-Jen Chang and Chh-Hung Tsa Instructor Assocate Professor Department of Industral Engneerng and

More information

RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR. I-Lung Chien, Tze Wei Kan and Bo-Shuo Chen

RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR. I-Lung Chien, Tze Wei Kan and Bo-Shuo Chen RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR I-Lung Chen, Tze We an and Bo-Shuo Chen Department of Chemcal Engneerng, Natonal Tawan Unversty of Scence

More information

Production Scheduling for Parallel Machines Using Genetic Algorithms

Production Scheduling for Parallel Machines Using Genetic Algorithms Producton Schedulng for Parallel Machnes Usng Genetc Algorthms Chchang Jou 1), Hsn-Chang Huang 2) 1) Tamkang Unversty, Department of Informaton Management (cjou@mal.m.tku.edut.tw) 2) Tamkang Unversty,

More information

The Identification of Human Cassette Exons based on SVM

The Identification of Human Cassette Exons based on SVM I.J. Engneerng and Manufacturng 2011, 1, 57-64 Publshed Onlne February 2011 n MECS (http://www.mecs-press.net) DOI: 10.5815/em.2011.01.09 Avalable onlne at http://www.mecs-press.net/em The Identfcaton

More information

Grey Correlation Analysis of Tourism, Economy and Environment in Hunan Province

Grey Correlation Analysis of Tourism, Economy and Environment in Hunan Province Grey Correlaton Analyss of Toursm, Economy and Envronment n Hunan Provnce Ma Qonghu, Ouyang Wen, Zhou Lfang, Xngyu* Abstract Usng grey correlaton analyss, quanttatve analyss of the relatonshp between toursm,

More information

Construction of Control Chart Based on Six Sigma Initiatives for Regression

Construction of Control Chart Based on Six Sigma Initiatives for Regression 2018 IJSRST Volume 4 Issue 2 Prnt ISSN: 2395-6011 Onlne ISSN: 2395-602X Themed Secton: Scence and Technology Constructon of Control Chart Based on Sx Sgma Intatves for Regresson ABSTRACT R. Radhakrshnan

More information

Study on construction of information service platform for pharmaceutical enterprises based on virtual cloud environment

Study on construction of information service platform for pharmaceutical enterprises based on virtual cloud environment Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(6):1004-1010 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Study on constructon of nformaton servce platform for

More information

Research on the Evaluation of Corporate Social Responsibility under the Background of Low Carbon Economy

Research on the Evaluation of Corporate Social Responsibility under the Background of Low Carbon Economy http://jba.scedupress.com Internatonal Journal of Busness Admnstraton Vol. 7, No. 5; 2016 Research on the Evaluaton of Corporate Socal Responsblty under the Background of Low Carbon Economy Xaofang Zhang

More information

Simulation of Steady-State and Dynamic Behaviour of a Plate Heat Exchanger

Simulation of Steady-State and Dynamic Behaviour of a Plate Heat Exchanger Journal of Energy and Power Engneerng 10 (016) 555-560 do: 10.1765/1934-8975/016.09.006 D DAVID PUBLISHING Smulaton of Steady-State and Dynamc Behavour of a Plate Heat Exchanger Mohammad Aqeel Sarareh

More information

Identifying Factors that Affect the Downtime of a Production Process

Identifying Factors that Affect the Downtime of a Production Process Identfyng Factors that Affect the Downtme of a Producton Process W. Nallaperuma 1 *, U. Ekanayake 1, Ruwan Punch-Manage 2 1 Department of Physcal scences, Rajarata Unversty, Sr Lanka 2 Department of Statstcs

More information

Experimental Validation of a Suspension Rig for Analyzing Road-induced Noise

Experimental Validation of a Suspension Rig for Analyzing Road-induced Noise Expermental Valdaton of a Suspenson Rg for Analyzng Road-nduced Nose Dongwoo Mn 1, Jun-Gu Km 2, Davd P Song 3, Yunchang Lee 4, Yeon June Kang 5, Kang Duc Ih 6 1,2,3,4,5 Seoul Natonal Unversty, Republc

More information

A Batch Splitting Job Shop Scheduling Problem with bounded batch sizes under Multiple-resource Constraints using Genetic Algorithm

A Batch Splitting Job Shop Scheduling Problem with bounded batch sizes under Multiple-resource Constraints using Genetic Algorithm A Batch Splttng Job Shop Schedulng Problem wth bounded batch szes under ultple-resource Constrants usng Genetc Algorthm WANG Ha-yan,ZHAO Yan-we* Key Laboratory of echancal manufacture and Automaton of

More information

1 Basic concepts for quantitative policy analysis

1 Basic concepts for quantitative policy analysis 1 Basc concepts for quanttatve polcy analyss 1.1. Introducton The purpose of ths Chapter s the ntroducton of basc concepts of quanttatve polcy analyss. They represent the components of the framework adopted

More information

Application of Variable Selection Method Based on Genetic Algorithm in Marine Enzyme Fermentation

Application of Variable Selection Method Based on Genetic Algorithm in Marine Enzyme Fermentation 1741 A publcaton of CHEMICAL ENGINEERING TRANSACTIONS VOL. 61, 217 Guest Edtors: Petar S Varbanov, Rongxn Su, Hon Loong Lam, Xa Lu, Jří J Klemeš Copyrght 217, AIDIC Servz S.r.l. ISBN 978-88-9568-51-8;

More information

An Analysis on Stability of Competitive Contractual Strategic Alliance Based on the Modified Lotka-Voterra Model

An Analysis on Stability of Competitive Contractual Strategic Alliance Based on the Modified Lotka-Voterra Model Advanced Scence and Technology Letters, pp.60-65 http://dx.do.org/10.14257/astl.2014.75.15 An Analyss on Stablty of Compettve Contractual Strategc Allance Based on the Modfed Lotka-Voterra Model Qng Xueme

More information

An Empirical Study about the Marketization Degree of Labor Market from the Perspective of Wage Determination Mechanism

An Empirical Study about the Marketization Degree of Labor Market from the Perspective of Wage Determination Mechanism An Emprcal Study about the Marketzaton Degree of Labor Market from the Perspectve of Wage Determnaton Mechansm Qushuo He Shenzhen Insttute of Informaton Technology, Shenzhen 51809, Chna heqs@szt.com.cn

More information

CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM

CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM 28 CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM The man aspraton of Grd Computng s to aggregate the maxmum avalable dle computng power of the dstrbuted resources,

More information

An Implicit Rating based Product Recommendation System

An Implicit Rating based Product Recommendation System An Implct Ratng based Product Recommendaton System Cheh-Yuan Tsa Department of Industral Engneerng and Management Yuan Ze Unversty, Taoyuan Cty, Tawan Tel: (+886) 3-463-8800 ext. 2512, Emal: cytsa@saturn.yzu.edu.tw

More information

Evaluating Clustering Methods for Multi-Echelon (r,q) Policy Setting

Evaluating Clustering Methods for Multi-Echelon (r,q) Policy Setting Proceedngs of the 2007 Industral Engneerng Research Conference G. Bayraksan W. Ln Y. Son and R. Wysk eds. Evaluatng Clusterng Methods for Mult-Echelon (r) Polcy Settng Vkram L. Desa M.S.; Manuel D. Rossett

More information

SIMULATION RESULTS ON BUFFER ALLOCATION IN A CONTINUOUS FLOW TRANSFER LINE WITH THREE UNRELIABLE MACHINES

SIMULATION RESULTS ON BUFFER ALLOCATION IN A CONTINUOUS FLOW TRANSFER LINE WITH THREE UNRELIABLE MACHINES Advances n Producton Engneerng & Management 6 (2011) 1, 15-26 ISSN 1854-6250 Scentfc paper SIMULATION RESULTS ON BUFFER ALLOCATION IN A CONTINUOUS FLOW TRANSFER LINE WITH THREE UNRELIABLE MACHINES Sörensen,

More information

Low-Power Themes Classifier (LPTC): A Human-Expert-Based Approach for Classification of Scientific Papers/Theses with Low-Power Theme

Low-Power Themes Classifier (LPTC): A Human-Expert-Based Approach for Classification of Scientific Papers/Theses with Low-Power Theme Intellgent Informaton Management, 2012, 4, 364-382 http://dx.do.org/10.4236/m.2012.46041 Publshed Onlne November 2012 (http://www.scrp.org/journal/m) Low-Power Themes Classfer (LPTC): A Human-Expert-Based

More information

Content-Based Cross-Domain Recommendations Using Segmented Models

Content-Based Cross-Domain Recommendations Using Segmented Models Content-Based Cross-Doman Recommendatons Usng Segmented Models Shaghayegh Saheb Intellgent Systems Program Unversty of Pttsburgh Pttsburgh, PA shs106@ptt.edu ABSTRACT Cross-Doman Recommendaton s a new

More information

A Scenario-Based Objective Function for an M/M/K Queuing Model with Priority (A Case Study in the Gear Box Production Factory)

A Scenario-Based Objective Function for an M/M/K Queuing Model with Priority (A Case Study in the Gear Box Production Factory) Proceedngs of the World Congress on Engneerng 20 Vol I WCE 20, July 6-8, 20, London, U.K. A Scenaro-Based Objectve Functon for an M/M/K Queung Model wth Prorty (A Case Study n the Gear Box Producton Factory)

More information

Analysis of Soil Pollution Degree and Causes Based on Mathematical Model

Analysis of Soil Pollution Degree and Causes Based on Mathematical Model Analyss of Sol Polluton Degree and Causes Based on Mathematcal Model Zeng Yunhu (Correspondng author) College of Intellgent Scence and Engneerng, Jnan Unversty No. 206, Qanshan Road, Xangzhou Dstrct, Zhuha

More information

Floorplanning with IR-drop consideration

Floorplanning with IR-drop consideration Floorplannng wth IR-drop consderaton Jan Chen 1, Chonghong Zhao 1, Dan Zhou 2, Xaofang Zhou 1 1 ASIC & System State-key Lab 2 Department of Electrcal Engneerng Mcroelectroncs Department School of Engneerng

More information

MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE. Dileep R. Sule and Anuj A. Davalbhakta Louisiana Tech University

MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE. Dileep R. Sule and Anuj A. Davalbhakta Louisiana Tech University MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE Dleep R. Sule and Anuj A. Davalbhakta Lousana Tech Unversty ABSTRACT Ths paper presents a new graphcal technque for cluster

More information

Integration of Rules from a Random Forest

Integration of Rules from a Random Forest 2011 Internatonal Conference on Informaton and Electroncs Engneerng IPCSIT vol.6 (2011) (2011) IACSIT Press, Sngapore Integraton of Rules from a Random Forest Naphaporn Srkulvrya 1 and Sukree Snthupnyo

More information

Qualification Evaluation in Virtual Organizations Based on Fuzzy Analytic Hierarchy Process

Qualification Evaluation in Virtual Organizations Based on Fuzzy Analytic Hierarchy Process Qualfcaton Evaluaton n Vrtual Organzatons Based on Fuzzy Analytc Herarchy Process Fan Zhang, Junwe Cao,*, Lanchen Lu, and Cheng Wu, Natonal CIMS Engneerng and Research Center, Department of Automaton,

More information

Availability based Scoring Model for Resource Grouping in Desktop Grid Computing

Availability based Scoring Model for Resource Grouping in Desktop Grid Computing Indan Journal of Scence and Technology, Vol 8(30), DOI: 10.17485/jst/2015/v830/87393, November 2015 ISSN (Prnt) : 0974-6846 ISSN (Onlne) : 0974-5645 Avalablty based Scorng Model for Resource Groupng n

More information

Adaptive Neuro Fuzzy Inference System (ANFIS) for Prediction of Groundwater Quality Index in Matar Taluka and Nadiad Taluka

Adaptive Neuro Fuzzy Inference System (ANFIS) for Prediction of Groundwater Quality Index in Matar Taluka and Nadiad Taluka Internatonal Journal of Scence and Research (IJSR) ISSN (nlne): 2319-7064 Index Coperncus Value (2013): 6.14 Impact Factor (2013): 4.438 Adaptve Neuro Fuzzy Inference System (ANFIS) for Predcton of Groundwater

More information

Prediction of Hourly Generated Electric Power Using Artificial Neural Network for Combined Cycle Power Plant

Prediction of Hourly Generated Electric Power Using Artificial Neural Network for Combined Cycle Power Plant Internatonal Journal of Electrcal Energy, Vol. 4, No., June 016 Predcton of Hourly Generated Electrc Power Usng Artfcal Neural Network for Combned Cycle Power Plant Bayram Akdemr Electrc and Electroncs

More information

Internal and External Environment Analysis on Financial Strategy in Chinese PV Enterprise Yongchen Li1, a, Fang Li1, b

Internal and External Environment Analysis on Financial Strategy in Chinese PV Enterprise Yongchen Li1, a, Fang Li1, b Internatonal Conference on Educaton, E-learnng and Management Technology (EEMT 2016) and Envronment Analyss on Fnancal Strategy n Chnese PV Enterprse Yongchen L1, a, Fang L1, b 1 School of Economcs and

More information

A MODEL TO MEASURE THE PERFORMANCE OF HUMAN RESOURCES IN ORGANISATIONS

A MODEL TO MEASURE THE PERFORMANCE OF HUMAN RESOURCES IN ORGANISATIONS DOI: 10.2478/sues-2018-0005 A MODEL TO MEASURE THE PERFORMANCE OF HUMAN RESOURCES IN ORGANISATIONS Lecturer Magnola Tlca PhD Vasle Goldş Western Unversty of Arad E mal: tlca.magnola@uvvg.ro Elsabeta Mare

More information

A Multi-Product Reverse Logistics Model for Third Party Logistics

A Multi-Product Reverse Logistics Model for Third Party Logistics 2011 Internatonal Conference on Modelng, Smulaton and Control IPCSIT vol.10 (2011) (2011) IACSIT Press, Sngapore A Mult-Product Reverse Logstcs Model for Thrd Party Logstcs Tsa-Yun Lao, Agatha Rachmat

More information

Research on the Process of Runoff and Sediment-production in the Shunjiagou Small Watershed by Applying Automatic Measurement System

Research on the Process of Runoff and Sediment-production in the Shunjiagou Small Watershed by Applying Automatic Measurement System Research on the Process of Runoff and -producton n the Shunjagou Small Watershed by Applyng Automatc Measurement System Zhou Janghong, Le Tngwu College of Hydraulc and Cvl Engneerng, Chna Agrcultural Unversty,

More information

Adaptive Noise Reduction for Engineering Drawings Based on Primitives and Noise Assessment

Adaptive Noise Reduction for Engineering Drawings Based on Primitives and Noise Assessment Adaptve ose Reducton for Engneerng Drawngs Based on Prmtves and ose Assessment Jng Zhang Wan Zhang Lu Wenyn Department of Computer Scence, Cty Unversty of Hong Kong, Hong Kong SAR, PR Chna {jzhang,wanzhang,

More information

The Impact of Information Quality of Job Descriptions on an Applicant s Decision to Pursue a Job

The Impact of Information Quality of Job Descriptions on an Applicant s Decision to Pursue a Job The Impact of Informaton Qualty of Job Descrptons on an Applcant s Decson to Pursue a Job by Harry Leung A thess presented to the Unversty of Waterloo n fulfllment of the thess requrement for the degree

More information

The ranks of Indonesian and Japanese industrial sectors: A further study

The ranks of Indonesian and Japanese industrial sectors: A further study Journal of Physcs: Conference Seres PAPER OPEN ACCESS The ranks of Indonesan and Japanese ndustral sectors: A further study To cte ths artcle: Ubadllah Zuhd 2017 J. Phys.: Conf. Ser. 820 012029 Vew the

More information

A traffic emission-saving signal timing model for urban isolated intersections

A traffic emission-saving signal timing model for urban isolated intersections Avalable onlne at www.scencedrect.com ScenceDrect Proceda - Socal and Behavoral Scences 96 ( 2013 ) 2404 2413 13th COTA Internatonal Conference of Transportaton Professonals (CICTP 2013) A traffc emsson-savng

More information

Finite Element Analysis and Optimization for the Multi- Stage Deep Drawing of Molybdenum Sheet

Finite Element Analysis and Optimization for the Multi- Stage Deep Drawing of Molybdenum Sheet Fnte Element Analyss and Optmzaton for the Mult- Deep of Molybdenum Sheet Heung-Kyu Km a,*, Seok Kwan Hong a, Jong-Kl Lee b, Byung-Hee Jeon c, Jeong Jn Kang a, and Young-moo Heo a a Precson Molds and Des

More information

On Countermeasures of Promoting Agricultural Products E Commerce in China

On Countermeasures of Promoting Agricultural Products E Commerce in China On Countermeasures of Promotng Agrcultural Products E Commerce n Chna Wehua Gan, Tngtng Zhang, and Yuwe Zhu School of Mechancal and Electroncal Engneerng, East Chna Jaotong Unversty, 330013, Nanchang,

More information

STUDY ON IMPROVING THE CLASSIFICATION EFFICIENCY OF A LARGE-SCALE HYDROCYCLONE BASED ON CFD SIMULATION

STUDY ON IMPROVING THE CLASSIFICATION EFFICIENCY OF A LARGE-SCALE HYDROCYCLONE BASED ON CFD SIMULATION Eleventh Internatonal Conference on CFD n the Mnerals and Process Industres CSIRO, Melbourne, Australa 7-9 December 2015 STUDY ON IMPROVING THE CLASSIFICATION EFFICIENCY OF A LARGE-SCALE HYDROCYCLONE BASED

More information

The Impact of Carbon Tax on Economic Growth in China

The Impact of Carbon Tax on Economic Growth in China Avalable onlne at www.scencedrect.com Energy Proceda 5 (0) 757 76 IACEED00 The Impact of Carbon Tax on Economc Growth n Chna Zhang Zhxn a*, L Ya b a Professor, School of economcs, Shandong Unversty of

More information

Cloud Computing for Short-Term Load Forecasting Based on Machine Learning Technique

Cloud Computing for Short-Term Load Forecasting Based on Machine Learning Technique Internatonal Journal of Appled Engneerng Research ISS 0973-456 Volume 1, umber 19 (017) pp. 8689-8695 Research Inda Publcatons. http://www.rpublcaton.com Cloud Computng for Short-Term Load Forecastng Based

More information

Comparison of robust M estimator, S estimator & MM estimator with Wiener based denoising filter for gray level image denoising with Gaussian noise

Comparison of robust M estimator, S estimator & MM estimator with Wiener based denoising filter for gray level image denoising with Gaussian noise Comparson of robust M estmator, S estmator & MM estmator wth Wener based denosng flter for gray level mage denosng wth Gaussan nose Mr. Pratyaksh A Maru Electroncs and Communcaton Department, Dr. Jvraj

More information

Long term performance of continuous wood-concrete-composite systems

Long term performance of continuous wood-concrete-composite systems Long term performance of contnuous wood-concrete-composte systems Leander A. Bathon Professor, Dept. of Archtecture and Cvl Engneerng, FH Wesbaden Unversty of Appled Scences, Wesbaden, Germany, bathon@t-onlne.de

More information

Financial Distress Prediction of K-means Clustering Based on Genetic Algorithm and Rough Set Theory

Financial Distress Prediction of K-means Clustering Based on Genetic Algorithm and Rough Set Theory 505 A publcaton of CHEMICAL ENGINEERING TRANSACTIONS VOL. 51, 2016 Guest Edtors: Tchun Wang, Hongyang Zhang, Le Tan Copyrght 2016, AIDIC Servz S.r.l., ISBN 978-88-95608-43-3; ISSN 2283-9216 The Italan

More information

CONSUMER PRICE INDEX METHODOLOGY (Updated February 2018)

CONSUMER PRICE INDEX METHODOLOGY (Updated February 2018) CONSUMER PRCE NDEX METHODOLOGY (Updated February 208). Purpose, nature and use The purpose s to obtan country representatve data for the prces of goods and servces and to compute overall and group ndces

More information

OVERVIEW OF 2007 E-DEFENSE BLIND ANALYSIS CONTEST RESULTS

OVERVIEW OF 2007 E-DEFENSE BLIND ANALYSIS CONTEST RESULTS The th World Conference on Earthquake Engneerng October -,, Beng, Chna OVERVIEW OF E-DEFENSE BLIND ANALYSIS CONTEST RESULTS Makoto Ohsak, Kazuhko Kasa, Tsuyosh Hkno and Yuch Matsuoka Assocate Professor,

More information

Evaluation Method for Enterprises EPR Project Risks

Evaluation Method for Enterprises EPR Project Risks , pp.350-354 http://dx.do.org/10.14257/astl.2016. Evaluaton Method for Enterprses EPR Project Rsks L-Yongmng 1,2 1 College of Economcs and Management, Nanjng Unversty of Aeronautcs and Astronautcs, Nanjng,

More information

SERVICE FAILURE COMPLAINTS IDENTIFICATION

SERVICE FAILURE COMPLAINTS IDENTIFICATION SERVICE FAILURE COMLAITS IDETIFICATIO I SOCIAL MEDIA: A TEXT CLASSIFICATIO AROACH Jahua Jn School of Management, Harbn Insttute of Technology Harbn, Chna jahuakng@gmal.com Research-n-rogress Xangbn Yan

More information

EXPERIMENTAL DETERMINATION OF THERMAL CHARACTERISTICS OF MUNICIPAL SOLID WASTE

EXPERIMENTAL DETERMINATION OF THERMAL CHARACTERISTICS OF MUNICIPAL SOLID WASTE EXPERIMENTAL DETERMINATION OF THERMAL CHARACTERISTICS OF MUNICIPAL SOLID WASTE Vyacheslav Bukhmrov 1, *, Olga Kolbaba 1, and Raml Gabtov 1 1 Ivanovo State Power Engneerng Unversty, 153003 Ivanovo, Russa

More information

6.4 PASSIVE TRACER DISPERSION OVER A REGULAR ARRAY OF CUBES USING CFD SIMULATIONS

6.4 PASSIVE TRACER DISPERSION OVER A REGULAR ARRAY OF CUBES USING CFD SIMULATIONS 6.4 PASSIVE RACER DISPERSION OVER A REGULAR ARRAY OF CUBES USING CFD SIMULAIONS Jose Lus Santago *, Alberto Martll and Fernando Martn CIEMA (Center for Research on Energy, Envronment and echnology). Madrd,

More information

RVFL-Based Optical Fiber Intrusion Signal Recognition With Multi-Level Wavelet Decomposition as Feature

RVFL-Based Optical Fiber Intrusion Signal Recognition With Multi-Level Wavelet Decomposition as Feature PHOONIC SENSORS / Vol. 8, No. 3, 218: 234 241 RVFL-Based Optcal Fber Intruson Sgnal Recognton Wth Mult-Level Wavelet Decomposton as Feature Yanpng WANG 1, Danjun GONG 1, Lpng PANG 2*, and Dan YANG 1 1

More information

Model Development of a Membrane Gas Permeation Unit for the Separation of Hydrogen and Carbon Dioxide

Model Development of a Membrane Gas Permeation Unit for the Separation of Hydrogen and Carbon Dioxide CHEMICAL ENGINEERING TRANSACTIONS Volume 21, 2010 Edtor.. Klemeš, H. L. Lam, P. S. Varbanov Copyrght 2010, AIDIC Servz S.r.l., ISBN 978-88-95608-05-1 ISSN 1974-9791 DOI: 10.3303/CET1021218 1303 Model Development

More information

Zuihai Li * School of Continuing Education, Yulin University, Yulin , Shaanxi, China *Corresponding author(

Zuihai Li * School of Continuing Education, Yulin University, Yulin , Shaanxi, China *Corresponding author( Rev. Téc. Ing. Unv. Zula. Vol. 39, Nº 10, 369-375, 2016 do:10.21311/001.39.10.43 Ecologcal Model of Groundwater Envronment Based on Hybrd Soft Computng Method Zuha L * School of Contnung Educaton, Yuln

More information

Sources of information

Sources of information MARKETING RESEARCH FACULTY OF ENGINEERING MANAGEMENT Ph.D., Eng. Joanna Majchrzak Department of Marketng and Economc Engneerng Mal: joanna.majchrzak@put.poznan.pl Meetngs: Monday 9:45 11:15 Thursday 15:10

More information

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico.

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico. Journal of Appled Research and Technology ISSN: 1665-6423 jart@aleph.cnstrum.unam.mx Centro de Cencas Aplcadas y Desarrollo Tecnológco Méxco Dng, Y. R.; Ca, Y. J.; Sun, P. D.; Chen, B. The Use of Combned

More information

International Trade and California Employment: Some Statistical Tests

International Trade and California Employment: Some Statistical Tests Internatonal Trade and Calforna Employment: Some Statstcal Tests Professor Dwght M. Jaffee Fsher Center for Real Estate and Urban Economcs Haas School of Busness Unversty of Calforna Berkeley CA 94720-1900

More information

Detection of the Spiral of Silence Effect in Social Media

Detection of the Spiral of Silence Effect in Social Media Journal of Unversal Computer Scence, vol. 22, no. 3 (2016), 438-452 submtted: 12/11/15, accepted: 23/1/16, appeared: 1/3/16 J.UCS Detecton of the Spral of Slence Effect n Socal Meda I-Hsen Tng (Department

More information

Best-Order Crossover in an Evolutionary Approach to Multi-Mode Resource-Constrained Project Scheduling

Best-Order Crossover in an Evolutionary Approach to Multi-Mode Resource-Constrained Project Scheduling Internatonal Journal of Computer Informaton Systems and Industral Management Applcatons. ISSN 2150-7988 Volume 6 (2014) pp. 364-372 MIR Labs, www.mrlabs.net/csm/ndex.html Best-Order Crossover n an Evolutonary

More information

The research on modeling of coal supply chain based on objectoriented Petri net and optimization

The research on modeling of coal supply chain based on objectoriented Petri net and optimization Proceda Earth and Planetary Scence 1 (2009) 1608 1616 Proceda Earth and Planetary Scence www.elsever.com/locate/proceda The 6 th Internatonal Conference on Mnng Scence & Technology The research on modelng

More information

Extended Abstract for WISE 2005: Workshop on Information Systems and Economics

Extended Abstract for WISE 2005: Workshop on Information Systems and Economics Extended Abstract for WISE 5: Workshop on Informaton Systems and Economcs How Many Bundles?:An Analyss on Customzed Bundlng of Informaton Goods wth Multple Consumer Types Wendy HUI Ph.D. Canddate Department

More information

Port Customer Credit Risk Prediction Based on Internal and External Information Fusion

Port Customer Credit Risk Prediction Based on Internal and External Information Fusion Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal, 2015, 9, 1323-1328 1323 Open Access Port Customer Credt Rsk Predcton Based on Internal and External Informaton

More information

Supporting Information

Supporting Information 1 2 3 4 Supportng Informaton Novel Approach for In-stu Recovery of Lthum Carbonate from Spent Lthum Ion Batteres Usng Vacuum Metallurgy Jefeng Xao a, Ja L a,b*, Zhenmng Xu a 5 a School of Envronmental

More information

Incremental online PCA for automatic motion learning of eigen behaviour. Xianhua Jiang and Yuichi Motai*

Incremental online PCA for automatic motion learning of eigen behaviour. Xianhua Jiang and Yuichi Motai* 296 Int. J. Intellgent Systems Technologes and Applcatons, Vol. x, No. x, 200x Incremental onlne PCA for automatc moton learnng of egen behavour Xanhua Jang and Yuch Mota* Department of Electrcal and Computer

More information