SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
International Journal of Research in Advent Technology, Vol.7, No.10, October 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
5
doi: 10.32622/ijrat.xxxxxxxxxx
Abstract—The process of an anaerobic reactor in
predicting the COD Level was modeled by the application of
Neural Networks. The effluent COD is the most common
factor used in all types of Wastewater Treatment Systems.
This research is about the prediction of the concentration of
|COD by using the ANN, a simple feed forward, Back
Propagation (BP) neural network. The three layered feed
forward ANN has been trained using four back propagation
algorithms. The efficiency and accuracy were measured
based on MSE and Regression Coefficient(R) to evaluate
their performance. The model trained with Levenberg –
Marquardt algorithm provided best results with MSE = 0.533
and R=0.991. The model performed up to the expectation and
the result of the prediction is appropriate.
Index Terms—Wastewater Treatment System (WWTS),
Anaerobic Reactor, Chemical Oxygen Demand (COD),
Artificial Neural Networks (ANN), Back-Propagation,
Levenberg-Marquardt Algorithm, Gradient Descent with
Adaptive Learning Rate Algorithm, Gradient Descent with
Momentum Algorithm, Resilient Back-Propagation
Algorithm.
I. INTRODUCTION
According to the great classic text ‘Thirukkural’, Water is
known as the true ambrosial food of all the lives. Water has
been used for various purposes consequently producing
sewage from the households, commercial and economic
sectors. This wastewater needs proper intervention before
discharging them into the water bodies since the sewage
contains numerous of harmful toxins and pathogens causing
serious calamities [1]. Thus, the Wastewater Treatment
System (WWTS) has been popularly implemented in
physical, biological and chemical progressions. Thus, the
linear mathematical models have been proven to be
inappropriate for these non-linear wastewater processes [2].
The well- known process for the decaying of domestic and
industrial sewage is through the microbial activity in the
absence of oxygen, called the Anaerobic Digestion [3]. The
Anaerobic reactors produce a combination gas of methane
and carbon dioxide called the biogas, a good source of
renewable energy [4]. Studies have been carried out to
Manuscript revised October 25, 2019 and published on November 10,
2019
S.Harikishore, Student, PSG College of Technology, Coimbatore, India.
Dr.S.Shanthi, Civil Department, Avinashilingam University for Women,
Coimbatore, India.
maximize the production of Biogas through various
techniques. The methanogenic bacteria are involved to
produce massive amount of biogas from assorted solid and
water wastes [5]. Thus the flourish process has paid scope for
the development of various anaerobic reactors.
This paper studies about the design of the prediction model to
find the COD level in an anaerobic wastewater reactor. The
inconsistency of the influent are recognized with the
alteration of specific parameters’ composition, strength and
flow rates levels [6]. The Chemical Oxygen Demand (COD)
has been used as the indicator to determine the cause of the
effluents [7]. In WWTS, the water is consider more toxic to
the ecological life and would be a great threat to the marine
lives if the concentration of COD is higher [8]. The
Anaerobic reactors forms granular sludge in minimum time
which can thus helps better in the COD deduction from the
affluent water [9].
The paper is about the implementation of the four different
back-propagation ANN algorithms on the prediction of the
COD value. The performances are compared by means of
their regression and mean square values.
The stream-flow forecasting and the cohesion less soils,
lateral stress resolve studied by Ozgur Kisi et al [10] has
compared three back propagation Neural Network training
algorithms namely Levenberg-Marquardt, Conjugate
gradient and Resilient Back Propagation algorithms. The
study has been concluded with result of convergence speed
and the estimation accuracy. In which Levenberg-Marquardt
has proven to be the best in terms of the convergences while
Resilient Back Propagation has performed accurately at the
determination.
Likewise Rama Subbanna et al [11], has also implemented
the above mentioned three ANN training algorithms to
observe the saturation level in the magnetic core of a welding
transformer. Various performance metrics such as
computational time, algorithm complexity, root square error
and the gradient are used to determine the finest algorithm.
Accordingly, Resilient Back Propagation algorithm has been
chosen to be the best with less computational time and good
algorithm complexity and also Levenberg-Marquardt
algorithm has also proven to be good.
.
II. MODEL DEVELOPMENT
The Fig 2 shows the schematic diagram during the model
development process. During the design of the model, an
appropriate development tool, MATLAB has been employed.
The ANN being a mathematical development modeling tool
becomes an admirable platform for various learning and
optimization algorithms.
Regression Analysis of ANN Training Algorithms for an
Anaerobic Wastewater Treatment System
S.Harikishore, Dr.S.Shanthi
International Journal of Research in Advent Technology, Vol.7, No.10, October 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
6
doi: 10.32622/ijrat.xxxxxxxxxx
Fig 1.Systematic Flow Diagram of the Model
A. Data Preprocessing
The quality of the data has been screened for the detection
of instability in the source data that might be caused
because of the electromagnetic disturbance, miscalculation
of the data records, uncertain errors, etc. Thus the data has
been pre-processed crucially before the analytic
proceedings.
B. Recognizing and removing/replacing Outliers
The mean or the median values of the data are widely
used to remove/replace the missing values. When the total of
WWTS parameters has minimum empty values, the
Regression becomes a preeminent method. The trimmed
means can be used to hold the outliners in the data. [12].Here
K-Means clustering has been taken to remove the blankness
and then clusters has been used to collect the interrelated data
for processing [13].
C. K-Means Clusters
The K-Means a clustering technique with a collection of
samples with specific measures of distance to form ‘k’
number of clusters, based on a defined distance
measurements [14]. K-Means frequently uses the partition
algorithm with square-error criterion, which helps to
minimize the following error function
C
E =   ||xi-ck||2
.
K=1 xQk
where C is the number of clusters, ck is the centre of cluster k
and x is a data sample that belongs to cluster Qk.
The effluent COD values obtained from the anaerobic
digester are used analyse by the K- Means algorithm in Java.
From the initial partitions of the clusters, the centre values are
calculated therefore the minimizing the square error function.
The total numbers of records accounted are about 200
and the pre-processing time has been expressed in
nanoseconds. In this work, it takes 78 nanoseconds to
remove/replace the missing for 61 records. With
pre-processing time taken for analysis of the given data
samples the K-Means has been resulted as the graphical
vision.
D. Model Design Artificial Neural Network
The ANN is used as the prediction and forecasting modeling
tool which have a equivalent ability of the human brain.
There are massive amount of unified, highly processing
neurons working simultaneously to resolve simple to
complex problems. The Feed- Forward Back-Propagation is
the supervised learning ANN algorithm is known best in the
field for the calculation and updating the predicting models
with minimum error [15].
Model Training using BPN
The four different Artificial Neural Network (ANN) Back
Propagation training algorithms accounted in this work are
Levenberg – Marquardt (LM), Gradient Descent with
Adaptive Learning (GDA), Gradient Descent with
Momentum (GDM) and Resilient Back-Propagation (RP)
[16].
The ANN model has been trained to consider the influent
COD levels and the controlling parameters as the input while
consequent effluent COD levels are predicted as the output.
In order to optimize the model and to have minimum error
function, the model has been well trained with the flow rate
value, influent COD concentration and OLR training subset.
The hidden and output layers of the network are activated by
using the tansig and purelin functions respectively [17].
The performance model has been evaluated by using the
MSE and Regression Coefficient values.
III. EXPERIMENTAL RESULTS
With the learning ability the model adjusts the weights to
predict the expected result; the network has been trained with
four different back propagation training algorithms.
The model has been tested and the performance has
been evaluated at each trial by means of the MSE and R. The
performance graphs for the algorithms are shown in Fig.2,
Fig.3, Fig.4 and Fig 5. The Regression (R) values for the
respective algorithms are shown Fig. 6, Fig.7, Fig. 8, and Fig.
9.
International Journal of Research in Advent Technology, Vol.7, No.10, October 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
7
doi: 10.32622/ijrat.xxxxxxxxxx
IV. PERFORMANCE MEASURES
The four training algorithms were applied on the network
model based on the inputs considered in order to predict the
target COD levels. The LM algorithm has performed well by
minimizing the errors and with the minimum MSE the
accuracy of the prediction has been satisfactory. The R value
acquired as the result in the prediction of resultant output has
been proved to be the finest match of the network model. The
Table 1 proves the performance of the network obtained for
LM algorithm.
Table 1. Performance Metrics
Algorithms Regression(R) MSE
LM 0.991 0.533
GDA 0.092 2.90
GDM 0.629 0.843
RP 0.798 0.946
Thus the network response for accurate output was calculated
using the statistical indices viz., MSE and R.
International Journal of Research in Advent Technology, Vol.7, No.10, October 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
8
doi: 10.32622/ijrat.xxxxxxxxxx
V. CONCLUSION
In this paper, the four back propagation training algorithms
on the ANN model are trained and tested to forecast the level
of COD. Among the four algorithms, Levenberg- Marquardt
(LM) has performed well with fast convergence and the
prediction has been found satisfactory. In regard to the
Regression and MSE, the model when developed by using
LM algorithm has showed an accurate prediction of COD
level..
REFERENCES
[1] Maged M. Hamed, Mona g. Kahalafallah and Ezzat A. Hassanien,
“Prediction of Wastewater Treatment Plant Performance using
Artificial Neural Networks”, Environmental Modeling and
Software, Vol 19, Pp: 919-928, October 2004.
[2] I. Plazl, G. Pipus, M. Grolka, T.Koloini, “Parametric Sensitivity and
Evaluation of a Dynamic Model for Single-Stage Wastewater
Treatment Plant” , Acta Chimica Slovenica, Pp:289 - 300, Jan 1999.
[3] M.Dixon, J.R. Gallop, S. C. Lambert and J.V. Healy, “Experience
with Data Mining for the Anaerobic Wastewater Treatment
Process”, Environmental Modeling and Software, Vol 22, Pp:
315-322, March 2007.
[4] Olivier Bernard, Zakaria Hadj- Sadok, Denis Dochain, Antoinc
Genovesi, Jean-Philippe Steyer, “Dynamic Model Development and
Parameter Identification for an Anaerobic Wastewater Treatment
Process”, Biotechnology and Bioengineering, Vol15 (4), Pp:424-
438, June 2001.
[5] Fasosin Emmanuel Olufemi, David Veronica and Hero Godwin ,
“Effect of Anaerobic Co-digestion on Microbial Community and
Biogas Production” , Biosciences Biotechnology Research Asia,
Vol 16(20), Pp: 391-401, June 2019.
[6] Hamoda M.F, Al-Gusain .I. A., A. H. Hassan,, ‘Integrated
Wastewater Treatment Plant Performance Evaluation using
Artificial Neural Network”, Water Science and Technology, Vol 40,
Pp: 55-69, 1999.
[7] Colin M.W. Harnadek, Nigel G.H. Guilford and Dr. Elizabeth A.
Edwards, “Chemical Oxygen Demand Analysis of Anaerobic
Digester Contents”, Stem Fellowship Journal, Vol 1, Issue 2, Pp: 1-5,
Dec 2015
[8] Nor Syamimi Musa and Wan Azlina Ahmad , “Chemical Oxygen
Demand Reduction in Industrial Wastewater using locally isolated
Bacteria” , Journal of Fundamental Sciences, Vol 6, No 2, Pp:88-
92, Nov 2010.
[9] Xinwei Yang, Jianqiao Gong, Wenxiao Liu, “Anaerobic Biological
Treatment of high Concentration Wastewater”, Chemical
Engineering Transcations, Vol 71, Pp: 1423-1428, 2018
[10] OzgurKisi and Erdal Uncuoglu, “Comparison of Three Back
Propagation Training algorithms for Two Case Studies”,, Indian
Journal of Enginerring and Materials Sciences, Vol 12, Pp: 434-
442, Oct 2005.
[11] S. Rama Subbanna, Dr. M. Suryakalavarthi , “Performance Analysis
of ANN Training Algorithms to Detect the Magnetization Level in
the Magnetic Core of a Welding Transformer”, IOSR- JEEE, Vol 6,
Issue 6, , Pp: 17-25, Jul- Aug 2013.
[12] R.Vijayabhanu and V. Radha , “Recognition and Elimination of
Missing Values and Outliners From An Anaerobic Wastewater
Treatment System using K-Means Cluster”, , IEEE 3rd
International Conference on Advanced Computer Theory and
Engineering , Vol 4, pp 20-22 , August 2010.
[13] Rabee Rustum and Adebaye J. Adeloye, “Replacing Outliers and
Missing Values from Activated Sludge Data using Kohonen
Self-Organizing Map”, Journal Of Environmental Engineering ©
ASCE, Vol 133, Pp: 909-916, Sep 2007
[14] Tapas Kanungo, David M. Mount, Nathan S. Netanyahu,
Christine D. Piatko, Ruth Silverman and Angela Y. Wu, “An
Efficient K-Means Clustering Algorithm: Analysis and
Implementation”, IEEE Transactions on Pattern Analysis and
Machine Intelligence, Vol 24, No. 7, Pp: 881- 892, July 2002.
[15] Jing-Ru Zhang, Jun Zhang, Tat-Ming Lok, Michael R. Lyu, “A
Hybrid Particle Swarm Optimization-Back-Propagation Algorithm
for Feed forward Neural Network Training”, Applied Mathematics
and Computations, Vol 185, Pp: 1026-1037, Feb 2007
[16] Zafer Comert, Adnan Fatih Kocamaz , ‘A Study of Artificial Neural
Network Training Algorithms for Classification of Cardiotocography
Signals”, Bitis Eren University of Science and Technology, Vol 7 (2),
Pp: 93-103, Dec 2017
[17] R. Vijayabhanu and V. Radha , “Prediction Accuracy of BPN by
Levenberg- Marquardt Algorithm for the Prediction of COD from an
Anaerobic Reactor” , 4th
International Conference on Signal and
Image Processing, Springer, Vol 2, Pp: 571-581, December,2012
AUTHORS PROFILE
Third Author personal profile which contains their
education details, their publications, research work,
membership, achievements, with photo that will be
maximum 200-400 words.
S.Harikishore, Engineering student of PSG
College of Technology, Coimbatore , India.
Dr. S.Shanthi, Assistant Professor,Department of
Civil Engineering, Avinashilingam Institute for
Home Science and Higher Education for Women ,
Completed B.E in Bharathiyar University, M.E in
Anna University. Have published journal papers in
UGC approved journals and also presented papers
in International Conferences. Life time member of
ICI. Have 14 years of teaching experience and 2
years of research experience

Weitere Àhnliche Inhalte

Was ist angesagt?

Rainfall-Runoff Modeling using Artificial Neural Network Technique
Rainfall-Runoff Modeling using Artificial Neural Network TechniqueRainfall-Runoff Modeling using Artificial Neural Network Technique
Rainfall-Runoff Modeling using Artificial Neural Network TechniqueIRJET Journal
 
Unit Commitment with Lagrange Relaxation Using Particle Swarm Optimization
Unit Commitment with Lagrange Relaxation Using Particle Swarm OptimizationUnit Commitment with Lagrange Relaxation Using Particle Swarm Optimization
Unit Commitment with Lagrange Relaxation Using Particle Swarm OptimizationShanmuga Priyan Thiagarajan
 
Comparison of Emergency Medical Services Delivery Performance using Maximal C...
Comparison of Emergency Medical Services Delivery Performance using Maximal C...Comparison of Emergency Medical Services Delivery Performance using Maximal C...
Comparison of Emergency Medical Services Delivery Performance using Maximal C...IJECEIAES
 
HYDROTHERMAL COORDINATION FOR SHORT RANGE FIXED HEAD STATIONS USING FAST GENE...
HYDROTHERMAL COORDINATION FOR SHORT RANGE FIXED HEAD STATIONS USING FAST GENE...HYDROTHERMAL COORDINATION FOR SHORT RANGE FIXED HEAD STATIONS USING FAST GENE...
HYDROTHERMAL COORDINATION FOR SHORT RANGE FIXED HEAD STATIONS USING FAST GENE...ecij
 
FUZZY GENE OPTIMIZED REWEIGHT BOOSTING CLASSIFICATION FOR ENERGY EFFICIENT DA...
FUZZY GENE OPTIMIZED REWEIGHT BOOSTING CLASSIFICATION FOR ENERGY EFFICIENT DA...FUZZY GENE OPTIMIZED REWEIGHT BOOSTING CLASSIFICATION FOR ENERGY EFFICIENT DA...
FUZZY GENE OPTIMIZED REWEIGHT BOOSTING CLASSIFICATION FOR ENERGY EFFICIENT DA...IJCNCJournal
 
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...IJERA Editor
 
02 15033 distribution power loss minimization via (edit)
02 15033 distribution power loss minimization via (edit)02 15033 distribution power loss minimization via (edit)
02 15033 distribution power loss minimization via (edit)nooriasukmaningtyas
 
Implementing Workload Postponing In Cloudsim to Maximize Renewable Energy Uti...
Implementing Workload Postponing In Cloudsim to Maximize Renewable Energy Uti...Implementing Workload Postponing In Cloudsim to Maximize Renewable Energy Uti...
Implementing Workload Postponing In Cloudsim to Maximize Renewable Energy Uti...IJERA Editor
 
Application of the extreme learning machine algorithm for the
Application of the extreme learning machine algorithm for theApplication of the extreme learning machine algorithm for the
Application of the extreme learning machine algorithm for themehmet Ɵahin
 
IRJET- Univariate Time Series Prediction of Reservoir Inflow using Artifi...
IRJET-  	  Univariate Time Series Prediction of Reservoir Inflow using Artifi...IRJET-  	  Univariate Time Series Prediction of Reservoir Inflow using Artifi...
IRJET- Univariate Time Series Prediction of Reservoir Inflow using Artifi...IRJET Journal
 
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...csandit
 
Improved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling AlgorithmImproved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling Algorithmiosrjce
 
Nonlinear filtering approaches to field mapping by sampling using mobile sensors
Nonlinear filtering approaches to field mapping by sampling using mobile sensorsNonlinear filtering approaches to field mapping by sampling using mobile sensors
Nonlinear filtering approaches to field mapping by sampling using mobile sensorsijassn
 
Enhancement of student performance prediction using modified K-nearest neighbor
Enhancement of student performance prediction using modified K-nearest neighborEnhancement of student performance prediction using modified K-nearest neighbor
Enhancement of student performance prediction using modified K-nearest neighborTELKOMNIKA JOURNAL
 
ENERGY EFFICIENT ROUTING PROTOCOL BASED ON DSR
ENERGY EFFICIENT ROUTING PROTOCOL BASED ON DSRENERGY EFFICIENT ROUTING PROTOCOL BASED ON DSR
ENERGY EFFICIENT ROUTING PROTOCOL BASED ON DSRijasuc
 
Performance comparison of SVM and ANN for aerobic granular sludge
Performance comparison of SVM and ANN for aerobic granular sludgePerformance comparison of SVM and ANN for aerobic granular sludge
Performance comparison of SVM and ANN for aerobic granular sludgejournalBEEI
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Editor IJARCET
 

Was ist angesagt? (20)

Rainfall-Runoff Modeling using Artificial Neural Network Technique
Rainfall-Runoff Modeling using Artificial Neural Network TechniqueRainfall-Runoff Modeling using Artificial Neural Network Technique
Rainfall-Runoff Modeling using Artificial Neural Network Technique
 
Unit Commitment with Lagrange Relaxation Using Particle Swarm Optimization
Unit Commitment with Lagrange Relaxation Using Particle Swarm OptimizationUnit Commitment with Lagrange Relaxation Using Particle Swarm Optimization
Unit Commitment with Lagrange Relaxation Using Particle Swarm Optimization
 
Comparison of Emergency Medical Services Delivery Performance using Maximal C...
Comparison of Emergency Medical Services Delivery Performance using Maximal C...Comparison of Emergency Medical Services Delivery Performance using Maximal C...
Comparison of Emergency Medical Services Delivery Performance using Maximal C...
 
HYDROTHERMAL COORDINATION FOR SHORT RANGE FIXED HEAD STATIONS USING FAST GENE...
HYDROTHERMAL COORDINATION FOR SHORT RANGE FIXED HEAD STATIONS USING FAST GENE...HYDROTHERMAL COORDINATION FOR SHORT RANGE FIXED HEAD STATIONS USING FAST GENE...
HYDROTHERMAL COORDINATION FOR SHORT RANGE FIXED HEAD STATIONS USING FAST GENE...
 
FUZZY GENE OPTIMIZED REWEIGHT BOOSTING CLASSIFICATION FOR ENERGY EFFICIENT DA...
FUZZY GENE OPTIMIZED REWEIGHT BOOSTING CLASSIFICATION FOR ENERGY EFFICIENT DA...FUZZY GENE OPTIMIZED REWEIGHT BOOSTING CLASSIFICATION FOR ENERGY EFFICIENT DA...
FUZZY GENE OPTIMIZED REWEIGHT BOOSTING CLASSIFICATION FOR ENERGY EFFICIENT DA...
 
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
 
A046010107
A046010107A046010107
A046010107
 
02 15033 distribution power loss minimization via (edit)
02 15033 distribution power loss minimization via (edit)02 15033 distribution power loss minimization via (edit)
02 15033 distribution power loss minimization via (edit)
 
Implementing Workload Postponing In Cloudsim to Maximize Renewable Energy Uti...
Implementing Workload Postponing In Cloudsim to Maximize Renewable Energy Uti...Implementing Workload Postponing In Cloudsim to Maximize Renewable Energy Uti...
Implementing Workload Postponing In Cloudsim to Maximize Renewable Energy Uti...
 
Ijciet 10 01_169
Ijciet 10 01_169Ijciet 10 01_169
Ijciet 10 01_169
 
Application of the extreme learning machine algorithm for the
Application of the extreme learning machine algorithm for theApplication of the extreme learning machine algorithm for the
Application of the extreme learning machine algorithm for the
 
IRJET- Univariate Time Series Prediction of Reservoir Inflow using Artifi...
IRJET-  	  Univariate Time Series Prediction of Reservoir Inflow using Artifi...IRJET-  	  Univariate Time Series Prediction of Reservoir Inflow using Artifi...
IRJET- Univariate Time Series Prediction of Reservoir Inflow using Artifi...
 
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
Fault-Tolerance Aware Multi Objective Scheduling Algorithm for Task Schedulin...
 
Improved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling AlgorithmImproved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling Algorithm
 
Nonlinear filtering approaches to field mapping by sampling using mobile sensors
Nonlinear filtering approaches to field mapping by sampling using mobile sensorsNonlinear filtering approaches to field mapping by sampling using mobile sensors
Nonlinear filtering approaches to field mapping by sampling using mobile sensors
 
Enhancement of student performance prediction using modified K-nearest neighbor
Enhancement of student performance prediction using modified K-nearest neighborEnhancement of student performance prediction using modified K-nearest neighbor
Enhancement of student performance prediction using modified K-nearest neighbor
 
JBUON-21-1-33
JBUON-21-1-33JBUON-21-1-33
JBUON-21-1-33
 
ENERGY EFFICIENT ROUTING PROTOCOL BASED ON DSR
ENERGY EFFICIENT ROUTING PROTOCOL BASED ON DSRENERGY EFFICIENT ROUTING PROTOCOL BASED ON DSR
ENERGY EFFICIENT ROUTING PROTOCOL BASED ON DSR
 
Performance comparison of SVM and ANN for aerobic granular sludge
Performance comparison of SVM and ANN for aerobic granular sludgePerformance comparison of SVM and ANN for aerobic granular sludge
Performance comparison of SVM and ANN for aerobic granular sludge
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 

Ähnlich wie ANN Algorithms for Predicting COD Levels in Wastewater

AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...IAEME Publication
 
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...paperpublications3
 
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...IJCNCJournal
 
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...IJCNCJournal
 
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...IOSRJEEE
 
NSGA-III Based Energy Efficient Protocol for Wireless Sensor Networks
NSGA-III Based Energy Efficient Protocol for Wireless Sensor NetworksNSGA-III Based Energy Efficient Protocol for Wireless Sensor Networks
NSGA-III Based Energy Efficient Protocol for Wireless Sensor NetworksIJCSIS Research Publications
 
Neural Network Model Development with Soft Computing Techniques for Membrane ...
Neural Network Model Development with Soft Computing Techniques for Membrane ...Neural Network Model Development with Soft Computing Techniques for Membrane ...
Neural Network Model Development with Soft Computing Techniques for Membrane ...IJECEIAES
 
Multi-task learning using non-linear autoregressive models and recurrent neur...
Multi-task learning using non-linear autoregressive models and recurrent neur...Multi-task learning using non-linear autoregressive models and recurrent neur...
Multi-task learning using non-linear autoregressive models and recurrent neur...IJECEIAES
 
Multimode system condition monitoring using sparsity reconstruction for quali...
Multimode system condition monitoring using sparsity reconstruction for quali...Multimode system condition monitoring using sparsity reconstruction for quali...
Multimode system condition monitoring using sparsity reconstruction for quali...IJECEIAES
 
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...paperpublications3
 
Air_Quality_Index_Forecasting Prediction BP
Air_Quality_Index_Forecasting Prediction BPAir_Quality_Index_Forecasting Prediction BP
Air_Quality_Index_Forecasting Prediction BPAnbuShare
 
Energy management system
Energy management systemEnergy management system
Energy management systemAmishaSrivastava26
 
PERFORMANCE PREDICTION OF AN ADIABATIC SOLAR LIQUID DESICCANT REGENERATOR USI...
PERFORMANCE PREDICTION OF AN ADIABATIC SOLAR LIQUID DESICCANT REGENERATOR USI...PERFORMANCE PREDICTION OF AN ADIABATIC SOLAR LIQUID DESICCANT REGENERATOR USI...
PERFORMANCE PREDICTION OF AN ADIABATIC SOLAR LIQUID DESICCANT REGENERATOR USI...IAEME Publication
 
OPTIMIZATION TECHNIQUES FOR WATER SUPPLY NETWORK: A CRITICAL REVIEW
OPTIMIZATION TECHNIQUES FOR WATER SUPPLY NETWORK: A CRITICAL REVIEW OPTIMIZATION TECHNIQUES FOR WATER SUPPLY NETWORK: A CRITICAL REVIEW
OPTIMIZATION TECHNIQUES FOR WATER SUPPLY NETWORK: A CRITICAL REVIEW IAEME Publication
 
Residual Energy Based Cluster head Selection in WSNs for IoT Application
Residual Energy Based Cluster head Selection in WSNs for IoT ApplicationResidual Energy Based Cluster head Selection in WSNs for IoT Application
Residual Energy Based Cluster head Selection in WSNs for IoT ApplicationIRJET Journal
 
Performance Evaluation of Percent Root Mean Square Difference for ECG Signals...
Performance Evaluation of Percent Root Mean Square Difference for ECG Signals...Performance Evaluation of Percent Root Mean Square Difference for ECG Signals...
Performance Evaluation of Percent Root Mean Square Difference for ECG Signals...CSCJournals
 
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...dbpublications
 
An algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor networkAn algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor networkeSAT Publishing House
 
76201902
7620190276201902
76201902IJRAT
 

Ähnlich wie ANN Algorithms for Predicting COD Levels in Wastewater (20)

AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
 
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
 
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
 
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
 
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
 
NSGA-III Based Energy Efficient Protocol for Wireless Sensor Networks
NSGA-III Based Energy Efficient Protocol for Wireless Sensor NetworksNSGA-III Based Energy Efficient Protocol for Wireless Sensor Networks
NSGA-III Based Energy Efficient Protocol for Wireless Sensor Networks
 
Neural Network Model Development with Soft Computing Techniques for Membrane ...
Neural Network Model Development with Soft Computing Techniques for Membrane ...Neural Network Model Development with Soft Computing Techniques for Membrane ...
Neural Network Model Development with Soft Computing Techniques for Membrane ...
 
Multi-task learning using non-linear autoregressive models and recurrent neur...
Multi-task learning using non-linear autoregressive models and recurrent neur...Multi-task learning using non-linear autoregressive models and recurrent neur...
Multi-task learning using non-linear autoregressive models and recurrent neur...
 
Multimode system condition monitoring using sparsity reconstruction for quali...
Multimode system condition monitoring using sparsity reconstruction for quali...Multimode system condition monitoring using sparsity reconstruction for quali...
Multimode system condition monitoring using sparsity reconstruction for quali...
 
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
 
Air_Quality_Index_Forecasting Prediction BP
Air_Quality_Index_Forecasting Prediction BPAir_Quality_Index_Forecasting Prediction BP
Air_Quality_Index_Forecasting Prediction BP
 
08039246
0803924608039246
08039246
 
Energy management system
Energy management systemEnergy management system
Energy management system
 
PERFORMANCE PREDICTION OF AN ADIABATIC SOLAR LIQUID DESICCANT REGENERATOR USI...
PERFORMANCE PREDICTION OF AN ADIABATIC SOLAR LIQUID DESICCANT REGENERATOR USI...PERFORMANCE PREDICTION OF AN ADIABATIC SOLAR LIQUID DESICCANT REGENERATOR USI...
PERFORMANCE PREDICTION OF AN ADIABATIC SOLAR LIQUID DESICCANT REGENERATOR USI...
 
OPTIMIZATION TECHNIQUES FOR WATER SUPPLY NETWORK: A CRITICAL REVIEW
OPTIMIZATION TECHNIQUES FOR WATER SUPPLY NETWORK: A CRITICAL REVIEW OPTIMIZATION TECHNIQUES FOR WATER SUPPLY NETWORK: A CRITICAL REVIEW
OPTIMIZATION TECHNIQUES FOR WATER SUPPLY NETWORK: A CRITICAL REVIEW
 
Residual Energy Based Cluster head Selection in WSNs for IoT Application
Residual Energy Based Cluster head Selection in WSNs for IoT ApplicationResidual Energy Based Cluster head Selection in WSNs for IoT Application
Residual Energy Based Cluster head Selection in WSNs for IoT Application
 
Performance Evaluation of Percent Root Mean Square Difference for ECG Signals...
Performance Evaluation of Percent Root Mean Square Difference for ECG Signals...Performance Evaluation of Percent Root Mean Square Difference for ECG Signals...
Performance Evaluation of Percent Root Mean Square Difference for ECG Signals...
 
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
 
An algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor networkAn algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor network
 
76201902
7620190276201902
76201902
 

Mehr von IJRAT

96202108
9620210896202108
96202108IJRAT
 
97202107
9720210797202107
97202107IJRAT
 
93202101
9320210193202101
93202101IJRAT
 
92202102
9220210292202102
92202102IJRAT
 
91202104
9120210491202104
91202104IJRAT
 
87202003
8720200387202003
87202003IJRAT
 
87202001
8720200187202001
87202001IJRAT
 
86202013
8620201386202013
86202013IJRAT
 
86202008
8620200886202008
86202008IJRAT
 
86202005
8620200586202005
86202005IJRAT
 
86202004
8620200486202004
86202004IJRAT
 
85202026
8520202685202026
85202026IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
711201939
711201939711201939
711201939IJRAT
 
711201935
711201935711201935
711201935IJRAT
 
711201927
711201927711201927
711201927IJRAT
 
711201905
711201905711201905
711201905IJRAT
 
710201947
710201947710201947
710201947IJRAT
 
712201907
712201907712201907
712201907IJRAT
 
712201903
712201903712201903
712201903IJRAT
 

Mehr von IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

KĂŒrzlich hochgeladen

An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Call Us ≜ 8377877756 ≌ Call Girls In Shastri Nagar (Delhi)
Call Us ≜ 8377877756 ≌ Call Girls In Shastri Nagar (Delhi)Call Us ≜ 8377877756 ≌ Call Girls In Shastri Nagar (Delhi)
Call Us ≜ 8377877756 ≌ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 

KĂŒrzlich hochgeladen (20)

An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Call Us ≜ 8377877756 ≌ Call Girls In Shastri Nagar (Delhi)
Call Us ≜ 8377877756 ≌ Call Girls In Shastri Nagar (Delhi)Call Us ≜ 8377877756 ≌ Call Girls In Shastri Nagar (Delhi)
Call Us ≜ 8377877756 ≌ Call Girls In Shastri Nagar (Delhi)
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 

ANN Algorithms for Predicting COD Levels in Wastewater

  • 1. International Journal of Research in Advent Technology, Vol.7, No.10, October 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 5 doi: 10.32622/ijrat.xxxxxxxxxx Abstract—The process of an anaerobic reactor in predicting the COD Level was modeled by the application of Neural Networks. The effluent COD is the most common factor used in all types of Wastewater Treatment Systems. This research is about the prediction of the concentration of |COD by using the ANN, a simple feed forward, Back Propagation (BP) neural network. The three layered feed forward ANN has been trained using four back propagation algorithms. The efficiency and accuracy were measured based on MSE and Regression Coefficient(R) to evaluate their performance. The model trained with Levenberg – Marquardt algorithm provided best results with MSE = 0.533 and R=0.991. The model performed up to the expectation and the result of the prediction is appropriate. Index Terms—Wastewater Treatment System (WWTS), Anaerobic Reactor, Chemical Oxygen Demand (COD), Artificial Neural Networks (ANN), Back-Propagation, Levenberg-Marquardt Algorithm, Gradient Descent with Adaptive Learning Rate Algorithm, Gradient Descent with Momentum Algorithm, Resilient Back-Propagation Algorithm. I. INTRODUCTION According to the great classic text ‘Thirukkural’, Water is known as the true ambrosial food of all the lives. Water has been used for various purposes consequently producing sewage from the households, commercial and economic sectors. This wastewater needs proper intervention before discharging them into the water bodies since the sewage contains numerous of harmful toxins and pathogens causing serious calamities [1]. Thus, the Wastewater Treatment System (WWTS) has been popularly implemented in physical, biological and chemical progressions. Thus, the linear mathematical models have been proven to be inappropriate for these non-linear wastewater processes [2]. The well- known process for the decaying of domestic and industrial sewage is through the microbial activity in the absence of oxygen, called the Anaerobic Digestion [3]. The Anaerobic reactors produce a combination gas of methane and carbon dioxide called the biogas, a good source of renewable energy [4]. Studies have been carried out to Manuscript revised October 25, 2019 and published on November 10, 2019 S.Harikishore, Student, PSG College of Technology, Coimbatore, India. Dr.S.Shanthi, Civil Department, Avinashilingam University for Women, Coimbatore, India. maximize the production of Biogas through various techniques. The methanogenic bacteria are involved to produce massive amount of biogas from assorted solid and water wastes [5]. Thus the flourish process has paid scope for the development of various anaerobic reactors. This paper studies about the design of the prediction model to find the COD level in an anaerobic wastewater reactor. The inconsistency of the influent are recognized with the alteration of specific parameters’ composition, strength and flow rates levels [6]. The Chemical Oxygen Demand (COD) has been used as the indicator to determine the cause of the effluents [7]. In WWTS, the water is consider more toxic to the ecological life and would be a great threat to the marine lives if the concentration of COD is higher [8]. The Anaerobic reactors forms granular sludge in minimum time which can thus helps better in the COD deduction from the affluent water [9]. The paper is about the implementation of the four different back-propagation ANN algorithms on the prediction of the COD value. The performances are compared by means of their regression and mean square values. The stream-flow forecasting and the cohesion less soils, lateral stress resolve studied by Ozgur Kisi et al [10] has compared three back propagation Neural Network training algorithms namely Levenberg-Marquardt, Conjugate gradient and Resilient Back Propagation algorithms. The study has been concluded with result of convergence speed and the estimation accuracy. In which Levenberg-Marquardt has proven to be the best in terms of the convergences while Resilient Back Propagation has performed accurately at the determination. Likewise Rama Subbanna et al [11], has also implemented the above mentioned three ANN training algorithms to observe the saturation level in the magnetic core of a welding transformer. Various performance metrics such as computational time, algorithm complexity, root square error and the gradient are used to determine the finest algorithm. Accordingly, Resilient Back Propagation algorithm has been chosen to be the best with less computational time and good algorithm complexity and also Levenberg-Marquardt algorithm has also proven to be good. . II. MODEL DEVELOPMENT The Fig 2 shows the schematic diagram during the model development process. During the design of the model, an appropriate development tool, MATLAB has been employed. The ANN being a mathematical development modeling tool becomes an admirable platform for various learning and optimization algorithms. Regression Analysis of ANN Training Algorithms for an Anaerobic Wastewater Treatment System S.Harikishore, Dr.S.Shanthi
  • 2. International Journal of Research in Advent Technology, Vol.7, No.10, October 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 6 doi: 10.32622/ijrat.xxxxxxxxxx Fig 1.Systematic Flow Diagram of the Model A. Data Preprocessing The quality of the data has been screened for the detection of instability in the source data that might be caused because of the electromagnetic disturbance, miscalculation of the data records, uncertain errors, etc. Thus the data has been pre-processed crucially before the analytic proceedings. B. Recognizing and removing/replacing Outliers The mean or the median values of the data are widely used to remove/replace the missing values. When the total of WWTS parameters has minimum empty values, the Regression becomes a preeminent method. The trimmed means can be used to hold the outliners in the data. [12].Here K-Means clustering has been taken to remove the blankness and then clusters has been used to collect the interrelated data for processing [13]. C. K-Means Clusters The K-Means a clustering technique with a collection of samples with specific measures of distance to form ‘k’ number of clusters, based on a defined distance measurements [14]. K-Means frequently uses the partition algorithm with square-error criterion, which helps to minimize the following error function C E =   ||xi-ck||2 . K=1 xQk where C is the number of clusters, ck is the centre of cluster k and x is a data sample that belongs to cluster Qk. The effluent COD values obtained from the anaerobic digester are used analyse by the K- Means algorithm in Java. From the initial partitions of the clusters, the centre values are calculated therefore the minimizing the square error function. The total numbers of records accounted are about 200 and the pre-processing time has been expressed in nanoseconds. In this work, it takes 78 nanoseconds to remove/replace the missing for 61 records. With pre-processing time taken for analysis of the given data samples the K-Means has been resulted as the graphical vision. D. Model Design Artificial Neural Network The ANN is used as the prediction and forecasting modeling tool which have a equivalent ability of the human brain. There are massive amount of unified, highly processing neurons working simultaneously to resolve simple to complex problems. The Feed- Forward Back-Propagation is the supervised learning ANN algorithm is known best in the field for the calculation and updating the predicting models with minimum error [15]. Model Training using BPN The four different Artificial Neural Network (ANN) Back Propagation training algorithms accounted in this work are Levenberg – Marquardt (LM), Gradient Descent with Adaptive Learning (GDA), Gradient Descent with Momentum (GDM) and Resilient Back-Propagation (RP) [16]. The ANN model has been trained to consider the influent COD levels and the controlling parameters as the input while consequent effluent COD levels are predicted as the output. In order to optimize the model and to have minimum error function, the model has been well trained with the flow rate value, influent COD concentration and OLR training subset. The hidden and output layers of the network are activated by using the tansig and purelin functions respectively [17]. The performance model has been evaluated by using the MSE and Regression Coefficient values. III. EXPERIMENTAL RESULTS With the learning ability the model adjusts the weights to predict the expected result; the network has been trained with four different back propagation training algorithms. The model has been tested and the performance has been evaluated at each trial by means of the MSE and R. The performance graphs for the algorithms are shown in Fig.2, Fig.3, Fig.4 and Fig 5. The Regression (R) values for the respective algorithms are shown Fig. 6, Fig.7, Fig. 8, and Fig. 9.
  • 3. International Journal of Research in Advent Technology, Vol.7, No.10, October 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 7 doi: 10.32622/ijrat.xxxxxxxxxx IV. PERFORMANCE MEASURES The four training algorithms were applied on the network model based on the inputs considered in order to predict the target COD levels. The LM algorithm has performed well by minimizing the errors and with the minimum MSE the accuracy of the prediction has been satisfactory. The R value acquired as the result in the prediction of resultant output has been proved to be the finest match of the network model. The Table 1 proves the performance of the network obtained for LM algorithm. Table 1. Performance Metrics Algorithms Regression(R) MSE LM 0.991 0.533 GDA 0.092 2.90 GDM 0.629 0.843 RP 0.798 0.946 Thus the network response for accurate output was calculated using the statistical indices viz., MSE and R.
  • 4. International Journal of Research in Advent Technology, Vol.7, No.10, October 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 8 doi: 10.32622/ijrat.xxxxxxxxxx V. CONCLUSION In this paper, the four back propagation training algorithms on the ANN model are trained and tested to forecast the level of COD. Among the four algorithms, Levenberg- Marquardt (LM) has performed well with fast convergence and the prediction has been found satisfactory. In regard to the Regression and MSE, the model when developed by using LM algorithm has showed an accurate prediction of COD level.. REFERENCES [1] Maged M. Hamed, Mona g. Kahalafallah and Ezzat A. Hassanien, “Prediction of Wastewater Treatment Plant Performance using Artificial Neural Networks”, Environmental Modeling and Software, Vol 19, Pp: 919-928, October 2004. [2] I. Plazl, G. Pipus, M. Grolka, T.Koloini, “Parametric Sensitivity and Evaluation of a Dynamic Model for Single-Stage Wastewater Treatment Plant” , Acta Chimica Slovenica, Pp:289 - 300, Jan 1999. [3] M.Dixon, J.R. Gallop, S. C. Lambert and J.V. Healy, “Experience with Data Mining for the Anaerobic Wastewater Treatment Process”, Environmental Modeling and Software, Vol 22, Pp: 315-322, March 2007. [4] Olivier Bernard, Zakaria Hadj- Sadok, Denis Dochain, Antoinc Genovesi, Jean-Philippe Steyer, “Dynamic Model Development and Parameter Identification for an Anaerobic Wastewater Treatment Process”, Biotechnology and Bioengineering, Vol15 (4), Pp:424- 438, June 2001. [5] Fasosin Emmanuel Olufemi, David Veronica and Hero Godwin , “Effect of Anaerobic Co-digestion on Microbial Community and Biogas Production” , Biosciences Biotechnology Research Asia, Vol 16(20), Pp: 391-401, June 2019. [6] Hamoda M.F, Al-Gusain .I. A., A. H. Hassan,, ‘Integrated Wastewater Treatment Plant Performance Evaluation using Artificial Neural Network”, Water Science and Technology, Vol 40, Pp: 55-69, 1999. [7] Colin M.W. Harnadek, Nigel G.H. Guilford and Dr. Elizabeth A. Edwards, “Chemical Oxygen Demand Analysis of Anaerobic Digester Contents”, Stem Fellowship Journal, Vol 1, Issue 2, Pp: 1-5, Dec 2015 [8] Nor Syamimi Musa and Wan Azlina Ahmad , “Chemical Oxygen Demand Reduction in Industrial Wastewater using locally isolated Bacteria” , Journal of Fundamental Sciences, Vol 6, No 2, Pp:88- 92, Nov 2010. [9] Xinwei Yang, Jianqiao Gong, Wenxiao Liu, “Anaerobic Biological Treatment of high Concentration Wastewater”, Chemical Engineering Transcations, Vol 71, Pp: 1423-1428, 2018 [10] OzgurKisi and Erdal Uncuoglu, “Comparison of Three Back Propagation Training algorithms for Two Case Studies”,, Indian Journal of Enginerring and Materials Sciences, Vol 12, Pp: 434- 442, Oct 2005. [11] S. Rama Subbanna, Dr. M. Suryakalavarthi , “Performance Analysis of ANN Training Algorithms to Detect the Magnetization Level in the Magnetic Core of a Welding Transformer”, IOSR- JEEE, Vol 6, Issue 6, , Pp: 17-25, Jul- Aug 2013. [12] R.Vijayabhanu and V. Radha , “Recognition and Elimination of Missing Values and Outliners From An Anaerobic Wastewater Treatment System using K-Means Cluster”, , IEEE 3rd International Conference on Advanced Computer Theory and Engineering , Vol 4, pp 20-22 , August 2010. [13] Rabee Rustum and Adebaye J. Adeloye, “Replacing Outliers and Missing Values from Activated Sludge Data using Kohonen Self-Organizing Map”, Journal Of Environmental Engineering © ASCE, Vol 133, Pp: 909-916, Sep 2007 [14] Tapas Kanungo, David M. Mount, Nathan S. Netanyahu, Christine D. Piatko, Ruth Silverman and Angela Y. Wu, “An Efficient K-Means Clustering Algorithm: Analysis and Implementation”, IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol 24, No. 7, Pp: 881- 892, July 2002. [15] Jing-Ru Zhang, Jun Zhang, Tat-Ming Lok, Michael R. Lyu, “A Hybrid Particle Swarm Optimization-Back-Propagation Algorithm for Feed forward Neural Network Training”, Applied Mathematics and Computations, Vol 185, Pp: 1026-1037, Feb 2007 [16] Zafer Comert, Adnan Fatih Kocamaz , ‘A Study of Artificial Neural Network Training Algorithms for Classification of Cardiotocography Signals”, Bitis Eren University of Science and Technology, Vol 7 (2), Pp: 93-103, Dec 2017 [17] R. Vijayabhanu and V. Radha , “Prediction Accuracy of BPN by Levenberg- Marquardt Algorithm for the Prediction of COD from an Anaerobic Reactor” , 4th International Conference on Signal and Image Processing, Springer, Vol 2, Pp: 571-581, December,2012 AUTHORS PROFILE Third Author personal profile which contains their education details, their publications, research work, membership, achievements, with photo that will be maximum 200-400 words. S.Harikishore, Engineering student of PSG College of Technology, Coimbatore , India. Dr. S.Shanthi, Assistant Professor,Department of Civil Engineering, Avinashilingam Institute for Home Science and Higher Education for Women , Completed B.E in Bharathiyar University, M.E in Anna University. Have published journal papers in UGC approved journals and also presented papers in International Conferences. Life time member of ICI. Have 14 years of teaching experience and 2 years of research experience