Estimating Development Time of Software Projects Using a Neuro Fuzzy Approach

Size: px
Start display at page:

Download "Estimating Development Time of Software Projects Using a Neuro Fuzzy Approach"

Transcription

1 Estmatng Development Tme of Software Projects Usng a Neuro Fuzzy Approach Venus Marza, Amn Seyyed, and Luz Fernando Capretz Abstract Software estmaton accuracy s among the greatest challenges for software developers. Ths study amed at buldng and evaluatng a neuro-fuzzy model to estmate software projects development tme. The forty-one modules developed from ten programs were used as dataset. Our proposed approach s compared wth fuzzy logc and neural network model and Results show that the value of MMRE (Mean of Magntude of Relatve Error) applyng neuro-fuzzy was substantally lower than MMRE applyng fuzzy logc and neural network. Keywords Artfcal Neural Network, Fuzzy Logc, Neuro- Fuzzy, Software Estmaton I. INTRODUCTION ANY exstng research papers have proposed varous M estmaton technques, but no sngle software development estmaton technque s the best for all stuatons [1]. A careful comparson of the results of the several approaches s most lkely to choose the best one and produce realstc estmates [2]. The neural network research started n the 1940s, and the fuzzy logc research started n the 1960s, but the neuro-fuzzy research area s relatvely new [3]. The objectve of ths paper s to present a feasble way of combnng fuzzy logc and neural networks for achevng hgher accuracy. Neural network technques are based on the prncple of learnng from hstorcal data, whereas fuzzy logc s a method used to make ratonal decsons n an envronment of uncertanty and vagueness. However, fuzzy logc alone does not enable learnng from the hstorcal database of software projects. Once the concept of fuzzy logc s ncorporated nto neural network, the result s a neuro-fuzzy system that combnes the advantages of both technques [4]. A software tool (MATLAB 7.4) was used to process the fuzzy logc, neural network and neuro-fuzzy systems. The paper s organzed as follows: Secton 2 revews some related work n fuzzy logc and neural network doman, secton 3 dscusses fuzzy logc approach for tme estmaton n software development, secton 4 descrbes neural network technques for tme estmaton, secton 5 begns wth a bref dscusson of neuro-fuzzy model n general and ths s Venus Marza s an MSc student of computer engneerng, Islamc Azad Unversty of South Tehran Branch, Tehran, Iran (e-mal: venus.marza@gmal.com). Amn Seyyed s a member of Department of Computer Engneerng, Islamc Azad Unversty of Maku Branch, (e-mal: amseyyed@gmal.com). Luz Fernando Capretz s a professor at the Department of Electrcal and Computer Engneerng, Unversty of London, Ontaro, Canada N6A, Tel.: Fax: (e-mal: lcapretz@eng.uwo.ca). followed by comparson between three descrbed approaches, fnally secton 6 offers conclusons and a recommendaton for future research. II. RELATED WORK Estmaton accuracy s largely affected by modelng accuracy [5]. Fndng good models for software estmaton s very crtcal for software engneerng n bddng and plannng. In the recent years many software estmaton models have been developed [6], [7], [8], [9]. López Martín et al. [6] proposed a fuzzy logc model for development tme estmaton. Tng su et al. [7] descrbed an enhanced fuzzy logc model for the estmaton of software development effort whch had the smlar capabltes as the prevous fuzzy logc model n addton to enhancements n emprcal accuracy n terms of MMRE. Abbas Heat [8] used artfcal neural network technques lke RBF (Radal Bass Functon) and MLP (Mult-Layer Perceptron) for estmatng software development effort. Furthermore, Xsh Huang et al. [9] developed a novel neuro-fuzzy Constructve Cost Model (COCOMO) for software cost estmaton whch uses the desrable features of a neuro-fuzzy approach, such as learnng ablty and good nterpretablty, n COCOMO model. III. FUZZY LOGIC APPROACH Snce fuzzy logc foundaton by Zadeh n 1965, t has been the subject of mportant nvestgatons [10]. It s a mathematcal tool for dealng wth uncertanty and also t provdes a technque to deal wth mprecson and nformaton granularty [11]. The purpose n ths secton s not to dscuss fuzzy logc n depth, but rather to present these parts of the subject that are necessary for understandng of ths paper and for comparng t wth Neuro-Fuzzy model. Fuzzy logc offers a partcularly convenent way to generate a keen mappng between nput and output spaces thanks to fuzzy rules natural expresson [12]. There are some major modules: frst stage transformed the classfcaton tables nto a contnuous classfcaton, ths process s called Fuzzfcaton [13]. These are then processed n fuzzy doman by nference engne based on knowledge base (rule base and data base) suppled by doman experts [14]. Fnally the process of translatng back fuzzy numbers nto sngle real world values s named Defuzzfcaton [13]. Here, the development tme of forty-one modules and for each module, couplng (Dhama), complexty (McCabe), and lnes of code metrcs were regstered, all programs were wrtten n Pascal, hence, module categores belong to 575

2 procedures or functons. The development tme of each of the forty-one modules were regstered ncludng fve phases: requrements understandng, algorthm desgn, codng, complng and testng. The statstcs and a bref descrpton related to each module are depcted n Table Ι whch s prepared by Lopez-Martn et al. [6]. TABLE I MODULES DESCRIPTION AND METRICS Module Descrpton MC DC LOC DT (mn) 1 Calculates t value Inserts a new element n a lnked lst 3 Calculates a value accordng to normal dstrbuton equaton 4 Calculates the varance Generates range square root Determnes both mnmum and maxmum values from a stored lnked lst 7 Turns each lnked lst value nto ts z value 8 Copes a lst of values from a fle to an array 9 Determnes party of a number Defnes segment lmts From two lsts (X and Y), returns the product of all x and y values 12 Calculates a sum from a vector and ts average 13 Calculates q values Generates the sum of a vector components 15 Calculates the sum of a vector values square 16 Calculates the average of the lnked lst values 17 Counts the number of lnes of code ncludng blanks and comments 18 Prnts values non zero of a lnked lst 19 Stores values nto a matrx Generates range square root Returns the number of elements n a lnked lst 22 Calculates the sum of odd segments (Smpson s formula) 23 Calculates the sum of par segments (Smpson s formula) 24 Generates the standard devaton of the lnked lst values 25 Returns the sum of square roots of a lst values 26 Prnts a matrx Calculates the sum of odd segments (Smpson s formula) 28 Calculates the sum of par segments (Smpson s formula) 29 Calculates the average of lnked lst values 30 Returns the sum of a lst of values 31 Generates the standard devaton of lnked lst values Prnts a lnked lst Calculates gamma value (G) Calculates the average of vector components 35 Calculates the range standard devaton 36 Calculates beta 1 value Returns the product between values of two vectors and the number of these pars 38 Counts commented lnes Reduces fnal matrx (accordng to Gauss method) 40 Reduces a matrx (accordng to Gauss method) 41 Counts blank lnes MC: McCabe Complexty, DC: Dhama Couplng, LOC: Lnes of Code, DT: Development Tme(mnutes) Implementng a fuzzy system requres that the dfferent categores of the dfferent nputs be presented by fuzzy sets, whch n turn s presented by membershp functons. A natural membershp functon type that readly comes to mnd s the trangular membershp functons [15]. A trangular MF s a three-pont (parameters) functon, defned by mnmum (a), maxmum (c) and modal (b) values, that s MF(a, b, c) where a b c. Ther scalar parameters (a, b, c) are defned as follows [2]: MF(x) = 0 f x < a MF(x) = 1 f x = b MF(x) = 0 f x > c Based on the correlaton of the varables, fuzzy rules can be formulated. Correlaton s the degree of relaton between two pars of varables whch vares from -1.0 to The equaton of the Correlaton Coeffcent s the followng [16]: n[ ( X. Y)] ( X)( Y) r = (1) [ n( X ) ( X) ][ n( Y ) ( Y) ] The result of computng Correlaton as shows n Table ΙΙ s ndcated that there s an acceptable correlaton between development tme (DT) and the next three metrcs: McCabe complexty (MC), Dhama couplng (DC), and lnes of code (LOC), because ther absolute values are hgher than 0.5 [6]. TABLE ΙΙ CORRELATION BETWEEN VARIABLES Par r Par r MC_DC DT_MC MC_LOC DT_DC DC_LOC DT_LOC For example the absolute value of correlaton between DT and DC s hgher than 0.5, therefore f one of them be low another one should be low too. So by usng Table ΙΙ, sx rules are derved [6]: 1. If Complexty s low and Sze(LOC) s small then DT s low 2. If Complexty s average and Sze(LOC) s medum then DT s average 3. If Complexty s hgh and Sze(LOC) s bg then DT s hgh 4. If Couplng s low then DT s low 5. If Couplng s average then DT s average 576

3 6. If Couplng s hgh then DT s hgh (a). McCabe Complexty Plot (nput) (b). Dhama Couplng Plot (nput) (c). Physcal Lnes of Code Plot (nput) IV. NEURAL NETWORK MODEL In recent years, a number of studes have used neural networks n varous stages of software development [13]. Artfcal neural network are used n estmaton due to ts ablty to learn from prevous data. In addton, t has the ablty to generalze from the tranng data set thus enablng t to produce acceptable result for prevously unseen data [7]. Artfcal neural networks can model complex non-lnear relatonshps and approxmate any measurable functon so t s very useful n problems where there s a complex relatonshp between nputs and outputs [14], [9]. When lookng at a neural network, t mmedately comes to mnd that actvaton functons are look lke fuzzy membershp functon [3]. Generally the radal bass functon networks enjoy faster convergence than back-propagaton networks [3]. So Radal Bass Functon (RBF) model was used here. There are many technques for tranng a neural network. The man technques employed by neural networks are supervsed and unsupervsed learnng [8]. RBF s n supervsed category and fnds a surface that best fts to gven tranng data. Supervsed tranng works n much the same way as a human learns new sklls, by showng the network a seres of examples [8]. Dataset s randomly dvded nto two parts: 25 of them are for tranng and all of them are used for valdaton. By MATLAB 7.4, RBF network was created, data were normalzed between 0 and 1, and test data were appled nto network. The results of ths mplementaton are gathered n Table ΙΙΙ. V. NEURO-FUZZY SYSTEM The hybrdzaton of neural networks and fuzzy logc s the basc dea behnd the neuro-fuzzy system. Neuro-fuzzy hybrdzaton s done n two ways [17]: fuzzy neural networks (FNN) and neuro-fuzzy systems (NFS). FNN s a neural network equpped wth the capablty of handlng fuzzy nformaton. NFS s a fuzzy system augmented by neural networks to enhance some characterstcs lke flexblty and adaptablty [18], [19], [20]. Ths paper s based on the second approach. Here Takag-Sugeno neuro-fuzzy system was used whch makes use of a mxture of back propagaton to learn the membershp functons and least mean square estmaton to determne the coeffcents of the lnear combnaton n the rule s conclusons. The Takag-Sugeno neuro-fuzzy system schema s depcted n Fg. 2 [21]: (d). Development Tme Plot (output) Fg. 1 Inputs and Output Fuzzy Plots By usng trangular membershp functons, nput and output fuzzy membershp functons are shown n Fg

4 aggmethod: max was mplemented and the results are gven at Table ΙΙΙ. The Valdaton results of our experments are assessed by Mean Magntude Relatve Error (MMRE) as estmaton accuracy. MMRE s defned as [23]: = n = n 1 T T 1 MMRE = ( ) = MRE (5) n = 1 T n = 1 Where there are n projects; T s the Actual Tme, and T s the Predcted Tme. Fg. 2 Takag-Sugeno Neuro_Fuzzy system Perhaps the frst ntegrated hybrd neuro-fuzzy model s ANFIS, and also due to Takag-Sugeno rules mplementaton n ANFIS, t has lowest Root Mean Square Error (RMSE) among the other Neuro-Fuzzy models. So ANFIS was used here for mplement neuro-fuzzy model and Its archtecture s very smlar to Fg. 2. In ANFIS, the adaptaton (learnng) process s only concerned wth parameter level adaptaton wthn fxed structures [21]. The objectve of the parameter-learnng phase s to adjust parameters of the fuzzy nference system (FIS) such that the error functon durng tranng dataset, reaches mnmum or s less than a gven threshold [22]. When Gaussan membershp functons were used, operatonally ANFIS can be compared wth a radal bass functon network. Our model was just traned at 20 epochs, also the prevous tranng and testng data were used. The detaled functonng of each layer s as follows [21]: layer1, 2, 3 functons the same way as Mamdan FIS. Every node n layer 4 (rule strength normalzaton) calculates the rato of -th rule s frng strength to the sum of all rules frng strength: w w =, 1,2,... w + w = (2) 1 2 Every node n layer 5 (rule consequent layer) s wth a node functon: w f = w ( p x + q x + r ) (3) 1 2 w s the output of layer 4, and { } Where p, q, r s the parameter set. A well-establshed way to determne the consequent parameters s usng the least means squares algorthm. The sngle node n layer 6 (rule nference layer) computes the overall output as the summaton of all ncomng sgnals: w f (4) Overall output = w f = w By MATLAB, the ANFIS structure wth type: sugeno, and method: prod, or method: max, mpmethod: prod and TABLE ΙΙΙ THE MRE AND MMRE COMPARISON BETWEEN ESTIMATION MODELS Module Actual Fuzzy Logc Neural Network Neuro-Fuzzy DT MRE MRE MRE Fuzzy Logc Neural Network Neuro -Fuzzy MMRE VI. CONCLUSIONS AND FUTURE RESEARCH The paper suggests a new approach for estmatng of software projects development tme. The major dfference between our work and prevous works s that neuro-fuzzy technque s used for software development tme estmaton and then t s valdated wth gathered data. Here, the 578

5 advantages of neural network and fuzzy logc are combned and learnng ablty and good generalzaton are obtaned. The man beneft of ths model s ts good nterpretablty by usng the fuzzy rules and another great advantage of ths research s that t can put together expert knowledge (fuzzy rules) project data and the learnng ablty of neural network model nto one general framework that may have a wde range of applcablty n software estmaton. The results showed that neuro-fuzzy system s much better than two other mentoned methods (fuzzy logc and neural network). In order to acheve more accurate estmaton, votng the estmated values of several technques and combne ther results maybe be useful. [19] D. Nauck, A Fuzzy Perceptron as a Generc Model for Neuro-Fuzzy Approaches, In Proceedngs of Fuzzy-Systeme 94, 2 nd GI-Workshop, Munch, Semen Corporaton, [20] M.O. Salu, Adaptve Fuzzy Logc Based Framework for Software Development Effort Predcton, A Thess Presented to the DEANSHIP OF GRADUATE STUDIES, Kng Fahd Unversty of Petroleum & Mnerals Dhahran, Aprl [21] A. Abraham, Adaptaton of Fuzzy Inference System Usng Neural Learnng, Sprnger-Verlag Berln Hedelberg, 2005, pp [22] Y. Sh, M. Mzumoto, N.Yubazak, M. Otan, A Learnng Algorthm for Tunng Fuzzy Rules Based on the Gradent Descent Method, Proceedngs of Ffth IEEE Internatonal Conference on Fuzzy Systems (FUZZ-IEEE'96), New Orleans, USA, Vol.1, 1996, pp [23] V. Xa, L. F. Capretz, D. Ho, A Neuro-Fuzzy Model for Functon Pont Calbraton, WSEAS Transactons on Informaton Scence & Applcatons, Vol. 5, Issue 1, 2008, pp REFERENCES [1] H. Park, S. Baek, An emprcal valdaton of a neural network model for software effort estmaton, Expert Systems wth Applcatons, [2] C. Lopez-Martn, C.Yanez-Marquez, A.Guterrez-Tornes, Predctve accuracy comparson of fuzzy models for software development effort of small programs, The journal of systems and software, Vol. 81, Issue 6, 2008, pp [3] J. Jantzen, Neuro-fuzzy modelng, Report no 98-H-874, [4] W. Xa, L.F. Capretz, D. Ho, F.Ahmed, A new calbraton for functon pont complexty weghts, Informaton and Software Technology, Vol.50, Issue 7-8, 2007, pp [5] M. Jorgensen, B. Faugl, T. Gruschke, Characterstcs of software engneers wth optmstc predcton, Journal of Systems and Software, Vol. 80, Issue. 9, 2007, pp [6] C.L. Martn, J.L. Pasquer, M.C. Yanez, T.A. Guterrez, Software Development Effort Estmaton Usng Fuzzy Logc: A Case Study, IEEE Proceedngs of the Sxth Mexcan Internatonal Conference on Computer Scence (ENC 05), 2005, pp [7] M.T. Su, T.C.Lng, K.K.Phang, C.S.Lew, P.Y.Man, Enhanced Software Development Effort and Cost Estmaton Usng Fuzzy Logc Model, Malaysan Journal of Computer Scence, Vol. 20, No. 2, 2007, pp [8] A. Heat, Comparson of artfcal neural network and regresson models for estmatng software development effort, Informaton and Software Technology, Vol. 44, Issue 15, 2002, pp [9] X. Huang, Danny Ho, J. Ren, L.F. Capretz, Improvng the COCOMO model usng a neuro-fuzzy approach, Appled Soft Computng, Vol.7, Issue 1, 2007, pp [10] A. Idr, A.Abran, A Fuzzy Logc Based Set of Measures for Software Project Smlarty: Valdaton and Possble Improvements, Proceedngs of the seventh nternatonal software metrcs symposum (METRICS 01), 2001, pp [11] S.N. Svanandam, S. Sumath, S.N. Deepa, Introducton to fuzzy logc usng MATLAB, Sprnger, [12] A. Lotf Zadeh, From Computng wth Numbers to Computng wth Words From Manpulaton of Measurements to Manpulaton of Perceptons, IEEE Transactons on Crcuts and Systems, Fundamental Theory and Applcatons, Vol. 45, No 1, 1999, pp [13] M.R.Braz & S.R.Verglo, Usng Fuzzy Theory for Effort Estmaton of Object-Orented Software, Proceedngs of the 16 th IEEE nternatonal Conference on Tools wth Artfcal Intellgence (ICTAI 2004), 2004, pp [14] K.K.Aggarwal, Y.Sngh, P.Chandra, M.Pur, Senstvty Analyss of Fuzzy and Neural Network Models, ACM SIGSOFT Software Engneerng Notes, Vol. 30, Issue 4, 2005, pp [15] A.A. Moataz, O.S.Moshood, A.Jarallah, Adaptve fuzzy-logc-based framework for software development effort predcton, Informaton and Software Technology, Vol. 47, Issue 1, 2005, pp [16] W.S. Humphrey, A Dscplne for Software Engneerng, Addson Wesley, [17] S. Mtra, Y.Hayash, Neuro-Fuzzy Rule Generaton: Survey n Soft Computng Framework, IEEE Transactons on Neural Networks, Vol.11, No.3, 2000, pp [18] D. Nauck, F. Klawonn, R. Kruse, Foundatons of Neuro-Fuzzy Systems, Wley, Chchester, Venus Marza was born 1984, n Tehran, Iran. She got her BSc n software engneerng from Islamc Azad Unversty of North Tehran Branch, Tehran, Iran, n She s now an MSc student at the Azad Unversty of South Tehran Branch, Tehran, Iran. Luz F. Capretz has over 22 years of experence n the software engneerng feld as a practtoner, manager and educator. Before jonng the Unversty of Western Ontaro, n Canada, he has worked snce 1981 at both the techncal and manageral levels, taught and carred out research on the engneerng of software n Brazl, Argentna, England and Japan. He was the Drector of Informatcs and Coordnator of the computer scence program at two unverstes (UMC and COC) n the State of Sao Paulo/Brazl. He has authored and co-authored over 50 peer-revewed research papers on software engneerng n leadng nternatonal journals and conference proceedngs, and has co-authored the book, Object-Orented Software: Desgn and Mantenance, publshed by World Scentfc. Hs current research nterests are software engneerng (SE), human factors n SE, software estmaton, software product lnes, and software engneerng educaton. Dr. Capretz receved hs PhD from the Unversty of Newcastle upon Tyne (U.K.), MSc from the Natonal Insttute for Space Research (INPE-Brazl), and BSc from UNICAMP (Brazl). He s a senor member of IEEE. 579

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

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data Malaysan Journal of Mathematcal Scences 11(S) Aprl : 35 46 (2017) Specal Issue: The 2nd Internatonal Conference and Workshop on Mathematcal Analyss (ICWOMA 2016) MALAYSIAN JOURNAL OF MATHEMATICAL SCIENCES

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 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

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

Tuning of Fuzzy Inference Systems Through Unconstrained Optimization Techniques

Tuning of Fuzzy Inference Systems Through Unconstrained Optimization Techniques Tunng of Fuzzy Inference Systems Through Unconstraned Optmzaton Technques ROGERIO ANDRADE FLAUZINO, IVAN NUNES DA SILVA Department of Electrcal Engneerng State Unversty of São Paulo UNESP CP 473, CEP 733-36,

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

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

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

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

More information

Performance Evaluation of an ANFIS Based Power System Stabilizer Applied in Multi-Machine Power Systems

Performance Evaluation of an ANFIS Based Power System Stabilizer Applied in Multi-Machine Power Systems Performance Evaluaton of an ANFIS Based Power System Stablzer Appled n Mult-Machne Power Systems A. A GHARAVEISI 1,2 A.DARABI 3 M. MONADI 4 A. KHAJEH-ZADEH 5 M. RASHIDI-NEJAD 1,2,5 1. Shahd Bahonar Unversty

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

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

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

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

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

Solving two-person zero-sum game by Matlab

Solving two-person zero-sum game by Matlab Appled Mechancs and Materals Onlne: 2011-02-02 ISSN: 1662-7482, Vols. 50-51, pp 262-265 do:10.4028/www.scentfc.net/amm.50-51.262 2011 Trans Tech Publcatons, Swtzerland Solvng two-person zero-sum game by

More information

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 Binarization Algorithm specialized on Document Images and Photos

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

More information

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

An Optimal Algorithm for Prufer Codes *

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

More information

NEURO-FUZZY MODELING IN BANKRUPTCY PREDICTION * D. VLACHOS Y. A. TOLIAS

NEURO-FUZZY MODELING IN BANKRUPTCY PREDICTION * D. VLACHOS Y. A. TOLIAS Yugoslav Journal of Operatons Research 3 (23), Number 2, 65-74 NEURO-FUZZY MODELING IN BANKRUPTCY PREDICTION * D. VLACHOS Department of Mechancal Engneerng Arstotle Unversty of Thessalonk, Thessalonk,

More information

Study on Fuzzy Models of Wind Turbine Power Curve

Study on Fuzzy Models of Wind Turbine Power Curve Proceedngs of the 006 IASME/WSEAS Internatonal Conference on Energy & Envronmental Systems, Chalkda, Greece, May 8-0, 006 (pp-7) Study on Fuzzy Models of Wnd Turbne Power Curve SHU-CHEN WANG PEI-HWA HUANG

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

Computational Results of Hybrid Learning in Adaptive Neuro Fuzzy Inference System for Optimal Prediction

Computational Results of Hybrid Learning in Adaptive Neuro Fuzzy Inference System for Optimal Prediction Internatonal Journal of Appled Engneerng Research ISSN 0973-456 Volume 1, Number 16 (017) pp. 5810-5818 Research Inda Publcatons. http://.rpublcaton.com Computatonal Results of Hybrd Learnng n Adaptve

More information

A soft computing approach for modeling of severity of faults in software systems

A soft computing approach for modeling of severity of faults in software systems Internatonal Journal of Physcal Scences Vol. 5 (), pp. 074-085, February, 010 Avalable onlne at http://www.academcjournals.org/ijps ISSN 199-1950 010 Academc Journals Full Length Research Paper A soft

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

Training ANFIS Structure with Modified PSO Algorithm

Training ANFIS Structure with Modified PSO Algorithm Proceedngs of the 5th Medterranean Conference on Control & Automaton, July 7-9, 007, Athens - Greece T4-003 Tranng ANFIS Structure wth Modfed PSO Algorthm V.Seyd Ghomsheh *, M. Alyar Shoorehdel **, M.

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

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

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

Wishing you all a Total Quality New Year!

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

More information

THE FUZZY GROUP METHOD OF DATA HANDLING WITH FUZZY INPUTS. Yuriy Zaychenko

THE FUZZY GROUP METHOD OF DATA HANDLING WITH FUZZY INPUTS. Yuriy Zaychenko 206 5 Knowledge Dalogue - Soluton THE FUZZY GROUP ETHOD OF DATA HANDLING WITH FUZZY INPUTS Yury Zaycheno Abstract: The problem of forecastng models constructng usng expermental data n terms of fuzzness,

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

Positive Semi-definite Programming Localization in Wireless Sensor Networks

Positive Semi-definite Programming Localization in Wireless Sensor Networks Postve Sem-defnte Programmng Localzaton n Wreless Sensor etworks Shengdong Xe 1,, Jn Wang, Aqun Hu 1, Yunl Gu, Jang Xu, 1 School of Informaton Scence and Engneerng, Southeast Unversty, 10096, anjng Computer

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

A Resources Virtualization Approach Supporting Uniform Access to Heterogeneous Grid Resources 1

A Resources Virtualization Approach Supporting Uniform Access to Heterogeneous Grid Resources 1 A Resources Vrtualzaton Approach Supportng Unform Access to Heterogeneous Grd Resources 1 Cunhao Fang 1, Yaoxue Zhang 2, Song Cao 3 1 Tsnghua Natonal Labatory of Inforamaton Scence and Technology 2 Department

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

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

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

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

An Accurate Evaluation of Integrals in Convex and Non convex Polygonal Domain by Twelve Node Quadrilateral Finite Element Method

An Accurate Evaluation of Integrals in Convex and Non convex Polygonal Domain by Twelve Node Quadrilateral Finite Element Method Internatonal Journal of Computatonal and Appled Mathematcs. ISSN 89-4966 Volume, Number (07), pp. 33-4 Research Inda Publcatons http://www.rpublcaton.com An Accurate Evaluaton of Integrals n Convex and

More information

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

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

More information

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

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

GA-Based Learning Algorithms to Identify Fuzzy Rules for Fuzzy Neural Networks

GA-Based Learning Algorithms to Identify Fuzzy Rules for Fuzzy Neural Networks Seventh Internatonal Conference on Intellgent Systems Desgn and Applcatons GA-Based Learnng Algorthms to Identfy Fuzzy Rules for Fuzzy Neural Networks K Almejall, K Dahal, Member IEEE, and A Hossan, Member

More information

Extraction of Fuzzy Rules from Trained Neural Network Using Evolutionary Algorithm *

Extraction of Fuzzy Rules from Trained Neural Network Using Evolutionary Algorithm * Extracton of Fuzzy Rules from Traned Neural Network Usng Evolutonary Algorthm * Urszula Markowska-Kaczmar, Wojcech Trelak Wrocław Unversty of Technology, Poland kaczmar@c.pwr.wroc.pl, trelak@c.pwr.wroc.pl

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

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

The Shortest Path of Touring Lines given in the Plane

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

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

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

More information

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

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

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

More information

Module Management Tool in Software Development Organizations

Module Management Tool in Software Development Organizations Journal of Computer Scence (5): 8-, 7 ISSN 59-66 7 Scence Publcatons Management Tool n Software Development Organzatons Ahmad A. Al-Rababah and Mohammad A. Al-Rababah Faculty of IT, Al-Ahlyyah Amman Unversty,

More information

(1) The control processes are too complex to analyze by conventional quantitative techniques.

(1) The control processes are too complex to analyze by conventional quantitative techniques. Chapter 0 Fuzzy Control and Fuzzy Expert Systems The fuzzy logc controller (FLC) s ntroduced n ths chapter. After ntroducng the archtecture of the FLC, we study ts components step by step and suggest a

More information

Professional competences training path for an e-commerce major, based on the ISM method

Professional competences training path for an e-commerce major, based on the ISM method World Transactons on Engneerng and Technology Educaton Vol.14, No.4, 2016 2016 WIETE Professonal competences tranng path for an e-commerce maor, based on the ISM method Ru Wang, Pn Peng, L-gang Lu & Lng

More information

Implementation Naïve Bayes Algorithm for Student Classification Based on Graduation Status

Implementation Naïve Bayes Algorithm for Student Classification Based on Graduation Status Internatonal Journal of Appled Busness and Informaton Systems ISSN: 2597-8993 Vol 1, No 2, September 2017, pp. 6-12 6 Implementaton Naïve Bayes Algorthm for Student Classfcaton Based on Graduaton Status

More information

A new paradigm of fuzzy control point in space curve

A new paradigm of fuzzy control point in space curve MATEMATIKA, 2016, Volume 32, Number 2, 153 159 c Penerbt UTM Press All rghts reserved A new paradgm of fuzzy control pont n space curve 1 Abd Fatah Wahab, 2 Mohd Sallehuddn Husan and 3 Mohammad Izat Emr

More information

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines A Modfed Medan Flter for the Removal of Impulse Nose Based on the Support Vector Machnes H. GOMEZ-MORENO, S. MALDONADO-BASCON, F. LOPEZ-FERRERAS, M. UTRILLA- MANSO AND P. GIL-JIMENEZ Departamento de Teoría

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

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

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

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

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

More information

Face Recognition Based on SVM and 2DPCA

Face Recognition Based on SVM and 2DPCA Vol. 4, o. 3, September, 2011 Face Recognton Based on SVM and 2DPCA Tha Hoang Le, Len Bu Faculty of Informaton Technology, HCMC Unversty of Scence Faculty of Informaton Scences and Engneerng, Unversty

More information

ANFIS Approach for Distribution Network Reconfiguration

ANFIS Approach for Distribution Network Reconfiguration Internatonal Journal of Appled Engneerng Research ISSN 0973-4562 Volume 12, Number 18 (2017) pp. 7775-7782 Research Inda Publcatons. http://www.rpublcaton.com ANFIS Approach for Dstrbuton Network Reconfguraton

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

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET

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

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

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

More information

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

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

FUZZY LOGIC AND NEURO-FUZZY MODELING

FUZZY LOGIC AND NEURO-FUZZY MODELING , pp.-74-84. Avalable onlne at http://www.bonfo.n/contents.php?d=7 FUZZY LOGIC AND NEURO-FUZZY MODELING NIKAM S.R.*, NIKUMBH P.J. AND KULKARNI S.P. RAIT College of Enggneerng, Nerul, Nav Mumba, Inda. *Correspondng

More information

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

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

More information

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

Relevance Assignment and Fusion of Multiple Learning Methods Applied to Remote Sensing Image Analysis

Relevance Assignment and Fusion of Multiple Learning Methods Applied to Remote Sensing Image Analysis Assgnment and Fuson of Multple Learnng Methods Appled to Remote Sensng Image Analyss Peter Bajcsy, We-Wen Feng and Praveen Kumar Natonal Center for Supercomputng Applcaton (NCSA), Unversty of Illnos at

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

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

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

An Image Fusion Approach Based on Segmentation Region

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

More information

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

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

More information

Face Recognition Based on Neuro-Fuzzy System

Face Recognition Based on Neuro-Fuzzy System IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.9 No.4, Aprl 2009 39 Face Recognton Based on Neuro-Fuzzy System Nna aher Makhsoos, Reza Ebrahmpour and Alreza Hajany Department of

More information

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

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

More information

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

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

More information

INCOMPETE DATA IN FUZZY INFERENCE SYSTEM

INCOMPETE DATA IN FUZZY INFERENCE SYSTEM XI Conference "Medcal Informatcs & Technologes" - 26 mssng data, ncomplete nformaton fuzz rules, fuzz operators, classfer Slwa POŚPIECH-KURKOWSKA * INCOMPETE DATA IN FUZZY INFERENCE SYSTEM The paper descrbes

More information

CONCURRENT OPTIMIZATION OF MULTI RESPONCE QUALITY CHARACTERISTICS BASED ON TAGUCHI METHOD. Ümit Terzi*, Kasım Baynal

CONCURRENT OPTIMIZATION OF MULTI RESPONCE QUALITY CHARACTERISTICS BASED ON TAGUCHI METHOD. Ümit Terzi*, Kasım Baynal CONCURRENT OPTIMIZATION OF MUTI RESPONCE QUAITY CHARACTERISTICS BASED ON TAGUCHI METHOD Ümt Terz*, Kasım Baynal *Department of Industral Engneerng, Unversty of Kocael, Vnsan Campus, Kocael, Turkey +90

More information

MARS: Still an Alien Planet in Soft Computing?

MARS: Still an Alien Planet in Soft Computing? MARS: Stll an Alen Planet n Soft Computng? Ajth Abraham and Dan Stenberg School of Computng and Informaton Technology Monash Unversty (Gppsland Campus), Churchll 3842, Australa Emal: ajth.abraham@nfotech.monash.edu.au

More information

Virtual Machine Migration based on Trust Measurement of Computer Node

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

More information

Under-Sampling Approaches for Improving Prediction of the Minority Class in an Imbalanced Dataset

Under-Sampling Approaches for Improving Prediction of the Minority Class in an Imbalanced Dataset Under-Samplng Approaches for Improvng Predcton of the Mnorty Class n an Imbalanced Dataset Show-Jane Yen and Yue-Sh Lee Department of Computer Scence and Informaton Engneerng, Mng Chuan Unversty 5 The-Mng

More information

A Simple and Efficient Goal Programming Model for Computing of Fuzzy Linear Regression Parameters with Considering Outliers

A Simple and Efficient Goal Programming Model for Computing of Fuzzy Linear Regression Parameters with Considering Outliers 62626262621 Journal of Uncertan Systems Vol.5, No.1, pp.62-71, 211 Onlne at: www.us.org.u A Smple and Effcent Goal Programmng Model for Computng of Fuzzy Lnear Regresson Parameters wth Consderng Outlers

More information

Machining Quality Predictions: Comparative Analysis of Neural Network and Fuzzy Logic

Machining Quality Predictions: Comparative Analysis of Neural Network and Fuzzy Logic Internatonal Journal of Electrcal & Computer Scences IJECS-IJENS Vol:09 No:09 60 Machnng Qualty Predctons: Comparatve Analyss of Neural Network and Fuzzy Logc Svarao, Castllo and Taufk Abstract Surface

More information

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr)

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr) Helsnk Unversty Of Technology, Systems Analyss Laboratory Mat-2.08 Independent research projects n appled mathematcs (3 cr) "! #$&% Antt Laukkanen 506 R ajlaukka@cc.hut.f 2 Introducton...3 2 Multattrbute

More information

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

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

More information

Related-Mode Attacks on CTR Encryption Mode

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

More information

Lecture #15 Lecture Notes

Lecture #15 Lecture Notes Lecture #15 Lecture Notes The ocean water column s very much a 3-D spatal entt and we need to represent that structure n an economcal way to deal wth t n calculatons. We wll dscuss one way to do so, emprcal

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

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

More information

Novel Fuzzy logic Based Edge Detection Technique

Novel Fuzzy logic Based Edge Detection Technique Novel Fuzzy logc Based Edge Detecton Technque Aborsade, D.O Department of Electroncs Engneerng, adoke Akntola Unversty of Tech., Ogbomoso. Oyo-state. doaborsade@yahoo.com Abstract Ths paper s based on

More information

NEURO-FUZZY APPROXIMATION OF MULTI-CRITERIA DECISION-MAKING QFD METHODOLOGY

NEURO-FUZZY APPROXIMATION OF MULTI-CRITERIA DECISION-MAKING QFD METHODOLOGY NEURO-FUZZY APPROXIMATION OF MULTI-CRITERIA DECISION-MAKING QFD METHODOLOGY Ajth Abraham 1, Pandan Vasant 2, and Arjt Bhattacharya 3 1 Center of Excellence for Quantfable Qualty of Servce, Norwegan Unversty

More information

Available online at Available online at Advanced in Control Engineering and Information Science

Available online at   Available online at   Advanced in Control Engineering and Information Science Avalable onlne at wwwscencedrectcom Avalable onlne at wwwscencedrectcom Proceda Proceda Engneerng Engneerng 00 (2011) 15000 000 (2011) 1642 1646 Proceda Engneerng wwwelsevercom/locate/proceda Advanced

More information

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices Steps for Computng the Dssmlarty, Entropy, Herfndahl-Hrschman and Accessblty (Gravty wth Competton) Indces I. Dssmlarty Index Measurement: The followng formula can be used to measure the evenness between

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

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 A mathematcal programmng approach to the analyss, desgn and

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