Application of Artificial Neural Networks to Estimate Wastewater Treatment Plant Inlet Biochemical Oxygen Demand

Size: px
Start display at page:

Download "Application of Artificial Neural Networks to Estimate Wastewater Treatment Plant Inlet Biochemical Oxygen Demand"

Transcription

1 Application of Artificial Neural Networks to Estimate Wastewater Treatment Plant Inlet Biochemical Oxygen Demand Emrah Dogan, a Asude Ates, b Ece Ceren Yilmaz, b Beytullah Eren b a Department of Civil Engineering, Sakarya University, Esentepe Campus, Sakarya, Turkey; emrahdogan77@gmail.com (for correspondence) b Department of Environmental Engineering, Sakarya University, Esentepe Campus, Sakarya, Turkey Published online 30 July 2008 in Wiley InterScience ( DOI /ep Biochemical oxygen demand (BOD) has been shown to be an important variable in water quality management and planning. However, BOD is difficult to measure and needs longer time periods (5 days) to get results. Artificial neural networks (ANNs) are being used increasingly to predict and forecast water resource variables. The objective of this research was to develop an ANNs model to estimate daily BOD in the inlet of wastewater biochemical treatment plants. The plantscale data set (364 daily records of the year 2005) was obtained from a local wastewater treatment plant. Various combinations of daily water quality data, namely chemical oxygen demand (COD), water discharge (Q w ), suspended solid (SS), total nitrogen (N), and total phosphorus (P) are used as inputs into the ANN so as to evaluate the degree of effect of each of these variables on the daily inlet BOD. The results of the ANN model are compared with the multiple linear regression model (MLR). Mean square error, average absolute relative error, and coefficient of determination statistics are used as comparison criteria for the evaluation of the model performance. The ANN technique whose inputs Ó 2008 American Institute of Chemical Engineers are COD, Q w, SS, N, and P gave mean square errors of , average absolute relative errors of 10.03%, and a coefficient of determination 0.919, respectively. On the basis of the comparisons, it was found that the ANN model could be employed successfully in estimating the daily BOD in the inlet of wastewater biochemical treatment plants. Ó 2008 American Institute of Chemical Engineers Environ Prog, 27: , 2008 Keywords: water quality, artificial neural network, wastewater treatment plant, multiple linear regression model INTRODUCTION Industrial and municipal wastewaters are major contamination sources of aquatic biota, accounting for several thousand types of chemicals released into the environment. Thus, the importance of implementing efficient monitoring and control techniques for wastewater treatment systems is well known. A reliable model for any wastewater treatment plant is essential in order to provide a tool for predicting its performance and to form a basis for controlling the operation of the process. This process is complex and attains a high degree of nonlinearity due to the presence of bio-organic constituents that are difficult Environmental Progress (Vol.27, No.4) DOI /ep December

2 to model by using mechanistic approaches. Predicting the plant s operational parameters using conventional experimental techniques, is also a time-consuming step and an obstacle in the way to an efficient control of such processes. Biochemical oxygen demand is one of the major parameters for wastewater management and planning. It is an approximate measure of the amount of biochemical degradable organic matter present in a water sample. It is defined by the amount of oxygen required for the aerobic microorganisms present in the sample to oxidize the organic matter to a stable organic form. The oxygen consumption from degradation of organic material is normally measured as biochemical oxygen demand (BOD) and chemical oxygen demand (COD), so there is an important relation between them. Performing the test for BOD requires significant time and commitment for preparation and analysis. This process requires five days, with data collection and evaluation occurring on the last day [1]. Several water quality models such as traditional mechanistic approaches have been developed in order to manage the best practices for conserving the quality of water. Most of these models need several different input data, which are not easily accessible and make it a very expensive and time-consuming process. Artificial neural networks (ANNs) are computer techniques that attempt to simulate the functionality and decision-making processes of the human brain. In the past few decades, ANNs have been extensively used in a wide range of engineering applications. Recently, ANNs have been increasingly applied in modeling water quality. ANNs have been successfully used in hydrological processes, water resources, water quality prediction, and reservoir operation [2 7]. They have been used especially for the forecasting of water quality parameters and estimating nutrient concentration from pollution sources of watershed [8 10]. The research presented in this study is motivated by a desire to explore the potential of ANN estimation of biochemical oxygen demands of the input stream of a biochemical wastewater treatment plant. There is a five-day delay in determination of BOD, and when this is added to the hydraulic residence time, it is often too late to make proper adjustments in the wastewater treatment process. The ANN would be ideally suited for estimating inlet BOD owing to its ability to provide good generalization performance in capturing nonlinear regression relationships between predictors and the predictand. The performance of the ANN model is compared with multiple linear regression (MLR). Comparison of the results shows that the ANN model is statistically superior to the MLR model. METHODS ANNs ANNs consist of large number of processing elements with their interconnections. ANNs are basically parallel computing systems similar to biological neu- Figure 1. A typical three-layer feed forward ANN. ral networks. They can be characterized by three components: Nodes Weights (connection strength) An activation (transfer) function ANN modeling is a nonlinear statistical technique; it can be used to solve problems that are not amenable to conventional statistical and mathematical methods. In the past few years there has been constantly increasing interest in neural networks modeling in different fields of hydrology engineering [11]. The basic unit in the artificial neural network is the node. Nodes are connected to each other by links known as synapses; associated with each synapse there is a weight factor. Usually neural networks are trained so that a particular set of inputs produces, as nearly as possible, a specific set of target outputs. The most commonly used ANN is the three-layer feed-forward ANN. In feed-forward neural networks architecture, there are layers and nodes at each layer. Each node at input and inner layers receives input values, processes, and passes them on to the next layer. This process is conducted by weights. Weight is the connection strength between two nodes. The numbers of neurons in the input layer and the output layer are determined by the numbers of input and output parameters, respectively. In the present feedforward artificial neural networks are used. The model is shown in Figure 1. In Figure 1, i, j, k denote nodes input layer, hidden layer, and output layer, respectively. w is the weight of the nodes. Subscripts specify the connections between the nodes. For example, w ij is the weight between nodes i and j. The term feed-forward means that a node connection only exists from a node in the input layer to other nodes in the hidden layer or from a node in the hidden layer to nodes in the output layer, and that the nodes within a layer are not interconnected to each other. Multiple Linear Regression If it is assumed that the dependent variable Y is affected by m independent variables X 1, X 2,...,X m and a linear equation is selected for the relation 440 December 2008 Environmental Progress (Vol.27, No.4) DOI /ep

3 Table 1. The daily statistical parameters of each data set. Data set x mean S x C v (S x /x mean ) C sx x min x max Correlation with BOD BOD (mg/l) COD (mg/l) N (mg/l) P (mg/l) SS (mg/l) Q w (m 3 /s) 63,562 17, ,920 94, among them, the regression equation of Y can be written as: y ¼ a þ b 1 x 1 þ b 2 x 2 þ þb m x m (1) y in this equation shows the expected value of the variable Y when the independent variables take the values X 1 5 x 1, X 2 5 x 2,...,X m 5 x m. The regression coefficients a, b 1,b 2,...,b m are evaluated, similar to simple regression, by minimizing the sum of the e yi distances of observation points from the plane expressed by the regression equation [12], X N i¼1 e 2 yi ¼ XN i¼1 ðy i a b 1 x 1i b 2 x 2i b m x mi Þ 2 (2) In this study, the coefficients of the regressions were determined using the least square method. COMPILATION OF DATA The daily BOD, COD, total phosphorus (P), total nitrogen (N), suspended solid (SS), and water discharge (Q w ) are obtained from one of the inlets of the wastewater treatment plant in Adapazari city, Turkey. The data sets consisting of composite samples that represent an average composition of the samples were used in this study. The data set based on analysis of composite daily samples is obtained by taking automatic grap samples every hour (over a 24-h period) of the wastewater entering the plant. The daily statistical parameters of each data are given in Table 1. In this table, x mean, S x, C v, C sx, x min, and x max denote the mean, standard deviation, variation, skewness coefficient, minimum and maximum of the data, respectively. It is clearly seen from Table 1 that the mostly varied (C v mm) data is SS. The highest correlation coefficient with the BOD (0.954) belongs to the COD. There is an inverse proportion between BOD and Q w with a negative correlation of APPLICATION OF ANN MODEL In this study, before the training of the model both input and output variables were normalized within the range 0.1 to 0.9 as follows: ðx x min Þ x i ¼ 0:8 þ 0:1 (3) ðx max x min Þ where x i is the normalized value of a certain parameter, x is the measured value for this parameter, x min and x max are the minimum and maximum values in the database for this parameter, respectively. To develop an ANN model for estimating BOD, the available data set (364 daily water quality data of the year 2005) was randomly partitioned into a training set and a test set. About 67% (244 water quality data set) of the available record was selected for training while the remaining 33% (120 for water quality data set) was used for testing. For all created neural networks the general structure of input, one hidden and one output layer was used. To determine the optimal architecture, several neural networks were trained with different iteration numbers (epoch) and numbers of nodes in the hidden layer. For all cases a log sigmoid transfer function (logsig) was used in the hidden and output layers. When the logsig was applied, the inputs and the outputs were normalized to within the range of 0 1. The most accurate estimations of the ANNs were obtained with log sigmoid transfer function [13]. SELECTION OF INPUT PARAMETERS FOR THE ANN The selection of the input parameters is a very important aspect for the neural network modeling. To use ANN structures effectively, input variables in the phenomenon must be selected with great care. This highly depends on the better understanding of the problem. In a firm ANN architecture, to not confuse the training process, key variables must be introduced and unnecessary variables must be avoided. For this purpose, a sensitivity analysis can be used to find out the key parameters. Also sensitivity analysis can be useful to determine the relative importance of the parameters when sufficient data are available. The sensitivity analysis is used to determine the effect of changes and to determine the relative importance or effectiveness of a variable on the output. The input variables that do not have a significant effect on the performance of an ANN can be excluded from the input variables, resulting in a more compact network. Then it becomes necessary to work on methods like sensitivity analysis to make ANN work effectively. BOD depends on some independent parameters, which can be given in this form: BOD 5 f(cod, N, P, Q w, SS). The five ANN models were established using each independent parameter separately. Sensitivity analysis was applied to find the most effective input parameters. The sensitivity analysis coefficient of determination (R 2 ) of the parameters involved in the phenomenon is given in Figure 2, respectively. It is clearly Environmental Progress (Vol.27, No.4) DOI /ep December

4 Figure 2. Comparison of ANN results and observed BOD depending on each input parameter. 442 December 2008 Environmental Progress (Vol.27, No.4) DOI /ep

5 Table 2. Determination of the most appropriate ANN architecture. ANN structure (number of nodes in layers) Iteration number (Epoch) Determination coefficient (R 2 ) Mean square error (MSE) ANN (5, 2, 1) ANN (5, 3, 1) ANN (5, 5, 1) ANN (5, 7, 1) ANN (5, 10, 1) ANN (5, 2, 1) ANN (5, 3, 1) ANN (5, 5, 1) ANN (5, 7, 1) ANN (5, 10, 1) seen from Figure 2 that the most effective parameter is determined as COD. DETERMINATION OF AN APPROPRIATE ANN MODEL One of the problems that occur during neural network training is called overfitting. Overfitting is suggested when the error on the training set is driven to a very small value, while for the test data presented to the network the error is large. That means the network has memorized the training examples, but it has not learned to generalize to new situations. To not overfit the training data, the appreciated epoch number, number of hidden layers, and node number of hidden layers must be chosen by trial and error process. Networks are sensitive to the number of nodes in their hidden layers. Too few nodes can lead to underfitting and too many nodes can result in overfitting. To reach an optimum amount of hidden layer nodes, 2, 4, 6, 8, 10, and 12 nodes are tested. The results are shown in Table 2. The first column in this table denotes the nodes of each layer for the ANN models. Accordingly, an ANN structure like ANN(i,j,k) indicates a network architecture with i, j, and k nodes in input, hidden, and output layers, respectively. In this case the input layer covers the COD, total phosphorus, total nitrogen, suspended solid particles, and water discharge (COD, P, N, SS, Q w ) and the output layer consists of the BOD. It can be seen from the Table 2 that the ANN(5,3,1) model with 1000 iterations having the R 2 value of and MSE value of is the best model. Networks are also sensitive to the number of hidden layers. In this study, ANN architectures with only one and two hidden layers are tested, since three or more hidden layered systems are known to cause unnecessary computational overload. The variation of training and test MSE values for one and two hidden layered ANN models are presented in Figures 3a and 3b. As seen from these figures, ANN architecture with one hidden layer turns out to be a more stable design. Thus, for this study one hidden layered ANN having two hidden layer nodes with 1000 epochs has been adopted. If the epoch number exceeds 1000, deviations and, thus, overfitting begins, as illustrated in Figure 3b. SENSITIVITY ANALYSIS It appears that while assessing the performance of any model for its applicability in estimating BOD, it is important to evaluate not only the average prediction error but also the distribution of prediction errors. The statistical performance evaluation criteria employed so far in this study are global statistics (R 2 and MSE) and do not provide any information on the distribution of errors [14]. Therefore, in order to test the robustness of the model developed, it is important to test the model using other performance evaluation criteria such as average absolute relative error (AARE). The AARE not only gives the performance index in terms of predicting BOD but also shows the distribution of the prediction errors. These criteria can be computed as: AARE ¼ 1 N in which, X n p¼1 jrej (4) RE ¼ t p o p t p (5) where RE is the relative error in forecast expressed as percentage, t p is the observed BOD for the pth pattern; and o p is the computed BOD for the pth pattern which is produced by ANNs; and N is the total number of the testing patterns. Clearly, the smaller the value of AARE is the better the performance. The performance control of the ANN outputs was evaluated by estimating the coefficient of determination (R 2 ) which is defined as: R 2 ¼ BOD o BOD s BOD s (6) where: BOD o ¼ Xn p¼1 2 t p t mean (7) Environmental Progress (Vol.27, No.4) DOI /ep December

6 Figure 3. The observed and estimated biological oxygen demand values. (a) ANN system with one hidden layer (MATLAB, 2004). (b) ANN system with two hidden layers (MATLAB, 2004). Figure 4. The observed and estimated biological oxygen demand values. BOD s ¼ Xn i¼1 2 t p o p (8) where, t mean is the mean BOD, The mean Square error (MSE) is defined as, MSE s ¼ 1 N X N i¼1 2 t p o p (9) COD is used as the common parameter for the rest of the sensitivity analysis. Performance evaluation of all possible combination of variables such that each and every combination includes COD, was also investigated. The findings are listed in Table 3. Based on the findings, as depicted in Table 3 the ANN model has five inputs (COD, N, P, SS, Q w ) gives the best estimation. APPLICATION OF MLR The performance criterion for the test results of the MLR model is given in Table 4. As can be seen from Table 4, the model has the highest MSE and AARE and the lowest R 2 values when COD is only used as input. However, it is clearly seen from Table 4 that while adding the total nitrogen, total phosphorus and suspended solid increases the models performance, adding water discharge decreases the models performance. However, the effect of water discharge on the phenomena was shown in Table 1 and Figure 2 the MLR model does not consider its effect. It is a drawback for the MLR. 444 December 2008 Environmental Progress (Vol.27, No.4) DOI /ep

7 Table 3. Performance evaluation of the effective parameters using ANN for sensitivity analysis. Performance COD COD 1 N COD 1 N 1 P COD 1 N 1 P 1 SS COD 1 N 1 P 1 SS 1 Q w AARE (%) * MSE * R * Best results are indicated by *. Table 4. The performances of the MLR in the test period. Performance COD COD 1 N COD 1 N 1 P COD 1 N 1 P 1 SS COD 1 N 1 P 1 SS 1 Q w AARE (%) * MSE * R * Best results are indicated by *. The performance of the selected neural network model and MLR in predicting BOD is demonstrated in Figure 4 for the test data set. As can be seen from Figure 4, both ANN and MLR estimates follow the corresponding experimentally measured data with a significantly high R 2 value of and 0.909, respectively. Furthermore ANN statistically outperforms MLR in terms of BOD estimation. CONCLUSION The present study demonstrates the capabilities of the ANN model for BOD modeling; however, the choice of ANN architecture and input parameters are crucial for obtaining good estimate accuracy. Thus, sensitivity analysis has been conducted to determine the degree of effectiveness of the variables by using various performance statistics. From the results obtained, an ANN model appears to be a useful tool for prediction of the inlet BOD. The results demonstrate that the COD is more effective on BOD estimation than the other four parameters. The remaining parameters were used one by one in estimating BOD. After the application of sensitivity analysis, other effective parameters were determined as total nitrogen N, total phosphorus P, suspended solid SS, and water discharge Q w, respectively. The models whose inputs are COD, water discharge, suspended solid, total nitrogen, and total phosphor have the best performance criteria among the input combinations tried in the study. This indicates that all these variables are needed for better BOD modeling. The MLR model was also used for predicting BOD. However, the effectiveness of the independent parameters was shown during the sensitivity analysis MLR model does not consider water discharges effect. It is a drawback for the MLR. On the basis of the comparison results, the ANN technique was found to be superior to the MLR technique. LITERATURE CITED 1. Chapman, D. (1992). Water quality assessments (1st Edition, pp ), London: Chapman and Hall. 2. Suen, J. P., Eheart, J. W., & Asce, M. (2003). Evaluation of neural networks for modelling nitrate concentration in rivers, Journal of Water Resource Plan and Man, 129, Aguilera, P. A., Frenich, A. G., Torres, J. A., Castro, H., Vidal, J. L. M., & Canton, M. (2001). Application of the Kohonen neural network in coastal water management: Methodological development for the assessment and prediction of water quality. Water Research, 35, Lobbrect, A. H., & Solomatine, D. P. (1999). Control of water levels in polder areas using neural networks and fuzzy adaptive systems. Water Industry Systems: Modeling and Optimization Applications, 1, Maier, H. R., & Dandy, G. C. (1996). The use of artificial neural networks for the prediction of water quality parameters, Water Resources Research, 32, Wen, C. G., & Lee, C. S. (1998), A neural network approach to multiobjective optimization for water quality management in a river basin, Water Resources Research, 34, Zaheer, I., & Bai, C. G. (2003). Application of artificial neural network for water quality management, Lowland Technology International, 5, Fogelman, S., Blumenstein, M., & Zhao, H. (2006). Estimation of chemical oxygen demand by ultraviolet spectroscopic profiling and artificial neural networks, Neural Computation and Applications, 15, Sengorur, B., Dogan, E., Koklu, R., & Samandar, A. (2006), Dissolved oxygen estimation using artificial neural network for water quality control, Fresenius Environmental Bulletin, 15 (9a), Environmental Progress (Vol.27, No.4) DOI /ep December

8 10. Sovan, L. G., Maritxu, A., & Giraudel, J. (1999). Prediction of stream nitrogen concentration from watershed features using neural network, Water Resources Research, 33, ASCE Task Committee.(2000). Artificial neural networks in hydrology. I. Preliminary concepts. Journal of Hydrologic Engineering ASCE, 5, Bayazıt, M., & Oguz, B. (1998). Probability and statistics for engineers (p. 159), Istanbul, Turkey: Birsen Publishing House. 13. MATLAB.(2004). Documentation Neural Network Toolbox Help Version 7.0, Release 14, The Math- Works, Inc. 14. Dogan, E., Sasal, M., & Isik, S. (2005). Suspended sediment load estimation in lower Sakarya river by using soft computational methods, Proceeding of the International Conference on Computational and Mathematical Methods in Science and Engineering, CMMSE (pp ), 2005, Alicante, Spain. 446 December 2008 Environmental Progress (Vol.27, No.4) DOI /ep

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

DAILY STREAMFLOW FORECASTING USING ARTIFICIAL NEURAL NETWORKS

DAILY STREAMFLOW FORECASTING USING ARTIFICIAL NEURAL NETWORKS DAILY STREAMFLOW FORECASTING USING ARTIFICIAL NEURAL NETWORKS Emrah DOĞAN Research Assist., Sakarya University, Civil Engineering Department, emrahd@sakarya.edu.tr Sabahattin IŞIK Assist. Prof. Sakarya

More information

Prediction of Chemical Oxygen Demand Emissions in Wastewater Treatment Plant Based on Improved Artificial Neural Network Model

Prediction of Chemical Oxygen Demand Emissions in Wastewater Treatment Plant Based on Improved Artificial Neural Network Model 1453 A publication of CHEMICAL EGIEERIG TRASACTIOS VOL. 62, 217 Guest Editors: Fei Song, Haibo Wang, Fang He Copyright 217, AIDIC Servizi S.r.l. ISB 978-88-9568-6-; ISS 2283-9216 The Italian Association

More information

CORRELATION AND PREDICTION OF CHEMICAL PARAMETERS IN GROUND WATER OF THE MUNICIPALITY OF THERMI USING SPSS, G.I.S. AND ARTIFICIAL NEURAL NETWORKS

CORRELATION AND PREDICTION OF CHEMICAL PARAMETERS IN GROUND WATER OF THE MUNICIPALITY OF THERMI USING SPSS, G.I.S. AND ARTIFICIAL NEURAL NETWORKS Proceedings of the 13 th International Conference on Environmental Science and Technology Athens, Greece, 5-7 September 2013 CORRELATION AND PREDICTION OF CHEMICAL PARAMETERS IN GROUND WATER OF THE MUNICIPALITY

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

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

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

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

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

Grey and neural network prediction of suspended solids and chemical oxygen demand in hospital wastewater treatment plant effluent

Grey and neural network prediction of suspended solids and chemical oxygen demand in hospital wastewater treatment plant effluent Grey and neural network prediction of suspended solids and chemical oxygen demand in hospital wastewater treatment plant effluent T.Y. Pai a,, Y.P. Tsai b, H.M. Lo a, C.H. Tsai a, C.Y. Lin a a Department

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

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

Air Quality Prediction Using Artificial Neural Network

Air Quality Prediction Using Artificial Neural Network Air Quality Prediction Using Artificial Neural Network Suraya Ghazali 1 and Lokman Hakim Ismail 2 1 Faculty of Civil and Environmental Engineering, Universiti Tun Hussein Onn Malaysia (UTHM), Batu Pahat,

More information

Application of Artificial Neural Networks for the Prediction of Water Quality Variables in the Nile Delta

Application of Artificial Neural Networks for the Prediction of Water Quality Variables in the Nile Delta Journal of Water Resource and Protection, 212, 4, 388-394 http://dx.doi.org/1.4236/jwarp.212.4644 Published Online June 212 (http://www.scirp.org/journal/jwarp) Application of Artificial Neural Networks

More information

A Mirsepassi: Application of Chemical Dosage Alum, Polymer Lime, Chlorine Mixers Chemical Dosage Chlorine, Fluoride Carbon dioxide, Lime Filter Media

A Mirsepassi: Application of Chemical Dosage Alum, Polymer Lime, Chlorine Mixers Chemical Dosage Chlorine, Fluoride Carbon dioxide, Lime Filter Media Iranian J Env Health Sci Eng, 2004, Iranian Vol.1, No.2, J Env pp.51-57 Health Sci Eng, 2004, Vol.1, No.2, pp.51-57 Application of Intelligent System for Water Treatment Plant Operation *A Mirsepassi Dept.

More information

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

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

The Use of a Neural Network Technique for the Prediction of Water Quality Parameters of Axios River in Northern Greece

The Use of a Neural Network Technique for the Prediction of Water Quality Parameters of Axios River in Northern Greece European Water 11/12: 55-62, 2005. 2005 E.W. Publications The Use of a Neural Network Technique for the Prediction of Water Quality Parameters of Axios River in Northern Greece M. J. Diamantopoulou 1,

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

CYANOBACTERIA MODELING SWIMMING RIVER RESERVOIR

CYANOBACTERIA MODELING SWIMMING RIVER RESERVOIR APPENDIX A-1 SWIMMING RIVER Cyanobacteria Modeling CYANOBACTERIA MODELING SWIMMING RIVER RESERVOIR The original data set consisting of 48 chemical events was used for developing and testing additional

More information

Neural Network Approximation of a Hydrodynamic Model in Optimizing Reservoir Operation

Neural Network Approximation of a Hydrodynamic Model in Optimizing Reservoir Operation Neural Network Approximation of a Hydrodynamic Model in Optimizing Reservoir Operation D.P. Solomatine International Institute for Infrastructural, Hydraulic and Environmental Engineering, P.O.Box 3015,

More information

Modeling of a Thermal Power Plant using Neural Network and Regression Technique

Modeling of a Thermal Power Plant using Neural Network and Regression Technique Journal of Scientific Research and Advances Modeling of a Thermal Power Plant using Neural Network and Regression Technique Rajarshi Dixit *, Jitendra Kumar, Tarun Soota Cite this article: J. Sci. Res.

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

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

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

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

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

OPTWASTEWATER: A COMPUTER PROGRAM FOR REGIONAL WASTEWATER SYSTEM PLANNING

OPTWASTEWATER: A COMPUTER PROGRAM FOR REGIONAL WASTEWATER SYSTEM PLANNING OPTWASTEWATER: A COMPUTER PROGRAM FOR REGIONAL WASTEWATER SYSTEM PLANNING ABSTRACT OptWastewater, an easy-to-use computer program developed for regional wastewater system planning, is presented in this

More information

APPLICATION OF ARTIFICIAL NEURAL NETWORKS FOR WATER QUALITY PREDICTION

APPLICATION OF ARTIFICIAL NEURAL NETWORKS FOR WATER QUALITY PREDICTION International Journal of ISSN 974-217 Systems and Technologies IJST Vol.1, No.2, pp 115-123 KLEF 28 APPLICATION OF ARTIFICIAL NEURAL NETWORKS FOR WATER QUALITY PREDICTION P Sirisha 1, K N Sravanti 2 V

More information

MATHEMATICAL MODELS FOR MANAGEMENT OF EUTROPHIED LAKES

MATHEMATICAL MODELS FOR MANAGEMENT OF EUTROPHIED LAKES MATHEMATICAL MODELS FOR MANAGEMENT OF EUTROPHIED LAKES Alla A. Nemtsova 1, Yevgeniy G. Ponomarenko 1, Felix V. Stolberg 2 1 National University of Pharmacy, ul. Pushkinskaja, 53, 61002, Kharkov, Ukraine,

More information

WATER LEVEL PREDICTION BY ARTIFICIAL NEURAL NETWORK IN THE SURMA-KUSHIYARA RIVER SYSTEM OF BANGLADESH

WATER LEVEL PREDICTION BY ARTIFICIAL NEURAL NETWORK IN THE SURMA-KUSHIYARA RIVER SYSTEM OF BANGLADESH WATER LEVEL PREDICTION BY ARTIFICIAL NEURAL NETWORK IN THE SURMA-KUSHIYARA RIVER SYSTEM OF BANGLADESH Robin Kumar Biswas MEE0877 Supervisor: Prof. A. W. Jayawardena ABSTRACT The nonlinear relationship

More information

Prediction of organic matter removal from pulp and paper mill wastewater using artificial neural network

Prediction of organic matter removal from pulp and paper mill wastewater using artificial neural network FEDERAL UNIVERSITY OF BAHIA, BRAZIL POLYTECHNIC SCHOOL DEPARTMENT OF ENVIRONMENTAL ENGINEERING RESEARCH GROUP ON SOLID WASTE AND WASTEWATER RESEARCH NETWORK ON CLEAN TECHNOLOGIES http://www.teclim.ufba.br

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

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

COMPRESSIVE STRENGTH MODELING OF SCC USING LINEAR REGRESSION AND ARTIFICIAL NEURAL NETWORK APPROACH

COMPRESSIVE STRENGTH MODELING OF SCC USING LINEAR REGRESSION AND ARTIFICIAL NEURAL NETWORK APPROACH SCC 2009-China, June 5-7 2009, Beijing,China COMPRESSIVE STRENGTH MODELING OF SCC USING LINEAR REGRESSION AND ARTIFICIAL NEURAL NETWORK APPROACH Rafat Siddique(1), Paratibha Aggarwal(2) and Yogesh Aggarwal(2)

More information

Application of Artificial Neural Networks Model as Analytical Tool for Groundwater Salinity

Application of Artificial Neural Networks Model as Analytical Tool for Groundwater Salinity Journal of Environmental Protection, 2011, 2, 56-71 doi:10.4236/jep.2011.21006 Published Online March 2011 (http://www.scirp.org/journal/jep) Application of Artificial Neural Networks Model as Analytical

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

COMPARISON BETWEEN NEURAL NETWORKS AND MULTIPLE REGRESSION METHODS IN METALLURGICAL PERFORMANCE MODELING OF FLOTATION COLUMN

COMPARISON BETWEEN NEURAL NETWORKS AND MULTIPLE REGRESSION METHODS IN METALLURGICAL PERFORMANCE MODELING OF FLOTATION COLUMN Physicochem. Probl. Miner. Process. 49(1), 2013, 255 266 www.minproc.pwr.wroc.pl/journal/ Physicochemical Problems of Mineral Processing ISSN 1643-1049 (print) ISSN 2084-4735 (online) Received May 15,

More information

operation of continuous and batch reactors. Contrary to what happens in the batch reactor, the substrate (BOD) of the wastewater in the continuous rea

operation of continuous and batch reactors. Contrary to what happens in the batch reactor, the substrate (BOD) of the wastewater in the continuous rea The Effect of Ammonia Loading on the Nitrification Kinetic of Aerobic Baffled Continuous Biological Reactor S.R.M. Kutty, M.H. Isa and L.C. Leong Abstract - The purpose of this study is to determine the

More information

Basic knowledge of Wastewater

Basic knowledge of Wastewater Basic knowledge of Wastewater Wastewater What is wastewater! The used water and solids from our activities such as washing, bathing and from industrial uses such as cleaning raw material. The characteristics

More information

[ED03] Automated low cost house demand forecasting for urban area

[ED03] Automated low cost house demand forecasting for urban area [ED03] Automated low cost house demand forecasting for urban area Noor Yasmin Zainun 1, Muhd Zaimi Abd. Majid 1 Faculty of Environment and Structural Engineering, Department of Building and Construction,

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

Activated Sludge Base Notes: for student. Activated Sludge Intro. What is Activated Sludge? 3/12/2012

Activated Sludge Base Notes: for student. Activated Sludge Intro. What is Activated Sludge? 3/12/2012 Activated Sludge Base Notes: for student DMACC 2012 WAT307 Activated Sludge Intro A brief introduction designed to provide basic knowledge of Activated Sludge including some process control basics What

More information

Determining Nitriding Parameters with Neural Networks

Determining Nitriding Parameters with Neural Networks Journal of ASTM International, May 2005, Vol. 2, No. 5 Paper ID JAI12213 Available online at www.astm.org Tomislav Filetin, 1 Irena Žmak, 1 and Davor Novak 1 Determining Nitriding Parameters with Neural

More information

Multilayer perceptron and regression modelling to forecast hourly nitrogen dioxide concentrations

Multilayer perceptron and regression modelling to forecast hourly nitrogen dioxide concentrations Air Pollution XXII 39 Multilayer perceptron and regression modelling to forecast hourly nitrogen dioxide concentrations C. Capilla Department of Applied Statistics and Operations Research and Quality,

More information

APPLICATION OF ARTIFICIAL NEURAL NETWORK MODEL TO THE MANAGEMENT OF HYDROPOWER RESERVOIRS ALONG RIVER NIGER, NIGERIA 1.3.

APPLICATION OF ARTIFICIAL NEURAL NETWORK MODEL TO THE MANAGEMENT OF HYDROPOWER RESERVOIRS ALONG RIVER NIGER, NIGERIA 1.3. 1. T. S. ABDULKADIR, 2. B.F. SULE, 3. A. W. SALAMI APPLICATION OF ARTIFICIAL NEURAL NETWORK MODEL TO THE MANAGEMENT OF HYDROPOWER RESERVOIRS ALONG RIVER NIGER, NIGERIA 1.3. DEPARTMENT OF CIVIL ENGINEERING,

More information

Arkansas Water Resources Center

Arkansas Water Resources Center Arkansas Water Resources Center WATER QUALITY MONITORING OF MOORES CREEK ABOVE LINCOLN LAKE Submitted to the Arkansas Soil and Water Conservation Commission By M.A. Nelson L.W. Cash G.K. Trost Arkansas

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

Keywords: Breach width; Embankment dam; Uncertainty analysis, neuro-fuzzy.

Keywords: Breach width; Embankment dam; Uncertainty analysis, neuro-fuzzy. ESTIMATION OF DAM BREACH WIDTHS USING A NEURO-FUZZY COMPUTING TECHNIQUE Lubna S. Bentaher 1 and Hasan G. Elmazoghi 2 1 University of Benghazi, Civil Eng. Dept., Email: lubna.bentaher@benghazi.edu.ly 2

More information

Wastewater Pollutants & Treatment Processes. Dr. Deniz AKGÜL Marmara University Department of Environmental Engineering

Wastewater Pollutants & Treatment Processes. Dr. Deniz AKGÜL Marmara University Department of Environmental Engineering Wastewater Pollutants & Treatment Processes Dr. Deniz AKGÜL Marmara University Department of Environmental Engineering Wastewater combination of the liquid or water carried wastes removed from residences,

More information

Simulation of ammoniacal nitrogen effluent using feedforward multilayer neural networks

Simulation of ammoniacal nitrogen effluent using feedforward multilayer neural networks African Journal of Biotechnology Vol. 10(81), pp. 18755-18762, 16 December, 2011 Available online at http://www.academicjournals.org/ajb DOI: 10.5897/AJB11.2748 ISSN 1684 5315 2011 Academic Journals Full

More information

Nonconventional Technologies Review no. 4/2011 MODELING THE PLASMA ARC CUTTING PROCESS USING ANN

Nonconventional Technologies Review no. 4/2011 MODELING THE PLASMA ARC CUTTING PROCESS USING ANN MODELING THE PLASMA ARC CUTTING PROCESS USING ANN Miroslav RADOVANOVIC, Milos MADIC University of Nis, Faculty of Mechanical Engineering in Nis, Serbia Abstract: This paper deals with modeling of plasma

More information

WASTEWATER TREATMENT

WASTEWATER TREATMENT WASTEWATER TREATMENT Every community produces both liquid and solid wastes. The liquid portion-wastewater-is essentially the water supply of the community after it has been fouled by a variety of uses.

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

SBR PROCESS FOR WASTEWATER TREATMENT

SBR PROCESS FOR WASTEWATER TREATMENT SBR PROCESS FOR WASTEWATER TREATMENT IMR E&T S.r.l. Maria Vittoria Marra maria.vittoria.marra@imr.it www.imr.it Purification of wastewater A process aimed at removing organic and inorganic contaminants

More information

arxiv: v1 [cs.lg] 26 Oct 2018

arxiv: v1 [cs.lg] 26 Oct 2018 Comparing Multilayer Perceptron and Multiple Regression Models for Predicting Energy Use in the Balkans arxiv:1810.11333v1 [cs.lg] 26 Oct 2018 Radmila Janković 1, Alessia Amelio 2 1 Mathematical Institute

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

IJMTES International Journal of Modern Trends in Engineering and Science ISSN:

IJMTES International Journal of Modern Trends in Engineering and Science ISSN: ANN MODEL FOR ESTIMATION OF CONSTRUCTION LABOUR PRODUCTIVITY T.Aswin Dayanand 1, S. Shanmugapriya 2 1 (Department of Civil Engineering, Coimbatore Institute of Technology, Coimbatore, India, aswin.daya14@gmail.com)

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

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

Wastewater Treatment and Recycling Prof. Manoj Kumar Tiwari School of Water Resources Indian Institute of Technology, Kharagpur

Wastewater Treatment and Recycling Prof. Manoj Kumar Tiwari School of Water Resources Indian Institute of Technology, Kharagpur Wastewater Treatment and Recycling Prof. Manoj Kumar Tiwari School of Water Resources Indian Institute of Technology, Kharagpur Lecture 17 Natural Purification in River: Effects on DO and BOD Hello friends.

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

Artificial Neural Network (ANN) Modelling of a Packed Bed Bioreactor System Treating Substituted Phenol Containing Wastewater

Artificial Neural Network (ANN) Modelling of a Packed Bed Bioreactor System Treating Substituted Phenol Containing Wastewater Artificial Neural Network (ANN) Modelling of a Packed Bed Bioreactor System Treating Substituted Phenol Containing Wastewater TAPISH NANDWANA, KANNAN PAKSHIRAJAN, NARESH KUMAR SAHOO Department of Biotechnology

More information

1/11/2016. Types and Characteristics of Microorganisms. Topic VI: Biological Treatment Processes. Learning Objectives:

1/11/2016. Types and Characteristics of Microorganisms. Topic VI: Biological Treatment Processes. Learning Objectives: Topic VI: Biological Treatment Processes Learning Objectives: 1. Discuss microbiology and relate it to wastewater treatment. 2. Describe growth kinetics of pure bacterial culture with Monod expression

More information

Hydrocyclone cut-size estimation using artificial neural networks

Hydrocyclone cut-size estimation using artificial neural networks Preprint, 11th IFAC Symposium on Dynamics and Control of Process Systems, including Biosystems Hydrocyclone cut-size estimation using artificial neural networks S. van Loggenberg*, G van Schoor*, K.R.

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

Benefits of On-line Monitoring of Carbon, Nitrogen and Phosphorus

Benefits of On-line Monitoring of Carbon, Nitrogen and Phosphorus Benefits of On-line Monitoring of Carbon, Nitrogen and Phosphorus New Jersey Water Environment Association Dan Davis Shimadzu Scientific Instruments Benefits of On-Line Monitoring Environment Consumers

More information

Factors Influencing Compliance with the Environmental Regulation : A Case Study of Swine Farms in Thailand

Factors Influencing Compliance with the Environmental Regulation : A Case Study of Swine Farms in Thailand 2011 International Conference on Business and Economics Research IPEDR Vol.16 (2011) (2011) IACSIT Press, Singapore Factors Influencing Compliance with the Environmental Regulation : A Case Study of Swine

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

Modeling of Rainfall - Runoff relationship using Artificial Neural Networks

Modeling of Rainfall - Runoff relationship using Artificial Neural Networks Modeling of Rainfall - Runoff relationship using Artificial Neural Networks Nimiya Baby Department of Applied Mechanics and Hydrauliics National Institute of Technology Karnataka, Surathkal Karnataka,

More information

Phytoremediation for Sewage Treatment by Varying Load Constructed Wetland under Hydroponic Condition Using Vetiver Grass

Phytoremediation for Sewage Treatment by Varying Load Constructed Wetland under Hydroponic Condition Using Vetiver Grass Phytoremediation for Sewage Treatment by Varying Load Constructed Wetland under Hydroponic Condition Using Vetiver Grass Anu Priya James Assistant Professor, Department of Civil Engineering, Jansons Institute

More information

CHAPTER 8 ARTIFICIAL NEURAL NETWORKS

CHAPTER 8 ARTIFICIAL NEURAL NETWORKS 247 CHAPTER 8 ARTIFICIAL NEURAL NETWORKS 8.1 GENERAL Artificial neural networks are biologically inspired and they are composed of elements that perform in a manner that is analogous to the most elementary

More information

WATER QUALITY INDEX FOR THE SKUDAI RIVER AND ITS TRIBUTARIES FOR IDENTIFYING THE PROBLEMATIC AREAS FOR BETTER WATERSHED MANAGEMENT

WATER QUALITY INDEX FOR THE SKUDAI RIVER AND ITS TRIBUTARIES FOR IDENTIFYING THE PROBLEMATIC AREAS FOR BETTER WATERSHED MANAGEMENT WATER QUALITY INDEX FOR THE SKUDAI RIVER AND ITS TRIBUTARIES FOR IDENTIFYING THE PROBLEMATIC AREAS FOR BETTER WATERSHED MANAGEMENT I.B. Naubi 1, N.H. Zardari 1, *, S.M. Shirazi 1, M.T. Shazwin 1 1 Department

More information

IN-STREAM WATER QUALITY PROCESSES IN SWAT

IN-STREAM WATER QUALITY PROCESSES IN SWAT MSc thesis presentation IN-STREAM WATER QUALITY PROCESSES IN SWAT Linh Hoang, Ann van Griensven, Jan Cools, and Arthur Mynett 2009 International SWAT conference, SWAT August 5-7, 2009, Boulder, Colorado

More information

INTERNATIONAL JOURNAL OF CIVIL ENGINEERING AND TECHNOLOGY (IJCIET) FORECASTING OF DAILY RUNOFF USING ARTIFICIAL NEURAL NETWORKS

INTERNATIONAL JOURNAL OF CIVIL ENGINEERING AND TECHNOLOGY (IJCIET) FORECASTING OF DAILY RUNOFF USING ARTIFICIAL NEURAL NETWORKS INTERNATIONAL JOURNAL OF CIVIL ENGINEERING AND TECHNOLOGY (IJCIET) ISSN 0976 6308 (Print) ISSN 0976 6316(Online) Volume 5, Issue 1, January (2014), pp. 13-20 IAEME: www.iaeme.com/ijciet.asp Journal Impact

More information

Case Study: STE-Neural Energy Production Forecast for Run-Of-River Hydro Power Plants. By Mario Arquilla and Fabio Pasut, S.T.E.

Case Study: STE-Neural Energy Production Forecast for Run-Of-River Hydro Power Plants. By Mario Arquilla and Fabio Pasut, S.T.E. Case Study: STE-Neural Energy Production Forecast for Run-Of-River Hydro Power Plants By Mario Arquilla and Fabio Pasut, S.T.E. Energy, Italy ABSTRACT The possibility to accurately predict the actual tendencies

More information

CONSTRUCTED WETLANDS OPPORTUNITIES FOR LOCAL AUTHORITIES

CONSTRUCTED WETLANDS OPPORTUNITIES FOR LOCAL AUTHORITIES CONSTRUCTED WETLANDS OPPORTUNITIES FOR LOCAL AUTHORITIES Don McEntee Chartered Engineer Dublin City Council November 2006 CONSTRUCTED WETLANDS OPPORTUNITIES FOR LOCAL AUTHORITIES In September 2006 the

More information

Estimation of environmental risks in construction projects in Puebla (Mexico): a neural network approach

Estimation of environmental risks in construction projects in Puebla (Mexico): a neural network approach Estimation of environmental risks in construction projects in Puebla (Mexico): a neural network approach P. María-Sánchez Department of Civil Engineering, Universidad de las Américas-Puebla, Mexico Abstract

More information

This is a refereed journal and all articles are professionally screened and reviewed

This is a refereed journal and all articles are professionally screened and reviewed Advances in Environmental Biology, 5(6): 1202-1208, 2011 ISSN 1995-0756 1202 This is a refereed journal and all articles are professionally screened and reviewed ORIGINAL ARTICLE Using Artificial Neural

More information

Flood Forecasting using Adaptive Neuro-Fuzzy Inference System (ANFIS)

Flood Forecasting using Adaptive Neuro-Fuzzy Inference System (ANFIS) Flood Forecasting using Adaptive Neuro-Fuzzy Inference System (ANFIS) Dushyant Patel 1, Dr. Falguni Parekh 2 PG Student, Water Resources Engineering and Management Institute (WREMI), Faculty of Technology

More information

Modeling Surface Water Contamination

Modeling Surface Water Contamination Modeling Surface Water Contamination One of the resources required for an ecosystem to function is an available source of fresh water This is quite true for human settlements as well: If you examine the

More information

Marcelo Cerucci, Ph.D., Gopi Jaligama, Thomas Amidon, and James Cosgrove, P.E. Omni Environmental LLC 321 Wall Street Princeton, New Jersey

Marcelo Cerucci, Ph.D., Gopi Jaligama, Thomas Amidon, and James Cosgrove, P.E. Omni Environmental LLC 321 Wall Street Princeton, New Jersey THE SIMULATION OF DISSOLVED OXYGEN AND ORTHOPHOSPHATE FOR LARGE SCALE WATERSHEDS USING WASP7.1 WITH NUTRIENT LUXURY UPTAKE Marcelo Cerucci, Ph.D., Gopi Jaligama, Thomas Amidon, and James Cosgrove, P.E.

More information

Available online at ScienceDirect. Procedia Engineering 119 (2015 )

Available online at   ScienceDirect. Procedia Engineering 119 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 119 (2015 ) 994 1002 13th Computer Control for Water Industry Conference, CCWI 2015 Using predictive model for strategic control

More information

Evaluation of Different Nitrogen Control Strategies for a Combined Pre- and Post-Denitrification Plant

Evaluation of Different Nitrogen Control Strategies for a Combined Pre- and Post-Denitrification Plant Proceedings of e 7 World Congress The International Federation of Automatic Control Evaluation of Different Nitrogen Control Strategies for a Combined Pre- and Post-Denitrification Plant A. Stare, N. Hvala,

More information

Research Review and Modeling of Concrete Compressive Strength Using Artificial Neural Networks

Research Review and Modeling of Concrete Compressive Strength Using Artificial Neural Networks Research Review and Modeling of Concrete Compressive Strength Using Artificial Neural Networks Geet Kalra Undergraduate Student, Department of Civil Engineering 6021, New Academic Block, Birla Institute

More information

Water Quality Index Assessment for the Skudai Watershed and its Tributaries

Water Quality Index Assessment for the Skudai Watershed and its Tributaries Water Quality Index Assessment for the Skudai Watershed and its Tributaries Irena Naubi 1, Noorul Hassan Zardari 2, *, Sharif Moniruzzaman Shirazi 2, Shazwin Binti Mat Taib 2 1 Department of Hydraulics

More information

Managing Excessive Algal Caused Oxygen Demand in the San Joaquin River Deep Water Ship Channel 1

Managing Excessive Algal Caused Oxygen Demand in the San Joaquin River Deep Water Ship Channel 1 Managing Excessive Algal Caused Oxygen Demand in the San Joaquin River Deep Water Ship Channel 1 G. Fred Lee, PhD, PE, DEE Anne Jones-Lee, PhD G. Fred Lee & Associates 27298 E. El Macero Dr. El Macero,

More information

Struvite Scale Potential Determination Using a Computer Model

Struvite Scale Potential Determination Using a Computer Model Struvite Scale Potential Determination Using a Computer Model K.N. Ohlinger, Ph.D., PE * and R. J. Mahmood, Ph.D., PE * * Office of Water Programs, Department of Civil and Environmental Engineering, California

More information

Module 11 : Water Quality And Estimation Of Organic Content. Lecture 13 : Water Quality And Estimation Of Organic Content

Module 11 : Water Quality And Estimation Of Organic Content. Lecture 13 : Water Quality And Estimation Of Organic Content 1 P age Module 11 : Water Quality And Estimation Of Organic Content Lecture 13 : Water Quality And Estimation Of Organic Content 2 P age 11.1 Surface Water Quality: Rivers and Streams Surface water is

More information

Multiple Inputs Artificial Neural Network Model For The Prediction Of Wastewater Treatment Plant Performance

Multiple Inputs Artificial Neural Network Model For The Prediction Of Wastewater Treatment Plant Performance Australian Journal of Basic and Applied Sciences, 6(1): 62-69, 2012 ISSN 1991-8178 Multiple Inputs Artificial Neural Network Model For The Prediction Of Wastewater Treatment Plant Performance Mohammed

More information

University of Arkansas, Fayetteville. Marc Nelson. L. Wade Cash. Keith Trost. Jennifer Purtle

University of Arkansas, Fayetteville. Marc Nelson. L. Wade Cash. Keith Trost. Jennifer Purtle University of Arkansas, Fayetteville ScholarWorks@UARK Technical Reports Arkansas Water Resources Center 6-1-2005 Water Quality Sampling, Analysis and Annual Load Determinations for Nutrients and Sediment

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

Use of Artificial Neural Network for Predicting the Mechanical Property of Low Carbon Steel

Use of Artificial Neural Network for Predicting the Mechanical Property of Low Carbon Steel Use of Artificial Neural Network for Predicting the Mechanical Property of Low Carbon Steel Vandana Somkuwar, National Institute of Technical Teachers Training and Research, Bhopal Abstract For product

More information

Hydrological processes modeling using RBNN - a neural computing technique

Hydrological processes modeling using RBNN - a neural computing technique Journal of Crop and Weed 7(): 51-58 (011) Hydrological processes modeling using RBNN - a neural computing technique t t t IS A. SINGH, M. IMTIYAZ, R. K. ISAAC AND D. M. DEN Regional Research Station (OAZ),

More information

Day-Ahead Price Forecasting of Electricity Market Using Neural Networks and Wavelet Transform

Day-Ahead Price Forecasting of Electricity Market Using Neural Networks and Wavelet Transform Electrical and Electronic Engineering 2018, 8(2): 37-52 DOI: 10.5923/j.eee.20180802.02 Day-Ahead Price Forecasting of Electricity Market Using Neural Networks and Wavelet Transform Kamran Rahimimoghadam

More information

Flood Forecasting Using Artificial Neural Networks: an Application of Multi-Model Data Fusion Technique

Flood Forecasting Using Artificial Neural Networks: an Application of Multi-Model Data Fusion Technique Journal of Hydraulic Structures J. Hydraul. Struct., 2016; 2(2):62-73 DOI: 10.22055/jhs.2016.12853 Flood Forecasting Using Artificial Neural Networks: an Application of Multi-Model Data Fusion Technique

More information

Total Solids (TS) - material remaining after evaporation of sample liquid

Total Solids (TS) - material remaining after evaporation of sample liquid Page 1 of 8 Reference Two publications are widely used as the principal cookbooks for water and wastewater analysis: o Standard Methods for the Analysis of Water and Wastewater. American Water Works Association

More information

Evolutionary data division methods for developing artificial neural network models in geotechnical engineering. M A Shahin H R Maier M B Jaksa

Evolutionary data division methods for developing artificial neural network models in geotechnical engineering. M A Shahin H R Maier M B Jaksa Evolutionary data division methods for developing artificial neural network models in geotechnical engineering by M A Shahin H R Maier M B Jaksa Department of Civil & Environmental Engineering The University

More information