A novel Method for Data Mining and Classification based on

Size: px
Start display at page:

Download "A novel Method for Data Mining and Classification based on"

Transcription

1 A novel Method for Data Mnng and Classfcaton based on Ensemble Learnng 1 1, Frst Author Nejang Normal Unversty;Schuan Nejang ,Chna, E-mal: lhan-gege@126.com Abstract Data mnng has been attached great mportance n nformaton ndustry. he man reason s that data mnng stores lots of data whch are broadly applcable. Besdes, these data are urgently requred to be transformed nto useful nformaton and knowledge. hs paper manly concerns a sorted and branchng problem of data mnng and desgned an ensembled KNN classfer based on dstance learnng. hs classfer frstly performed flterng uncorrelated attrbutes n data sets based on nformaton gan and t flters redundant attrbutes wth lower correlaton degree. hen, through baggng to ntegraton, the generated classfer cannot only make use of ts self operaton to carry out randomly selecton towards tranng samples. But t also mplemented random flterng on classfer attrbute to enhance dfferentaton between sub-classfers durng guaranteeng the accuracy of sub-classfers. Durng dstance learnng, wth near component method, the optmzed calculaton can be mplemented wth leave-one-out cross valdaton. he experment data shows that classfcaton effects of new classfers s sgnfcantly mproved than tradtonal KNN and sngle classfcaton method of dstance learnng. Keyword: Ensemble Learnng, Data Mnng, Baggng Method, k-nearest Neghbor Algorthm 1. Introducton Due to relatve technologcal development and practcal workng requrement, database technology s appled to store as well as manage data and machne learnng technology s used to analyze data. herefore, a great deal of knowledge hdden n data has been dscovered and the analyss as well as the reorganzaton of these data fnally forms a concernng research feld:knowledge Dscovery n Database, KDD [1]. It generally refers to dscoverng mode or communcaton methods from source data. KDD covers the whole data mnng process contanng from the very frst target of makng busness to the fnal result analyss whle data mnng only makes a descrpton on the sub-process of usng algorthm on mnng to carry out data mnng. However, recently, people fnd that there s a lot of work n data mnng whch can be accomplshed by statstcs and they consder that the best strategy s to organcally combne statstcs wth data mnng [2] and the technology of data mnng s the most crtcal step n KDD. Classfcaton technology s an mportant branch n data mnng. here are many methods applyng to classfcaton data mnng, lke decson tree method, genetc algorthm, Bayesan networks, rough set, KNN, related rules, [3-8]. On the desgn of comprehensvely ensemble classfcaton n ths paper, the method of calculatng average nformaton gan s performed durng data pretreatment to flter uncorrelated attrbutes and the ensemble method s to use basc baggng ensemble method to generate sub-classfer to synthesze results whle each sub-classfer s an mproved KNN classfer. As one of the most tradtonal classfcaton algorthms n data mnng, algorthm KNN has stll been broadly appled n many areas due to ts smplcty, effcency and nonparametrc qualty[9]. owards dsadvantages of KNN, people put forward some effcent mprovng methods. On one hand, many learnng algorthms of KNN dstance measure models have been brought forward amng at the advantages of sngleness on KNN dstance measure models. Representatve algorthms contan MLCC (Metrc Learnng by Collapsng Class),LMNN(Dstance Metrc Learnng for Large Margn Nearest Neghbor Classfcaton)and NCA(Neghborhood Components Analyss).hese three dstance learnng methods [10-12] appled dfferent mathematcal models and tranng measure acqured can narrow down the dstance of smlar samples n these tranng data but enlarge the dstance between dfferent samples. On the other hand, algorthm KNN ntegrates wth other algorthms to mprove Advances n nformaton Scences and Servce Scences(AISS) Volume5, Number6, March 2013 do: /aiss.vol5.ssue

2 classfcaton effect ncludng ntegratng SVM wth algorthm KNN, ntegratng genetc algorthm wth fuzzy KNN algorthm and ntegraton Bayesan classfer wth KNN classfer. owards the above two methods mprovement, ths paper ntegrates algorthm Baggng wth KNN classfer of dstance learnng and puts forward an ensemble KNN classfer based on dstance learnng. 2. Related Study 2.1. KNN Classfcaton Algorthm KNN, whch s based on statstcs, ams to classfy the category of the majorty of the samples n each nearest neghbor accordng to the k of the test sample n the feature space. he basc method s: all of the examples are put nto an N-dmensonal space.usually, each example x s expressed as a feature vector{a 1 (x),a 2 (x),,a n (x)}. a (x) denotes the attrbute value r. he smlarty measurement between the two examples x and x j commonly s calculate by eucldean dstance. n j r r j 2 (1) r1 d( x, x ) ( a ( x ) a ( x )) KNN s a knd of weak classfer for t s very senstve to the dmenson trap. o avod the measurement errors caused by the smlarty measure,[13] add a feature weghts for each attrbute for an mprovement.hat s, dfferent attrbutes n classfcaton have dfferent nfluence. hen the mproved dstance s calculated as m 2 d( xk, c) ( wj xkjcj) (2) j1 A meanngful method to mprove the KNN algorthm s to reduce weght as much as possble through adjustng weghts w j. he smlarty between vector e p and e q n weghted smlarty matrx can be expressed as: w 1 pq (3) w 1 d pq w pq we get by optmzaton wth certan crtera s used as the new smlarty. hs method contrbutes to mprove the classfcaton results and t reduce the smlarty of the smlarty wthn the ncreasng bg class Ensemble Learnng Algorthms Ensemble learnng algorthm s a technology whch s used to mprove the accuracy of the classfcaton algorthm.it developed gradually from the feld of machne learnng technology Ensemble learnng algorthm manly nclude two types of methods: Baggng and Boostng. hs paper takes advantage of the baggng method for KNN classfcaton methods.beacuse ths paper need dstance learnng for each sub-classfer. If there are a sub-categores wth larger number of attrbutes and samples,dstance learnng process wll be extremely tme-consumng.he formaton process of each sub-classfers n baggng method s ndependent of each other, whch make t possble for multple threads or onlne parallel processng method to balance the metrc learnng total operaton of the sub-classfers.so Baggng algorthm can smplfy part of the calculaton. Baggng generated classfers by the measure of return random samplng technque,or we called t bootstrappng samplng. In ths method, the dfference between the ensemble members are obtaned by resamplng for the Bootstrappng, or by provdng dfferences through tranng the randomness and ndependence of the samples. Baggng method s manly used for unstable learnng algorthm, neural networks and decson trees.for example, Baggng reduces the varance produced by based classfer through predctng vote for these classfers, then reduce the generalzaton error. For stable learnng algorthm, such as Nave Bayes method, the baggng ntegraton can not decrease the generalzaton error. 917

3 he algorthm can be descrbed as follows: We set orgnal tranng sample as D = {(x 1, y 1 ), (x 2, y 2 ),..., (x N, y N )).N s the tranng sample number.in the tranng phase: For t = 1,2,... Do / / s the number of ndvduals n the baggng ntegraton (1) extracte m nputs from the tranng sample randomly; (2) obtane model H n accordance wth a gven learnng algorthm (3) put the tranng sample back Return to collecton (h1, h2,..., hr). Forecast perod: H x 1 H x ht x t 1 arc yy max ht x t 1 (4) (5) 3. Ensemble KNN Classfer based on Dstance Learnng 3.1. Algorthm Process A marked tranng data set {(x,y )}n=1 was supposed to contan n samples and each sample possessed d attrbutes X R as well as data set has c classfcatons y-={1,2,,c}. hs paper ntroduced a comprehensve ntegraton KNN classfcaton algorthm based on dstance learnng. At frst, attrbute flterng was used to elmnate the attrbutes whose correlaton s smaller than closng values. hen, usng baggng ntegraton algorthm generated sub-classfer and each sub-classfer was acqured by randomly attrbutng selecton on the bass of orgnal data sets. In the end, each sub-classfer was carred out dstance learnng to calculate dstance measurement model amng at each dfferent sub-classfer and models would be classfed on testng samples after learnng. Algorthm process manly ncludes ntal attrbute flterng, baggng ntegraton algorthm and KNN algorthm of dstance learnng. Its process s shown as fgure

4 Dataset ranng Attrbutes fltraton hreshold f control the Fltraton Sub-Classfer generated by bootstrap Sub-Classfer 1 Sub-Classfer 2 Sub-Classfer t Attrbutes of Attrbutes of Attrbutes of Sub-Classfer 1 are Sub-Classfer 2 are Sub-Classfer t are random elmnated random elmnated random elmnated Control preserve for attrbute dsturbance parameter Sub-Classfer 1 Dstance measurement A 1 Sub-Classfer 2 Dstance measurement A 2 Sub-Classfer t Dstance measurement A t Sub-Classfer 1 Classfcaton results S 1 Sub-Classfer 2 Classfcaton results S 2 Sub-Classfer t Classfcaton results S t Comprehensve classfcaton results wth majorty votng system Fnal classfcaton results Fgure 1. Ensemble KNNe lassfer based on dstance learnng method 3.2. Attbutes Fltraton of ranng Dataset In ntal data set, snce many attrbutes are not correlated to learnng target, correlated attrbutes learnng s nterrupted. Input attrbute s randomly selected to generate sub-attrbute set to tran sub-classfers so that the nfluence of uncorrelated attrbutes s amplfed so as to result n correcton reducton of classfers. Because of ths, uncorrelated attrbutes need to be fltered before ntegraton.hs paper adopts a method based on nformaton gan to flter attrbutes. Specfcally, ths method s appled to calculate all nformaton gan of orgnal attrbutes n data set. Some nformaton gan whch s smaller than the attrbute wth specfc threshold f should be removed as uncorrelated attrbute. Here, one thrd of the average value on nformaton gan of f selected attrbutes s taken as the threshold value on attrbute fltraton. 919

5 3.3. Baggng Methods o establsh an effectve ensemblng,each of the sub-classfer need to own hgher accuracy and the dfference among the classfers should be great.knn method s relatvely hard to be ensembled by Baggng algorthm.for example:gve a data set whch has N samples.he probablty selecton that sample s selected obey the dstrbuton of Posson dstrbuton approxmately wthλ= 1.he the probablty that sample emerges at least once s 1 (1/e) We assume the two-classfer problems need to generate t sub-classfers. When and only when the tmes of that some testng sample emerges n the neghborhood of tranng set less than t/2,the classfcaton results pf testng sample wll change.it s obvous that ths probablty contnues to decrease wth the ncreasng of t.so the sub-classfer wth accuracy and dfferences can not be acqured only by bootstrap methods whch randomly selects tranng sample. he Baggng method for the calculaton of generatng the sub-classfers n ths paper, absorbs the advantage of FABSIR n [14] to add dsturbance to nput attrbutes.he process of generatng sub-classfers s:on the one hand,we extract samples of orgn dataset to compose sub-classfers by bootstrap method;on the other hand,the proporton of sub-classfers attrbutes are controlled by parameters.he parts of the attrbutes are elmnated randomly.assume the number of generated sub-classfers s t.durng the process,the attrbutes of these t sub-classfers wll be elmnated randomly agan.gve parameter factor s s used to control the amount of elmnated attrbutes.if d attrbutes left after the orgn dataset s fltered,he sub-classfer has attrbutes of d s.hs knd of method can mprove the effect of classfcaton,whch s determned by the dfference among the sub-classfers generated by the method Dstance Measurement Learnng We ntroduced a dstance learnng KNN classfer based on near component analyss (NCA) to be used to mprove classfcaton accuracy of each sub-classfer and the followng formula presents specfc realzaton of dstance learnng algorthm. We suppose that a marked sub-classfer contans n real nputtng vectors x l,,x n,x R and the correspondng types are marked c l,,c n. Choosng a dstance vector makes classfcaton effect of KNN to reach the best value. Dstance learnng method adopted Mahalanobs dstance model to seek soluton on sem postve defnte matrx seekng Q=A A. It s shown as formula 1 ( x, y) ( x y) Q( x y) ( Ax Ay) ( Ax Ay) (6) Error rate of leave-one-out valdaton s a dscontnuous functon of a varable matrx A and the very tny change of matrx A wll greatly mpact testng results of KNN s leave-one-out valdaton. hus, ths algorthm ntroduced a dfferental non-lnear functon, that s, each pont takes another pont j as ts adjacency and nherts the probablty of typng tag c as P j. On the bass of Mahalanobs dstance, non-lnear functon softmax s used to defne P j as: P j 2 exp( Ax Ax j ) 2 Ax k Ax j exp( ) Due to randomly selecton, the probablty P of correct classfcaton on pont s P Pj (8) jc herefore, the best classfcaton effect s the number on correctly classfed pont whch can reach the hghest. We set the target functon as: j (9) jc f ( A) P P hs s a matrx functon and the method NCA s through conjugate gradent method or quadratc programmng to optmze ths matrx functon and gets the optmal soluton A so as to get the optmstc dstance learnng method. Besdes, the target functon can be transformed nto target functon towards (7) 920

6 gradent A x j =x -x j. f 2 A Pj ( xjxj Pk xk xk ) A After soluton. (10) jc k f 2 A ( P Pkxkxk Pjxjxj) A (11) jc hs paper made use of conjugate gradent method referred n [15] to calculate the maxmum value of formula 3 to acqure the optmum value A matrx. he acqured new dstance measure d(x,y)=(x-y) Q(x-y) Q(x-y)=(A x -A y ) (A x -A y ) can be regarded as dstance measure of algorthm KNN to carry out classfcaton. 4. Experment Result Analyss Fve groups of commonly used UC datasets are appled to detect ths algorthm s classfcaton effect and these data of data sets are all numerc. Snce KNN cannot deal wth mssng data, some mssng data are gnored before ntroducng data sets. he nformaton of data sets s shown as the followng table able 1. Fve data sets used n experment Dataset Samples Features Categores Wne Segement Irs Bal Ion Leave-one-out staggered valdaton s used to calculate the classfcaton correcton rate of each data set. hat s, towards a data set wth n samples, each sample s selected to take as a testng sample at one tme and the rest n-1 samples can make up new data set as tranng set. owards testng samples classfcaton, the same steps wll repeat n tmes n order that each sample can act as a testng sample. In the end, samples wll be tested durng these n cycles to be classfed based on correct numbers to get the correcton rate. At frst, dfferent value K s set to compare the classfcaton effect between tradtonal KNN as well as algorthm KNN of dstance learnng wth these fve groups data sets. Sub-classfer number of ntegraton learnng s set as 50, the value K s 1 and the coeffcent of attrbutng flterng s Because of dfferent data sets, attrbute extractng coeffcent s gets 0.6 n Ion data set, gets 0.8 n Segment data set and gets 1 n all Wne, Irss, Bal data sets. he results of usng method leave-one-out to perform cross valdaton are shown as the followng tables. able 2. Comparson results of Wne Wne K=1 K=3 K=5 K=10 radtonal KNN Sngle-Dstance study Sngle-Ensemble Ensembled-Dstance study

7 able 3. Comparson results of Segment Segment K=1 K=3 K=5 K=10 radtonal KNN Sngle-Dstance study Sngle-Ensemble Ensembled-Dstance study able 4. Comparson results of Irs Irs K=1 K=3 K=5 K=10 radtonal KNN Sngle-Dstance study Sngle-Ensemble Ensembled-Dstance study able 5. Comparson results of Bal Bal K=1 K=3 K=5 K=10 radtonal KNN Sngle-Dstance study Sngle-Ensemble Ensembled-Dstance study able 6. Comparson results of Ion Ion K=1 K=3 K=5 K=10 radtonal KNN Sngle-Dstance study Sngle-Ensemble Ensembled-Dstance study Next, each data set wll be carred out calculaton by means of fve dfferent algorthms to compare results n the end. hey are tradtonal KNN classfer, mproved KNN classfer of Mahalanobs dstance, ntegraton algorthm FABSIR of multmode dsturbance, KNN classfer after NCA dstance learnng and ntegraton learnng KNN classfer ntroduced by ths paper. Wth the same coeffcent values acqured n each tem, classfcaton result s shown as followng table. able 7. Comparson of 5 methods KNN Improved KNN FABSIR NCA NEW Wne Segment Irs Bal Ion Average From expermental datas, we can see that the new algorthm, whose classfcaton effect has been obvously mproved comparng to sngle ntegraton algorthm and sngle dstance learnng algorthm, combnes ntegraton algorthm and NCA dstance learnng algorthm together. owards some data sets 922

8 lke Bal, dstance learnng algorthm s more obvously mprovng classfcaton effect. However, the mprovement of new algorthm s classfcaton effect brought forward consumpton of calculaton quantty especally usng leave-one-out method to perform cross valdaton. he tmes of a data set needng to perform dstance learnng equalze sub classfers of x samples. However, large scale of data sets wth many samples and attrbutes, NCA seems to be slower n dstance learnng. Besdes, there are also many mxng data sets of numercal data and character data and dstance model wth ths algorthm s KNN classfer cannot be classfed. hus, on one hand, ths algorthm has to carry out further mprovement of calculaton speed. Data sets wth mxed type need to reconstruct dstance measurement of KNN classfer so as to be adapted to the data sets wth character nformaton. 5. Concluson hs paper realzed an ensemble KNN classfer based on dstance learnng.hs classfer frstly performed flterng uncorrelated attrbutes n data sets based on nformaton gan and t flters redundant attrbute wth lower correlaton degree. hen, through ntegraton of baggng, the generated classfer cannot only make use of ts self operaton to carry out randomly selecton towards tranng samples but t also mplemented random flterng on classfer attrbute to enhance dfferentaton between sub-classfers durng guaranteeng the accuracy of sub-classfers. All sub-classfers on baggng ntegraton algorthm have made use of classfer KNN on the bass of near component analyss on dstance learnng and dstance learnng measure s appled to calculate classfcaton results. In the end, majorty votng system s appled to synthesze classfcaton results to acqure fnal judgment. From experment results, snce ntegraton algorthm s appled and each sub-classfer carred out dstance learnng, the classfer whch was put forward n ths paper has mproved more obvously on the effect durng comparng to sngle ntegraton learnng algorthm or sngle dstance learnng algorthm. 6. References [1] Holmström, Hampus,"Estmaton of sngle-tree characterstcs usng the knn method and plotwse aeral photograph nterpretatons",forest Ecology and Management, vol.167, no.13, pp , [2] Zhu Janpng,"Data Compresson of ransactonal Database Attrbute Item n Data Mnng",Statstcs & Informaton Forum,vol.26,no.5,pp ,2006. [3] Reza Entezar-Malek, Arash Rezae, and Behrouz Mnae-Bdgol, "Comparson of Classfcaton Methods Based on the ype of Attrbutes and Sample Sze ", JCI, Vol. 4, No.3, pp , [4] an Junshan,He We,Qng Yan,"Applcaton of genetc algorthm n data mnng",he Proceedngs of the 1st Internatonal Workshop on Educaton echnology and Computer Scence, ECS,pp , [5] L Yanme,Zhang Zhuoku,"Data Mnng Based on Bayesan Networks",Computer Smulaton,vol.18,no.2,pp ,2008. [6] Ytan Xu, Haozh Zhang, Lasheng Wang, "Rough Margn-Based Lnear υ Support Vector Machne", JCI, Vol. 5, No. 8, pp. 226 ~ 232, [7] Baek SeongJoon,Sung KoengMo,"Fast K-nearest-neghbour search algorthm for nonparametrc classfcaton",electroncs Letters, vol 36, no.21, pp , [8] Lu JanJang,"Research on Algorthms of Mmng Assocaton Rules wth Weghted Items ",Journal of Computer Research and Development,vol.9,no.10,pp ,2002. [9] Hosen Alzadeh, Behrouz Mnae-Bdgol and Saeed K. Amrgholpour, "A New Method for Improvng the Performance of K Nearest Neghbor usng Clusterng echnque", JCI, Vol. 4, No. 2, pp. 84 ~ 92, [10] Wang Jun,Woznca Adam, Kalouss Alexandros,"Learnng neghborhoods for metrc learnng",lecture Notes n Computer Scence, vol.7523,no.1,pp , [11] Yoo, SungGoo,Chong, Klo,"Obstacle avodance system usng a sngle camera and LMNN fuzzy controller",journal of Insttute of Control, Robotcs and Systems, vol.15, no.2, pp ,

9 [12] Mant, Jrapong,Youngkong, Prakarnkat,"Neghborhood components analyss n semg sgnal dmensonalty reducton for gat phase pattern recognton",he proceedng of 6th Internatonal Conference on Broadband Communcatons and Bomedcal Applcatons, Program,pp 86-90, [13] Shen Chuanhe, Wang Xangrong,Yu D,"Feature weghtng of support vector machnes based on dervatve salency analyss and ts applcaton to fnancal data mnng",internatonal Journal of Advancements n Computng echnology, vol.4, no.1, pp ,2012. [14] Zhou, ZhHua,Yu Yang,"Ensemblng local learners through multmodal perturbaton",ieee ransactons on Systems, Man, and Cybernetcs,vol.35, no.4,pp , [15] L huaxn,"conjugate Gradent Appled to Image Reconstructon",C heory and Applcatons,vol.16,no.2,

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network 700 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Forecastng the Demand of Emergency Supples: Based on the CBR Theory and BP Neural Network Fu Deqang, Lu Yun, L Changbng School

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

CS 2750 Machine Learning. Lecture 3. Density estimation. CS 2750 Machine Learning. Announcements

CS 2750 Machine Learning. Lecture 3. Density estimation. CS 2750 Machine Learning. Announcements Lecture 3 Densty estmaton Mlos Hauskrecht mlos@cs.ptt.edu 5329 Sennott Square Next lecture: Matlab tutoral Announcements Rules for attendng the class: Regstered for credt Regstered for audt (only f there

More information

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching)

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching) Face Recognton Problem Face Verfcaton Problem Face Verfcaton (1:1 matchng) Querymage face query Face Recognton (1:N matchng) database Applcaton: Access Control www.vsage.com www.vsoncs.com Bometrc Authentcaton

More information

L10: Linear discriminants analysis

L10: Linear discriminants analysis L0: Lnear dscrmnants analyss Lnear dscrmnant analyss, two classes Lnear dscrmnant analyss, C classes LDA vs. PCA Lmtatons of LDA Varants of LDA Other dmensonalty reducton methods CSCE 666 Pattern Analyss

More information

Searching for Interacting Features for Spam Filtering

Searching for Interacting Features for Spam Filtering Searchng for Interactng Features for Spam Flterng Chuanlang Chen 1, Yun-Chao Gong 2, Rongfang Be 1,, and X. Z. Gao 3 1 Department of Computer Scence, Bejng Normal Unversty, Bejng 100875, Chna 2 Software

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

More information

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification Lecture 4: More classfers and classes C4B Machne Learnng Hlary 20 A. Zsserman Logstc regresson Loss functons revsted Adaboost Loss functons revsted Optmzaton Multple class classfcaton Logstc Regresson

More information

Single and multiple stage classifiers implementing logistic discrimination

Single and multiple stage classifiers implementing logistic discrimination Sngle and multple stage classfers mplementng logstc dscrmnaton Hélo Radke Bttencourt 1 Dens Alter de Olvera Moraes 2 Vctor Haertel 2 1 Pontfíca Unversdade Católca do Ro Grande do Sul - PUCRS Av. Ipranga,

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

ECE544NA Final Project: Robust Machine Learning Hardware via Classifier Ensemble

ECE544NA Final Project: Robust Machine Learning Hardware via Classifier Ensemble 1 ECE544NA Fnal Project: Robust Machne Learnng Hardware va Classfer Ensemble Sa Zhang, szhang12@llnos.edu Dept. of Electr. & Comput. Eng., Unv. of Illnos at Urbana-Champagn, Urbana, IL, USA Abstract In

More information

Performance Analysis and Coding Strategy of ECOC SVMs

Performance Analysis and Coding Strategy of ECOC SVMs Internatonal Journal of Grd and Dstrbuted Computng Vol.7, No. (04), pp.67-76 http://dx.do.org/0.457/jgdc.04.7..07 Performance Analyss and Codng Strategy of ECOC SVMs Zhgang Yan, and Yuanxuan Yang, School

More information

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm Document Clusterng Analyss Based on Hybrd PSO+K-means Algorthm Xaohu Cu, Thomas E. Potok Appled Software Engneerng Research Group, Computatonal Scences and Engneerng Dvson, Oak Rdge Natonal Laboratory,

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

Product Quality and Safety Incident Information Tracking Based on Web

Product Quality and Safety Incident Information Tracking Based on Web Product Qualty and Safety Incdent Informaton Trackng Based on Web News 1 Yuexang Yang, 2 Correspondng Author Yyang Wang, 2 Shan Yu, 2 Jng Q, 1 Hual Ca 1 Chna Natonal Insttute of Standardzaton, Beng 100088,

More information

Mining Feature Importance: Applying Evolutionary Algorithms within a Web-based Educational System

Mining Feature Importance: Applying Evolutionary Algorithms within a Web-based Educational System Mnng Feature Importance: Applyng Evolutonary Algorthms wthn a Web-based Educatonal System Behrouz MINAEI-BIDGOLI 1, and Gerd KORTEMEYER 2, and Wllam F. PUNCH 1 1 Genetc Algorthms Research and Applcatons

More information

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

More information

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters Frequency Selectve IQ Phase and IQ Ampltude Imbalance Adjustments for OFDM Drect Converson ransmtters Edmund Coersmeer, Ernst Zelnsk Noka, Meesmannstrasse 103, 44807 Bochum, Germany edmund.coersmeer@noka.com,

More information

Bayesian Network Based Causal Relationship Identification and Funding Success Prediction in P2P Lending

Bayesian Network Based Causal Relationship Identification and Funding Success Prediction in P2P Lending Proceedngs of 2012 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 25 (2012) (2012) IACSIT Press, Sngapore Bayesan Network Based Causal Relatonshp Identfcaton and Fundng Success

More information

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features On-Lne Fault Detecton n Wnd Turbne Transmsson System usng Adaptve Flter and Robust Statstcal Features Ruoyu L Remote Dagnostcs Center SKF USA Inc. 3443 N. Sam Houston Pkwy., Houston TX 77086 Emal: ruoyu.l@skf.com

More information

Improved SVM in Cloud Computing Information Mining

Improved SVM in Cloud Computing Information Mining Internatonal Journal of Grd Dstrbuton Computng Vol.8, No.1 (015), pp.33-40 http://dx.do.org/10.1457/jgdc.015.8.1.04 Improved n Cloud Computng Informaton Mnng Lvshuhong (ZhengDe polytechnc college JangSu

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

Multiple-Period Attribution: Residuals and Compounding

Multiple-Period Attribution: Residuals and Compounding Multple-Perod Attrbuton: Resduals and Compoundng Our revewer gave these authors full marks for dealng wth an ssue that performance measurers and vendors often regard as propretary nformaton. In 1994, Dens

More information

Performance Management and Evaluation Research to University Students

Performance Management and Evaluation Research to University Students 631 A publcaton of CHEMICAL ENGINEERING TRANSACTIONS VOL. 46, 2015 Guest Edtors: Peyu Ren, Yancang L, Hupng Song Copyrght 2015, AIDIC Servz S.r.l., ISBN 978-88-95608-37-2; ISSN 2283-9216 The Italan Assocaton

More information

Mining Multiple Large Data Sources

Mining Multiple Large Data Sources The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 2 24 Mnng Multple Large Data Sources Anmesh Adhkar, Pralhad Ramachandrarao 2, Bhanu Prasad 3, and Jhml Adhkar 4 Department of

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION Vson Mouse Saurabh Sarkar a* a Unversty of Cncnnat, Cncnnat, USA ABSTRACT The report dscusses a vson based approach towards trackng of eyes and fngers. The report descrbes the process of locatng the possble

More information

THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION

THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION Internatonal Journal of Electronc Busness Management, Vol. 3, No. 4, pp. 30-30 (2005) 30 THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION Yu-Mn Chang *, Yu-Cheh

More information

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo.

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo. ICSV4 Carns Australa 9- July, 007 RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL Yaoq FENG, Hanpng QIU Dynamc Test Laboratory, BISEE Chna Academy of Space Technology (CAST) yaoq.feng@yahoo.com Abstract

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK Sample Stablty Protocol Background The Cholesterol Reference Method Laboratory Network (CRMLN) developed certfcaton protocols for total cholesterol, HDL

More information

Logistic Regression. Steve Kroon

Logistic Regression. Steve Kroon Logstc Regresson Steve Kroon Course notes sectons: 24.3-24.4 Dsclamer: these notes do not explctly ndcate whether values are vectors or scalars, but expects the reader to dscern ths from the context. Scenaro

More information

Gender Classification for Real-Time Audience Analysis System

Gender Classification for Real-Time Audience Analysis System Gender Classfcaton for Real-Tme Audence Analyss System Vladmr Khryashchev, Lev Shmaglt, Andrey Shemyakov, Anton Lebedev Yaroslavl State Unversty Yaroslavl, Russa vhr@yandex.ru, shmaglt_lev@yahoo.com, andrey.shemakov@gmal.com,

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

Improved Mining of Software Complexity Data on Evolutionary Filtered Training Sets

Improved Mining of Software Complexity Data on Evolutionary Filtered Training Sets Improved Mnng of Software Complexty Data on Evolutonary Fltered Tranng Sets VILI PODGORELEC Insttute of Informatcs, FERI Unversty of Marbor Smetanova ulca 17, SI-2000 Marbor SLOVENIA vl.podgorelec@un-mb.s

More information

A Load-Balancing Algorithm for Cluster-based Multi-core Web Servers

A Load-Balancing Algorithm for Cluster-based Multi-core Web Servers Journal of Computatonal Informaton Systems 7: 13 (2011) 4740-4747 Avalable at http://www.jofcs.com A Load-Balancng Algorthm for Cluster-based Mult-core Web Servers Guohua YOU, Yng ZHAO College of Informaton

More information

Proceedings of the Annual Meeting of the American Statistical Association, August 5-9, 2001

Proceedings of the Annual Meeting of the American Statistical Association, August 5-9, 2001 Proceedngs of the Annual Meetng of the Amercan Statstcal Assocaton, August 5-9, 2001 LIST-ASSISTED SAMPLING: THE EFFECT OF TELEPHONE SYSTEM CHANGES ON DESIGN 1 Clyde Tucker, Bureau of Labor Statstcs James

More information

Lei Liu, Hua Yang Business School, Hunan University, Changsha, Hunan, P.R. China, 410082. Abstract

Lei Liu, Hua Yang Business School, Hunan University, Changsha, Hunan, P.R. China, 410082. Abstract , pp.377-390 http://dx.do.org/10.14257/jsa.2016.10.4.34 Research on the Enterprse Performance Management Informaton System Development and Robustness Optmzaton based on Data Regresson Analyss and Mathematcal

More information

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

More information

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement An Enhanced Super-Resoluton System wth Improved Image Regstraton, Automatc Image Selecton, and Image Enhancement Yu-Chuan Kuo ( ), Chen-Yu Chen ( ), and Chou-Shann Fuh ( ) Department of Computer Scence

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

Conversion between the vector and raster data structures using Fuzzy Geographical Entities

Conversion between the vector and raster data structures using Fuzzy Geographical Entities Converson between the vector and raster data structures usng Fuzzy Geographcal Enttes Cdála Fonte Department of Mathematcs Faculty of Scences and Technology Unversty of Combra, Apartado 38, 3 454 Combra,

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

NEURO-FUZZY INFERENCE SYSTEM FOR E-COMMERCE WEBSITE EVALUATION

NEURO-FUZZY INFERENCE SYSTEM FOR E-COMMERCE WEBSITE EVALUATION NEURO-FUZZY INFERENE SYSTEM FOR E-OMMERE WEBSITE EVALUATION Huan Lu, School of Software, Harbn Unversty of Scence and Technology, Harbn, hna Faculty of Appled Mathematcs and omputer Scence, Belarusan State

More information

Statistical Approach for Offline Handwritten Signature Verification

Statistical Approach for Offline Handwritten Signature Verification Journal of Computer Scence 4 (3): 181-185, 2008 ISSN 1549-3636 2008 Scence Publcatons Statstcal Approach for Offlne Handwrtten Sgnature Verfcaton 2 Debnath Bhattacharyya, 1 Samr Kumar Bandyopadhyay, 2

More information

Automated Network Performance Management and Monitoring via One-class Support Vector Machine

Automated Network Performance Management and Monitoring via One-class Support Vector Machine Automated Network Performance Management and Montorng va One-class Support Vector Machne R. Zhang, J. Jang, and S. Zhang Dgtal Meda & Systems Research Insttute, Unversty of Bradford, UK Abstract: In ths

More information

A Performance Analysis of View Maintenance Techniques for Data Warehouses

A Performance Analysis of View Maintenance Techniques for Data Warehouses A Performance Analyss of Vew Mantenance Technques for Data Warehouses Xng Wang Dell Computer Corporaton Round Roc, Texas Le Gruenwald The nversty of Olahoma School of Computer Scence orman, OK 739 Guangtao

More information

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP)

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP) 6.3 / -- Communcaton Networks II (Görg) SS20 -- www.comnets.un-bremen.de Communcaton Networks II Contents. Fundamentals of probablty theory 2. Emergence of communcaton traffc 3. Stochastc & Markovan Processes

More information

Calculating the high frequency transmission line parameters of power cables

Calculating the high frequency transmission line parameters of power cables < ' Calculatng the hgh frequency transmsson lne parameters of power cables Authors: Dr. John Dcknson, Laboratory Servces Manager, N 0 RW E B Communcatons Mr. Peter J. Ncholson, Project Assgnment Manager,

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada wellng@cs.toronto.edu Abstract Ths s a note to explan support vector machnes.

More information

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng Envronment Congcong Xong, Long Feng, Lxan Chen A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng

More information

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT Toshhko Oda (1), Kochro Iwaoka (2) (1), (2) Infrastructure Systems Busness Unt, Panasonc System Networks Co., Ltd. Saedo-cho

More information

Research Article A Time Scheduling Model of Logistics Service Supply Chain with Mass Customized Logistics Service

Research Article A Time Scheduling Model of Logistics Service Supply Chain with Mass Customized Logistics Service Hndaw Publshng Corporaton Dscrete Dynamcs n Nature and Socety Volume 01, Artcle ID 48978, 18 pages do:10.1155/01/48978 Research Artcle A Tme Schedulng Model of Logstcs Servce Supply Chan wth Mass Customzed

More information

A spam filtering model based on immune mechanism

A spam filtering model based on immune mechanism Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):2533-2540 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A spam flterng model based on mmune mechansm Ya-png

More information

Credit Limit Optimization (CLO) for Credit Cards

Credit Limit Optimization (CLO) for Credit Cards Credt Lmt Optmzaton (CLO) for Credt Cards Vay S. Desa CSCC IX, Ednburgh September 8, 2005 Copyrght 2003, SAS Insttute Inc. All rghts reserved. SAS Propretary Agenda Background Tradtonal approaches to credt

More information

Research on Evaluation of Customer Experience of B2C Ecommerce Logistics Enterprises

Research on Evaluation of Customer Experience of B2C Ecommerce Logistics Enterprises 3rd Internatonal Conference on Educaton, Management, Arts, Economcs and Socal Scence (ICEMAESS 2015) Research on Evaluaton of Customer Experence of B2C Ecommerce Logstcs Enterprses Yle Pe1, a, Wanxn Xue1,

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

Fast Fuzzy Clustering of Web Page Collections

Fast Fuzzy Clustering of Web Page Collections Fast Fuzzy Clusterng of Web Page Collectons Chrstan Borgelt and Andreas Nürnberger Dept. of Knowledge Processng and Language Engneerng Otto-von-Guercke-Unversty of Magdeburg Unverstätsplatz, D-396 Magdeburg,

More information

The Application of Fractional Brownian Motion in Option Pricing

The Application of Fractional Brownian Motion in Option Pricing Vol. 0, No. (05), pp. 73-8 http://dx.do.org/0.457/jmue.05.0..6 The Applcaton of Fractonal Brownan Moton n Opton Prcng Qng-xn Zhou School of Basc Scence,arbn Unversty of Commerce,arbn zhouqngxn98@6.com

More information

Statistical Methods to Develop Rating Models

Statistical Methods to Develop Rating Models Statstcal Methods to Develop Ratng Models [Evelyn Hayden and Danel Porath, Österrechsche Natonalbank and Unversty of Appled Scences at Manz] Source: The Basel II Rsk Parameters Estmaton, Valdaton, and

More information

An Integrated Approach of AHP-GP and Visualization for Software Architecture Optimization: A case-study for selection of architecture style

An Integrated Approach of AHP-GP and Visualization for Software Architecture Optimization: A case-study for selection of architecture style Internatonal Journal of Scentfc & Engneerng Research Volume 2, Issue 7, July-20 An Integrated Approach of AHP-GP and Vsualzaton for Software Archtecture Optmzaton: A case-study for selecton of archtecture

More information

The Greedy Method. Introduction. 0/1 Knapsack Problem

The Greedy Method. Introduction. 0/1 Knapsack Problem The Greedy Method Introducton We have completed data structures. We now are gong to look at algorthm desgn methods. Often we are lookng at optmzaton problems whose performance s exponental. For an optmzaton

More information

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12 14 The Ch-squared dstrbuton PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 1 If a normal varable X, havng mean µ and varance σ, s standardsed, the new varable Z has a mean 0 and varance 1. When ths standardsed

More information

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000 Problem Set 5 Solutons 1 MIT s consderng buldng a new car park near Kendall Square. o unversty funds are avalable (overhead rates are under pressure and the new faclty would have to pay for tself from

More information

Lecture 2: Single Layer Perceptrons Kevin Swingler

Lecture 2: Single Layer Perceptrons Kevin Swingler Lecture 2: Sngle Layer Perceptrons Kevn Sngler kms@cs.str.ac.uk Recap: McCulloch-Ptts Neuron Ths vastly smplfed model of real neurons s also knon as a Threshold Logc Unt: W 2 A Y 3 n W n. A set of synapses

More information

Research Article Enhanced Two-Step Method via Relaxed Order of α-satisfactory Degrees for Fuzzy Multiobjective Optimization

Research Article Enhanced Two-Step Method via Relaxed Order of α-satisfactory Degrees for Fuzzy Multiobjective Optimization Hndaw Publshng Corporaton Mathematcal Problems n Engneerng Artcle ID 867836 pages http://dxdoorg/055/204/867836 Research Artcle Enhanced Two-Step Method va Relaxed Order of α-satsfactory Degrees for Fuzzy

More information

Efficient Project Portfolio as a tool for Enterprise Risk Management

Efficient Project Portfolio as a tool for Enterprise Risk Management Effcent Proect Portfolo as a tool for Enterprse Rsk Management Valentn O. Nkonov Ural State Techncal Unversty Growth Traectory Consultng Company January 5, 27 Effcent Proect Portfolo as a tool for Enterprse

More information

Study on Model of Risks Assessment of Standard Operation in Rural Power Network

Study on Model of Risks Assessment of Standard Operation in Rural Power Network Study on Model of Rsks Assessment of Standard Operaton n Rural Power Network Qngj L 1, Tao Yang 2 1 Qngj L, College of Informaton and Electrcal Engneerng, Shenyang Agrculture Unversty, Shenyang 110866,

More information

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6 PAR TESTS If a WEIGHT varable s specfed, t s used to replcate a case as many tmes as ndcated by the weght value rounded to the nearest nteger. If the workspace requrements are exceeded and samplng has

More information

PEER REVIEWER RECOMMENDATION IN ONLINE SOCIAL LEARNING CONTEXT: INTEGRATING INFORMATION OF LEARNERS AND SUBMISSIONS

PEER REVIEWER RECOMMENDATION IN ONLINE SOCIAL LEARNING CONTEXT: INTEGRATING INFORMATION OF LEARNERS AND SUBMISSIONS PEER REVIEWER RECOMMENDATION IN ONLINE SOCIAL LEARNING CONTEXT: INTEGRATING INFORMATION OF LEARNERS AND SUBMISSIONS Yunhong Xu, Faculty of Management and Economcs, Kunmng Unversty of Scence and Technology,

More information

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services An Evaluaton of the Extended Logstc, Smple Logstc, and Gompertz Models for Forecastng Short Lfecycle Products and Servces Charles V. Trappey a,1, Hsn-yng Wu b a Professor (Management Scence), Natonal Chao

More information

Network Security Situation Evaluation Method for Distributed Denial of Service

Network Security Situation Evaluation Method for Distributed Denial of Service Network Securty Stuaton Evaluaton Method for Dstrbuted Denal of Servce Jn Q,2, Cu YMn,2, Huang MnHuan,2, Kuang XaoHu,2, TangHong,2 ) Scence and Technology on Informaton System Securty Laboratory, Bejng,

More information

Realistic Image Synthesis

Realistic Image Synthesis Realstc Image Synthess - Combned Samplng and Path Tracng - Phlpp Slusallek Karol Myszkowsk Vncent Pegoraro Overvew: Today Combned Samplng (Multple Importance Samplng) Renderng and Measurng Equaton Random

More information

Design and Development of a Security Evaluation Platform Based on International Standards

Design and Development of a Security Evaluation Platform Based on International Standards Internatonal Journal of Informatcs Socety, VOL.5, NO.2 (203) 7-80 7 Desgn and Development of a Securty Evaluaton Platform Based on Internatonal Standards Yuj Takahash and Yoshm Teshgawara Graduate School

More information

Fuzzy Set Approach To Asymmetrical Load Balancing In Distribution Networks

Fuzzy Set Approach To Asymmetrical Load Balancing In Distribution Networks Fuzzy Set Approach To Asymmetrcal Load Balancng n Dstrbuton Networks Goran Majstrovc Energy nsttute Hrvoje Por Zagreb, Croata goran.majstrovc@ehp.hr Slavko Krajcar Faculty of electrcal engneerng and computng

More information

An interactive system for structure-based ASCII art creation

An interactive system for structure-based ASCII art creation An nteractve system for structure-based ASCII art creaton Katsunor Myake Henry Johan Tomoyuk Nshta The Unversty of Tokyo Nanyang Technologcal Unversty Abstract Non-Photorealstc Renderng (NPR), whose am

More information

Open Access A Load Balancing Strategy with Bandwidth Constraint in Cloud Computing. Jing Deng 1,*, Ping Guo 2, Qi Li 3, Haizhu Chen 1

Open Access A Load Balancing Strategy with Bandwidth Constraint in Cloud Computing. Jing Deng 1,*, Ping Guo 2, Qi Li 3, Haizhu Chen 1 Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal, 2014, 8, 115-121 115 Open Access A Load Balancng Strategy wth Bandwdth Constrant n Cloud Computng Jng Deng 1,*,

More information

A Simple Approach to Clustering in Excel

A Simple Approach to Clustering in Excel A Smple Approach to Clusterng n Excel Aravnd H Center for Computatonal Engneerng and Networng Amrta Vshwa Vdyapeetham, Combatore, Inda C Rajgopal Center for Computatonal Engneerng and Networng Amrta Vshwa

More information

ERP Software Selection Using The Rough Set And TPOSIS Methods

ERP Software Selection Using The Rough Set And TPOSIS Methods ERP Software Selecton Usng The Rough Set And TPOSIS Methods Under Fuzzy Envronment Informaton Management Department, Hunan Unversty of Fnance and Economcs, No. 139, Fengln 2nd Road, Changsha, 410205, Chna

More information

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting Causal, Explanatory Forecastng Assumes cause-and-effect relatonshp between system nputs and ts output Forecastng wth Regresson Analyss Rchard S. Barr Inputs System Cause + Effect Relatonshp The job of

More information

Fault tolerance in cloud technologies presented as a service

Fault tolerance in cloud technologies presented as a service Internatonal Scentfc Conference Computer Scence 2015 Pavel Dzhunev, PhD student Fault tolerance n cloud technologes presented as a servce INTRODUCTION Improvements n technques for vrtualzaton and performance

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Multi-sensor Data Fusion for Cyber Security Situation Awareness

Multi-sensor Data Fusion for Cyber Security Situation Awareness Avalable onlne at www.scencedrect.com Proceda Envronmental Scences 0 (20 ) 029 034 20 3rd Internatonal Conference on Envronmental 3rd Internatonal Conference on Envronmental Scence and Informaton Applcaton

More information

Enterprise Master Patient Index

Enterprise Master Patient Index Enterprse Master Patent Index Healthcare data are captured n many dfferent settngs such as hosptals, clncs, labs, and physcan offces. Accordng to a report by the CDC, patents n the Unted States made an

More information

Software project management with GAs

Software project management with GAs Informaton Scences 177 (27) 238 241 www.elsever.com/locate/ns Software project management wth GAs Enrque Alba *, J. Francsco Chcano Unversty of Málaga, Grupo GISUM, Departamento de Lenguajes y Cencas de

More information

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic Lagrange Multplers as Quanttatve Indcators n Economcs Ivan Mezník Insttute of Informatcs, Faculty of Busness and Management, Brno Unversty of TechnologCzech Republc Abstract The quanttatve role of Lagrange

More information

Using Association Rule Mining: Stock Market Events Prediction from Financial News

Using Association Rule Mining: Stock Market Events Prediction from Financial News Usng Assocaton Rule Mnng: Stock Market Events Predcton from Fnancal News Shubhang S. Umbarkar 1, Prof. S. S. Nandgaonkar 2 1 Savtrba Phule Pune Unversty, Vdya Pratshtan s College of Engneerng, Vdya Nagar,

More information

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S S C H E D A E I N F O R M A T I C A E VOLUME 0 0 On Mean Squared Error of Herarchcal Estmator Stans law Brodowsk Faculty of Physcs, Astronomy, and Appled Computer Scence, Jagellonan Unversty, Reymonta

More information

SVM Tutorial: Classification, Regression, and Ranking

SVM Tutorial: Classification, Regression, and Ranking SVM Tutoral: Classfcaton, Regresson, and Rankng Hwanjo Yu and Sungchul Km 1 Introducton Support Vector Machnes(SVMs) have been extensvely researched n the data mnng and machne learnng communtes for the

More information

Selecting Best Employee of the Year Using Analytical Hierarchy Process

Selecting Best Employee of the Year Using Analytical Hierarchy Process J. Basc. Appl. Sc. Res., 5(11)72-76, 2015 2015, TextRoad Publcaton ISSN 2090-4304 Journal of Basc and Appled Scentfc Research www.textroad.com Selectng Best Employee of the Year Usng Analytcal Herarchy

More information

Probabilistic Latent Semantic User Segmentation for Behavioral Targeted Advertising*

Probabilistic Latent Semantic User Segmentation for Behavioral Targeted Advertising* Probablstc Latent Semantc User Segmentaton for Behavoral Targeted Advertsng* Xaohu Wu 1,2, Jun Yan 2, Nng Lu 2, Shucheng Yan 3, Yng Chen 1, Zheng Chen 2 1 Department of Computer Scence Bejng Insttute of

More information

A Hierarchical Anomaly Network Intrusion Detection System using Neural Network Classification

A Hierarchical Anomaly Network Intrusion Detection System using Neural Network Classification IDC IDC A Herarchcal Anomaly Network Intruson Detecton System usng Neural Network Classfcaton ZHENG ZHANG, JUN LI, C. N. MANIKOPOULOS, JAY JORGENSON and JOSE UCLES ECE Department, New Jersey Inst. of Tech.,

More information

How To Calculate The Accountng Perod Of Nequalty

How To Calculate The Accountng Perod Of Nequalty Inequalty and The Accountng Perod Quentn Wodon and Shlomo Ytzha World Ban and Hebrew Unversty September Abstract Income nequalty typcally declnes wth the length of tme taen nto account for measurement.

More information

Complex Service Provisioning in Collaborative Cloud Markets

Complex Service Provisioning in Collaborative Cloud Markets Melane Sebenhaar, Ulrch Lampe, Tm Lehrg, Sebastan Zöller, Stefan Schulte, Ralf Stenmetz: Complex Servce Provsonng n Collaboratve Cloud Markets. In: W. Abramowcz et al. (Eds.): Proceedngs of the 4th European

More information

BERNSTEIN POLYNOMIALS

BERNSTEIN POLYNOMIALS On-Lne Geometrc Modelng Notes BERNSTEIN POLYNOMIALS Kenneth I. Joy Vsualzaton and Graphcs Research Group Department of Computer Scence Unversty of Calforna, Davs Overvew Polynomals are ncredbly useful

More information

The Journal of Systems and Software

The Journal of Systems and Software The Journal of Systems and Software 82 (2009) 241 252 Contents lsts avalable at ScenceDrect The Journal of Systems and Software journal homepage: www. elsever. com/ locate/ jss A study of project selecton

More information

A Genetic Programming Based Stock Price Predictor together with Mean-Variance Based Sell/Buy Actions

A Genetic Programming Based Stock Price Predictor together with Mean-Variance Based Sell/Buy Actions Proceedngs of the World Congress on Engneerng 28 Vol II WCE 28, July 2-4, 28, London, U.K. A Genetc Programmng Based Stock Prce Predctor together wth Mean-Varance Based Sell/Buy Actons Ramn Rajaboun and

More information