Experimental Analysis of Effort Estimation Using Artificial Neural Network

Size: px
Start display at page:

Download "Experimental Analysis of Effort Estimation Using Artificial Neural Network"

Transcription

1 International Journal of Electronics and Computer Science Engineering 1817 Available Online at ISSN Experimental Analysis of Effort Estimation Using Artificial Neural Network Anjana Bawa 1 2, Mrs.Rama Chawla 1 2 Department of Computer Sciences and Engineering 1 D.V.I.E.T Karnal, kurukshetra University 2 D.V.I.E.T Karnal, kurukshetra University 1 - er.anjana@gmail.com Abstract- Failures of software are mainly due to the faulty project management practices, which include effort estimation. Continuous changing scenarios of software development technology make effort estimation more challenging. Accurate software cost estimates are critical to both developers and customers. They can be used for generating request for proposals, contract negotiations, scheduling, monitoring and control. The exact relationship between the attributes of the effort estimation is difficult to establish. A neural network is good at discovering relationships and pattern in the data. So, in this paper we will discuss how we predict the effort using Neural Network learning techniques and a comparative analysis of different ANNs in effort estimation. Keywords Algorithmic models, Effort Estimation, SLOC. I. INTRODUCTION In recent years, the developments of large-scale software projects gain a growing interest. Being able to define, the software size, the development duration and the required facilities became more and more a challenging task. The reason is software architecture, requirements, tools and techniques became more complex. Software estimates are the basis for project bidding, budgeting and planning. These are critical practices in the software industry, because poor budgeting and planning often has dramatic consequences. When budgets and plans are too pessimistic, business opportunities can be lost, while over-optimism may be followed by significant losses. Software effort estimation is the process of predicting the most realistic use of effort required to develop or maintain software. Effort estimates are used to calculate effort in person-months (PM) for the Software Development work elements of the Work Breakdown Structure (WBS). Accurate Effort Estimation is important because: It can help to classify and prioritize development projects with respect to an overall business plan. It can be used to determine what resources to commit. It can be used to assess the impact of changes and support re-planning. Projects can be easier to manage and control when resources are better matched to real needs. Customers expect actual development costs to be in line with estimated costs. 1.1 Algorithmic models Algorithmic models (AM) calibrate pre-specified formulas for estimating development effort from historical data. Inputs to these models may include the experience of the development team, the required reliability of the software, the programming language in which the software is to be written, and an estimate of the final number of delivered source lines of code (SLOC). Basically algorithmic model is formula based model which takes historical cost information and which is based on the size of the software. Algorithmic model includes two most popular models used as follows: a) COCOMO model b) Putnam s model and slim 1.2 ANN in Effort Estimation

2 IJECSE,Volume1,Number 3 Anjana Bawa and Mrs.Rama Chawla 1818 Artificial Neural Network is used in effort estimation due to its ability to learn from previous data. It is also able to model complex relationships between the dependent (effort) and independent variables (cost drivers). In addition, it has the ability to generalize from the training data set thus enabling it to produce acceptable result for previously unseen data. Most of the work in the application of neural network to effort estimation made use of cascade correlation and Back-propagation algorithm. Artificial Neural Network (ANN) is a massively parallel adaptive network of simple nonlinear computing elements called Neurons, which are intended to abstract and model some of the functionality of the human nervous system in an attempt to partially capture some of its computational strengths. An artificial neural network comprises of eight basic components: (i)neurons, (ii)activation function, (iii)signal function, (iv)pattern of connectivity, (v)activity aggregation rule, (vi) activation rule, (vii) learning rule and (viii)environment. Figure 1. Architecture of an artificial neuron After an ANN is created it must go through the process of learning or training. The process of modifying the weights in the connections between network layers with the objective of achieving the expected output is called training a network. There are two approaches for training supervised and unsupervised.in supervised training, both the inputs and the outputs are provided. The network then processes the inputs, compares its resulting outputs against the desired outputs and error is calculated. In unsupervised training, the network is provided with inputs but not with desired outputs. The system itself must then decide what features it will use to group the input data. Most of the work in the application of neural network to effort estimation made use of Back-propagation algorithm and cascade correlation. Many different models of neural nets have been proposed for solving many complex real life problems. The 7 steps for effort estimation using ANN can be summarized as follows: 1. Data Collection: Collect data for previously developed projects like LOC, method used, and other characteristics. 2. Division of dataset: Divide the number of data into two parts training set & validation set. 3. ANN Design: Design the neural network with number of neurons in input layers same as the number of characteristics of the project. 4. Training: Feed the training set first to train the neural network. 5. Validation: After training is over then validate the ANN with the validation set data. 6. Testing: Finally test the created ANN by feeding test dataset.

3 Experimental Analysis of Effort Estimation Using Artificial Neural Network Error calculation: Check the performance of the ANN. If satisfactory then stop, else again go to step (3) make some changes to the network parameters and proceed. Once the ANN is ready, simulation with the ANN can be conducted with the parameter of any new project and it will output the estimated effort for that project. 2.1 Experimental Setup Data II. PROPOSED ALGORITHM Results in neural networks will be calculated by taking historical data of 50 projects which is divided into three parts: 20 projects data for training the network, 10 projects for validating the network and 10 projects for testing the network. Table 2.1: Data used for training the Neural Network PROJECT NO. SIZE EFFORT Table 2.2: Data used for validating the Neural Network PROJECT NO. SIZE EFFORT Table 2.3: Data used for testing the Neural Network PROJECT NO. SIZE EFFORT Experimental parameters Parameters used for performing the operation in neural networks are as follows:

4 IJECSE,Volume1,Number 3 Anjana Bawa and Mrs.Rama Chawla 1820 Table 2.4: Parameters for Neural Networks learning algorithms in Neural Network Tool of MATLAB Parameters Back-Propagation Learning Algorithms Cascade Correlation Learning Algorithms Network Type Feed-forward backprop Cascade-forward backprop Training function TRAINLM TRAINLM Performance function MSE MSE Number of neurons 2 2 Transfer function PURELIN PURELIN No. of epochs III. Experiment and Result 3.1 Evaluations of Results In this section we will analyze the results of neural network learning algorithms i.e. Back-propagation learning Algorithms, Cascade Correlation learning algorithms and COCOMO Model of software engineering. Matlab 7.0 software platform is use to perform the experiment. Comparison of these cost prediction techniques will be done on the basis of results evaluated and then values of RMSE and MMRE will be calculated and compared Comparison of Different Cost Prediction Techniques In this section effort using COCOMO Model and Neural Network learning algorithms will be compared. Values are given in the following table: Table 3.1: Comparison between COCOMO Model, Back-propagation learning algorithm and Cascade Correlation learning algorithm Project No. Size (KLOC) Actual Effort COCOMO Model Back-Propagation Cascade Correlation

5 Experimental Analysis of Effort Estimation Using Artificial Neural Network 1821 Figure 3.1 Comparison of COCOMO Model, Back-propagtion and Cascade Correlation learning algorithms Above graph shows that effort calculated using Cascade Correlation learning algorithm,back-propogation and COCOMO Model.The result of the three shows that the cascade correlation is nearest to the actual effort as compared to other effort estimation techniques Error Prediction of Different Effort Estimation Techniques In this section error will be calculated between different effort estimation Techniques and the actual effort. To calculate the error following formule will be used: = Where E rror is the output error, E is the actual effort, E is the estimated effort So the formule used for COCOMO Model,Back-propagation and cascade correlation wil be 1 = 2 = 3 = Where E is the actual effort, E 1 error of COCOMO Model E coc is the estimated effort using COCOMO Model E 2 error of Back-propagation learning algorithm E back is the estimated effort using Back-propagation learning E 3 error of Cascade Correlation learning algorithm E casc is the estimated effort using Cascade Correlation learning. Table 3.2 Output error of different effort estimation Techniques

6 IJECSE,Volume1,Number 3 Anjana Bawa and Mrs.Rama Chawla 1822 Project No. Size COCOMO Back- Cascade Actual Effort (KLOC) Model(E 1 ) Propagation(E 2 ) Correlation(E 3 ) Mean These error values will be used to calculate the RMSE and MMRE as follows: = ( ( ( (( )! ) " ))) = (( ( ( )! /!)) Where N is total number of projects Table 3.3 Performance Evaluation of COCOMO, Back-propagation and Cascade Correlation learning algorithms Performance Criteria COCOMO Model Back- propagation Cascade Correlation RMSE MMRE Following graphs shows the comparison using RMSE(Root Mean Square Error). Figure 3.2 Comparison using RMSE Following graphs shows the comparison using MMRE(Mean Magnitude Relative Error) of different effort estimation techniques.

7 Experimental Analysis of Effort Estimation Using Artificial Neural Network 1823 Figure 3.3 Comparison using MMRE Comparison using RMSE and MMRE shows that Cascade Correlation is better than Back-propagtion and COCOMO Model. Accuracy is high in the Cascade Correlation. IV. CONCLUSION Estimation is one of the crucial tasks in software project management. To produce a better estimate, we must improve our understanding of these project attributes and their causal relationships, model the impact of evolving environment, and develop effective ways of measuring software complexity. Here three most popular approaches were suggested to predict the software effort estimation. In one hand COCOMO which has been already proven and successfully applied in the software effort estimation field and in other hand the Back-propagation learning algorithm and cascade-correlation learning algorithm in Neural Network that has been extensively used in lieu of COCOMO estimation and have demonstrated their strength in predicting problem. To get accurate results the neural network depends only on adjustments of weights from hidden layer of network to output layer of neural network. We have used the 50 projects data set to validate, train and simulate the network. This simulation with dataset has been carried out using Matlab NN tool box. All for ANN are trained using trainlm algorithm. After testing the network it is concluded that learning algorithms of neural network perform better then the COCOMO model and from learning algorithms Cascade correlation performs better then the Back-propagation learning algorithm. It has less error values, so accuracy is high in Cascade Correlation. The results from our simulation shows that Cascade feed- forward neural network give the best performance, among all. V. REFERENCE [1] Ch. Satyananda Reddy, P. Sankara Rao, KVSVN Raju, V. Valli Kumari, A New Approach For Estimating Software Effort Using RBFN Network, IJCSNS International Journal of Computer Science and Network Security, VOL.8 No. 7,July 2008 [2] Bilge Başkeleş, Burak Turhan, Ayşe Bener Department of Computer Engineering, Boğaziçi University, Software Effort Estimation Using Machine Learning Methods, 2007 IEEE computer society [3] S. Kanmani, J. Kathiravan, S. Senthil Kumar and M. Shanmugam, Neural Networks Based Effort Estimation using Class Points for OO Systems,IEEE proceedings of the International Conference on Computing: Theory and Applications(ICCTA 2007) [4] Nasser Tadayon, Neural Network Approach for Software Cost Estimation, IEEE proceedings of the International Conference on Information Technology: Coding and Computing (ITCC 2005) [5] Konstantinos Adamopoulos, Application of Back Propagation Learning Algorithms on Multilayer Perceptrons, Department of Computing May [6] Christopher M. Fraser, Neural Networks: A Review from a Statistical Perspective, Hayward Statistics(2000)

8 IJECSE,Volume1,Number 3 Anjana Bawa and Mrs.Rama Chawla 1824 [7] Kiyoshi Kawaguchi, Backpropagation Learning Algorithm, Wikipedia.org, June [8] Hareton Leung, Zhang Fan, Software Cost Estimation, Department of Computing, Hong Kong, 1999 [9] Clark, B., Chulani, S. and Boehm, B. (1998), Calibrating the COCOMO II Post Architecture Model, International Conference on Software Engineering, Apr [10] Cascade Correlation Architecture and Learning Algorithms for Neural Networks, Wikipedia.org, Nov [11] K. Srinivasan and D. Fisher, Machine learning approaches to estimating software development effort, IEEE Trans. Soft. Eng., vol.21, no.2, Feb. 1995, pp [12] Christos Stergiou and Dimitrios Siganos, Neural Networks,1995 [13] S.E. Fahlman and C. Lebiere, The cascade-correlation learning architecture,technical Report CMU-CS , Carnegie Mellon University, [14] Bisio, and F. Malabocchia Cost estimation of software projects through case base reasoning, 1st Intl. Conf. on Case-Based Reasoning Research & Development, Springer-Verlag, 1995, pp

Software Effort Estimation with Different Artificial Neural Network

Software Effort Estimation with Different Artificial Neural Network Software Effort with Different Artificial Neural Network Jagannath Singh Department of Computer Sc. and Engineering National Institute of Technology Rourkela Rourkela, India E-mail: jagannath.singh@gmail.com

More information

Prediction of software development effort estimation using neural networks

Prediction of software development effort estimation using neural networks Prediction of software development effort estimation using neural networks 1 T. M. Kiran Kumar, 2 Yashaswini T K 1 Assistant Professor, 2 Project Student Department of MCA Siddaganga Institute of Technology,

More information

Proposing a New Software Cost Estimation Model Based on Artificial Neural Networks

Proposing a New Software Cost Estimation Model Based on Artificial Neural Networks Proposing a New Software Cost Estimation Model Based on Artificial Neural Networks Iman Attarzadeh, Siew Hock Ow Department of Software Engineering Faculty of Computer Science & Information Technology

More information

Genetic Algorithm for Optimizing Neural Network based Software Cost Estimation

Genetic Algorithm for Optimizing Neural Network based Software Cost Estimation Genetic Algorithm for Optimizing Neural Network based Software Cost Estimation Tirimula Rao Benala 1, S Dehuri 2, S.C.Satapathy 1 and Ch Sudha Raghavi 1, 1 Anil Neerukonda Institute of Technology and Sciences

More information

Keywords Effort Estimation, Neural Networks, PNN, GRNN, Data Mining Techniques

Keywords Effort Estimation, Neural Networks, PNN, GRNN, Data Mining Techniques Volume 5, Issue 7, July 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Estimating Software

More information

Amanullah Dept. Computing and Technology Absayn University Peshawar Abdus Salam

Amanullah Dept. Computing and Technology Absayn University Peshawar Abdus Salam A Comparative Study for Software Cost Estimation Using COCOMO-II and Walston-Felix models Amanullah Dept. Computing and Technology Absayn University Peshawar scholar.amankhan@gmail.com Abdus Salam Dept.

More information

Research Paper on Software Cost Estimation Using Fuzzy Logic

Research Paper on Software Cost Estimation Using Fuzzy Logic Research Paper on Software Cost Estimation Using Fuzzy Logic Nishi M. Tech Scholar B.P.S.M.V University, Sonepat nishisinghal54@gmail.com Mr. Vikas Malik Assistant Professor B.P.S.M.V University, Sonepat

More information

Analysis Of the Techniques for Software Cost Estimation

Analysis Of the Techniques for Software Cost Estimation Analysis Of the Techniques for Software Cost Estimation Poonam Pandey Assistant Professor,GLA University,Mathura Email-poonam.pandey@gla.ac.in Abstract: One of the most valuable asset in any software industry

More information

Software Development Effort Estimation Using Fuzzy Logic: A Review

Software Development Effort Estimation Using Fuzzy Logic: A Review Software Development Effort Estimation Using Fuzzy Logic: A Review Shifali 1, Naveen Bilandi 2 1 M.Tech (CSE) Student, DAV University Jalandhar 2 Assistant Professor in dept. of CSE, DAV University Jalandhar

More information

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) EFFORT ESTIMATION USING A SOFT COMPUTING TECHNIQUE

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) EFFORT ESTIMATION USING A SOFT COMPUTING TECHNIQUE INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 6367(Print) ISSN 0976 6375(Online)

More information

PCA and SOM based Dimension Reduction Techniques for Quaternary Protein Structure Prediction

PCA and SOM based Dimension Reduction Techniques for Quaternary Protein Structure Prediction PCA and SOM based Dimension Reduction Techniques for Quaternary Protein Structure Prediction Sanyukta Chetia Department of Electronics and Communication Engineering, Gauhati University-781014, Guwahati,

More information

A Comparison of Different Model Selection Criteria for Forecasting EURO/USD Exchange Rates by Feed Forward Neural Network

A Comparison of Different Model Selection Criteria for Forecasting EURO/USD Exchange Rates by Feed Forward Neural Network A Comparison of Different Model Selection Criteria for Forecasting EURO/USD Exchange Rates by Feed Forward Neural Network Cagatay Bal, 1 *, Serdar Demir, 2 and Cagdas Hakan Aladag 3 Abstract Feed Forward

More information

Comparison and evaluation of data mining techniques with algorithmic models in software cost estimation

Comparison and evaluation of data mining techniques with algorithmic models in software cost estimation Available online at www.sciencedirect.com Procedia Technology 1 (2012 ) 65 71 INSODE-2011 Comparison and evaluation of data mining techniques with algorithmic models in software cost estimation Zeynab

More information

Comparison of Artificial Neural Network and Regression Models in Software Effort Estimation

Comparison of Artificial Neural Network and Regression Models in Software Effort Estimation Comparison of Artificial Neural Network and Regression Models in Software Effort Estimation I.F. Barcelos Tronto, J.D. Simões da Silva, N. Sant'Anna 1 Laboratory for Computing and Applied Mathematics -

More information

Anticipating milk yield using artificial neural network

Anticipating milk yield using artificial neural network Int. Journal of Applied Sciences and Engineering Research, Vol. 3, Issue 3, 2014 www.ijaser.com 2014 by the authors Licensee IJASER- Under Creative Commons License 3.0 editorial@ijaser.com Research article

More information

A hybrid approach artificial bee colony optimization and k-means clustering for software cost estimation

A hybrid approach artificial bee colony optimization and k-means clustering for software cost estimation Journal of Scientific Research and Development 2 (4): 250-255, 2015 Available online at www.jsrad.org ISSN 1115-7569 2015 JSRAD A hybrid approach artificial bee colony optimization and k-means clustering

More information

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 03, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 03, 2016 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 03, 2016 ISSN (online): 2321-0613 Development of Stage Discharge Relationship at Barman Station on Narmada River M.D. Maitri

More information

EFFECT OF TRAINING DATASET LENGTH ON THE PERFORMANCE OF ARTIFICIAL NEURAL NETWORK MODEL

EFFECT OF TRAINING DATASET LENGTH ON THE PERFORMANCE OF ARTIFICIAL NEURAL NETWORK MODEL EFFECT OF TRAINING DATASET LENGTH ON THE PERFORMANCE OF ARTIFICIAL NEURAL NETWORK MODEL *Jitendra Sinha, Rajendra Kumar Netam and Rekha Bai Department of Agricultural Engineering, Indira Gandhi Krishi

More information

Optimized Fuzzy Logic Based Framework for Effort Estimation in Software Development

Optimized Fuzzy Logic Based Framework for Effort Estimation in Software Development ISSN (Online): 1694-784 ISSN (Print): 1694-814 Optimized Fuzzy Logic Based Framework for Effort Estimation in Software Development 3 Vishal Sharma 1 and Harsh Kumar Verma 2 1 Department of Computer Science

More information

A CRITIQUE ON SOFTWARE COST ESTIMATION

A CRITIQUE ON SOFTWARE COST ESTIMATION Volume 118 No. 20 2018, 3851-3862 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A CRITIQUE ON SOFTWARE COST ESTIMATION K.Rajeswari, Assistant Professor, Dept of Computer Science,

More information

CHAPTER 3 FUZZY LOGIC BASED FRAMEWORK FOR SOFTWARE COST ESTIMATION

CHAPTER 3 FUZZY LOGIC BASED FRAMEWORK FOR SOFTWARE COST ESTIMATION CHAPTER 3 FUZZY LOGIC BASED FRAMEWORK FOR SOFTWARE COST ESTIMATION The Fuzzy Logic System is one of the main components of soft computing, the field in computer science that deals with imprecision, uncertainty,

More information

Analysis of Boiler Operational Variables Prior to Tube Leakage Fault by Artificial Intelligent System

Analysis of Boiler Operational Variables Prior to Tube Leakage Fault by Artificial Intelligent System MATEC Web of Conferences 13, 05004 (2014) DOI: 10.1051/ matecconf/ 201413 05004 C Owned by the authors, published by EDP Sciences, 2014 Analysis of Boiler Operational Variables Prior to Tube Leakage Fault

More information

Code Clone Detection Using COCOMO-1

Code Clone Detection Using COCOMO-1 Code Clone Detection Using COCOMO-1 Ekta Manhas 1, Samriti Rana 2 1 Research scholar (CSE) Rayat Group Of Institutions, Railmajra, Punjab, India 2 Associate Professor (CSE) Rayat Group Of Institutions,

More information

Keywords - Effort Estimation, Fuzzy Logic, Genetic Programming, Particle Swarm Optimization, MMRE.

Keywords - Effort Estimation, Fuzzy Logic, Genetic Programming, Particle Swarm Optimization, MMRE. 1990 Neural Network based Software Effort Estimation: A Survey Muhammad Waseem Khan Department of Computer Science, COMSATS Institute of Information Technology, Wah Cantt Email: Muhammad.wasim1@gmail.com

More information

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research)

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

DEVELOPMENT OF A NEURAL NETWORK MATHEMATICAL MODEL FOR DEMAND FORECASTING IN FLUCTUATING MARKETS

DEVELOPMENT OF A NEURAL NETWORK MATHEMATICAL MODEL FOR DEMAND FORECASTING IN FLUCTUATING MARKETS Proceedings of the 11 th International Conference on Manufacturing Research (ICMR2013), Cranfield University, UK, 19th 20th September 2013, pp 163-168 DEVELOPMENT OF A NEURAL NETWORK MATHEMATICAL MODEL

More information

Structural Damage Detection Using Randomized Trained Neural Networks for Evaluation of Quality of Production Line

Structural Damage Detection Using Randomized Trained Neural Networks for Evaluation of Quality of Production Line Structural Damage Detection Using Randomized Trained Neural Networks for Evaluation of Quality of Production Line Abstract Authors Tathagata Marik M-Tech (Mechanical Engineering) Guided By Manish Kumar

More information

Software Effort Estimation using Radial Basis and Generalized Regression Neural Networks

Software Effort Estimation using Radial Basis and Generalized Regression Neural Networks WWW.JOURNALOFCOMPUTING.ORG 87 Software Effort Estimation using Radial Basis and Generalized Regression Neural Networks Prasad Reddy P.V.G.D, Sudha K.R, Rama Sree P and Ramesh S.N.S.V.S.C Abstract -Software

More information

Wastewater Effluent Flow Control Using Multilayer Neural Networks

Wastewater Effluent Flow Control Using Multilayer Neural Networks Wastewater Effluent Flow Control Using Multilayer Neural Networks Heidar A. Malki University of Houston 304 Technology Building Houston, TX 77204-4022 malki@uh.edu Shayan Mirabi University of Houston 304

More information

Journal of Asian Scientific Research PREDICTION OF MECHANICAL PROPERTIES OF TO HEAT TREATMENT BY ARTIFICIAL NEURAL NETWORKS

Journal of Asian Scientific Research PREDICTION OF MECHANICAL PROPERTIES OF TO HEAT TREATMENT BY ARTIFICIAL NEURAL NETWORKS Journal of Asian Scientific Research journal homepage: http://aessweb.com/journal-detail.php?id=5003 PREDICTION OF MECHANICAL PROPERTIES OF TO HEAT TREATMENT BY ARTIFICIAL NEURAL NETWORKS Esmaeil Alibeiki

More information

ANeuroFuzzyAlgorithmtoComputeSoftwareEffortEstimation

ANeuroFuzzyAlgorithmtoComputeSoftwareEffortEstimation Global Journal of Computer Science and Technology: C Software & Data Engineering Volume 16 Issue 1 Version 1. Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Improving the Accuracy of COCOMO II Using Fuzzy Logic and Local Calibration Method

Improving the Accuracy of COCOMO II Using Fuzzy Logic and Local Calibration Method Improving the Accuracy of COCOMO II Using Fuzzy Logic and Local Calibration Method Muhammad Baiquni, Riyanarto Sarno, Sarwosri Department of Informatics Engineering, Institut Teknologi Sepuluh Nopember

More information

Forecasting erratic demand of medicines in a public hospital: A comparison of artificial neural networks and ARIMA models

Forecasting erratic demand of medicines in a public hospital: A comparison of artificial neural networks and ARIMA models Int'l Conf. Artificial Intelligence ICAI' 1 Forecasting erratic demand of medicines in a public hospital: A comparison of artificial neural networks and ARIMA models A. Molina Instituto Tecnológico de

More information

Software Development Effort Estimation by Using Neural Networks A Case Study

Software Development Effort Estimation by Using Neural Networks A Case Study Software Development Effort Estimation by Using Neural Networks A Case Study Tuğçe Uğurlu Altuntaş 1, S. Emre Alptekin 2* 1 Institute of Science, Industrial Engineering Program 2 Industrial Engineering

More information

Artificial Neural Network Modeling for Predicting Compaction Parameters based on Index Properties of Soil

Artificial Neural Network Modeling for Predicting Compaction Parameters based on Index Properties of Soil Artificial Neural Network Modeling for Predicting Compaction Parameters based on Index Properties of Soil Ashwini Tenpe 1, Dr. Suneet Kaur 2 1 Mtech Scholar, Civil Department, MANIT, Madhya Pradesh, India

More information

Applying Machine Learners to GUI Specifications in Formulating Early Life Cycle Project Estimations

Applying Machine Learners to GUI Specifications in Formulating Early Life Cycle Project Estimations Applying Machine Learners to GUI Specifications in Formulating Early Life Cycle Project Estimations Gary D. Boetticher Department of Software Engineering University of Houston - Clear Lake 2700 Bay Area

More information

An Application of Neural Networks in Market Segmentation

An Application of Neural Networks in Market Segmentation 1 & Marketing An Application of Neural Networks in Market Segmentation Nikolaos Petroulakis 1, Andreas Miaoudakis 2 1 Foundation of research and technology (FORTH), Iraklio Crete, 2 Applied Informatics

More information

Modified Genetic Algorithm-Simulated Annealing Based Software Effort and Cost Estimation

Modified Genetic Algorithm-Simulated Annealing Based Software Effort and Cost Estimation Volume 118 No. 16 2018, 777-793 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Modified Genetic Algorithm-Simulated Annealing Based Software Effort

More information

Short-term electricity price forecasting in deregulated markets using artificial neural network

Short-term electricity price forecasting in deregulated markets using artificial neural network Proceedings of the 2011 International Conference on Industrial Engineering and Operations Management Kuala Lumpur, Malaysia, January 22 24, 2011 Short-term electricity price forecasting in deregulated

More information

SOFTWARE DEVELOPMENT PRODUCTIVITY FACTORS IN PC PLATFORM

SOFTWARE DEVELOPMENT PRODUCTIVITY FACTORS IN PC PLATFORM SOFTWARE DEVELOPMENT PRODUCTIVITY FACTORS IN PC PLATFORM Abbas Heiat, College of Business, Montana State University-Billings, Billings, MT 59101, 406-657-1627, aheiat@msubillings.edu ABSTRACT CRT and ANN

More information

CONCRETE MIX DESIGN USING ARTIFICIAL NEURAL NETWORK

CONCRETE MIX DESIGN USING ARTIFICIAL NEURAL NETWORK CONCRETE MIX DESIGN USING ARTIFICIAL NEURAL NETWORK Asst. Prof. S. V. Shah 1, Ms. Deepika A. Pawar 2, Ms. Aishwarya S. Patil 3, Mr. Prathamesh S. Bhosale 4, Mr. Abhishek S. Subhedar 5, Mr. Gaurav D. Bhosale

More information

Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects

Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects Mahboobeh Dorosti,. Vahid Khatibi Bardsiri Department of Computer Engineering, Kerman Branch, Islamic Azad

More information

Drug Discovery in Chemoinformatics Using Adaptive Neuro-Fuzzy Inference System

Drug Discovery in Chemoinformatics Using Adaptive Neuro-Fuzzy Inference System Drug Discovery in Chemoinformatics Using Adaptive Neuro-Fuzzy Inference System Kirti Kumari Dixit 1, Dr. Hitesh B. Shah 2 1 Information Technology, G.H.Patel College of Engineering, dixit.mahi@gmail.com

More information

International Journal of Industrial Engineering Computations

International Journal of Industrial Engineering Computations International Journal of Industrial Engineering Computations 2 (2011) 431 438 Contents lists available at GrowingScience International Journal of Industrial Engineering Computations homepage: www.growingscience.com/ijiec

More information

Artificial Neural Networks: A Non-Linear Tool for Air Quality Modeling and Monitoring

Artificial Neural Networks: A Non-Linear Tool for Air Quality Modeling and Monitoring 81 Artificial Neural Networks: A Non-Linear Tool for Air Quality Modeling and Monitoring Amirsasha Bnanankhah *, Farhad Nejadkoorki Department of Environmental Engineering, Yazd University, Yazd, Iran

More information

Framework for estimating reliability of COTS component based upon Hierarchical Model for Reliability Estimation (HMRE)

Framework for estimating reliability of COTS component based upon Hierarchical Model for Reliability Estimation (HMRE) Volume 8, No. 5, May-June 2017 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN No. 0976-5697 Framework for estimating reliability

More information

+ Evaluation Technology of Software Reliability by using the BP Neural Network

+ Evaluation Technology of Software Reliability by using the BP Neural Network RESEARCH ARTICLE OPEN ACCESS + Evaluation Technology of Software Reliability by using the BP Neural Network D.Jyothirmai 1, M.Suresh Kumar 2, Dr.Katta Subba Rao 3 1 (CSE, BVRIT, Narsapur), 2 (Scientist-E,DRDO,Hyderabad,Telangana),

More information

An Adaptive Approach for Software Cost Estimation using Hybrid Model

An Adaptive Approach for Software Cost Estimation using Hybrid Model An Adaptive Approach for Software Cost Estimation using Hybrid Model Swati waghmode 1, Dr.kishor Kolhe 2 PG Student [IT], Dept. of Information Technology, MIT College of Engineering,Pune India 1 Associate

More information

Optimization of Plastic Injection Molding Process by Combination of Artificial Neural Network and Genetic Algorithm

Optimization of Plastic Injection Molding Process by Combination of Artificial Neural Network and Genetic Algorithm Journal of Optimization in Industrial Engineering 13 (2013) 49-54 Optimization of Plastic Injection Molding Process by Combination of Artificial Neural Network and Genetic Algorithm Mohammad Saleh Meiabadi

More information

Software Effort Estimation: A Survey of Well-known Approaches

Software Effort Estimation: A Survey of Well-known Approaches Software Effort Estimation: A Survey of Well-known Approaches Amid Khatibi Bardsiri Computer Engineering Department, Bardsir Branch, Islamic Azad University, Kerman, Iran E-mail: a.khatibi@srbiau.ac.ir

More information

A Data-driven Prognostic Model for

A Data-driven Prognostic Model for A Data-driven Prognostic Model for Industrial Equipment Using Time Series Prediction Methods A Data-driven Prognostic Model for Industrial Equipment Using Time Series Prediction Methods S.A. Azirah, B.

More information

WATER QUALITY PREDICTION IN DISTRIBUTION SYSTEM USING CASCADE FEED FORWARD NEURAL NETWORK

WATER QUALITY PREDICTION IN DISTRIBUTION SYSTEM USING CASCADE FEED FORWARD NEURAL NETWORK WATER QUALITY PREDICTION IN DISTRIBUTION SYSTEM USING CASCADE FEED FORWARD NEURAL NETWORK VINAYAK K PATKI, S. SHRIHARI, B. MANU Research scholar, National Institute of Technology Karnataka (NITK), Surathkal,

More information

A Comparative evaluation of Software Effort Estimation using REPTree and K* in Handling with Missing Values

A Comparative evaluation of Software Effort Estimation using REPTree and K* in Handling with Missing Values Australian Journal of Basic and Applied Sciences, 6(7): 312-317, 2012 ISSN 1991-8178 A Comparative evaluation of Software Effort Estimation using REPTree and K* in Handling with Missing Values 1 K. Suresh

More information

Predictive Analytics Using Support Vector Machine

Predictive Analytics Using Support Vector Machine International Journal for Modern Trends in Science and Technology Volume: 03, Special Issue No: 02, March 2017 ISSN: 2455-3778 http://www.ijmtst.com Predictive Analytics Using Support Vector Machine Ch.Sai

More information

Modeling and Prediction of Shell and Tube Heat Exchanger Performance using ANN

Modeling and Prediction of Shell and Tube Heat Exchanger Performance using ANN Modeling and Prediction of Shell and Tube Heat Exchanger Performance using ANN 1 Ahilan C 2 Thiyagarajan S 3 Pradeep P 1 Professor, Department of Mechanical Engineering, MIET Engineering College, Tiruchirappalli,

More information

Artificial Neural Network Analysis of the Solar-Assisted Heat Pumps Performance for Domestic Hot Water Production

Artificial Neural Network Analysis of the Solar-Assisted Heat Pumps Performance for Domestic Hot Water Production Artificial Neural Network Analysis of the Solar-Assisted Heat Pumps Performance for Domestic Hot Water Production Alireza Zendehboudi, Xianting Li*, Siyuan Ran Department of Building Science, School of

More information

Artificial Neural Networks for predicting cooling load in buildings in tropical countries

Artificial Neural Networks for predicting cooling load in buildings in tropical countries Artificial Neural Networks for predicting cooling load in buildings in tropical countries Sapan Agarwal, M.Tech. (IT in Building Science), International Institute of Information Technology, Hyderabad.

More information

Management of Software Engineering. Ch. 8 1

Management of Software Engineering. Ch. 8 1 Management of Software Engineering Ch. 8 1 Project control Ch. 8 2 Work Breakdown Structure WBS describes a break down of project goal into intermediate goals Each in turn broken down in a hierarchical

More information

2013, IJARCSSE All Rights Reserved Page 229

2013, IJARCSSE All Rights Reserved Page 229 Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance Analysis

More information

Neural Networks and Applications in Bioinformatics. Yuzhen Ye School of Informatics and Computing, Indiana University

Neural Networks and Applications in Bioinformatics. Yuzhen Ye School of Informatics and Computing, Indiana University Neural Networks and Applications in Bioinformatics Yuzhen Ye School of Informatics and Computing, Indiana University Contents Biological problem: promoter modeling Basics of neural networks Perceptrons

More information

An Investigation into the Suitability of k-nearest Neighbour (k-nn) for Software Effort Estimation

An Investigation into the Suitability of k-nearest Neighbour (k-nn) for Software Effort Estimation An Investigation into the Suitability of k-nearest Neighbour (k-nn) for Software Effort Estimation Razak Olu-Ajayi Department of Computer Science, University of Hertfordshire Hatfield, UK Abstract Software

More information

Keywords COCOMO model, cost estimation, genetic algorithm, ant colony optimization.

Keywords COCOMO model, cost estimation, genetic algorithm, ant colony optimization. Volume 4, Issue 1, January 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com COCOMO model

More information

DRAFT. Effort = A * Size B * EM. (1) Effort in person-months A - calibrated constant B - scale factor EM - effort multiplier from cost factors

DRAFT. Effort = A * Size B * EM. (1) Effort in person-months A - calibrated constant B - scale factor EM - effort multiplier from cost factors 1.1. Cost Estimation Models Parametric cost models used in avionics, space, ground, and shipboard platforms by the services are generally based on the common effort formula shown in Equation 1. Size of

More information

MODELLING STUDIES BY APPLICATION OF ARTIFICIAL NEURAL NETWORK USING MATLAB

MODELLING STUDIES BY APPLICATION OF ARTIFICIAL NEURAL NETWORK USING MATLAB Journal of Engineering Science and Technology Vol. 10, No.11 (2015) 1477-1486 School of Engineering, Taylor s University MODELLING STUDIES BY APPLICATION OF ARTIFICIAL NEURAL NETWORK USING MATLAB K. S.

More information

Neural Networks and Applications in Bioinformatics

Neural Networks and Applications in Bioinformatics Contents Neural Networks and Applications in Bioinformatics Yuzhen Ye School of Informatics and Computing, Indiana University Biological problem: promoter modeling Basics of neural networks Perceptrons

More information

3. PROPOSED MODEL. International Journal of Computer Applications ( ) Volume 103 No.9, October 2014

3. PROPOSED MODEL. International Journal of Computer Applications ( ) Volume 103 No.9, October 2014 Software Effort Estimation: A Fuzzy Logic Approach Vishal Chandra AI, SGVU Jaipur, Rajasthan, India ABSTRACT There are many equation based effort estimation models like Bailey-Basil Model, Halstead Model,

More information

INTERNATIONAL JOURNAL OF RESEARCH SCIENCE & MANAGEMENT

INTERNATIONAL JOURNAL OF RESEARCH SCIENCE & MANAGEMENT SOFTWARE REFACTORING COST ESTIMATION USING PARTICLE SWARM OPTIMIZATION M. Sangeetha*, Dr. P. Sengottuvelan *Ph.D Research scholar, Department of computer science, Periyar University PG Extension Centre,

More information

A FEATURE SELECTION BASED RELIEF ALGORITHM WITH FUZZY LOGIC FOR SOFTWARE EFFORT ESTIMATION

A FEATURE SELECTION BASED RELIEF ALGORITHM WITH FUZZY LOGIC FOR SOFTWARE EFFORT ESTIMATION A FEATURE SELECTION BASED RELIEF ALGORITHM WITH FUZZY LOGIC FOR SOFTWARE EFFORT ESTIMATION RavneetPreet Singh Bedi, 2 Amardeep Singh,2 Department of Computer Engineering, Punjabi University, Patiala 47002,

More information

DUKE, STEPHEN OROK OKOR AND OBIDINNU, JULIUS NWAFILI

DUKE, STEPHEN OROK OKOR AND OBIDINNU, JULIUS NWAFILI GLOBAL JOURNAL OF PUR AND APPLID SCINCS VOL 16, NO. 4 2010: 479-492 COPYRIGHT BACHUDO SCINC CO. LTD PRINTD IN NIGRIA. ISSN 1118-0579 www.globaljournalseries.com; mail: info@globaljournalseries.com AN IMPROVD

More information

Estimation of pesticides usage in the agricultural sector in Turkey using Artificial Neural Network (ANN)

Estimation of pesticides usage in the agricultural sector in Turkey using Artificial Neural Network (ANN) Publication date: 18 October 2009, http://www.biosciences.elewa.org/; ISSN 2071-7024 Estimation of pesticides usage in the agricultural sector in Turkey using Artificial Neural Network (ANN) Özbek F. Ş.

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 9, September ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 9, September ISSN International Journal of Scientific & Engineering Research, Volume 5, Issue 9, September-2014 742 Prediction of Respirable Suspended Particulate Matter Concentration Using Artificial Neural Networks in

More information

AWERProcedia Information Technology & Computer Science

AWERProcedia Information Technology & Computer Science AWERProcedia Information Technology & Computer Science Vol 03 (2013) 370-374 3 rd World Conference on Information Technology (WCIT-2012) Automatically Forecasting Magazine Demands and Modeling Seasonality

More information

Study of Pile Cap Lateral Resistance using Artificial Neural Networks

Study of Pile Cap Lateral Resistance using Artificial Neural Networks International Journal of Computer Applications (975 8887) Volume 21 No.1, May 211 Study of Pile Cap Lateral Resistance using Artificial Neural Networks Utpal K. Nath Assistant Professor Civil Engineering

More information

ANALYSIS OF FACTORS CONTRIBUTING TO EFFICIENCY OF SOFTWARE DEVELOPMENT

ANALYSIS OF FACTORS CONTRIBUTING TO EFFICIENCY OF SOFTWARE DEVELOPMENT ANALYSIS OF FACTORS CONTRIBUTING TO EFFICIENCY OF SOFTWARE DEVELOPMENT Nafisseh Heiat, College of Business, Montana State University-Billings, 1500 University Drive, Billings, MT 59101, 406-657-2224, nheiat@msubillings.edu

More information

SEISMIC ATTRIBUTES SELECTION AND POROSITY PREDICTION USING MODIFIED ARTIFICIAL IMMUNE NETWORK ALGORITHM

SEISMIC ATTRIBUTES SELECTION AND POROSITY PREDICTION USING MODIFIED ARTIFICIAL IMMUNE NETWORK ALGORITHM Journal of Engineering Science and Technology Vol. 13, No. 3 (2018) 755-765 School of Engineering, Taylor s University SEISMIC ATTRIBUTES SELECTION AND POROSITY PREDICTION USING MODIFIED ARTIFICIAL IMMUNE

More information

Natural Gas Market Prediction via Statistical and Neural Network Methods

Natural Gas Market Prediction via Statistical and Neural Network Methods 2nd AIEE Energy Symposium Natural Gas Market Prediction via Statistical and Neural Network Methods Dr. Mona Shokripour, Energy Statistician Gas Exporting Countries Forum (GECF) Data and Information Services

More information

Job shop flow time prediction using neural networks

Job shop flow time prediction using neural networks Available online at www.sciencedirect.com ScienceDirect Procedia Manufacturing 00 (2017) 000 000 This copy has been created with permission of Elsevier and is reserved to FAIM2017 conference authors and

More information

Performance prediction of a thermal system using Artificial Neural Networks

Performance prediction of a thermal system using Artificial Neural Networks International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 11, Issue 07 (July 2015), PP.16-22 Performance prediction of a thermal system using

More information

ADAPTIVE NEURO FUZZY INFERENCE SYSTEM FOR MONTHLY GROUNDWATER LEVEL PREDICTION IN AMARAVATHI RIVER MINOR BASIN

ADAPTIVE NEURO FUZZY INFERENCE SYSTEM FOR MONTHLY GROUNDWATER LEVEL PREDICTION IN AMARAVATHI RIVER MINOR BASIN 3 st October 24. Vol. 68 No.3 25-24 JATIT & LLS. All rights reserved. ADAPTIVE NEURO FUZZY INFEREN SYSTEM FOR MONTHLY GROUNDWATER LEVEL PREDICTION IN AMARAVATHI RIVER MINOR BASIN G. R. UMAMAHESWARI, 2

More information

Development and implementation of Intelligent Soot Blowing Optimization System for TNB Janamanjung

Development and implementation of Intelligent Soot Blowing Optimization System for TNB Janamanjung Development and implementation of Intelligent Soot Blowing Optimization System for TNB Janamanjung Taneshwaren Sundaram 1, Firas Basim Ismail 1*, Prem Gunnasegaran 1, and Pogganeswaren Gurusingam 1 1 Power

More information

SOFTWARE EFFORT AND SCHEDULE ESTIMATION USING THE CONSTRUCTIVE COST MODEL: COCOMO II

SOFTWARE EFFORT AND SCHEDULE ESTIMATION USING THE CONSTRUCTIVE COST MODEL: COCOMO II SOFTWARE EFFORT AND SCHEDULE ESTIMATION USING THE CONSTRUCTIVE COST MODEL: COCOMO II Introduction Jongmoon Baik, Sunita Chulani, Ellis Horowitz University of Southern California - Center for Software Engineering

More information

On the Problem of Attribute Selection for Software Cost Estimation: Input Backward Elimination Using Artificial Neural Networks

On the Problem of Attribute Selection for Software Cost Estimation: Input Backward Elimination Using Artificial Neural Networks On the Problem of Attribute Selection for Software Cost Estimation: Input Backward Elimination Using Artificial Neural Networks Efi Papatheocharous 1 and Andreas S. Andreou 2 1 University of Cyprus, Department

More information

ANN-Based Sizing of Battery Storage in a StandAlone PV System

ANN-Based Sizing of Battery Storage in a StandAlone PV System Journal of Automation and Control Engineering Vol., No. 1, February 1 ANN-Based Sizing of Battery Storage in a StandAlone PV System Ahmet Afşin Kulaksız, Bayram Akdemir, and Hale Bakır Selcuk University,

More information

Software Cost Estimation Using Data Mining:Review

Software Cost Estimation Using Data Mining:Review The Joint 13 th CSI/IFPUG International Software Measurement & Analysis (ISMA13) Conference Mumbai (India) March 6, 2017 Software Cost Estimation Using Data Mining:Review Insert here a picture 1. Miss

More information

Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine

Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine R. Sathya Assistant professor, Department of Computer Science & Engineering Annamalai University

More information

A Review of Agile Software Effort Estimation Methods

A Review of Agile Software Effort Estimation Methods A Review of Agile Software Effort Estimation Methods Samson Wanjala Munialo. Department of Information Technology Meru University of Science and Technology Meru - Kenya Geoffrey Muchiri Muketha Department

More information

Prediction of Cost of Quality Using Artificial Neural Network In Construction Projects

Prediction of Cost of Quality Using Artificial Neural Network In Construction Projects Prediction of Cost of Quality Using Artificial Neural Network In Construction Projects Chinchu Mary Jose 1, Ambili S 2 1 M Tech scholar,department of Civil Engineering,MES College of Engineering, Kuttippuram,

More information

A Short-Term Bus Load Forecasting System

A Short-Term Bus Load Forecasting System 2 th International Conference on Hybrid Intelligent Systems A Short-Term Bus Load Forecasting System Ricardo Menezes Salgado Institute of Exact Sciences Federal University of Alfenase Alfenas-MG, Brazil

More information

Evaluating Adaptive Customer Strategies in TAC SCM

Evaluating Adaptive Customer Strategies in TAC SCM Evaluating Adaptive Customer Strategies in TAC SCM Yevgeniya Kovalchuk, Maria Fasli Department of Computing and Electronic Systems, University of Essex Wivenhoe Park, Colchester, CO4 3SQ, UK {yvkova; mfasli}@essex.ac.uk

More information

Energy Forecasting using Artificial Neural Networks

Energy Forecasting using Artificial Neural Networks Energy Forecasting using Artificial Neural Networks G.Tamizharasi, S.Kathiresan, K.S.Sreenivasan Assistant Professor, Dept. of E&I,Bharath University,Chennai-600073, India Professor,Departmentment of Mechanical

More information

Artificial Neural Network Model Prediction of Glucose by Enzymatic Hydrolysis of Rice Straw

Artificial Neural Network Model Prediction of Glucose by Enzymatic Hydrolysis of Rice Straw Journal of Engineering Science, Vol. 10, 85 94, 2014 Artificial Neural Network Model Prediction of Glucose by Enzymatic Hydrolysis of Rice Straw Erniza Mohd Johan Jaya, Nur Atiqah Norhalim and Zainal Ahmad

More information

Measure Performance of VRS Model using Simulation Approach by Comparing COCOMO Intermediate Model in Software Engineering

Measure Performance of VRS Model using Simulation Approach by Comparing COCOMO Intermediate Model in Software Engineering Measure Performance of VRS Model using Simulation Approach by Comparing COCOMO Intermediate Model in Software Engineering Dr. Devesh Kumar Srivastava Jaipur India E-mail: devesh98@gmail.com Abstract Estimation

More information

A Multi-Period MPS Optimization Using Linear Programming and Genetic Algorithm with Capacity Constraint

A Multi-Period MPS Optimization Using Linear Programming and Genetic Algorithm with Capacity Constraint IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 08, Issue 01 (January. 2018), V1 PP 85-93 www.iosrjen.org A Multi-Period MPS Optimization Using Linear Programming and

More information

Embed Deep-Learning Techniques into Predictive Modeling

Embed Deep-Learning Techniques into Predictive Modeling SAP Thought Leadership Paper Analytics Solutions from SAP SAP Predictive Analytics Embed Deep-Learning Techniques into Predictive Modeling Using SAP Predictive Analytics for Complex Modeling Table of Contents

More information

Software Project Risk Assessment and Effort Contingency Model Based on COCOMO Cost Factors

Software Project Risk Assessment and Effort Contingency Model Based on COCOMO Cost Factors Western University Scholarship@Western Electrical and Computer Engineering Publications Electrical and Computer Engineering Department 3-2013 Software Project Risk Assessment and Effort Contingency Model

More information

CONNECTING CORPORATE GOVERNANCE TO COMPANIES PERFORMANCE BY ARTIFICIAL NEURAL NETWORKS

CONNECTING CORPORATE GOVERNANCE TO COMPANIES PERFORMANCE BY ARTIFICIAL NEURAL NETWORKS CONNECTING CORPORATE GOVERNANCE TO COMPANIES PERFORMANCE BY ARTIFICIAL NEURAL NETWORKS Darie MOLDOVAN, PhD * Mircea RUSU, PhD student ** Abstract The objective of this paper is to demonstrate the utility

More information

Resource Decisions in Software Development Using Risk Assessment Model

Resource Decisions in Software Development Using Risk Assessment Model Proceedings of the 39th Hawaii International Conference on System Sciences - 6 Resource Decisions in Software Development Using Risk Assessment Model Wiboon Jiamthubthugsin Department of Computer Engineering

More information

Artificial Neural Network Modeling of an Inverse Fluidized Bed Bioreactor *RAJASIMMAN, M, GOVINDARAJAN, L, KARTHIKEYAN, C

Artificial Neural Network Modeling of an Inverse Fluidized Bed Bioreactor *RAJASIMMAN, M, GOVINDARAJAN, L, KARTHIKEYAN, C JASEM ISSN 1119-8362 All rights reserved Full-text Available Online at www.bioline.org.br/ja J. Appl. Sci. Environ. Manage. June, 27 Vol. 11 (2) 65-69 Artificial Neural Network Modeling of an Inverse Fluidized

More information

Comparative Study on Prediction of Fuel Cell Performance using Machine Learning Approaches

Comparative Study on Prediction of Fuel Cell Performance using Machine Learning Approaches , March 16-18, 2016, Hong Kong Comparative Study on Prediction of Fuel Cell Performance using Machine Learning Approaches Lei Mao*, Member, IAENG, Lisa Jackson Abstract This paper provides a comparative

More information

Condition Assessment of Power Transformer Using Dissolved Gas Analysis

Condition Assessment of Power Transformer Using Dissolved Gas Analysis Condition Assessment of Power Transformer Using Dissolved Gas Analysis Jagdeep Singh, Kulraj Kaur, Priyam Kumari, Ankit Kumar Swami School of Electrical and Electronics Engineering, Lovely Professional

More information