Asian Research Consortium

Size: px
Start display at page:

Download "Asian Research Consortium"

Transcription

1 Asian Research Consortium Asian Journal of Research in Social Sciences and Humanities Vol. 6, No. 11, November 2016, pp Asian Journal of Research in Social Sciences and Humanities ISSN A Journal Indexed in Indian Citation Index DOI NUMBER: / Category:Science and Technology Fault Detection and Diagnosis of Spiral Type Heat Exchanger using ANN N. Bagyalakshmi*; Dr. M. Thirumarimurugan** Abstract *Assistant Professor, Department of EIE, Adhiyamaan College of Engineering, Hosur, India. **Professor, Department of Chemical Engineering, Coimbatore Institute of Technology, Coimbatore, India. Fault Detection and Diagnosis (FDD) is important in many industries to provide safe operation of a process. Actuator faults, sensor faults and process faults are the common faults occurring in chemical process. In this present work Sensor and Process faults of Spiral type heat exchanger is detected and diagnosed using ANN.NARX network (Nonlinear Autoregressive with External input) is used as ANN network structure. Network is trained using Levenberg, Bayesian and Scaled Conjugate Gradient Methods. To achieve FDD, a set of residuals is generated by ANN which indicates the state of the system and provide information about faults. Mean Square Error, Integral Absolute Error (IAE), Integral Time Absolute Error (ITAE) and Integral Square Error (ISE) is obtained for the above said methods which are shown in simulation results. Keywords: Fault, FDD, Error, Residual, NARX, Levenberg, Bayesian, Scaled Conjugate Gradient. 1. Introduction Spiral Heat Exchangers (SHE) refer to a helical tube configuration, which refers to a pair of flat surfaces that are coiled to form the two channels in a counter-flow arrangement. The main 26

2 advantage of the SHE is its highly efficient use of space. The term fault means that any unpermitted deviation occurring in a system.the faults present in the system affect the sensors, the actuators, or the system components [1]. Actuator fault, sensor fault and process fault are the common faults occurring in chemical process. Total actuator fault can occur as a result of a breakage, cut or burned wiring, shortcuts, or the presence of outer body in the actuator. Sensor faults represent incorrect reading from the sensors. Process faults of heat exchanger includes fouling, fault in volumetric flow rate etc. To identify and remove these types of faults in the system, Fault Detection and Diagnosis (FDD) techniques are proposed [1]. These techniques are generally classified as model-based approaches and data-driven approaches. Some of the model-based FDD techniques include observer-based approach, parity-space approach, and kalman based approach. Data driven approaches include Fuzzy logic, Artificial Neural Network (ANN) and Genetic Algorithm (GA). FDD techniques provide early warning to the system operators and prevents the system causing failures. ANN are used in various application areas such as fault detection and diagnosis, Pattern recognition, system identification[2],[3]. 2. Residual Generation To achieve FDD, a set of residuals need to be generated. The residual is defined as difference between the measured and estimated process output. To detect and diagnose the fault, FDD has to undergo two step process Residual generation and Residual evaluation as in fig 1. The Residual generator generates a residual and the Residual evaluator compares the residual to determine the occurrence of fault with a threshold [4]. In the ideal case, the residual will be equal to zero when no fault is present and different from zero when a fault is present. A well designed residual signal is defined such that it is equal to zero for fault free case and not equal to zero for faulty system[9]. Fig. 1. Block Diagram of Fault Detection and Isolation Techniques 27

3 3. Fault Detection and Diagnosis FDD performs two tasks Fault detection and Fault isolation. Fault detection is to determine whether the fault has occurred or not. The role of fault isolation is to locate and isolate the fault [4].In this work fault is detected and diagnosed by ANN. Artificial neural networks (ANNs) have the capability to learn the complex relationships between the inputs and the outputs of the system. The advantages of using a neural network in FDD is its ability to attain input-output mapping. Using input-output mapping a neural network is able to modify its weights by training samples. The training samples consist of an input signal and a desired response. During training the weights are modified in order to reduce the error between the desired response and actual response of the network. Fig 2 shows a general block diagram of ANN based Fault diagnosis. 4. Neural Network Configuration Fig. 2. ANN Based Fault Diagnosis ANN consists of number of interconnected units. The input characteristics and its interconnection with other units determines the output of ANN. ANN consists of Input layer, Output layer and hidden layer with a number of nodes in it. Input layer has no input weights and activation function. The output response for a given input is determined by the output layer. Hidden layer has no connection with outside world. Increasing the number of hidden layer increases the complexity of the network but it results in accurate results. For fault detection and diagnosis purposes, the ANN has to be trained first. Nonlinear Autoregressive with External Input(NARX) is used for training as it provide better results and predicts past values of input and output. NARX structure belongs to dynamic network which have feedback or recurrent connections with delay input. Implementation of NARX model is shown in Fig 3. 28

4 Fig. 3. Implementation of NARX Model 5. Levenberg-Marquardt (LM) Training The Levenberg-Marquardt (LM) algorithm is the most widely used optimization algorithm[12]. Its performance is more better than conjugate gradient methods. For detection and diagnosis of sensor and process faults of heat exchanger, input and output data is loaded in the neural network toolbox. Nonlinear Autoregressive with External Input(NARX) is used as a network structure to perform fault detection. trainlm is the training function for LM method which automatically update the weight and bias value.residual are generated for both sensor and process faults. Fig 2 shows the general block diagram of LM method for sensor and process faults of heat exchanger with PID controller. The simulation results using LM method are shown in Fig 4 to Fig 9. Fig. 4.Mean Square Error Graph of LM Method for Sensor Fault 29

5 Fig. 5. Error Graph of LM Method for Sensor Faults Fig. 6. Simulation Results of LM Method for Sensor Faults 30

6 Fig. 7.Mean Square Error Graph of LM Method for Process Fault Fig. 8. Error Graph of LM Method for Process Faults 31

7 Fig. 9. Simulation Results of LM Method for Process Faults 6. Bayesian Regularization Training An extension of the Levenberg-Marquardt algorithm is the Bayesian regularization[13]. One of the main problems with regularizing a neural network is, it leads to over fitting of the data or poor generalization of the network.. The network was trained in MATLAB by using Neural Network Toolbox. trainbr is the training function of Bayesian Regularization. This training function updates the weight and bias value and it minimizes a combination of squared errors and determines the correct combination to produce a network. It provides an efficient criterion for stopping training process and prevents overtraining of the network. The simulation results using BR method is shown in Fig 10 to Fig 15. Fig. 10.Mean Square Error Graph of Bayesian Regularization Methods for Sensor Fault 32

8 Fig. 11. Error Graph of BR Method for Sensor Fault Fig. 12. Simulation Results of Bayesian Regularization Method for Sensor Fault 33

9 Fig. 13. Mean Square Error Graph of Bayesian Regularization Methods for Process Fault Fig. 14. Error Graph of BR Method for Process Fault 34

10 Fig. 15. Simulation Results of Bayesian Regularization Method for Process Fault 7. Scaled Conjugate Gradient(SCG) Method Scaled Conjugate Gradient algorithm is a supervised learning algorithm. SCG is a batch learning method and there will be no effect if parameters are shuffled. trainscg is the training function for scaled conjugate gradient method[38].this algorithm takes only a little memory. Training automatically stops when generalization stops improving when there is increase in the mean square error of the validation samples. The simulation results for above faults using scaled conjugate gradient method is shown in Fig 16 and Fig 20. Fig. 16. Mean Square Error Graph of Scaled Conjugate Gradient Methods for Sensor Fault 35

11 Fig. 17. Error Graph of SCG Method for Sensor Fault Fig. 18. Simulation Results of Scaled Conjugate Gradient Method for Sensor Fault 36

12 Fig. 19. Mean Square Error Graph of Scaled Conjugate Gradient Methods for Process Fault Fig. 20. Error Graph of SCG Method for Process Fault 37

13 8. Results and Discussion The best neural network architecture is determined by the number and the size of hidden layer. LM provides improved accuracy than other algorithms. Levenberg-Marquardt algorithm is used to reduce the computational overhead where as Bayesian regularization algorithm reduces the long cross-validation. Various parameters of Levenberg-Marquardt and Bayesian regularization for sensor and process faults are compared which are shown in table T-1&T-2. LM methods have least mean square error when compared to Bayesian and scaled conjugate methods.br methods also provide good results but the only disadvantage is it take more time to converge. Integral Absolute Error (IAE), Integral Square Error (ISE) and Integral of Time and Absolute Error (ITAE) is calculated for the both sensor & process faults with PID controller and without PID controller and their comparative results are shown in table T-3 and T-4. Table1 Comparative Results of Training Algorithm for Sensor Results Table 2 Comparative Results of Training Algorithm for Process Results Parameters Levenberg- Bayesian Marquardt regularization Scaled conjugate gradient Number of hidden neuron Delay Training Function Trainlm Trainbr trinscg Training Mean Square Error e e-1 Validation Mean square Error Testing Mean Square Error Epoch Parameters Levenberg- Marquardt Bayesian regularization Scaled conjugate gradient Number of hidden neurons Delay Training Function Trainlm trainbr trinscg Training Mean Square Error e e e-1 Validation Mean square Error Testing Mean Square Error e Epoch Table 3 Error Calculation for Sensor and Process Faults with PID Training method Sensor fault Process fault ITAE IAE ISE ITAE IAE ISE Levenberg-Marquardt e+05 Bayesian regularization e e+05 Scaled conjugate gradient e e+05 38

14 Table 4 Error Calculation for Sensor and Process Faults without PID Training method Sensor fault Process fault ITAE IAE ISE ITAE IAE ISE Levenberg-Marquardt e+04 Bayesian regularization e e+04 Scaled conjugate gradient e e Conclusion Sensor fault and process fault for Spiral heat exchanger was detected and diagnosed using ANN. Training of ANN is done by Levenberg-Marquardt, Bayesian regularization algorithm & Scaled conjugate gradient method. Various parameters of network such as Mean Square Error, Number of hidden layer, Epoch,Integral Absolute Error (IAE), Integral Square Error (ISE) and Integral of Time and Absolute Error (ITAE) was compared for the above methods. These errors are comparatively less in LM method for sensor and process faults. Levenberg-Marquardt reduces computational overhead and Training Mean Square Error and Testing Mean Square Error and number of iterations are lesser and provide accurate results during training. Levenberg-Marquardt method shows good results than Bayesian method & Scaled conjugate gradient method. References Khoukhi, A., Khalid, H., Doraiswami, R., Cheded, L.: Fault Detection And Classification using kalman filter and hybrid neuro-fuzzy systems. In: International journal of computer application, Vol 45(2012), No 22, May Baligh Mnassri., Mostafa, El., Adel El., Ouladsine M.: Reconstruction -Based contribution approaches for improved fault diagnosis using principal component analysis. In: Elsevier,Journal Of Process Contro, Vol 33 (2015), 2015, p El Harabi R., Ould Bouamama B., Ben Gayed, M.K., Abdelkrim M.N.: Robust Fault Diagnosis Of Chemical System By Using Uncertain Bond Graph Model. In: IEEE,8th International Multi-Conference on Systems, Signals & Devices, November 6, Asokan, A., Sivakumar, D.: Model Based Fault Detection and Diagnosis Using Structured Residual Approach in a Multi-Input Multi-Output System. In: Serbian Journal Of Electrical Engineering, Vol 4 (2007), No 2, November 2007, p Hossein, M., Sobhani., Poshtan, J.: Fault Detection And Isolation Using Unknown Input Observers With Structured Residual Generation.In: International Journal of Instrumentation and Control Systems (IJICS),Vol 2 (2012), No 2, April Thumathi B.T., Miles Feinstein A., James Fonda W., Turnbull A., Fay Weaver J., Mark Calkins E., Jagannathan S.: An online model based fault diagnosis scheme for HVAC System. In: IEEE International conference on control Application (CCA), September 28-30,2011, Denver,CO,USA, 39

15 Svärd, C., Nyberg, M., Frisk, E., Krysander, M.: Data-Driven and Adaptive Statistical Residual Evaluation for Fault Detection with an Automotive Application. In: ELSEVIER, Mechanical systems and signal processing, Vol 45, No 1, p Guo L., Zhang Y.M., Wang H., Fang J.C.: Observer-Based Optimal Fault Detection and Diagnosis Using Conditional Probability Distributions. In: IEEE Transactions On Signal Processing, October 2006, Vol 54, No 10. Shukri Zainal Abidin M., YusofF R.: Application of a Model-based Fault Detection and Diagnosis using Parameter Estimation and Fuzzy Inference to a DC Servomotor. In: IEEE,International Symposium on Intelligent Control, October 2002, Vancouver, Canada. Aitouche A., Maquin D., Busson F.: Multiple Sensor Fault Detection in Heat Exchanger Systems. In: IEEE International Conference on Control Applications, CCA'98, September 1998, Trieste, Italy, p Jiang B., Chowdhury B.:Observer-based Fault Diagnosis for a Class of Nonlinear Systems.In: Proceeding of the 2004 American Control Conference on Boston, Massachusetts, June 30- July 2,2004. Messai, A., Mellit,A., Abdellani,I., Massi Pavan, A.: On-line fault detection of a fuel rod temperature measurement sensor in a nuclear reactor core using ANNs.In: ELSEVIER,Progress in Nuclear Energy 79 (2015),p Sheela, T., Naresh, R.,Rameshwar, J.:Comparative Study of Back propagation algorithms In Neural Network Based Identification Of Power System.In: International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 4, August

NEURAL NETWORK SIMULATION OF KARSTIC SPRING DISCHARGE

NEURAL NETWORK SIMULATION OF KARSTIC SPRING DISCHARGE NEURAL NETWORK SIMULATION OF KARSTIC SPRING DISCHARGE 1 I. Skitzi, 1 E. Paleologos and 2 K. Katsifarakis 1 Technical University of Crete 2 Aristotle University of Thessaloniki ABSTRACT A multi-layer perceptron

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

Application and comparison of several artificial neural networks for forecasting the Hellenic daily electricity demand load

Application and comparison of several artificial neural networks for forecasting the Hellenic daily electricity demand load Application and comparison of several artificial neural networks for forecasting the Hellenic daily electricity demand load L. EKONOMOU 1 D.S. OIKONOMOU 2 1 Hellenic American University, 12 Kaplanon Street,

More information

Australian Journal of Basic and Applied Sciences. Vision based Automation for Flame image Analysis in Power Station Boilers

Australian Journal of Basic and Applied Sciences. Vision based Automation for Flame image Analysis in Power Station Boilers Australian Journal of Basic and Applied Sciences, 9(2) February 201, Pages: 40-4 AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com Vision

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

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

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

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

An Adaptive NARX Neural Network Approach for. Financial Time Series Prediction

An Adaptive NARX Neural Network Approach for. Financial Time Series Prediction An Adaptive NARX Neural Network Approach for Financial Time Series Prediction BY PARASHAR CHANDRASHEKHAR SOMAN A thesis submitted to the Graduate school New Brunswick Rutgers, The State University of New

More information

LOAD FORECASTING FOR POWER SYSTEM PLANNING AND OPERATION USING ARTIFICIAL NEURAL NETWORK AT AL BATINAH REGION OMAN

LOAD FORECASTING FOR POWER SYSTEM PLANNING AND OPERATION USING ARTIFICIAL NEURAL NETWORK AT AL BATINAH REGION OMAN Journal of Engineering Science and Technology Vol. 7, No. 4 (01) 498-504 School of Engineering, Taylor s University LOAD FORECASTING FOR POWER SYSTEM PLANNING AND OPERATION USING ARTIFICIAL NEURAL NETWORK

More information

Research Article Forecasting Bank Deposits Rate: Application of ARIMA and Artificial Neural Networks

Research Article Forecasting Bank Deposits Rate: Application of ARIMA and Artificial Neural Networks Research Journal of Applied Sciences, Engineering and Technology 7(3): 527-532, 2014 DOI:10.19026/rjaset.7.286 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scientific Publication Corp. Submitted: February

More information

Study on Predictive Maintenance Strategy

Study on Predictive Maintenance Strategy , pp.52-56 http://dx.doi.org/10.14257/astl.2016.137.10 Study on Predictive Maintenance Strategy Wang Hongxia, Ye Xiaohui, Yin Ming Naval University of Engineering, Wuhan 430033, China 25523224@QQ.com Abstract.

More information

CHAPTER 5 IMPROVING ON TIME, IN FULL DELIVERY

CHAPTER 5 IMPROVING ON TIME, IN FULL DELIVERY 70 CHAPTER 5 IMPROVING ON TIME, IN FULL DELIVERY 5.1 INTRODUCTION The orders which are not yet shipped or invoiced to customer are called backlog orders. The various reasons for accumulation of stock,

More information

Analysis of Leakage Current to Predict Insulator Flashover Using Artificial Neural Network

Analysis of Leakage Current to Predict Insulator Flashover Using Artificial Neural Network Journal of Computer Science 7 (2): 167-172, 2011 ISSN 1549-3636 2011 Science Publications Analysis of Leakage Current to Predict Insulator Flashover Using Artificial Neural Network 1 N. Narmadhai and 2

More information

Prediction of Axial and Radial Creep in CANDU 6 Pressure Tubes

Prediction of Axial and Radial Creep in CANDU 6 Pressure Tubes Prediction of Axial and Radial Creep in CANDU 6 Pressure Tubes Vasile S. Radu Institute for Nuclear Research Piteşti vasile.radu@nuclear.ro 1 st Research Coordination Meeting for the CRP Prediction 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

Diabetes Prediction with Supervised Learning Algorithms of Artificial Neural Network

Diabetes Prediction with Supervised Learning Algorithms of Artificial Neural Network 2011 International Conference on Software and Computer Applications IPCSIT vol.9 (2011) (2011) IACSIT Press, Singapore Diabetes Prediction with Supervised Learning Algorithms of Artificial Neural Network

More information

Building Energy Modeling Using Artificial Neural Networks

Building Energy Modeling Using Artificial Neural Networks Energy Research Journal Original Research Paper Building Energy Modeling Using Artificial Neural Networks Maya Arida, Nabil Nassif, Rand Talib and Taher Abu-Lebdeh Department of Civil, Architectural and

More information

Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Networks

Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Networks Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Networks Presented by: Parsa Yousefi Supervisors: Dr. M. Jamshidi, Dr. P. Benavidez June 23 rd,

More information

A Trust Evaluation Model for Social Commerce Based on BP Neural Network

A Trust Evaluation Model for Social Commerce Based on BP Neural Network Journal of Data Analysis and Information Processing, 2016, 4, 147-158 http://www.scirp.org/journal/jdaip ISSN Online: 2327-7203 ISSN Print: 2327-7211 A Trust Evaluation Model for Social Commerce Based

More information

Prediction of permeability from reservoir main properties using neural network

Prediction of permeability from reservoir main properties using neural network Scientific Research and Essays Vol. 6(32), pp. 6626-6635, 23 December, 2011 Available online at http://www.academicjournals.org/sre DOI: 10.5897/SRE11.686 ISSN 1992-2248 2011 Academic Journals Full Length

More information

Graphical User Interface Application in Matlab Environment for Water and Air Quality Process Monitoring

Graphical User Interface Application in Matlab Environment for Water and Air Quality Process Monitoring 97 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 56, 2017 Guest Editors: Jiří Jaromír Klemeš, Peng Yen Liew, Wai Shin Ho, Jeng Shiun Lim Copyright 2017, AIDIC Servizi S.r.l., ISBN 978-88-95608-47-1;

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 Comprehensive Study of Dispute Resolution using Artificial Neural Network in Build Operate and Transfer (BOT) Project

A Comprehensive Study of Dispute Resolution using Artificial Neural Network in Build Operate and Transfer (BOT) Project A Comprehensive Study of Dispute Resolution using Artificial Neural Network in Build Operate and Transfer (BOT) Project Asra Fatima 1 Research Scholar, Department of Civil Engineering Gandhi Institute

More information

PREDICTIVE MODELING FOR AN INDUSTRIAL NAPHTHA REFORMING PLANT USING ARTIFICIAL NEURAL NETWORK WITH RECURRENT LAYERS

PREDICTIVE MODELING FOR AN INDUSTRIAL NAPHTHA REFORMING PLANT USING ARTIFICIAL NEURAL NETWORK WITH RECURRENT LAYERS International Journal of Technology (2013) 2: 102 111 ISSN 2086 9614 IJTech 2013 PREDICTIVE MODELING FOR AN INDUSTRIAL NAPHTHA REFORMING PLANT USING ARTIFICIAL NEURAL NETWORK WITH RECURRENT LAYERS Sepehr

More information

Prediction of Dissolved Oxygen Using Artificial Neural Network

Prediction of Dissolved Oxygen Using Artificial Neural Network 2011 International Conference on Computer Communication and Management Proc.of CSIT vol.5 (2011) (2011) IACSIT Press, Singapore Prediction of Dissolved Oxygen Using Artificial Neural Network Sirilak Areerachakul

More information

Combining Back-Propagation and Genetic Algorithms to Train Neural Networks for Start-Up Time Modeling in Combined Cycle Power Plants

Combining Back-Propagation and Genetic Algorithms to Train Neural Networks for Start-Up Time Modeling in Combined Cycle Power Plants Combining Back-Propagation and Genetic Algorithms to Train Neural Networks for Start-Up Time Modeling in Combined Cycle Power Plants I. Bertini 1, M. De Felice 1,2, S. Pizzuti 1 1- ENEA (Italian Energy

More information

PREDICTING EMPLOYEE ATTRITION THROUGH DATA MINING

PREDICTING EMPLOYEE ATTRITION THROUGH DATA MINING PREDICTING EMPLOYEE ATTRITION THROUGH DATA MINING Abbas Heiat, College of Business, Montana State University, Billings, MT 59102, aheiat@msubillings.edu ABSTRACT The purpose of this study is to investigate

More information

Modelling Of Abrasive Wear Resistance By Means Of Artificial Neural Networks Of Al-Sic p Composıtes Produced By Cold Pressıng Method

Modelling Of Abrasive Wear Resistance By Means Of Artificial Neural Networks Of Al-Sic p Composıtes Produced By Cold Pressıng Method Australian Journal of Basic and Applied Sciences, 6(9): 264-274, 22 ISSN 99-878 Modelling Of Abrasive Wear Resistance By Means Of Artificial Neural Networks Of Al-Sic p Composıtes Produced By Cold Pressıng

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

APPROACH TO CHOICE A METHOD OF AID DIAGNOSTIC FOR INSTALLATION OF SOLAR AIR CONDITIONING

APPROACH TO CHOICE A METHOD OF AID DIAGNOSTIC FOR INSTALLATION OF SOLAR AIR CONDITIONING APPROACH TO CHOICE A METHOD OF AID DIAGNOSTIC FOR INSTALLATION OF SOLAR AIR CONDITIONING Ghernaout Med El-Amine, Doctor in industrial automation Meghelli Abdelkarim, Phd Student University of Tlemcen,

More information

DeltaV InSight. DeltaV InSight. Introduction. DeltaV Product Data Sheet. Gain new process insight from embedded process learning

DeltaV InSight. DeltaV InSight. Introduction. DeltaV Product Data Sheet. Gain new process insight from embedded process learning February 2016 Page 1 DeltaV InSight DeltaV InSight a control performance suite Gain new process insight from embedded process learning Easily identify underperforming control loops Quickly tune loops for

More information

Optimization of regenerative cycle with open feed water heater using genetic algorithms and neural networks

Optimization of regenerative cycle with open feed water heater using genetic algorithms and neural networks J Therm Anal Calorim (2) :757 76 DOI 7/s973--727-7 Optimization of regenerative cycle with open feed water heater using genetic algorithms and neural networks A R Moghadassi F Parvizian B Abareshi F Azari

More information

DeltaV InSight. Introduction. Benefits. Gain new process insight from embedded process learning. Easily identify underperforming control loops

DeltaV InSight. Introduction. Benefits. Gain new process insight from embedded process learning. Easily identify underperforming control loops DeltaV Distributed Control System Product Data Sheet DeltaV InSight Gain new process insight from embedded process learning Easily identify underperforming control loops Quickly tune loops for improved

More information

Magnetic Resonance Brain Image Segmentation and Reconstruction Technique Based on Genetic Fuzzy Clustering Technique

Magnetic Resonance Brain Image Segmentation and Reconstruction Technique Based on Genetic Fuzzy Clustering Technique Magnetic Resonance Brain Image Segmentation and Reconstruction Technique Based on Genetic Fuzzy Clustering Technique Liu Tao 1, *,Liu Xiuzhen 2 1 Faculty of Biomedical Engineering, The Fourth Military

More information

Modeling of Steam Turbine Combined Cycle Power Plant Based on Soft Computing

Modeling of Steam Turbine Combined Cycle Power Plant Based on Soft Computing Modeling of Steam Turbine Combined Cycle Power Plant Based on Soft Computing ALI GHAFFARI, ALI CHAIBAKHSH, ALI MOSTAFAVI MANESH Department of Mechanical Engineering, department of Mechanical Engineering,

More information

Artificial Neural Network Model for Rainfall-Runoff -A Case Study

Artificial Neural Network Model for Rainfall-Runoff -A Case Study , pp. 263-272 http://dx.doi.org/10.14257/ijhit.2016.9.3.24 Artificial Neural Network Model for Rainfall-Runoff -A Case Study P.Sundara Kumar 1, T.V.Praveen 2 and M. Anjanaya Prasad 3 1 Research scholar,

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

FLOTATION CONTROL & OPTIMISATION

FLOTATION CONTROL & OPTIMISATION FLOTATION CONTROL & OPTIMISATION A global leader in mineral and metallurgical innovation FLOATSTAR OVERVIEW Flotation is a complex process that is affected by a multitude of factors. These factors may

More information

Modeling and Control of a Multi-Component Continuous Crude Distillation Column Using LabVIEW

Modeling and Control of a Multi-Component Continuous Crude Distillation Column Using LabVIEW Modeling and Control of a Multi-Component Continuous Crude Distillation Column Using LabVIEW CH. Suresh Kumar 1, Mohammed Wajid Ali 2 Assistant Professor, Dept. of EIE, VNR Vignana Jyothi Institute of

More information

Stock Market Prediction with Multiple Regression, Fuzzy Type-2 Clustering and Neural Networks

Stock Market Prediction with Multiple Regression, Fuzzy Type-2 Clustering and Neural Networks Available online at www.sciencedirect.com Procedia Computer Science 6 (2011) 201 206 Complex Adaptive Systems, Volume 1 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri University of Science

More information

FIS Based Speed Scheduling System of Autonomous Railway Vehicle

FIS Based Speed Scheduling System of Autonomous Railway Vehicle International Journal of Scientific & Engineering Research Volume 2, Issue 6, June-2011 1 FIS Based Speed Scheduling System of Autonomous Railway Vehicle Aiesha Ahmad, M.Saleem Khan, Khalil Ahmed, Nida

More information

Visual Data Mining: A case study in Thermal Power Plant

Visual Data Mining: A case study in Thermal Power Plant Visual Data Mining: A case study in Thermal Power Plant Md Fazullula s 1, Mr. Praveen M P 2, S.S.Mahesh Reddy 3 1 Student, Department of Mechanical Engineering, East Point College of Engineering & Technology,

More information

Anil Kumar*, Ajay Rathore** Ashish Patra ***

Anil Kumar*, Ajay Rathore** Ashish Patra *** Analysis of Power Transformer using fuzzy expert and neural network system Anil Kumar*, Ajay Rathore** Ashish Patra *** Electrical Department MITS Gwalior (MP)INDIA474002 Abstract- Power transformers being

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

Prediction of Wear Mechanisms in High Speed Steel Hobs Using Artificial Neural network

Prediction of Wear Mechanisms in High Speed Steel Hobs Using Artificial Neural network Prediction of Wear Mechanisms in High Speed Steel Hobs Using Artificial Neural network M.JALALI AZIZPOUR, H.MOHAMMADI MAJD PTRI OF ACECR IRAN m_jpour@yahoo.com Abstract In this paper back-propagation artificial

More information

ONLINE Fault MOINTORING System using Multi Agent Software

ONLINE Fault MOINTORING System using Multi Agent Software Current Development in Artificial Intelligence. ISSN 0976-5832 Volume 2, Number 1 (2011), pp. 65-74 International Research Publication House http://www.irphouse.com ONLINE Fault MOINTORING System using

More information

Analysis of Mean Monthly Rainfall Runoff Data of Indian Catchments Using Dimensionless Variables by Neural Network

Analysis of Mean Monthly Rainfall Runoff Data of Indian Catchments Using Dimensionless Variables by Neural Network Journal of Environmental Protection, 2010, 1, 155-171 doi:10.4236/jep.2010.12020 Published Online June 2010 (http://www.scirp.org/journal/jep) 1 Analysis of Mean Monthly Rainfall Runoff Data of Indian

More information

Forecasting of Electrical Energy Demand in Nigeria using Modified Form of Exponential Model

Forecasting of Electrical Energy Demand in Nigeria using Modified Form of Exponential Model American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-7, Issue-1, pp-122-135 www.ajer.org Research Paper Open Access Forecasting of Electrical Energy Demand in Nigeria

More information

Machine learning in neuroscience

Machine learning in neuroscience Machine learning in neuroscience Bojan Mihaljevic, Luis Rodriguez-Lujan Computational Intelligence Group School of Computer Science, Technical University of Madrid 2015 IEEE Iberian Student Branch Congress

More information

Towards a Usable Set of Leading Indicators for Hong Kong

Towards a Usable Set of Leading Indicators for Hong Kong Towards a Usable Set of Leading Indicators for Hong Kong William Chow Economics and Business Facilitation Unit, Financial Secretary s Office Hong Kong Special Administrative Region Government, HONG KONG,

More information

HEATING LOAD PREDICTIONS USING THE STATIC NEURAL NETWORKS METHOD. S.Sholahudin 1, Hwataik Han 2*

HEATING LOAD PREDICTIONS USING THE STATIC NEURAL NETWORKS METHOD. S.Sholahudin 1, Hwataik Han 2* International Journal of Technology (2015) 6: 946-953 ISSN 2086-9614 IJTech 2015 HEATING LOAD PREDICTIONS USING THE STATIC NEURAL NETWORKS METHOD S.Sholahudin 1, Hwataik Han 2* 1 Graduate School of Mechanical

More information

Journal of Global Research in Computer Science PREMATURE CONVERGENCE AND GENETIC ALGORITHM UNDER OPERATING SYSTEM PROCESS SCHEDULING PROBLEM

Journal of Global Research in Computer Science PREMATURE CONVERGENCE AND GENETIC ALGORITHM UNDER OPERATING SYSTEM PROCESS SCHEDULING PROBLEM Volume, No. 5, December 00 Journal of Global Research in Computer Science RESEARCH PAPER Available Online at www.jgrcs.info PREMATURE CONVERGENCE AND GENETIC ALGORITHM UNDER OPERATING SYSTEM PROCESS SCHEDULING

More information

Transfer Function Modelled Isolated Hybrid Power Generation System

Transfer Function Modelled Isolated Hybrid Power Generation System The International Journal Of Engineering And Science (IJES) Volume 4 Issue 12 Pages PP -44-49 215 ISSN (e): 2319 1813 ISSN (p): 2319 185 Transfer Function Modelled Isolated Hybrid Power Generation System

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

The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand

The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand Song Zhaozheng 1,Jiang Yanjun 2, Jiang Qingzhe 1 1State Key Laboratory of Heavy

More information

Modeling of Rainfall-Runoff by Artificial Neural Network for Micro Hydro Power Plant: A Case Study in Cameroon

Modeling of Rainfall-Runoff by Artificial Neural Network for Micro Hydro Power Plant: A Case Study in Cameroon Modeling of Rainfall-Runoff by Artificial Neural Network for Micro Hydro Power Plant: A Case Study in Cameroon Kengne Signe Elie Bertrand (1&2)*, O. Hamandjoda 1, Fanyep Nana Antoine 2, Gubong Takam Charles

More information

Measurement and Control of Coal Pipe Temperature of Coal Mills of PF Boiler

Measurement and Control of Coal Pipe Temperature of Coal Mills of PF Boiler Measurement and Control of Coal Pipe Temperature of Coal Mills of PF Boiler Karunamoy Chatterjee a, Sankar Narayan Mahato b, Subrata Chattopadhyay c a Electronics & Communication Engineering, Bankura Unnayani

More information

An artificial neural network approach for short-term wind power forecasting in Portugal

An artificial neural network approach for short-term wind power forecasting in Portugal Eng Int Syst (29) 1: 5 11 Engineering 29 CRL Publishing Ltd Intelligent Systems An artificial neural network approach for short-term wind power forecasting in Portugal J P S Catalão 1,HMIPousinho 1 and

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

Artificial Intelligence-Based Modeling and Control of Fluidized Bed Combustion

Artificial Intelligence-Based Modeling and Control of Fluidized Bed Combustion 46 Artificial Intelligence-Based Modeling and Control of Fluidized Bed Combustion Enso Ikonen* and Kimmo Leppäkoski University of Oulu, Department of Process and Environmental Engineering, Systems Engineering

More information

Rule Minimization in Predicting the Preterm Birth Classification using Competitive Co Evolution

Rule Minimization in Predicting the Preterm Birth Classification using Competitive Co Evolution Indian Journal of Science and Technology, Vol 9(10), DOI: 10.17485/ijst/2016/v9i10/88902, March 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Rule Minimization in Predicting the Preterm Birth

More information

Procedia - Social and Behavioral Sciences 109 ( 2014 )

Procedia - Social and Behavioral Sciences 109 ( 2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 109 ( 2014 ) 1059 1063 2 nd World Conference On Business, Economics And Management - WCBEM 2013 * Abstract

More information

Curriculum Vitae Name Title Birth Date Gender Address Telephone Mobile Education Background Professional Experience

Curriculum Vitae Name Title Birth Date Gender Address Telephone Mobile  Education Background Professional Experience Curriculum Vitae Name: Zheng Wang Title: Professor Birth Date: February 13, 1973 Gender: Male Address: School of Automation, Southeast University Nanjing, Jiangsu 210096, P. R. China Telephone: 86-25-83792418

More information

Classical Approach to Solve Economic Load Dispatch Problem of Thermal Generating Unit in MATLAB Programming

Classical Approach to Solve Economic Load Dispatch Problem of Thermal Generating Unit in MATLAB Programming Classical Approach to Solve Economic Load Dispatch Problem of Thermal Generating Unit in MATLAB Programming Arunesh Dutt 1, Ashish Dhamanda 2 1 Assistant Professor (EEE), SGIET, NGBU, Allahabad, U.P, India

More information

NNvPDB: Neural Network based Protein Secondary Structure Prediction with PDB Validation

NNvPDB: Neural Network based Protein Secondary Structure Prediction with PDB Validation www.bioinformation.net Web server Volume 11(8) NNvPDB: Neural Network based Protein Secondary Structure Prediction with PDB Validation Seethalakshmi Sakthivel, Habeeb S.K.M* Department of Bioinformatics,

More information

DIAGNOSIS OF TUBERCULOSIS USING MATLAB BASED ARTIFICIAL NEURAL NETWORK

DIAGNOSIS OF TUBERCULOSIS USING MATLAB BASED ARTIFICIAL NEURAL NETWORK IJIPA: 3(1), 2012, pp. 37-42 DIAGNOSIS OF TUBERCULOSIS USING MATLAB BASED ARTIFICIAL NEURAL NETWORK Chandrika V. *, Parvathi C.S., and P. Bhaskar Department of Instrumentation Technology, Gulbarga University

More information

Data Processing of Thermal Power Plants Based on Dynamic Data Reconciliation

Data Processing of Thermal Power Plants Based on Dynamic Data Reconciliation 1327 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 61, 2017 Guest Editors: Petar S Varbanov, Rongxin Su, Hon Loong Lam, Xia Liu, Jiří J Klemeš Copyright 2017, AIDIC Servizi S.r.l. ISBN 978-88-95608-51-8;

More information

Toward Reliable Engineered System Design: RELIABILITY-BASED DESIGN AND PROGNOSTICS AND HEALTH MANAGEMENT(PHM)

Toward Reliable Engineered System Design: RELIABILITY-BASED DESIGN AND PROGNOSTICS AND HEALTH MANAGEMENT(PHM) Toward Reliable Engineered System Design: RELIABILITY-BASED DESIGN AND PROGNOSTICS AND HEALTH MANAGEMENT(PHM) Chao Hu Assistant Professor Department of Mechanical Engineering Iowa State University 1 Motivation

More information

Thermodynamics Analysis of a Forced Convection Solar Air Heater Using Artificial Neural Network

Thermodynamics Analysis of a Forced Convection Solar Air Heater Using Artificial Neural Network International Journal of Applied Mathematics and Physics, 3(1), January-June 2011, pp. 57-63 Global Research Publications, India Thermodynamics Analysis of a Forced Convection Solar Air Heater Using Artificial

More information

Enterprise IT application evaluation based on BP neural network in Tianjin city

Enterprise IT application evaluation based on BP neural network in Tianjin city Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2013, 5(12):108-112 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Enterprise IT application evaluation based on BP

More information

Design of PI Controller for Bioreactors for Maximum Production Rate

Design of PI Controller for Bioreactors for Maximum Production Rate International Journal of ChemTech Research CODEN( USA): IJCRGG ISSN : 0974-4290 Vol.2, No.3, pp 1679-1685, July-Sept 2010 Design of PI Controller for Bioreactors for Maximum Production Rate S.Srinivasan

More information

An Anomaly Detection System for Advanced Maintenance Services

An Anomaly Detection System for Advanced Maintenance Services Hitachi Review Vol. 63 (2014), No. 4 178 An Anomaly Detection System for Advanced Maintenance Services Tadashi Suzuki Tojiro Noda Hisae Shibuya, Dr. Info. Hideaki Suzuki OVERVIEW: Combining maintenance

More information

Using Neural Network and Genetic Algorithm for Business Negotiation with Maximum Joint Gain in E-Commerce

Using Neural Network and Genetic Algorithm for Business Negotiation with Maximum Joint Gain in E-Commerce EurAsia-ICT 2002, Shiraz-Iran, 29-3 Oct. Using Neural Networ and Genetic Algorithm for Business Negotiation with Maximum Joint Gain in E-Commerce Mohammad Gholypur Pazand Samaneh Information Technology

More information

Prediction of bead reinforcement height and width of Gas Tungsten Arc Welded bead-on plate joints using Artificial Neural Network

Prediction of bead reinforcement height and width of Gas Tungsten Arc Welded bead-on plate joints using Artificial Neural Network 5 th International & 26 th All India Manufacturing Technology, Design and Research Conference (AIMTDR 2014) December 12 th 14 th, 2014, IIT Guwahati, Assam, India Prediction of bead reinforcement height

More information

A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING

A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING Wahab Musa Department of Electrical Engineering, Universitas Negeri Gorontalo, Kota Gorontalo, Indonesia E-Mail: wmusa@ung.ac.id

More information

Experimental design on product development

Experimental design on product development Experimental design on product development Introduction What is the traditional developing method? What is experimental design? What do we need and what kind of possibilities do we have for designing?

More information

PROGNOSTICS ENABLED RESILIENT CONTROL FOR MODEL-BASED BUILDING AUTOMATION SYSTEMS

PROGNOSTICS ENABLED RESILIENT CONTROL FOR MODEL-BASED BUILDING AUTOMATION SYSTEMS PROGNOSTICS ENABLED RESILIENT CONTROL FOR MODEL-BASED BUILDING AUTOMATION SYSTEMS Kun Ji, Yan Lu, Linia Liao, Zhen Song, and Dong Wei Siemens Corporation Corporate Research 755 College Road East Princeton,

More information

Management Science Letters

Management Science Letters Management Science Letters 2 (2012) 2923 2928 Contents lists available at GrowingScience Management Science Letters homepage: www.growingscience.com/msl An empirical study for ranking insurance firms using

More information

MODELING AND VALIDATION OF EXISTING VAV SYSTEM COMPONENTS

MODELING AND VALIDATION OF EXISTING VAV SYSTEM COMPONENTS MODELING AND VALIDATION OF EXISTING VAV SYSTEM COMPONENTS Nabil Nassif Stanislaw Kajl Robert Sabourin École de technologie supérieure Montreal, Canada nnassif@mec.etsmtl.ca skajl@mec.etsmtl.ca Robert.Sabourin@etsmtl.ca

More information

High Performance Data mining by Genetic Neural Network

High Performance Data mining by Genetic Neural Network High Performance Data mining by Genetic Neural Network Dadmehr Rahbari Artificial Intelligence Group of Mashhad Azad University, Mashhad, Iran E-mail: D_rahbari@yahoo.com Abstract: Data mining in computer

More information

Comparison between neural network based PI and PID controllers

Comparison between neural network based PI and PID controllers Edith Cowan University Research Online ECU Publications Pre. 2011 2010 Comparison between neural network based PI and PID controllers Mohammed Hassan Ganesh Kothapalli Edith Cowan University 10.1109/SSD.2010.5585598

More information

A Hybrid Adaptive Rule based System for Smart Home Energy Prediction

A Hybrid Adaptive Rule based System for Smart Home Energy Prediction A Hybrid Adaptive Rule based System for Smart Home Energy Prediction Jithish J and Sriram Sankaran Amrita Center for Cybersecurity Systems & Networks Amrita School of Engineering, Amritapuri Amrita Vishwa

More information

Introduction to Information Systems Fifth Edition

Introduction to Information Systems Fifth Edition Introduction to Information Systems Fifth Edition R. Kelly Rainer Brad Prince Casey Cegielski Appendix D Intelligent Systems Copyright 2014 John Wiley & Sons, Inc. All rights reserved. 1. Explain the potential

More information

MODELLING AND SIMULATION OF BUILDING ENERGY SYSTEMS USING INTELLIGENT TECHNIQUES

MODELLING AND SIMULATION OF BUILDING ENERGY SYSTEMS USING INTELLIGENT TECHNIQUES MODELLING AND SIMULATION OF BUILDING ENERGY SYSTEMS USING INTELLIGENT TECHNIQUES Ph.D. THESIS by V. S. K. V. HARISH ALTERNATE HYDRO ENERGY CENTRE INDIAN INSTITUTE OF TECHNOLOGY ROORKEE ROORKEE-247667 (INDIA)

More information

Implementation of adaptive fuzzy controller on the variable speed wind turbines in comparison with conventional methods

Implementation of adaptive fuzzy controller on the variable speed wind turbines in comparison with conventional methods 388 Ciência enatura, Santa Maria, v. 37 Part 1 2015, p. 388 396 ISSN impressa: 0100-8307 ISSN on-line: 2179-460X Implementation of adaptive fuzzy controller on the variable speed wind turbines in comparison

More information

Estimating Hungarian Household Energy Consumption Using Artificial Neural Networks

Estimating Hungarian Household Energy Consumption Using Artificial Neural Networks Acta Polytechnica Hungarica Vol. 11, No. 4, 2014 Estimating Hungarian Household Energy Consumption Using Artificial Neural Networks András Szűts Doctoral School of Applied Informatics and Applied Mathematics

More information

Optimization of Substrate Feed Flow Rate for Fed-Batch Yeast Fermentation Process

Optimization of Substrate Feed Flow Rate for Fed-Batch Yeast Fermentation Process Second International Conference on Computational Intelligence, Modelling and Simulation Optimization of Substrate Feed Flow Rate for Fed-Batch Yeast Fermentation Process K. T. K. Teo School of Engineering

More information

An Efficient and Effective Immune Based Classifier

An Efficient and Effective Immune Based Classifier Journal of Computer Science 7 (2): 148-153, 2011 ISSN 1549-3636 2011 Science Publications An Efficient and Effective Immune Based Classifier Shahram Golzari, Shyamala Doraisamy, Md Nasir Sulaiman and Nur

More information

Pressure Independent Valve Systems. ASHRAE Seminar College of the North Atlantic, Doha, Qatar 20 th April 2013

Pressure Independent Valve Systems. ASHRAE Seminar College of the North Atlantic, Doha, Qatar 20 th April 2013 Pressure Independent Valve Systems ASHRAE Seminar College of the North Atlantic, Doha, Qatar 20 th April 2013 1 Agenda Introduction Pressure independent Valves - mechanical PICCV Pressure independent Valves

More information

Dynamics and Control Simulation of a Debutanizer Column using Aspen HYSYS

Dynamics and Control Simulation of a Debutanizer Column using Aspen HYSYS Dynamics and Control Simulation of a Debutanizer Column using Aspen HYSYS S. Karacan 1, F. Karacan 2 1 Ankara University, Engineering Faculty, Department of Chemical Engineering, Tandogan 06100, Ankara,

More information

Big Data Analytics Using Neural networks

Big Data Analytics Using Neural networks San Jose State University SJSU ScholarWorks Master's Projects Master's Theses and Graduate Research Spring 2014 Big Data Analytics Using Neural networks Follow this and additional works at: http://scholarworks.sjsu.edu/etd_projects

More information

Artificial neural network application in modeling revenue returns from mobile payment services in Kenya

Artificial neural network application in modeling revenue returns from mobile payment services in Kenya American Journal of Theoretical and Applied Statistics 2014; 3(3): 60-64 Published online May 10, 2014 (http://www.sciencepublishinggroup.com/j/ajtas) doi: 10.11648/j.ajtas.20140303.11 Artificial neural

More information

Reliability Improvement of Electric Power Steering System Based on ISO 26262

Reliability Improvement of Electric Power Steering System Based on ISO 26262 2013 International Conference on Quality, Reliability, Risk, Maintenance, and Safety Engineering (QR2MSE) 2013 International Conference on Materials and Reliability (ICMR) 2013 International Conference

More information

Implementation of Genetic Algorithm for Agriculture System

Implementation of Genetic Algorithm for Agriculture System Implementation of Genetic Algorithm for Agriculture System Shweta Srivastava Department of Computer science Engineering Babu Banarasi Das University,Lucknow, Uttar Pradesh, India Diwakar Yagyasen Department

More information

The Bankruptcy Prediction by Neural Networks and Logistic Regression

The Bankruptcy Prediction by Neural Networks and Logistic Regression Vol. 3, No. 4, October 2013, pp. 146 152 E-ISSN: 2225-8329, P-ISSN: 2308-0337 2013 HRMARS www.hrmars.com The Bankruptcy Prediction by Neural Networks and Logistic Regression Ahmad Ahmadpour KASGARI 1 Seyyed

More information

Multi-product inventory optimization in a multiechelon supply chain using Genetic Algorithm

Multi-product inventory optimization in a multiechelon supply chain using Genetic Algorithm Multi-product inventory optimization in a multiechelon supply chain using Genetic Algorithm T.V.S.R.K.Prasad 1, Sk.Abdul Saleem 3, C.Srinivas 2,Kolla srinivas 4 1 Associate Professor, 3 Assistant Professor,

More information

Application of Artificial Neural Network (ANN) for the prediction of EL-AGAMY wastewater treatment plant performance-egypt

Application of Artificial Neural Network (ANN) for the prediction of EL-AGAMY wastewater treatment plant performance-egypt Alexandria Engineering Journal (2012) 51, 37 43 Alexandria University Alexandria Engineering Journal www.elsevier.com/locate/aej www.sciencedirect.com Application of Artificial Neural Network (ANN) for

More information

Design of a Conceptual Reference Framework for Reusable Software Components based on Context Level

Design of a Conceptual Reference Framework for Reusable Software Components based on Context Level www.ijcsi.org 26 Design of a Conceptual Reference Framework for Reusable Software Components based on Context Level V. Subedha 1, Dr. S. Sridhar 2 1 Research Scholar, Department of CSE, Sathyabama University

More information

Development of a Predictive Model for Biogas Yield Using Artificial Neural Networks (ANNs) Approach

Development of a Predictive Model for Biogas Yield Using Artificial Neural Networks (ANNs) Approach American Journal of Energy and Power Engineering 2017; 4(6): 71-77 http://www.aascit.org/journal/ajepe ISSN: 2375-3897 Development of a Predictive Model for Biogas Yield Using Artificial Ejiroghene Kelly

More information