Prediction algorithm for users Retweet Times

Size: px
Start display at page:

Download "Prediction algorithm for users Retweet Times"

Transcription

1 , pp 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 fact that the propagaton path topology cannot effectvely deal wth complex socal network conssts of hundreds of mllons of users. More researchers choose to use machne learnng methods to complete retweet predcton. Those use the classfcaton method to udge whether a message wll be retweeted or not. Ths paper argues that retweet predcton should be regresson analyss problem, not ust the classfcaton problem. Through collectng user characterstcs on Twtter and selectng some features whch have an mportant mpact on the retweet behavor, a Predcton algorthm Based on the Logstc Regresson for users Retweet Tmes n socal network was proposed. Experment results based on the actual data set show the regresson analyss predctng model has a good predctng accuracy n dealng wth retweet predctng, the proposed method s effectveness. Keywords: Socal network, Retweet Tmes, tweet, Logstc Regresson Introducton Wth the development of nternet and moble technology, In partcular Mcroblog has greatly accelerated the speed of nformaton dssemnaton n the network. Usng mcroblog Retweet, users can very easly share Mcroblog content of other users to acheve of nformaton dssemnaton. A mcroblog after forwardng of dfferent users, the propagaton speed wll ncrease n a geometrc level. The obectve of retweet predctng s to predct accurately a message transmsson range and development trends. Through ths nformaton, the process of nformaton dssemnaton can be effectve nterventon to control the spread of the message []. Ths study s very mportant for many felds, such as vral marketng, personalzed message recommendaton [] and others. Currently, the research of retweet predcton on socal network s dvded nto two drectons. One s through studyng the nformaton propagaton path topology to buld predcton model, most research based on dynamc propagaton and vrus propagaton theory [4]. The other way to buld predcton model s based on machne learnng algorthm, conssts manly of Support Vector Machne [5-7]. The research of nformaton propagaton path topology s base on determnng a node whether forwardng. Wth large user bases and complex user relaton n The whole network topology, t's a very dffcult task that construct the topology of user networks In vew of the fact that the propagaton path topology cannot effectvely deal wth complex socal network conssts of hundreds of mllons of users. More researchers ISSN: ASTL Copyrght 05 SERSC

2 choose to use machne learnng methods to complete retweet predcton. Those use the classfcaton method to udge Whether a message wll be retweeted or not n The future. However, they only studed whether the message wll be retweeted wthout takng nto account the retweet tmes of the message. In summary, these prevous results are unsatsfactory, further studes are stll necessary. Ths paper argues that retweet predctng should be regresson analyss problem, not ust the classfcaton problem. Because we need through the forwardng tmes of the message to determne the propagaton scale, rather than whether retweeted. Ths paper reposts on buldng regresson analyss model based on Logstc Regresson algorthm to predctng the scale of nformaton dssemnaton. We selected some features that have an mportant mpact on the retweet behavor and dvded nto four categores, ncludng user features, text features, temporal feature and metadata feature. To note s that we take nto account the effect of text content of the retweet behavor. Retweet predctng based on regresson analyss Regresson analyss. Regresson analyss s a statstcal method whch s handlng the correlaton between varables. By one or more value of the varable, predct the value of another varable. Further predct the scale of development and factor analyss. Retweet Feature selecton. Because logstc regresson generally used to solve lnear regresson problem, Based on the analyss of the relevant research, ths paper choose mcroblog features of lnear relatonshp wth the forwardng and greater mpact. We use the followng features and dvde them nto for dstnct sets: User features, Text features, Temporal feature and Metadata feature. Logstc Regresson model. In statstcs, Logstc Regresson s a statstcal classfcaton model, used to predct the results of classfcaton based on one or more of the features. Logstc Regresson measures the relatonshp between varable ndependent varables and categorcal dependent, by usng probablty scores as the predcted values of the dependent varable. Thus, Logstc Regresson not only be used for solvng classfcaton problems also be used to solve the regresson problem, that s why we use Logstc Regresson modelng. Logstc Regresson (LR) and Support Vector Machne (SVM) are dscrmnatve learnng model. They can be used to establsh the predcton model. But Support Vector Machne use quadratc programmng for support vector. Algorthms for quadratc programmng nvolve calculaton of m-order matrx. (m s the number of samples). When the m s large, the storage and computaton of the matrx wll consume a large amount of machne memory and CPU. Space complexty and Tme Complexty of LR s lower than SVM. Ths paper uses multple mcroblog characterstcs durng establshng the predcton model based on LR. Therefore, the model has a number of ndependent varables. The logstc functon can be wrtten as: 0 Copyrght 05 SERSC

3 log t ( p ) p ln( p ) Where, p x... a b x b x... b, x x s ndependent varable. That s mcroblog characterstcs. p p ( y x ) s dependent varable(retweet Tmes), y s cumulatve probablty of ndependent varables. q x q 3 Experments Datasets. We run our experments wth tweets collected n February and March 03 whch obtaned from Twtter API by ourselves, because need to analyze the topc of each tweet, we retan only the Englsh text tweets. After a few prelmnary treatments, the fnal data set contans approxmately 36.8 mllon tweets and 4.56 mllon users. Table. Detaled nformaton of each dataset dataset number of tweets retweet rate maxmum number of forwardng tmes average number of forwardng tmes dataset one:tranng set % dataset one:testng set % dataset two:tranng set % dataset two:testng set % dataset three:tranng set % dataset three:testng set % dataset four:tranng set % dataset four:testng set % By defnton of forwardng tmes, the tme span of tranng set and test set need to be consstent, furthermore, n order to reduce the nfluence of data set on the results, the data set s dvded nto four parts. Thus, each tranng set or test set contans a week of tweets, and to ensure that the maxmum forwardng tmes of tranng set s greater than the test set. As shown n table.we counted the number of tweets, retweet rate and the maxmum number of forwardng tmes for each part. We can also fnd that each part contans about 30 mllon tweets and there are only % of the tweets has been reweeted n our datasets. Copyrght 05 SERSC

4 Evaluaton standards. We use MSE (Mean Square Error) to evaluate the predcton results of dfferent models, the smaller value of MSE, the better predcton results of model, and the fnal results should be the average value of four expermental, functon can be wrtten as: Where, MSE ( y, yˆ ) n samples n samples 0 ( y ŷ s the predcton value of sample, yˆ ) y s the The calculated value of sample Accordng to the Retweet Tmes defnton above. Expermental settngs. We buld classfcaton model Usng the Hong[8] and regresson model above by each part of dataset, In addton, we use MSE to evaluate the predcton results of dfferent models, the smaller value of MSE, the better predcton results of model, and the fnal results should be the average value of four expermental. For Regresson model, we establsh Logstc Regresson model usng tranng set, and n the process of model buldng we use four features: User features, Text features, Temporal feature and Metadata feature. Then predcton retweet Tmes accordng to the establshed predcton model. Fnally calculate the mean square error of predcton value and the real value for tweets. For classfcaton model, nstead of drectly predctng the forwardng tmes, we dvde the messages nto dfferent classes by the forwardng tmes: a: zero, b: between and 00, c: between 0 and 000, d: more than 000. When calculatng the MSE value, we need to gve a value for each category as ther predcted forwardng tmes: a: 0, b: 50, c: 550 and d: 000. For classfcaton model and calculate the mean square error of predcton value and the real value for tweets. Expermental results and analyss. The detaled nformaton of each dataset are shown n Table, we can see that the max of forwardng tme only 553, ths s not consstent wth the real stuaton. Gettng all tweets whch user generated s an mpossble task, because Twtter dd not fully open the data nterface, we can only crawl the data randomly n a tme sequence from Twtter API. Thus, the expermental data wll be based wth the actual stuaton, but t wll not affect the expermental results, to some extent, ths wll reduce the advantage of the regresson model. Table. The expermental results classfcaton model(mse) regresson model(mse) performance mprovement dataset one % dataset two % dataset three % dataset four % mean 393, % The data n Table also show that the MSE of regresson model based on Logstc Regresson s smaller than classfcaton model, the average of the former reached 393.4, the latter only 99.93, the predcton performance of the model s mprove Copyrght 05 SERSC

5 about 4%. In addton, there are 9% tweets of the dataset have not been retweeted, that ther forwardng tmes s 0, both regresson model and classfcaton model wll predct the forwardng tmes s 0 f the predcton s correct, then wll narrow the gap of MSE between regresson model and classfcaton model. Despte ths, the predcted performance of regresson model stll better than the classfcaton model. 4 Concluson Ths study predcts the forwardng tmes of a tweet through buldng a regresson model based on Logstc Regresson algorthm. We selected some features whch have an mportant mpact on the retweet behavor and buld the regresson analyss predctng model. Experment results based on the actual data set show the regresson analyss predctng model has a better predctng accuracy n dealng wth retweet predctng than the classfcaton model, our method s effectveness. References. Jng, X., LIU Gong-shen: Predcton of User s Retweet Behavor n Socal NetWork. Journal of SHANGHAI JIAO TONG Unversty,03,47(004): (03). Konstas I, Stathopoulos V, Jose JM: On Socal Networks and Collaboratve recommendaton [C]//Proceedngs of the 3th Internatonal ACM SIGIR Conference on Research and Development n Informaton Retreval,ACM,009:95-0 (009) 3. Naar, Denoyer L, Galllnar P.: Predctng nformaton dffuson on socal networks wth partal knowledge [C]//Proceedngs of the st nternatonal conference companon on World Wde Web,ACM,0:97-04 (0) 4. Gomez Rodrguez M,Leskovec J,Krause A.Inferrng networks of dffuson and nfluence[c]//proceedngs of the 6th ACM SIGKDD nternatonal conference on Knowledge dscovery and data mnng. ACM, 00:09-08 (00) 5. Petrovc S,Osborne M,Lavrenko V.RT to Wn! Predctng Message Propagaton n Twtter[C]//The Internatonal AAAI Conference on Weblogs and Socal Meda (ICWSM), (0) 6. Zaman TR, Herbrch R, Van G.: Predctng nformaton spreadng n twtter[c]//workshop on Computatonal Socal Scence and the Wsdom of Crowds,NIPS, 00, 04 (45): (00) 7. Luo, Z., Osborne, M.: Who Wll Retweet Me? Fndng Retweeters n Twtter [C]//Proceedngs of the 36th Internatonal ACM SIGIR Conference on Research and Development n Informaton Retreval ACM 03: (03) 8. Hong, L.G., Dan, O. and Davson, B.D.: Predctng Popular Messages n Twtter. Proceedngs of the 0th nternatonal conference companon on World Wde Web, ACM, (0) Copyrght 05 SERSC 3

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

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

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

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

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

Research on Clustering Method for Government Micro-blogging User Segments Based on User Interaction Behavior Suozhu Wang1, a, Jun Wang2, b

Research on Clustering Method for Government Micro-blogging User Segments Based on User Interaction Behavior Suozhu Wang1, a, Jun Wang2, b 6th Internatonal Conference on Measurement, Instrumentaton and Automaton (ICMIA 017) Research on Clusterng Method for Government Mcro-bloggng User Segments Based on User Interacton Behavor Suozhu Wang1,

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

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

Wei Zheng College of Science, Hebei North University, Zhangjiakou , Hebei, China do:10.21311/001.39.5.17 An Improved CHI Feature Selecton Method for Chnese Text Classfcaton We Zheng College of Scence, Hebe North Unversty, Zhangjakou 075000, Hebe, Chna Hadong Wang Lbrary of Hebe Insttute

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

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

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

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

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

The Credit Risk Assessment Model of Internet Supply Chain Finance: Multi-Criteria Decision-Making Model with the Principle of Variable Weight

The Credit Risk Assessment Model of Internet Supply Chain Finance: Multi-Criteria Decision-Making Model with the Principle of Variable Weight Journal of Computer and Communcatons, 2017, 5, 20-30 http://www.scrp.org/journal/jcc ISSN Onlne: 2327-5227 ISSN Prnt: 2327-5219 The Credt Rsk Assessment Model of Internet Supply Chan Fnance: Mult-Crtera

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

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

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

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

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

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

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

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

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

Regression model for heat consumption monitoring and forecasting

Regression model for heat consumption monitoring and forecasting E3S Web of Conferences 39, 03005 (018) https://do.org/10.1051/e3sconf/0183903005 Regresson model for heat consumpton montorng and forecastng Tatyana Dobrovolskaya 1*, and Valery Stennkov 1 1 Melentev Energy

More information

The Credit Risk Assessment Model of Internet Supply Chain Finance: Multi-Criteria Decision-Making Model with the Principle of Variable Weight

The Credit Risk Assessment Model of Internet Supply Chain Finance: Multi-Criteria Decision-Making Model with the Principle of Variable Weight Journal of Computer and Communcatons, 2016, 4, 1-11 http://www.scrp.org/journal/jcc ISSN Onlne: 2327-5227 ISSN Prnt: 2327-5219 The Credt Rsk Assessment Model of Internet Supply Chan Fnance: Mult-Crtera

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

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

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

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

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

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

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

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

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

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

A novel and convenient variable selection method for choosing effective input variables for. Telecommunication customer churn prediction models

A novel and convenient variable selection method for choosing effective input variables for. Telecommunication customer churn prediction models Proceedngs of the 29 IEEE Internatonal Conference on Systems, Man, and Cybernetcs San Antono, TX, USA - October 29 A novel and convenent varable selecton method for choosng effectve nput varables for telecommuncaton

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

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

WISE 2004 Extended Abstract

WISE 2004 Extended Abstract WISE 2004 Extended Abstract Does the Internet Complement Other Marketng Channels? Evdence from a Large Scale Feld Experment Erc Anderson Kellogg School of Management, Northwestern Unversty Erk Brynjolfsson

More information

Research Article Modeling of Daily Solar Energy System Prediction using Soft Computing Methods for Oman

Research Article Modeling of Daily Solar Energy System Prediction using Soft Computing Methods for Oman Research Journal of Appled Scences, Engneerng and Technology 13(3): 237-244, 2016 DOI:10.19026/rjaset.13.2936 ISSN: 2040-7459; e-issn: 2040-7467 2016 Maxwell Scentfc Publcaton Corp. Submtted: January 26,

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

Innovation in Portugal:

Innovation in Portugal: Innovaton n Portugal: What can we learn from the CIS III? Innovaton and Productvty Pedro Moras Martns de Fara pedro.fara@dem.st.utl.pt Globelcs Academy 2005 25 May 2005 Introducton The study of the relatonshp

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

Determination of Housing Price in Taipei City Using Fuzzy Adaptive Networks

Determination of Housing Price in Taipei City Using Fuzzy Adaptive Networks Determnaton of Housng Prce n Tape Cty Usng Fuzzy Adaptve Networks We-Tes Lee, Jan-Jun Chen and Kuenta Chen*, Abstract The man purpose of ths research s to forecast pre-owned housng prces usng Fuzzy Adaptve

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

Volume 29, Issue 2. How do firms interpret a job loss? Evidence from the National Longitudinal Survey of Youth

Volume 29, Issue 2. How do firms interpret a job loss? Evidence from the National Longitudinal Survey of Youth Volume 29, Issue 2 How do frms nterpret a job loss? Evdence from the Natonal Longtudnal Survey of Youth Stephen M. Kosovch Stephen F. Austn State Unversty Abstract Emprcal studes n the job dsplacement

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

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

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

Modeling and Simulation for a Fossil Power Plant

Modeling and Simulation for a Fossil Power Plant Modelng and Smulaton for a Fossl Power Plant KWANG-HUN JEONG *, WOO-WON JEON, YOUNG-HOON BAE AND KI-HYUN LEE Corporate R&D Insttute Doosan Heavy Industres and Constructon Co., Ltd 555, Gwgo-dong, Changwon,

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

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

Influencing Factors and Evaluation Index of Farmers Financial Needs based on Analytic Hierarchy Process

Influencing Factors and Evaluation Index of Farmers Financial Needs based on Analytic Hierarchy Process Influencng Factors and Evaluaton Index of Farmers Fnancal Needs based on Analytc Herarchy Process Yuqu Ca, Zhan Yang, Mo Zhang * School of Economcs and Management, Northeast Agrcultural Unversty, Harbn

More information

Qiang Yang and Hong Cheng

Qiang Yang and Hong Cheng From: ICAPS-3 Proceedngs. Copyrght 23, AAAI (www.aaa.org). All rghts reserved. Plannng for Marketng Campagns Qang Yang and Hong Cheng Department of Computer Scence Hong Kong Unversty of Scence and Technology

More information

Planning of work schedules for toll booth collectors

Planning of work schedules for toll booth collectors Lecture Notes n Management Scence (0) Vol 4: 6 4 4 th Internatonal Conference on Appled Operatonal Research, Proceedngs Tadbr Operatonal Research Group Ltd All rghts reserved wwwtadbrca ISSN 00-0050 (Prnt),

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

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

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

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

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

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

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

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

Optimal Issuing Policies for Substitutable Fresh Agricultural Products under Equal Ordering Policy

Optimal Issuing Policies for Substitutable Fresh Agricultural Products under Equal Ordering Policy 06 Internatonal Academc Conference on Human Socety and Culture (HSC 06) ISBN: 978--60595-38-6 Optmal Issung Polces for Substtutable Fresh Agrcultural Products under Eual Orderng Polcy Qao- TENG,a, and

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

High impact force attenuation of reinforced concrete systems

High impact force attenuation of reinforced concrete systems Structures Under Shock and Impact XII 273 Hgh mpact force attenuaton of renforced concrete systems Y. Km, T. El-Korch & K. S. Arsava Department of Cvl and Envronmental Engneerng, Worcester Polytechnc Insttute

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

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

Wind Power Prediction Using a Hybrid Approach with Correction Strategy Based on Risk Evaluation

Wind Power Prediction Using a Hybrid Approach with Correction Strategy Based on Risk Evaluation M.Essa et al., Vol.7, No.3, 7 Wnd Power Predcton Usng a Hybrd Approach wth Correcton Strategy Based on Rsk Evaluaton Mohammed Essa*, Yu Jla*, Wang Songyan*, Peng Lu* *School of Electrcal Engneerng and

More information

Fiber length of pulp and paper by automated optical analyzer using polarized light

Fiber length of pulp and paper by automated optical analyzer using polarized light T 27 om-2 PROVISIOA METHOD 99 OFFICIA METHOD 988 REVISED 2002 REVISED 2007 REVISED 202 202 TAPPI The nformaton and data contaned n ths document were prepared by a techncal commttee of the Assocaton. The

More information

Grey System Theory Approach to Quality of Intranet

Grey System Theory Approach to Quality of Intranet ISSN (Prnt) : 2320 3765 ISSN (Onlne): 2278 8875 Internatonal Journal of Advanced Research n Electrcal, Electroncs and Instrumentaton Engneerng (An ISO 3297: 2007 Certfed Organzaton) Grey System Theory

More information

Appendix 6.1 The least-cost theorem and pollution control

Appendix 6.1 The least-cost theorem and pollution control Appendx 6.1 The least-cost theorem and polluton control nstruments Ths appendx s structured as follows. In Part 1, we defne the notaton used and set the scene for what follows. Then n Part 2 we derve a

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

PREDICTION OF SEWAGE QUALITY BASED ON FUSION OF BPNETWORKS

PREDICTION OF SEWAGE QUALITY BASED ON FUSION OF BPNETWORKS INTERNATIONAL JOURNAL ON SMART SENSING AND INTELLIGENT SYSTEMS VOL. 9, NO. 2, JUNE 2016 PREDICTION OF SEWAGE QUALITY BASED ON FUSION OF BPNETWORKS Ljuan Wang School of Electroncs and Informaton Engneerng

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

Impact of Internet Technology on Economic Growth in South Asia with Special Reference to Pakistan

Impact of Internet Technology on Economic Growth in South Asia with Special Reference to Pakistan Pakstan Journal of Socal Scences (PJSS) Vol. 35, No. 2 (2015), pp. 777-784 Impact of Internet Technology on Economc Growth n South Asa wth Specal Reference to Pakstan RzwanaYasmeen FUUAST, School of Economc

More information

The Effect of Outsourcing on the Change of Wage Share

The Effect of Outsourcing on the Change of Wage Share Clemson Unversty TgerPrnts All Theses Theses 12-2017 The Effect of Outsourcng on the Change of Wage Share Tanq L Clemson Unversty Follow ths and addtonal works at: https://tgerprnts.clemson.edu/all_theses

More information

Supplier Quality Performance Measurement System*

Supplier Quality Performance Measurement System* Suppler Qualty Performance Measurement System* LIU Yumn School of Busness, Zhengzhou Unversty, P.R.Chna, 45000 Abstract Qualty performance s excellent performance that organzatons reach to hgh qualty at

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

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

Optimization of e-learning Model Using Fuzzy Genetic Algorithm

Optimization of e-learning Model Using Fuzzy Genetic Algorithm Optmzaton of e-learnng Model Usng Fuzzy Genetc Algorthm Receved: 00?????? 2012, Accepted: 00????? 2013 M. A. Afshar Kazem Assocate professor, Informaton Technology Management Department, Electrnc Branch,

More information

FACEBOOK USERS THAT FOLLOW INFLUENCERS ON THIS CHANNEL

FACEBOOK USERS THAT FOLLOW INFLUENCERS ON THIS CHANNEL FACEBOOK USERS THAT FOLLOW Consderng the hgh penetraton of among the 18+ onlne urban populaton, ther demographc characterstcs are also mostly n lne. users that follow nfluencers start young, beng overrepresented

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

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

RECEIVING WATER HYDRAULICS ASSIGNMENT 2

RECEIVING WATER HYDRAULICS ASSIGNMENT 2 RECEIVING WATER HYDRAULICS ASSIGNMENT 2 Desgn of wastewater dscharge from the cty of Göteborg. Example of a dffuser n a stratfed coastal sea Example of retenton tme calculatons Ths assgnment conssts of

More information

Guidelines on Disclosure of CO 2 Emissions from Transportation & Distribution

Guidelines on Disclosure of CO 2 Emissions from Transportation & Distribution Gudelnes on Dsclosure of CO 2 Emssons from Transportaton & Dstrbuton Polcy Research Insttute for Land, Infrastructure and Transport June 2012 Contents 1. Introducton...- 3-1.1 Purpose and concept...- 3-1.2

More information

Assignment II Design of Wastewater Discharge from the City of Gothenburg. Design of a Wastewater Discharge from the City of Gothenburg

Assignment II Design of Wastewater Discharge from the City of Gothenburg. Design of a Wastewater Discharge from the City of Gothenburg Assgnment II Desgn of Wastewater Dscharge from the Cty of Gothenburg Envronmental Hydraulcs Desgn of a Wastewater Dscharge from the Cty of Gothenburg The assgnment conssts of two parts. The frst part deals

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

Modelling of Fatigue life of 6082 T6 Al-alloy based on Genetic Programming

Modelling of Fatigue life of 6082 T6 Al-alloy based on Genetic Programming Modellng of Fatgue lfe of 6082 T6 Al-alloy based on Genetc Programmng J. R. Mohanty Department of Mechancal Engneerng, Veer Surendra Sa Unversty of Technology, Burla, Sambalpur (Odsha), In ABSTRACT: The

More information

Placing Broadcast News Videos in their Social Media Context using Hashtags

Placing Broadcast News Videos in their Social Media Context using Hashtags Placng Broadcast News Vdeos n ther Socal Meda Context usng Hashtags Joseph G. Ells Svebor Karaman Hongzh L Hong Bn Shm and Shh-Fu Chang Columba Unversty {jge205 svebor.karaman hongzh.l h.shm sc250}@columba.edu

More information

Statistical Applications in Genetics and Molecular Biology

Statistical Applications in Genetics and Molecular Biology Statstcal Applcatons n Genetcs and Molecular Bology Volume 5, Issue 1 2006 Artcle 6 Dmenson Reducton for Classfcaton wth Gene Expresson Mcroarray Data Jan J. Da Lnh Leu Davd Rocke Unversty of Calforna,

More information

Churn Analysis of a Product of Application Search in Mobile Platform

Churn Analysis of a Product of Application Search in Mobile Platform Economy Informatcs vol. 13, no. 1/2013 5 Churn Analyss of a Product of Applcaton Search n Moble Platform Gábor SZŰCS, Attla KISS Inter-Unversty Centre for Telecommuncatons and Informatcs, H-4028 Kassa

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

Estimating Peak Load of Distribution Transformers

Estimating Peak Load of Distribution Transformers Estmatng eak Load of Dstrbuton Transformers K. Halcka * A. Jurcuk * J. Naarko* Z.A. Stycyńsk** W. Zalewsk* Abstract - In dstrbuton system, bus load estmaton s complcated because system load s usually montored

More information

Using Balance Score Card to Evaluate Performance of High-Tech Companies

Using Balance Score Card to Evaluate Performance of High-Tech Companies , pp.373-388 http://dx.do.org/0.4257/junesst.206.9.4.37 Usng Balance Score Card to Evaluate Performance of Hgh-Tech Companes Lu Kebn, Wang qang 2 and Zhu Benxao 3 Anhu Xnhua Unversty, Commercal College,

More information

Research on Evaluation Index System for Automobile Enterprise Brand Value

Research on Evaluation Index System for Automobile Enterprise Brand Value 1234 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Research on Evaluaton Index System for Automoble Enterprse Brand Value Chen Zhaohu, L Jng School of Management, Guangx Unversty

More information

Study on dynamic multi-objective approach considering coal and water conflict in large scale coal group

Study on dynamic multi-objective approach considering coal and water conflict in large scale coal group IOP Conference Seres: Earth and Envronmental Scence PAPER OPEN ACCESS Study on dynamc mult-objectve approach consderng coal and water conflct n large scale coal group To cte ths artcle: Qng Feng and L

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

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