Index Terms-Software effort estimation, principle component analysis, datasets, neural networks, and radial basis functions.

Size: px
Start display at page:

Download "Index Terms-Software effort estimation, principle component analysis, datasets, neural networks, and radial basis functions."

Transcription

1 ISO 9001:2008 Certfed Internatonal Journal of Engneerng and Innovatve Technology (IJEIT The Effect of Dmensonalty Reducton on the Performance of Software Cost Estmaton Models Ryadh A.K. Mehd College of Informaton Technology Abstract- Estmatng software efforts s very mortant to a roject manager as the cost and schedule for comletng the software can be determned. Buldng these models requres develong a sound comutatonal model as well as dentfyng the arorate set of roject features that accurately redct the software effort. Many data sets have been exermented wth n buldng these models. These data sets dffer n the features set used. One roblem whch has been cted wth these data sets s that they contan sgnfcantly correlated or statstcally not sgnfcant redctor varables. Choosng the rght set of features can have a strong mact on the overall redctve ower of the model. Ths aer nvestgates the effectveness of usng rncle comonent analyss as a mechansm to elmnate correlated or not sgnfcant arameters on the accuracy of estmatng software effort. The set of exerments conducted n ths work on software cost estmaton do not rovde conclusve evdence that dmensonalty reducton of the ublcally avalable data sets. The results obtaned also ndcate that the accuracy of the models are drectly related to the attrbutes that consttute the data set.another fndng of ths work s that the Chna dataset rovded the most accurate redctons usng a radal bass functon neural network based software effort estmaton model. Index Terms-Software effort estmaton, rncle comonent analyss, datasets, neural networks, and radal bass functons. I. INTRODUCTION Estmatng software develoment efforts s one of the crtcal tasks n managng software develoment rojects. Predctng software develoment effort wth hgh accuracy s of aramount mortance for roject managers. However, estmatng software develoment effort s stll a challengng roblem and one that attracts consderable research. There are two requrements for buldng an accurate software effort estmaton model. Frst, a robust comutatonal model must be develoed, and secondly a relevant set of software roject features set must be dentfed n addton to the qualty of data beng collected[1]. Wth regard to the frst requrement numerous software effort estmaton models have been develoed [2, 3, 4, 5]. The conventonal models use a mathematcal formula to redct roject cost based on the estmates of arameters such as roject sze measured n lnes of source code or functon onts, number of software engneers, and other rocess and roduct attrbutes [6]. Among the software cost estmaton technques, COCOMO (Constructve Cost Model s the most commonly used algorthmc cost modelng technque because of ts smlcty for estmatng the effort n erson-months for a Ajman Unversty of Scence & Technology roject at dfferent stages. COCOMO uses a mathematcal formula to redct roject cost estmaton [7].n algorthmc models of cost estmaton such as artfcal neural networks (ANN have also been used. Artfcal neural networks are good at modelng comlex nonlnear relatonshs. They are massve arallel dstrbuted rocessor made u of smle rocessng unts, whch are caable of storng exermental knowledge and makng t avalable for use[6]. An ANN resembles the bran n two resects [6]: 1 Knowledge s acqured from ts envronment through a learnng rocess,2 Interneuron connecton weghts are used to store the knowledge. As far as the second requrement of buldng a sound software effort estmaton model, many datasets have been used for ths urose. These data sets dffer n the arameters and attrbutes they use n descrbng the software roject features that may be used n buldng a cost estmaton model. One roblem whch has been cted wth these data sets s that they contan sgnfcantly correlated or statstcally not sgnfcant redctor varables [8]. Best estmaton models are those n whch the redctor varables each correlate hghly wth the deendent varable but correlate at most only mnmally wth each other, otherwse the redundancy wll result n overfttng of the redcton model [9]. In statstcs and machne learnng, overfttng generally occurs when a model s excessvely comlex, such as havng too many arameters relatve to the number of observatons. A model that has been overft begns to "memorze" tranng data rather than "learnng" to generalze from trend [10].Thus, choosng the rght set of features can have a strong mact on the overall redctve ower of a software effort estmaton model. Ths aer nvestgates the effectveness of usng rncle comonent analyss to elmnate correlated or not sgnfcantarameters on the accuracy of estmatng software effort usng a radal bass functon neural network. II. RESEARCH METHODOLOGY Neural networks have been shown to outerform other aroached n redctng software effort [1, 2, and 12]. The most commonly used neural network archtecture s the back roagaton traned multlayered feed forward networks wth sgmodal actvaton functon [11]. Each neuron n a MLP takes the weghted some of ts nut values. That s, each nut value s multled by a coeffcent, and the results are all summed together. A sngle MLP neuron s a smle lnear classfer, but 68

2 ISO 9001:2008 Certfed Internatonal Journal of Engneerng and Innovatve Technology (IJEIT comlex non-lnear classfers can be bult by combnng these neurons nto a network. Fg 1. Radal Bass Functon Neural Network Another tye of ANN that has been used n the lterature s the radal bass functons neural network (RBFNN [12]. A RBFNN can aroxmate any functon whch makes t sutable to model the relatonsh between nuts (the varous cost drvers and outut (effort requred. RBFNN erforms classfcaton by measurng the nut s smlarty to examles from the tranng set. Each RBFNN neuron stores a rototye, whch s just one of the examles from the tranng set. To classfy a new nut, each neuron comutes the Eucldean dstance between the nut and ts rototye. In other words, f the nut more closely resembles class A rototyes than the class B rototyes, t s classfed as class A.It has been show that RBFNN erform better than other tyes of neural networks based models [13]. In ths aer we wll use RBFNN to examne the effect of rerocessng datasets wth on the accuracy of software effort estmaton models. RBFNN Neural Network Imlementaton The followng generc descrton of a RBF neural network s based on a tutoral gven n [12].Fgure 1 descrbes a tycal archtecture of an RBFNN. It conssts of an nut vector, a layer of RBF neurons, and an outut layer wth one node er category or class of data. The nut vector s the m-dmensonal vector to be classfed. The hdden layer conssts of neurons where each one stores a rototye vector whch s just one of the vectors from the tranng set. Each RBFNN neuron comares the nut vector to ts rototye, and oututs a value between 0 and 1 whch s a measure of smlarty. If the nut s equal to the rototye, then the outut of that RBFNN neuron wll be 1. As the dstance between the nut and rototye grows, the resonse falls off exonentally towards zero. The neuron s resonse value s also called ts actvaton value. The rototye vector s also often called the neuron s center, snce t s the value at the center of the bell curve. The outut of the network conssts of a set of nodes, one er category to be classfed or a value to be comuted. Each outut node comutes a sort of score for the assocated category. Tycally, a classfcaton decson s made by assgnng the nut to the category wth the hghest score. The score s comuted by takng a weghted sum of the actvaton values from every RBF neuron. Because each outut node s comutng the score for a dfferent category, every outut node has ts own set of weghts. The outut node wll tycally gve a ostve weght to the RBF neurons that belong to ts category, and a negatve weght to the others. Each RBFNN neuron comutes a measure of the smlarty between the nut and ts rototye vector (taken from the tranng set. Inut vectors whch are more smlar to the rototye return a result closer to 1. There are dfferent ossble choces of smlarty functons, but the most oular s based on the Gaussan functon. Equaton 1 descrbe the formula for a Gaussan wth a one-dmensonal nut. Where x s the nut, µ s the mean, and s the standard devaton. Ths roduces the famlar bell curve shown below n Fgure 2, whch s centered at the mean,. In the Gaussan dstrbuton, refers to the mean of the dstrbuton. Here, t s the rototye vector whch s at the center of the bell curve. Fg 2. A Gaussan functon wth µ=5, and =1. For the actvaton functon, (, the standard devaton,, s not mortant and the followng two smlfyng modfcatons can be made.the frst modfcaton s to remove the outer coeffcent, 1 / ( * sqrt (2 * π. Ths term normally controls the heght of the Gaussan curve. Here, though, t s redundant wth the weghts aled by the outut nodes. Durng tranng, the outut nodes wll learn the correct coeffcent or weght to aly to the neuron s resonse.the second change s to relace the nner coeffcent, 1 / (2 * 2, wth a sngle arameter β whch controls the wdth of the bell curve. Agan, n ths context, the value of s not n tself mortant and what s 69

3 ISO 9001:2008 Certfed Internatonal Journal of Engneerng and Innovatve Technology (IJEIT needed s some coeffcent that controls the wdth of the bell curve. Thus, after makng these two modfcatons, the RBFNN neuron actvaton functon can be wrtten as n equaton 2 [12]: There s also a slght change n notaton here when we aly the equaton to n-dmensonal vectors. The double bar notaton n the actvaton equaton ndcates that we are takng the Eucldean dstance between x and mu, and squarng the result. For the 1-dmensonal Gaussan, ths smlfes to just (x µ 2. Maxwell (27 attrbute, 62 roject, effort n functon onts Albrecht (8 attrbute, 24 roject, effort n ersonhours Attrbutes that reresent dentfcaton numbers had been removed from the datasets n ths work. For more detals on these datasets, see [15]. The evaluaton crteron used to assess the redcton accuracy obtaned from the dfferent datasets s the mean magntude error (MME and the mean magntude relatve error (MMRE comuted from the formulae 3 and 4: 1 MME n n 1 1 MMRE n n 1 redctedeffort( redctedeffort( ( (4 Fg 3. Actvaton Functon for dfferent values of beta. It s mortant to note that the underlyng metrc here for evaluatng the smlarty between an nut vector and a rototye s the Eucldean dstance between the two vectors. Also, each RBF neuron wll roduce ts largest resonse when the nut s equal to the rototye vector. Ths allows to take t as a measure of smlarty, and sum the results from all of the RBFNN neurons. As we move out from the rototye vector, the resonse falls off exonentally. Every RBF neuron n the network wll have some nfluence over the classfcaton decson. The exonental fall off of the actvaton functon, however, means that the neurons whose rototyes are far from the nut vector wll actually contrbute very lttle to the result [12]. Prncle Comonent Analyss Prncal comonents analyss ( s normally used for two objectves: reducng the number of features used n a dataset whle retanng the varablty n the data, and dentfyng hdden atterns n the data, and classfyng them accordng to how much of the nformaton, stored n the data, they account for [14]. In ths work has been used to elmnate correlated attrbutes and examne the effect on estmaton model accuracy. Software Effort Estmaton Datasets The followng datasets are used n ths research: Desharnas (11 attrbute, 77 roject, effort n erson-hours Cocomo81 (18 attrbute, 61 roject, effort n erson-month Chna (19 attrbute, 499 rojects, effort n ersonhours The measure redcton level PRED( s also used as comlementary crteron to count the ercentage of rojects that have MMRE of or less.a value 0.25 for s commonly used to comare software cost estmaton models[16]. III. RESULTS AND TABLES MATLAB neural network toolbox was used to mlement the RBFNN usng newrb functon: Net=newrb(P, T, goal, sread, MN,DF, where P s am n matrx of nut vector, m s the number of cost drvers for each roject, andn s the number of rojects used n the tranng hase. T s 1 n vector of actual efforts for each roject used n the tranng hase. Goal: mean squared errors, s used. Sread: A value between 1.0 and 3.0 s used. MN: maxmum number of neurons (default n DF: number of neurons to add between dslays, 2 s used. Fg 4. Actual, estmated, and estmated efforts for the Albrecht data set. The MATLAB functon rocessca( has been used to rerocess datasets usng. RBFNN was aled to the 70

4 ISO 9001:2008 Certfed Internatonal Journal of Engneerng and Innovatve Technology (IJEIT datasets lsted above wth and wthout alyng rncle comonent analyss as a mechansm to reduce the dmensonalty of data and reduce correlaton. Fgures 4 to 8 shows the redctons obtaned wth and wthout alyng and the actual effort for the Albrecht, Desharnas, Cocomo81, Maxwell, and Chna datasets resectvely. may also be attrbuted to the large number of rojects (499 roject contaned n the data set. Fg 7. Actual, estmated, and estmated efforts for the Maxwell data set. Fg 5. Actual, estmated, and estmated efforts for the Desharnas data set. Lookng nto the results, t s clear that there s no conclusve evdence that alyng has a ostve mact on the redcton accuracy of neural networks based software efforts estmaton models. Fgures 4 to 8 also ndcate that redcton accuracy s deendent to a large extent on the dataset beng used and consequently the set of features used to descrbe software rojects. Fg 8. Actual, estmated, and estmated efforts for the Chna data set. Data Set MME MMRE PRED(0.25 Albrecht % 41.9% 42.8% 42.8% Desharnas % 101% 30.4% 39.1% Cocomo % 466% 0 0 Maxwell % 86% 47.4% 36.8% Chna % 18.5% 80% 83% Table 1. Performance statstcs of datasets used. Fg 6. Actual, estmated, and estmated efforts for the Cocomo81 data set. The comuted mean absolute error, mean relatve absolute error, and PRED (0.25 are shown n Table 1. It s evdent from the redcton results and the statstcs of Table 1 that the Chna dataset rovded the most accurate redcatons comared to the other data sets. Ths accuracy IV. CONCLUSIONS The conclusons to be drawn from ths the set of exerments conducted n ths work on software cost estmaton do not rovde a conclusve evdence that dmensonalty reducton of the ublcally avalable data set used n buldng software cost estmaton models can hel wth the accuracy of these models. The results obtaned also ndcate that the accuracy of the models are 71

5 ISO 9001:2008 Certfed Internatonal Journal of Engneerng and Innovatve Technology (IJEIT drectly related to the attrbutes chosen by the data set. Accordng to the work conducted n ths research, the Chna data set rovded the most accurate results from among the data sets used n ths work. Future work wll nvestgate the mortance of the varous attrbutes n exlanng the sze of efforts requred so that standardzed set of attrbutes can be used n collectng data sets. REFERENCES [1]. B. Ktchenham, and E. Mendes, Why comaratve effort redcton studes may be nvald, 5 th Internatonal conference on software redctors PROMISE 09, Vancouver, Canada, ACM Internatonal Conference Proceedngs, Seres archve, Artcle number 4. [2]. S. A. Abbas, A. R. Lao, A. Azam, Cost Estmaton: A Survey of Well-Known Hstorc Cost Estmaton Technques, Journal of Emergng Trends n Comutng and Informaton Scences, vol. 4, no. 1, , [3]. R. Malhotra, A. Jan, Software Effort Predcton usng Statstcal and Machne Learnng Methods, Internatonal Journal of Advanced Comuter Scence and Alcatons, vol. 2, no. 1, [4]. Abbas Heat, Comarson of Artfcal Neural Network and Regresson Models for Estmatng Software Develoment Effort, Informaton and Software Technology, vol. 44, , [5]. R. Sharma, Survey: n Algorthmc Models for Estmatng Effort, Euroean Internatonal Journal of Scence and Technology, vol. 2, no. 3, [6]. Kaushk, A. Chauhan, D. Mttal, and S. Guta, COCOMO Estmates Usng Neural Networks, Internatonal Journal of Intellgent Systems and Alcatons, vol. 9, , [7]. Reddy, and K. Raju, An Otmal Neural Network Model for Software Effort Estmaton, Internatonal Journal of Software Engneerng, vol.12 no.1, [8]. P. Reddy, K. R. Sudha, and C. Ramesh, Software Effort Estmaton usng Radal Bass and Generalzed Regresson Neural Networks, Journal of Comutng, vol. 2, no. 5, [9]. B. S. Evertt, Cambrdge Dctonary of Statstcs, 2 nd ed., Cambrdge Unversty Press, [10]. V. Tetko, D. J. Lvngstone, A. I. Luk, "Neural network studes. 1. Comarson of Over fttng and Overtranng, Journal of Chemcal Informaton and Comuter Scences, vol 35, no. 5, , [11]. C. Reddy, and K. Raju, A Concse Neural Network Model for Estmatng Software Effort, Internatonal Journal of Recent Trends n Engneerng, vol. 1, no. 1, , [12]. Lu, Radal Bass Functon (RBF Neural Network Control for Mechancal Systems. Srnger, [13]. E. Praynln, and P. Latha, Performance Analyss of Software Effort Estmaton Models Usng Radal Bass Functon Network, Internatonal Journal of Comuter, Informaton, Systems and Control Engneerng, vol. 8, no. 1, [14]. T. W. Anderson, Prncal Comonents: An Introducton to Multvarate Statstcal Analyss, 3 rd Edton, , Wley, [15]. S. J. Shrabad, and T. J. Menzes, The PROMISE Reostory of Software Engneerng Databases, School of Informaton Technology and Engneerng, Unversty of Ottawa, Canada. Avalable: htt://romse.ste.uottawa.ca/sereostory, [16]. S. Conte, H. Dunsmore, and V. Shen, Software Engneerng, Metrcs and Models. Benjamn/Cummngs,

THE CONDENSED FUZZY K-NEAREST NEIGHBOR RULE BASED ON SAMPLE FUZZY ENTROPY

THE CONDENSED FUZZY K-NEAREST NEIGHBOR RULE BASED ON SAMPLE FUZZY ENTROPY Proceedngs of the 20 Internatonal Conference on Machne Learnng and Cybernetcs, Guln, 0-3 July, 20 THE CONDENSED FUZZY K-NEAREST NEIGHBOR RULE BASED ON SAMPLE FUZZY ENTROPY JUN-HAI ZHAI, NA LI, MENG-YAO

More information

Machine Learning 9. week

Machine Learning 9. week Machne Learnng 9. week Mappng Concept Radal Bass Functons (RBF) RBF Networks 1 Mappng It s probably the best scenaro for the classfcaton of two dataset s to separate them lnearly. As you see n the below

More information

Support Vector Machines

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

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

Cluster Analysis of Electrical Behavior

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

More information

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

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

More information

Some Advanced SPC Tools 1. Cumulative Sum Control (Cusum) Chart For the data shown in Table 9-1, the x chart can be generated.

Some Advanced SPC Tools 1. Cumulative Sum Control (Cusum) Chart For the data shown in Table 9-1, the x chart can be generated. Some Advanced SP Tools 1. umulatve Sum ontrol (usum) hart For the data shown n Table 9-1, the x chart can be generated. However, the shft taken place at sample #21 s not apparent. 92 For ths set samples,

More information

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

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

More information

Recognition of Identifiers from Shipping Container Images Using Fuzzy Binarization and Enhanced Fuzzy Neural Network

Recognition of Identifiers from Shipping Container Images Using Fuzzy Binarization and Enhanced Fuzzy Neural Network Recognton of Identfers from Shng Contaner Images Usng uzzy Bnarzaton and Enhanced uzzy Neural Networ Kwang-Bae Km Det. of Comuter Engneerng, Slla Unversty, Korea gbm@slla.ac.r Abstract. In ths aer, we

More information

Lecture 5: Multilayer Perceptrons

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

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

X- Chart Using ANOM Approach

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

More information

Multilayer Neural Networks and Nearest Neighbor Classifier Performances for Image Annotation

Multilayer Neural Networks and Nearest Neighbor Classifier Performances for Image Annotation (IJACSA) Internatonal Journal of Advanced Comuter Scence and Alcatons, Vol. 3, No. 11, 01 Multlayer Neural Networs and Nearest Neghbor Classfer erformances for Image Annotaton Mustaha OUJAOURA Laboratory

More information

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

More information

Feature Reduction and Selection

Feature Reduction and Selection Feature Reducton and Selecton Dr. Shuang LIANG School of Software Engneerng TongJ Unversty Fall, 2012 Today s Topcs Introducton Problems of Dmensonalty Feature Reducton Statstc methods Prncpal Components

More information

Contour Error of the 3-DoF Hydraulic Translational Parallel Manipulator. Ryszard Dindorf 1,a, Piotr Wos 2,b

Contour Error of the 3-DoF Hydraulic Translational Parallel Manipulator. Ryszard Dindorf 1,a, Piotr Wos 2,b Advanced Materals Research Vol. 874 (2014) 57-62 Onlne avalable snce 2014/Jan/08 at www.scentfc.net (2014) rans ech Publcatons, Swtzerland do:10.4028/www.scentfc.net/amr.874.57 Contour Error of the 3-DoF

More information

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

Classifying Acoustic Transient Signals Using Artificial Intelligence

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

More information

Semi-Supervised Biased Maximum Margin Analysis for Interactive Image Retrieval

Semi-Supervised Biased Maximum Margin Analysis for Interactive Image Retrieval IP-06850-00.R3 Sem-Suervsed Based Maxmum Margn Analyss for Interactve Image Retreval Lnng Zhang,, Student Member, IEEE, Lo Wang, Senor Member, IEEE and Wes Ln 3, Senor Member, IEEE School of Electrcal

More information

Three supervised learning methods on pen digits character recognition dataset

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

More information

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

More information

Application of Neural Network Classifiers to Disease Diagnosis

Application of Neural Network Classifiers to Disease Diagnosis Alcaton of Neural Network Classfers to Dsease Dagnoss Mural Shanker Deartment of ADMS, College of Busness Kent State Unversty, Kent OH 44242-0001 (216) 672-2750 Ext. 347 mshanker@scoro.kent.edu Abstract

More information

Edge Detection in Noisy Images Using the Support Vector Machines

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

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

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

More information

The Man-hour Estimation Models & Its Comparison of Interim Products Assembly for Shipbuilding

The Man-hour Estimation Models & Its Comparison of Interim Products Assembly for Shipbuilding Internatonal Journal of Operatons Research Internatonal Journal of Operatons Research Vol., No., 9 4 (005) The Man-hour Estmaton Models & Its Comparson of Interm Products Assembly for Shpbuldng Bn Lu and

More information

Traffic Classification Method Based On Data Stream Fingerprint

Traffic Classification Method Based On Data Stream Fingerprint 5th nternatonal Conference on Advanced Materals and Comuter Scence (CAMCS 6) Traffc Classfcaton Method Based On Data Stream Fngerrnt Kefe Cheng, a, Guohu We,b and Xangjun Ma3,c College of Comuter Scence

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

A Vision-based Facial Expression Recognition and Adaptation System from Video Stream

A Vision-based Facial Expression Recognition and Adaptation System from Video Stream Internatonal Journal of achne Learnng and Comutng, Vol. 2, No. 5, October 202 A Vson-based Facal Exresson Recognton and Adataton System from Vdeo Stream Nurul Ahad awhd, Nasr Uddn Laskar, and Hader Al

More information

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics Introducton G10 NAG Fortran Lbrary Chapter Introducton G10 Smoothng n Statstcs Contents 1 Scope of the Chapter... 2 2 Background to the Problems... 2 2.1 Smoothng Methods... 2 2.2 Smoothng Splnes and Regresson

More information

Smoothing Spline ANOVA for variable screening

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

More information

A Semi-parametric Regression Model to Estimate Variability of NO 2

A Semi-parametric Regression Model to Estimate Variability of NO 2 Envronment and Polluton; Vol. 2, No. 1; 2013 ISSN 1927-0909 E-ISSN 1927-0917 Publshed by Canadan Center of Scence and Educaton A Sem-parametrc Regresson Model to Estmate Varablty of NO 2 Meczysław Szyszkowcz

More information

Region Segmentation Readings: Chapter 10: 10.1 Additional Materials Provided

Region Segmentation Readings: Chapter 10: 10.1 Additional Materials Provided Regon Segmentaton Readngs: hater 10: 10.1 Addtonal Materals Provded K-means lusterng tet EM lusterng aer Grah Parttonng tet Mean-Shft lusterng aer 1 Image Segmentaton Image segmentaton s the oeraton of

More information

Environmental Modelling & Software

Environmental Modelling & Software Envronmental Modellng & Software 90 (2017) 68e77 Contents lsts avalable at ScenceDrect Envronmental Modellng & Software ournal homeage: www.elsever.com/locate/envsoft Addng satal flexblty to source-recetor

More information

Skew Estimation in Document Images Based on an Energy Minimization Framework

Skew Estimation in Document Images Based on an Energy Minimization Framework Skew Estmaton n Document Images Based on an Energy Mnmzaton Framework Youbao Tang 1, Xangqan u 1, e Bu 2, and Hongyang ang 3 1 School of Comuter Scence and Technology, Harbn Insttute of Technology, Harbn,

More information

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET

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

More information

Empirical Distributions of Parameter Estimates. in Binary Logistic Regression Using Bootstrap

Empirical Distributions of Parameter Estimates. in Binary Logistic Regression Using Bootstrap Int. Journal of Math. Analyss, Vol. 8, 4, no. 5, 7-7 HIKARI Ltd, www.m-hkar.com http://dx.do.org/.988/jma.4.494 Emprcal Dstrbutons of Parameter Estmates n Bnary Logstc Regresson Usng Bootstrap Anwar Ftranto*

More information

CS 534: Computer Vision Model Fitting

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

More information

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

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

More information

Broadcast Time Synchronization Algorithm for Wireless Sensor Networks Chaonong Xu 1)2)3), Lei Zhao 1)2), Yongjun Xu 1)2) and Xiaowei Li 1)2)

Broadcast Time Synchronization Algorithm for Wireless Sensor Networks Chaonong Xu 1)2)3), Lei Zhao 1)2), Yongjun Xu 1)2) and Xiaowei Li 1)2) Broadcast Tme Synchronzaton Algorthm for Wreless Sensor Networs Chaonong Xu )2)3), Le Zhao )2), Yongun Xu )2) and Xaowe L )2) ) Key Laboratory of Comuter Archtecture, Insttute of Comutng Technology Chnese

More information

On the Two-level Hybrid Clustering Algorithm

On the Two-level Hybrid Clustering Algorithm On the Two-level Clusterng Algorthm ng Yeow Cheu, Chee Keong Kwoh, Zongln Zhou Bonformatcs Research Centre, School of Comuter ngneerng, Nanyang Technologcal Unversty, Sngaore 639798 ezlzhou@ntu.edu.sg

More information

Keywords: Cloud Computing, Resource Allocation, Queueing Theory, Performance Measures.

Keywords: Cloud Computing, Resource Allocation, Queueing Theory, Performance Measures. Volume, Issue 9, Setember ISSN: 77 8X Internatonal Journal of Advanced Research n Comuter Scence and Software Engneerng Research Paer Avalable onlne at: wwwjarcssecom Resource Allocaton n Cloud Comutng

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

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

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

Trends in Computer Science and Information Technology

Trends in Computer Science and Information Technology Engneerng Grou Trends n Comuter Scence and Informaton Technology DOI htt://dx.do.org/0.735/tcst.000005 DOI CC By Eren Bas *, Erol Egroglu and Vedde Rezan Uslu Deartment of Statstcs, Faculty of Arts and

More information

SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB

SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB V. Hotař, A. Hotař Techncal Unversty of Lberec, Department of Glass Producng Machnes and Robotcs, Department of Materal

More information

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters Proper Choce of Data Used for the Estmaton of Datum Transformaton Parameters Hakan S. KUTOGLU, Turkey Key words: Coordnate systems; transformaton; estmaton, relablty. SUMMARY Advances n technologes and

More information

A Multivariate Analysis of Static Code Attributes for Defect Prediction

A Multivariate Analysis of Static Code Attributes for Defect Prediction Research Paper) A Multvarate Analyss of Statc Code Attrbutes for Defect Predcton Burak Turhan, Ayşe Bener Department of Computer Engneerng, Bogazc Unversty 3434, Bebek, Istanbul, Turkey {turhanb, bener}@boun.edu.tr

More information

y and the total sum of

y and the total sum of Lnear regresson Testng for non-lnearty In analytcal chemstry, lnear regresson s commonly used n the constructon of calbraton functons requred for analytcal technques such as gas chromatography, atomc absorpton

More information

ACCURATE BIT ALLOCATION AND RATE CONTROL FOR DCT DOMAIN VIDEO TRANSCODING

ACCURATE BIT ALLOCATION AND RATE CONTROL FOR DCT DOMAIN VIDEO TRANSCODING ACCUATE BIT ALLOCATION AND ATE CONTOL FO DCT DOMAIN VIDEO TANSCODING Zhjun Le, Ncolas D. Georganas Multmeda Communcatons esearch Laboratory Unversty of Ottawa, Ottawa, Canada {lezj, georganas}@ mcrlab.uottawa.ca

More information

Speed of price adjustment with price conjectures

Speed of price adjustment with price conjectures Seed of rce adustment wh rce conectures Mchael Olve Macquare Unversy, Sydney, Australa Emal: molve@efs.mq.edu.au Abstract We derve a measure of frm seed of rce adustment that s drectly nversely related

More information

A new Algorithm for Lossless Compression applied to two-dimensional Static Images

A new Algorithm for Lossless Compression applied to two-dimensional Static Images A new Algorthm for Lossless Comresson aled to two-dmensonal Statc Images JUAN IGNACIO LARRAURI Deartment of Technology Industral Unversty of Deusto Avda. Unversdades, 4. 48007 Blbao SPAIN larrau@deusto.es

More information

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like:

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like: Self-Organzng Maps (SOM) Turgay İBRİKÇİ, PhD. Outlne Introducton Structures of SOM SOM Archtecture Neghborhoods SOM Algorthm Examples Summary 1 2 Unsupervsed Hebban Learnng US Hebban Learnng, Cntd 3 A

More information

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1 4/14/011 Outlne Dscrmnatve classfers for mage recognton Wednesday, Aprl 13 Krsten Grauman UT-Austn Last tme: wndow-based generc obect detecton basc ppelne face detecton wth boostng as case study Today:

More information

Unsupervised Learning and Clustering

Unsupervised Learning and Clustering Unsupervsed Learnng and Clusterng Why consder unlabeled samples?. Collectng and labelng large set of samples s costly Gettng recorded speech s free, labelng s tme consumng 2. Classfer could be desgned

More information

IMRT workflow. Optimization and Inverse planning. Intensity distribution IMRT IMRT. Dose optimization for IMRT. Bram van Asselen

IMRT workflow. Optimization and Inverse planning. Intensity distribution IMRT IMRT. Dose optimization for IMRT. Bram van Asselen IMRT workflow Otmzaton and Inverse lannng 69 Gy Bram van Asselen IMRT Intensty dstrbuton Webb 003: IMRT s the delvery of radaton to the atent va felds that have non-unform radaton fluence Purose: Fnd a

More information

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches Proceedngs of the Internatonal Conference on Cognton and Recognton Fuzzy Flterng Algorthms for Image Processng: Performance Evaluaton of Varous Approaches Rajoo Pandey and Umesh Ghanekar Department of

More information

Classifier Selection Based on Data Complexity Measures *

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

More information

A Statistical Model Selection Strategy Applied to Neural Networks

A Statistical Model Selection Strategy Applied to Neural Networks A Statstcal Model Selecton Strategy Appled to Neural Networks Joaquín Pzarro Elsa Guerrero Pedro L. Galndo joaqun.pzarro@uca.es elsa.guerrero@uca.es pedro.galndo@uca.es Dpto Lenguajes y Sstemas Informátcos

More information

Using Neural Networks and Support Vector Machines in Data Mining

Using Neural Networks and Support Vector Machines in Data Mining Usng eural etworks and Support Vector Machnes n Data Mnng RICHARD A. WASIOWSKI Computer Scence Department Calforna State Unversty Domnguez Hlls Carson, CA 90747 USA Abstract: - Multvarate data analyss

More information

A GENERALIZED ADDITIVE LOGIT MODEL OF BRAND CHOICE * SUNIL K SAPRA California State University Los Angeles, United States

A GENERALIZED ADDITIVE LOGIT MODEL OF BRAND CHOICE * SUNIL K SAPRA California State University Los Angeles, United States Journal of Contemorary Issues n Busness Research Volume, Issue No. 3, 22 Journal of Contemorary Issues n Busness Research ISSN 235-8277 (Onlne), 22, Vol., No. 3, 69-77. Coyrght of the Academc Journals

More information

A Classifier Ensemble of Binary Classifier Ensembles

A Classifier Ensemble of Binary Classifier Ensembles Internatonal Journal of Electroncs Communcaton and Comuter Technology (IJECCT) Volume 1 Issue 1 Setember 2011 A Classfer Ensemble of Bnary Classfer Ensembles Hamd Parvn Comuter Engneerng, Islamc Azad Unversty,

More information

Evolutionary Wavelet Neural Network for Large Scale Function Estimation in Optimization

Evolutionary Wavelet Neural Network for Large Scale Function Estimation in Optimization AIAA Paper AIAA-006-6955, th AIAA/ISSMO Multdscplnary Analyss and Optmzaton Conference, Portsmouth, VA, September 6-8, 006. Evolutonary Wavelet Neural Network for Large Scale Functon Estmaton n Optmzaton

More information

Announcements. Supervised Learning

Announcements. Supervised Learning Announcements See Chapter 5 of Duda, Hart, and Stork. Tutoral by Burge lnked to on web page. Supervsed Learnng Classfcaton wth labeled eamples. Images vectors n hgh-d space. Supervsed Learnng Labeled eamples

More information

Available online at ScienceDirect. Procedia Environmental Sciences 26 (2015 )

Available online at   ScienceDirect. Procedia Environmental Sciences 26 (2015 ) Avalable onlne at www.scencedrect.com ScenceDrect Proceda Envronmental Scences 26 (2015 ) 109 114 Spatal Statstcs 2015: Emergng Patterns Calbratng a Geographcally Weghted Regresson Model wth Parameter-Specfc

More information

Analysis of Continuous Beams in General

Analysis of Continuous Beams in General Analyss of Contnuous Beams n General Contnuous beams consdered here are prsmatc, rgdly connected to each beam segment and supported at varous ponts along the beam. onts are selected at ponts of support,

More information

Validating and Understanding Software Cost Estimation Models based on Neural Networks

Validating and Understanding Software Cost Estimation Models based on Neural Networks Valdatng and Understandng Software Cost Estmaton Models based on eural etworks Al Idr Department of Software Engneerng ESIAS, Mohamed V Unversty Rabat, Morocco E-mal : dr@ensas.ma Alan Abran École de Technologe

More information

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION SHI-LIANG SUN, HONG-LEI SHI Department of Computer Scence and Technology, East Chna Normal Unversty 500 Dongchuan Road, Shangha 200241, P. R. Chna E-MAIL: slsun@cs.ecnu.edu.cn,

More information

An Optimized Analogy-Based Project Effort Estimation

An Optimized Analogy-Based Project Effort Estimation (IJACSA) Internatonal Journal of Advanced Computer Scence and Applcatons, An Optmzed Analogy-Based Project Effort Estmaton Mohammad Azzeh Faculty of Informaton Technology Appled Scence UnverstyAmman, Jordan

More information

Design of Structure Optimization with APDL

Design of Structure Optimization with APDL Desgn of Structure Optmzaton wth APDL Yanyun School of Cvl Engneerng and Archtecture, East Chna Jaotong Unversty Nanchang 330013 Chna Abstract In ths paper, the desgn process of structure optmzaton wth

More information

Analytical Performance Analysis of Network- Processor-Based Application Designs

Analytical Performance Analysis of Network- Processor-Based Application Designs Analytcal Performance Analyss of Networ- Processor-Based Alcaton Desgns e Lu BMC Software Inc. Waltham, MA e Wang Unversty of Massachusetts Lowell, MA Abstract Networ rocessors (NP) are desgned to rovde

More information

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

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

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

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

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

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

More information

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law)

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law) Machne Learnng Support Vector Machnes (contans materal adapted from talks by Constantn F. Alfers & Ioanns Tsamardnos, and Martn Law) Bryan Pardo, Machne Learnng: EECS 349 Fall 2014 Support Vector Machnes

More information

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

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

More information

Detection of an Object by using Principal Component Analysis

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

More information

Human Action Recognition Using Discriminative Models in the Learned Hierarchical Manifold Space

Human Action Recognition Using Discriminative Models in the Learned Hierarchical Manifold Space Human Acton Recognton Usng Dscrmnatve Models n the Learned Herarchcal Manfold Sace Le Han, We Lang*, nxao Wu and Yunde Ja School of Comuter Scence and Technology, Beng Insttute of Technology 5 South Zhongguancun

More information

A Robust LS-SVM Regression

A Robust LS-SVM Regression PROCEEDIGS OF WORLD ACADEMY OF SCIECE, EGIEERIG AD ECHOLOGY VOLUME 7 AUGUS 5 ISS 37- A Robust LS-SVM Regresson József Valyon, and Gábor Horváth Abstract In comparson to the orgnal SVM, whch nvolves a quadratc

More information

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements Module 3: Element Propertes Lecture : Lagrange and Serendpty Elements 5 In last lecture note, the nterpolaton functons are derved on the bass of assumed polynomal from Pascal s trangle for the fled varable.

More information

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

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

More information

Understanding K-Means Non-hierarchical Clustering

Understanding K-Means Non-hierarchical Clustering SUNY Albany - Techncal Report 0- Understandng K-Means Non-herarchcal Clusterng Ian Davdson State Unversty of New York, 1400 Washngton Ave., Albany, 105. DAVIDSON@CS.ALBANY.EDU Abstract The K-means algorthm

More information

USING LINEAR REGRESSION FOR THE AUTOMATION OF SUPERVISED CLASSIFICATION IN MULTITEMPORAL IMAGES

USING LINEAR REGRESSION FOR THE AUTOMATION OF SUPERVISED CLASSIFICATION IN MULTITEMPORAL IMAGES USING LINEAR REGRESSION FOR THE AUTOMATION OF SUPERVISED CLASSIFICATION IN MULTITEMPORAL IMAGES 1 Fetosa, R.Q., 2 Merelles, M.S.P., 3 Blos, P. A. 1,3 Dept. of Electrcal Engneerng ; Catholc Unversty of

More information

Fuzzy Logic Based RS Image Classification Using Maximum Likelihood and Mahalanobis Distance Classifiers

Fuzzy Logic Based RS Image Classification Using Maximum Likelihood and Mahalanobis Distance Classifiers Research Artcle Internatonal Journal of Current Engneerng and Technology ISSN 77-46 3 INPRESSCO. All Rghts Reserved. Avalable at http://npressco.com/category/jcet Fuzzy Logc Based RS Image Usng Maxmum

More information

SOFT COMPUTING OPTIMIZER FOR INTELLIGENT CONTROL SYSTEMS DESIGN: THE STRUCTURE AND APPLICATIONS

SOFT COMPUTING OPTIMIZER FOR INTELLIGENT CONTROL SYSTEMS DESIGN: THE STRUCTURE AND APPLICATIONS SOFT COMPUTING OPTIMIZER FOR INTELLIGENT CONTROL SYSTEMS DESIGN: THE STRUCTURE AND APPLICATIONS Sergey A. PANFILOV, Ludmla V. LITVINTSEVA, Ilya S. ULYANOV, Kazuk TAKAHASHI, Sergue V. ULYANOV YAMAHA Motor

More information

Point Cloud Surface Representations

Point Cloud Surface Representations Pont Cloud Surface Reresentatons Mark Pauly 2003 see also EG2003 course on Pont-based Comuter Grahcs avalable at: htt://grahcs.stanford.edu/~maauly/pdfs/pontbasedcomutergrahcs_eg03.df Paers Hoe, DeRose,

More information

Ontology based data warehouses federation management system

Ontology based data warehouses federation management system Ontolog based data warehouses federaton management sstem Naoual MOUHNI 1, Abderrafaa EL KALAY 2 1 Deartment of mathematcs and comuter scences, Unverst Cad Aad, Facult of scences and technologes Marrakesh,

More information

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

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

More information

Backpropagation: In Search of Performance Parameters

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

More information

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE Dorna Purcaru Faculty of Automaton, Computers and Electroncs Unersty of Craoa 13 Al. I. Cuza Street, Craoa RO-1100 ROMANIA E-mal: dpurcaru@electroncs.uc.ro

More information

Artificial Intelligence (AI) methods are concerned with. Artificial Intelligence Techniques for Steam Generator Modelling

Artificial Intelligence (AI) methods are concerned with. Artificial Intelligence Techniques for Steam Generator Modelling Artfcal Intellgence Technques for Steam Generator Modellng Sarah Wrght and Tshldz Marwala Abstract Ths paper nvestgates the use of dfferent Artfcal Intellgence methods to predct the values of several contnuous

More information

Synthesizer 1.0. User s Guide. A Varying Coefficient Meta. nalytic Tool. Z. Krizan Employing Microsoft Excel 2007

Synthesizer 1.0. User s Guide. A Varying Coefficient Meta. nalytic Tool. Z. Krizan Employing Microsoft Excel 2007 Syntheszer 1.0 A Varyng Coeffcent Meta Meta-Analytc nalytc Tool Employng Mcrosoft Excel 007.38.17.5 User s Gude Z. Krzan 009 Table of Contents 1. Introducton and Acknowledgments 3. Operatonal Functons

More information

Should Duration and Team Size be Used for Effort Estimation?

Should Duration and Team Size be Used for Effort Estimation? Should Duraton and Team Sze be Used for Effort Estmaton? Takesh Kakmoto 1, Masateru Tsunoda 2, and Akto Monden 3 Abstract Project management actvtes such as schedulng and project progress management are

More information

Learning an Image Manifold for Retrieval

Learning an Image Manifold for Retrieval Learnng an Image Manfold for Retreval Xaofe He*, We-Yng Ma, and Hong-Jang Zhang Mcrosoft Research Asa Bejng, Chna, 100080 {wyma,hjzhang}@mcrosoft.com *Department of Computer Scence, The Unversty of Chcago

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Decson surface s a hyperplane (lne n 2D) n feature space (smlar to the Perceptron) Arguably, the most mportant recent dscovery n machne learnng In a nutshell: map the data to a predetermned

More information

SVM-based Learning for Multiple Model Estimation

SVM-based Learning for Multiple Model Estimation SVM-based Learnng for Multple Model Estmaton Vladmr Cherkassky and Yunqan Ma Department of Electrcal and Computer Engneerng Unversty of Mnnesota Mnneapols, MN 55455 {cherkass,myq}@ece.umn.edu Abstract:

More information

Research Article A High-Order CFS Algorithm for Clustering Big Data

Research Article A High-Order CFS Algorithm for Clustering Big Data Moble Informaton Systems Volume 26, Artcle ID 435627, 8 pages http://dx.do.org/.55/26/435627 Research Artcle A Hgh-Order Algorthm for Clusterng Bg Data Fanyu Bu,,2 Zhku Chen, Peng L, Tong Tang, 3 andyngzhang

More information

3D vector computer graphics

3D vector computer graphics 3D vector computer graphcs Paolo Varagnolo: freelance engneer Padova Aprl 2016 Prvate Practce ----------------------------------- 1. Introducton Vector 3D model representaton n computer graphcs requres

More information

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints Australan Journal of Basc and Appled Scences, 2(4): 1204-1208, 2008 ISSN 1991-8178 Sum of Lnear and Fractonal Multobjectve Programmng Problem under Fuzzy Rules Constrants 1 2 Sanjay Jan and Kalash Lachhwan

More information

WEB MINING BASED OBJECTIVE METRICS FOR MEASURING WEB SITE NAVIGABILITY

WEB MINING BASED OBJECTIVE METRICS FOR MEASURING WEB SITE NAVIGABILITY WEB MINING BASED OBJECTIVE METRICS FOR MEASURING WEB SITE NAVIGABILITY Desgn Scence Track Xao Fang* College of Busness Admnstraton Unversty of Toledo Toledo, Oho xao.fang@utoledo.edu Paul J. Hu* School

More information

Risk Assessment Using Functional Modeling based on Object Behavior and Interaction

Risk Assessment Using Functional Modeling based on Object Behavior and Interaction Rsk Assessment Usng Functonal Modelng based on Object Behavor and Interacton Akekacha Tangsuksant, Nakornth Promoon Software Engneerng Lab, Center of Ecellence n Software Engneerng Deartment of Comuter

More information