SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 4 Issue 2, February 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD30228 | Volume – 4 | Issue – 2 | January-February 2020 Page 1119
Mobile Network Coverage Determination at 900MHz for
Abuja Rural Areas using Artificial Neural Networks
Deme C. Abraham
Department of Computer Science, University of Jos, Jos, Nigeria
ABSTRACT
This study proposes Artificial Neural Network (ANN) based field strength
prediction models for the rural areas of Abuja, the federal capital territory of
Nigeria. The ANN-based models were created on bases of the Generalized
Regression Neural network (GRNN) and the Multi-Layer Perceptron Neural
Network (MLP-NN). These networks were created,trainedandtestedforfield
strength prediction using received power data recorded at 900MHz from
multiple Base Transceiver Stations (BTSs) distributed across the rural areas.
Results indicate that the GRNN and MLP-NN based models with Root Mean
Squared Error (RMSE) values of 4.78dBm and 5.56dBm respectively, offer
significant improvementovertheempirical Hata-Okumura counterpart,which
overestimates the signal strength by an RMSE value of 20.17dBm.
KEYWORDS: Field Strength; GeneralizedRegressionNeuralNetwork;Multi-Layer
Perceptron Neural Network; Hata-Okumura
How to cite this paper: Deme C. Abraham
"Mobile Network CoverageDetermination
at 900MHz for Abuja Rural Areas using
Artificial Neural Networks" Published in
International Journal
of Trend in Scientific
Research and
Development(ijtsrd),
ISSN: 2456-6470,
Volume-4 | Issue-2,
February 2020,
pp.1119-1123, URL:
www.ijtsrd.com/papers/ijtsrd30228.pdf
Copyright © 2019 by author(s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
INRODUCTION
An Artificial Neural Network (ANN) is a mathematical model
that mimics the structure and functionalities of biological
neural networks [1]. The Artificial neural network is a
system of interconnected artificial neurons that mimic the
human brain to form a complex programming structure for
neural processing. Each neuron interconnects to, and
receives signals from multiples of neurons. The neuron is
structured such that if the resulting sum of the signals
surpasses a certain threshold, a response is sentthroughthe
axon. ANNs are widely used in areas such as data mining
fields, classification, forecasting, functional approximation,
rule extraction, pattern recognitionandmedical applications
[2].
As described in [3], neural networks can learn to
approximate any function to a given accuracy and behave
like associative memories by using just example data that is
representative of the desired task. Given large amounts of
training data, ANNs are capable of solving complex
problems. This gives them a key advantage over traditional
approaches to function estimation such as the statistical
methods. Neural networks estimate a function without a
mathematical description of how the outputs functionally
depend on the inputs.
In this paper, an ANN-based approach to network coverage
prediction across the rural areas of Abuja, Nigeria, is
presented. The problem of field strength prediction is
viewed as a function approximation problem consisting of a
nonlinear mapping from a set of input variables containing
information about the potential receiverontoa singleoutput
variable representing the predicted field strength [4].
Network coverage prediction is a crucial aspect of wireless
network planning.Overtheyears,DeterministicModelshave
been widely used for signal strength prediction in a given
environment. As described in [5], Deterministic Models
make use of the laws governing electromagnetic wave
propagation to determine the received signal power at a
particular location. The field strength is calculated using the
Geometrical Theory of Diffraction (GTD) as a component
comprising of direct, reflected and diffracted rays at the
required position. Deterministic models such as [6] often
require a complete 3-Dmap ofthepropagationenvironment.
Recent approaches to field strength prediction are based on
computational intelligence as clearly documented in [7],[8].
This study considers the use of the Generalized Regression
Neural Network (GRNN) and the Multi-Layer Perceptron
Neural Network (MLP-NN) in field strength prediction
across the terrain question.
The Generalized Regression Neural Network
As described in [9], the Generalized Regression Neural
Network (GRNN) was proposed by [10]. ItistypeofArtificial
Neural Network (ANN) that is capable solving a variety of
problems such as function approximation, prediction,
control, plant process modeling or general mapping
problems [11. Unlike back-propagation neural networks,
which may require a large number iterations to converge to
the desired output, the GR-NN does not require iterative
training, and usually requires a fraction of the training
IJTSRD30228
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD30228 | Volume – 4 | Issue – 2 | January-February 2020 Page 1120
Samples a back-propagation neural network would need
[10]. As shown in Fig. 1, the GRNN comprises of four layers:
Fig. 1: Generalized Regression Neural Network
Architecture [12]
Input layer: This is the first layer and it is responsible for
sending inputs to the next layer called the pattern layer
Pattern layer: This layer computes the Euclidean distance
between input and training data, and also the activation
function.
Summation layer: This layer comprises of two parts: the
Numerator and the Denominator. The Numerator sums up
products of training data and activation function, while the
Denominator sums up activation functions.
Output layer: The single neuron contained in this layer
generates the output through division of the Numerator by
the Denominator obtained from the previous layer.
The general regression as described by [10] is as follows:
given a vector random variable, x, and a scalar random
variable, y, and assuming X is a particular measured value of
the random variable y, the regression of y on X is given by
(1)
(1)
If the probability density function is unknown, it is
estimated from a sample of observations of x and y. The
probability estimator , given by (9) is based upon
sample values and of the random variables x and y,
where n is the number of sample observations and is the
dimension of the vector variable x.
(2)
A physical interpretationoftheprobabilityestimate ,
is that it assigns a sample probability of width (called the
spread constant orsmoothingfactor)foreachsample and
, and the probability estimate is the sum of those sample
probabilities.
The scalar function is given by (3)
(3)
Combining equations (1) and (2) and interchanging the
order of integration and summation yields the desired
conditional mean , given by (4)
(4)
It is further stated in [10] that when the smoothing
parameter is made large, the estimateddensityisforcedto
be smooth and in the limit becomes a multivariate Gaussian
with covariance . On the other hand, a smaller value of
allows the estimated density to assume non-Gaussian
shapes, but with the hazard that wild points may have too
great an effect on the estimate.
The Multi-Layer Perceptron Neural Network
The Multi-Layer Perceptron Neural Network (MLP-NN) is a
feed forward neural network trained withthestandardback
propagation algorithm [13]. As described in [14], the MLP-
NN is a supervised network so it requires a desired response
to be trained. With one or two hidden layers, the MLP-NN
can approximate virtually any input-output map. They have
been shown to approximate the performance of optimal
statistical classifiers in difficult problems.
x0
x1
xn-1
...
...
...
wji
y
woj
Input
Layer
Hidden
Layer
Output
Layer
Fig.2: Multilayer Perceptron Neural Network with one
hidden layer [14]
The MLP-NN comprises of an input layer, one or more
hidden layers and an output layer. Fig. 2 shows an
architecture with 1 hidden layer. It can be observed that
each neuron of the input layer is connectedtoeachneuronof
the hidden layer, and in turn, each neuron of the hidden
layer is connected to the single neuron of the output layer.
Signal propagation across theentirenetwork isalwaysinthe
forward direction, i.e, from the input layer, through the
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD30228 | Volume – 4 | Issue – 2 | January-February 2020 Page 1121
hidden layer and eventually totheoutputlayer.Errorsignals
propagate in the opposite direction from the output neuron
across the network. As described in [14] the output of the
MLP-NN is given by (5)
M N
0 0 j h ji i
j 0 i 0
y F w F w x
= =
   
=        
∑ ∑
where:
woj represents the synaptic weights from neuronjinthe
hidden layer to the single output neuron,
xi represents the ith element of the input vector,
Fh and F0 are the activation function oftheneuronsfrom
the hidden layer and output layer, respectively,
wji are the connection weights between the neurons of
the hidden layer and the inputs.
The learning phase involves adaptively adjusting the free
parameters of the system based on the mean squared error
E, between predicted and measured path loss for a set of
appropriately selected trainingexamples.Themeansquared
error is given by (6),
( )
m
2
i i
i 1
1
E y d
2 =
= −∑
Where, yi is the output value computed by the network and
di is the desired output. When the error between network
output and the desired output is minimized, the learning
process is terminated and the network can be used in a
testing phase with test vectors. At this stage, the neural
network is described by the optimal weight configuration,
which means that theoretically ensures the output error
minimization.
The Hata-Okumura Model
As described in [15] the Hata-Okumura Model incorporates
the graphical information from the Okumura Model. The
Hata Model is a widely used propagation model for
predicting path loss in urban areas, and also has
formulations for predicting path loss in Suburban and Open
Areas. The Hata Model for Urban Areas is valid for the
following parameters:
Frequency Range: 150 MHz to 1500 MHz
Transmitter Height: 30 m to 200 m
Link distance: 1 km to 20 km
Mobile Station (MS) height: 1 m to 10 m
Hata Model for Urban Areas is formulated as (7).
(7)
For small or medium sized cities (where the mobile antenna
height is not more than 10 meters),
and for large cities,
Where,
LU - Path loss in Urban Areas
hB - Height of base station antenna in meters (m)
hM - Height of mobile station antenna in meters (m)
f - Frequency of Transmission in megahertz (MHz).
CH - Antenna height correction factor
d - Distance between the base and mobile stations in
kilometers (km).
The Hata Model for Suburban Areas is given by (8)
(8)
Hata model for open areas is formulated as (9)
(9)
Materials and Methods
A. Received Power Measurement and Path Loss
Computation
Receivedpowermeasurementswererecordedfrommultiple
Base Transceiver Stations (BTSs) situated within the Abuja
rural areas between Abaji and Gwagwalada, as well as
Gwagwalada and Zuba. The BTSs belong to the mobile
network service provider, Mobile Telecommunications
Network (MTN), Nigeria. The instrumentusedwasa Cellular
Mobile Network Analyser (SAGEM OT 290) capable of
measuring signal strength in decibel milliwatts (dBm).
Received power (PR) readings were recorded within the
900MHz frequency band at intervals of 0.15km, after an
initial separation of 0.1km. Mobile Network Parameters
obtained from the Network Provider (MTN) include Mean
Transmitter Height of 33 meters and Mean Effective
Isotropic Radiated Power (EIRP) of 45dBm.
Statistical Indices for Performance Comparison
The performance comparison indices adopted in this study
are based on the Root Mean Square Error (RMSE), given by
(10), and the Coefficient of Determination (R2), given by
(11). The RMSE is a measure of the differences between
predicted and observed values. The smaller the RMSE value,
the higher the prediction accuracy of the model. R2 ranges
from 0 to 1, but can be negative, which indicatesthe model is
inappropriate for the data. A value closer to 1 indicates a
greater correlation of the model with the test data, and
hence, greater fit.
(10)
Where,
M – Measured Path Loss
P – Predicted Path Loss
N- Number of paired values
(11)
Where
yi is the measured path loss,
is the predicted path loss and
is the mean of the measured path loss values.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD30228 | Volume – 4 | Issue – 2 | January-February 2020 Page 1122
Results and Discussion
Figures 3 to 8 clearly indicate that the empirical Hata-
Okumura model overestimates the signal strength acrossall
the BTSs considered in this investigation. On the contrary, it
can be observed that the ANN-based predictors are
convergent towards the test data, indicating greater
prediction performance. The statistical performanceindices
in Table 1 indicate that on the average, the GRNN-based
predictor is the most accurate of the three predictors with a
RMSE value of 4.78dBm and R2 value of 0.82. The MLP-NN
model has a RMSE value of 5.56dBm and R2 value of 0.68.
The Hata-Okumura model with a RMSE value of 20.17dBm
clearly overestimates the signal strength as earlier stated.
TABLE1. Statistical Performance Comparison of Predictors
MODEL STATS. BST 1 BST 2 BST 3 BST 4 BST 5 BST 6 MEAN
GRNN
RMSE(dBm) 5.08 5.49 4.86 5.34 3.58 4.31 4.78
R2 0.82 0.75 0.84 0.86 0.80 0.87 0.82
MLP-NN
RMSE(dBm) 6.12 5.22 5.00 4.35 8.17 4.51 5.56
R2 0.74 0.78 0.83 0.91 -0.02 0.85 0.68
Hata - Okumura
RMSE(dBm) 22.15 19.82 21.63 19.84 17.18 20.40 20.17
R2 -2.55 -1.95 -2.02 -0.92 -2.81 -2.06 -2.05
Fig. 3: Model Comparison for BTS 1
Fig. 4: Model Comparison for BTS 2
Fig.5: Model Comparison for BTS 3
Fig. 6: Model Comparison for BTS 4
Fig. 7: Model Comparison for BTS 5
Fig. 8: Model Comparison for BTS 6
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD30228 | Volume – 4 | Issue – 2 | January-February 2020 Page 1123
Conclusion
Field strength prediction models for therural areasofAbuja,
Nigeria, were created on the bases of two types of ANN,
which were trained and tested with received power data
recorded at an operating frequency of 900MHz from
multiple Base Transceiver Stations situated across the rural
areas. The two deep learning networks considered were the
Generalized Regression Neural network (GRNN) and Multi-
Layer Perceptron Neural Network (MLP-NN). Results
indicate that the ANN-based models offer significant
improvement over the empirical Hata-Okumura model.
References
[1] Andrej K., Janez B. and Andrej K. Introduction to the
Artificial Neural Networks, Artificial Neural Networks-
Methodological AdvancesandBiomedical Applications,
Prof. Kenji Suzuki (Ed.), ISBN: 978-953-307-243-2, pp
1, 2011
[2] Janmenjoy N., Bighnaraj N. (2015). A Comprehensive
Survey on Support Vector Machine in Data Mining
Tasks: Applications & Challenges. InternationalJournal
of Database Theory and Application Vol.8, No.1 (2015),
pp.169-186, 2015.
[3] Faria P., Zita V., Joao P., Khodr H. (2009). ANN Based
Day-Ahead Spinning Reserve Forecast for Electricity
Market Simulation. Center of the Electr. Eng., Polytech.
Inst. of Porto (IPP), Porto, Portugal
DOI: 10.1109/ISAP.2009.5352930 Conference:
Intelligent System Applications to Power Systems,
2009. ISAP '09. p. 2.
[4] Popescu I., Naforni I., Gavriloaia G. Field Strength
Prediction in Indoor Environment with a Neural
Network Model: FACTA UNIVERSITATIS (NIS), Series:
Electronics and Energetics. Vol. 14, No. 3, 2001, pp
329-336.
[5] Sumit J. and Vishal G. A Review on Empirical Data
Collection and Analysis of Bertoni‟s Model at 1.8 GHz.
International Journal ofComputerApplications(0975–
8887) Volume 56, No.6, 2012, pp 17- 23.
[6] Athanasiadou G.E., Nix A.R., McGeehan J.P. „A
Microcellular Ray-Tracing Propagation Model and
Evaluation of its Narrowband and Wideband
Predictions‟, IEEE Journal on Selected Areas in
Communications,WirelessCommunicationsseries,vol.
18, no 3, 2000, pp. 322-335.
[7] Popescu I., Naforni I., Gavriloaia G. Field Strength
Prediction in Indoor Environment with a Neural
Network Model: FACTA UNIVERSITATIS (NIS), Series:
Electronics and Energetics. Vol. 14, No. 3, 2001, pp
329-336.
[8] Deme A. C. Field Strength Determination in a Tropical
Metropolitan Environment Using Computational
Intelligence Techniques. American Journal of
Engineering Research (AJER) e-ISSN: 2320-0847 p-
ISSN: 2320-0936 Volume-5, Issue-8,pp-276-284,2016
[9] Deme C. A. A Generalized Regression Neural Network
Model for Path Loss Prediction at 900 MHz for Jos City,
Nigeria. American Journal of Engineering Research
(AJER). E-ISSN:2320-0847p-ISSN:2320-0936Volume-
5, Issue-6, pp-01-07, 2016.
[10] Specht D. F.A. A general regression neural network.
IEEE Transactions on Neural Networks. 2, 1991, 568-
576.
[11] Leszek R. Generalized Regression Neural Networks in
Time-Varying Environment. IEEE Transactions on
Neural Networks, Vol. 15, No. 3, 2004, pp. 576-596.
[12] Sun G., Hoff S. J., Zelle B. C., Nelson M. A. Development
and Comparison of Back propagation and Generalized
Regression Neural Network Models to Predict Diurnal
and Seasonal Gas and PM10 Concentrations and
Emissions from Swine Buildings. American Society of
Agricultural and Biological Engineers ISSN 0001-2351.
Vol. 51(2):2008, pp. 685-694
[13] Gaurang P., Amit G., Y P Kosta and Devyani P.
“Behaviour Analysis of Multilayer Perceptrons with
Multiple Hidden Neurons and Hidden Layers”,
International Journal of Computer Theory and
Engineering, Vol. 3, No. 2, 2011, pp. 332-337.
[14] Popescu I., Naforni I., Gavriloaia G. Field Strength
Prediction in Indoor Environment with a Neural
Network Model: FACTA UNIVERSITATIS (NIS), Series:
Electronics and Energetics, 2001. Vol. 14, No. 3, pp
329-336.
[15] Yuvraj S. (2012). Comparison of Okumura, Hata and
COST-231 Models on the Basis of Path Loss and Signal
Strength. International Journal of Computer
Applications (0975 – 8887) Volume 59, No.11, 2012,
pp. 37-41.

More Related Content

What's hot

Employing Neocognitron Neural Network Base Ensemble Classifiers To Enhance Ef...
Employing Neocognitron Neural Network Base Ensemble Classifiers To Enhance Ef...Employing Neocognitron Neural Network Base Ensemble Classifiers To Enhance Ef...
Employing Neocognitron Neural Network Base Ensemble Classifiers To Enhance Ef...cscpconf
 
Energy efficient approach based on evolutionary algorithm for coverage contro...
Energy efficient approach based on evolutionary algorithm for coverage contro...Energy efficient approach based on evolutionary algorithm for coverage contro...
Energy efficient approach based on evolutionary algorithm for coverage contro...ijcseit
 
Neural network based identification of multimachine power system
Neural network based identification of multimachine power systemNeural network based identification of multimachine power system
Neural network based identification of multimachine power systemcsandit
 
International Journal of Advanced Smart Sensor Network Systems (IJASSN)
International Journal of Advanced Smart Sensor Network Systems (IJASSN)International Journal of Advanced Smart Sensor Network Systems (IJASSN)
International Journal of Advanced Smart Sensor Network Systems (IJASSN)ijcseit
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural NetworkBurhan Muzafar
 
Black-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX modelBlack-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX modelIJECEIAES
 
Artificial Neural Network and its Applications
Artificial Neural Network and its ApplicationsArtificial Neural Network and its Applications
Artificial Neural Network and its Applicationsshritosh kumar
 
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...cscpconf
 
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHODNONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHODijwmn
 
Target Detection by Fuzzy Gustafson-Kessel Algorithm
Target Detection by Fuzzy Gustafson-Kessel AlgorithmTarget Detection by Fuzzy Gustafson-Kessel Algorithm
Target Detection by Fuzzy Gustafson-Kessel AlgorithmCSCJournals
 
COMPARATIVE STUDY OF BACKPROPAGATION ALGORITHMS IN NEURAL NETWORK BASED IDENT...
COMPARATIVE STUDY OF BACKPROPAGATION ALGORITHMS IN NEURAL NETWORK BASED IDENT...COMPARATIVE STUDY OF BACKPROPAGATION ALGORITHMS IN NEURAL NETWORK BASED IDENT...
COMPARATIVE STUDY OF BACKPROPAGATION ALGORITHMS IN NEURAL NETWORK BASED IDENT...ijcsit
 

What's hot (16)

Employing Neocognitron Neural Network Base Ensemble Classifiers To Enhance Ef...
Employing Neocognitron Neural Network Base Ensemble Classifiers To Enhance Ef...Employing Neocognitron Neural Network Base Ensemble Classifiers To Enhance Ef...
Employing Neocognitron Neural Network Base Ensemble Classifiers To Enhance Ef...
 
Energy efficient approach based on evolutionary algorithm for coverage contro...
Energy efficient approach based on evolutionary algorithm for coverage contro...Energy efficient approach based on evolutionary algorithm for coverage contro...
Energy efficient approach based on evolutionary algorithm for coverage contro...
 
Neural Networks: Introducton
Neural Networks: IntroductonNeural Networks: Introducton
Neural Networks: Introducton
 
6119ijcsitce01
6119ijcsitce016119ijcsitce01
6119ijcsitce01
 
Neural network based identification of multimachine power system
Neural network based identification of multimachine power systemNeural network based identification of multimachine power system
Neural network based identification of multimachine power system
 
International Journal of Advanced Smart Sensor Network Systems (IJASSN)
International Journal of Advanced Smart Sensor Network Systems (IJASSN)International Journal of Advanced Smart Sensor Network Systems (IJASSN)
International Journal of Advanced Smart Sensor Network Systems (IJASSN)
 
C42021115
C42021115C42021115
C42021115
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Dx25751756
Dx25751756Dx25751756
Dx25751756
 
Black-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX modelBlack-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX model
 
Artificial Neural Network and its Applications
Artificial Neural Network and its ApplicationsArtificial Neural Network and its Applications
Artificial Neural Network and its Applications
 
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
 
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHODNONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
 
Target Detection by Fuzzy Gustafson-Kessel Algorithm
Target Detection by Fuzzy Gustafson-Kessel AlgorithmTarget Detection by Fuzzy Gustafson-Kessel Algorithm
Target Detection by Fuzzy Gustafson-Kessel Algorithm
 
COMPARATIVE STUDY OF BACKPROPAGATION ALGORITHMS IN NEURAL NETWORK BASED IDENT...
COMPARATIVE STUDY OF BACKPROPAGATION ALGORITHMS IN NEURAL NETWORK BASED IDENT...COMPARATIVE STUDY OF BACKPROPAGATION ALGORITHMS IN NEURAL NETWORK BASED IDENT...
COMPARATIVE STUDY OF BACKPROPAGATION ALGORITHMS IN NEURAL NETWORK BASED IDENT...
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 

Similar to Mobile Network Coverage Determination at 900MHz for Abuja Rural Areas using Artificial Neural Networks

NEURAL NETWORK BASED IDENTIFICATION OF MULTIMACHINE POWER SYSTEM
NEURAL NETWORK BASED IDENTIFICATION OF MULTIMACHINE POWER SYSTEMNEURAL NETWORK BASED IDENTIFICATION OF MULTIMACHINE POWER SYSTEM
NEURAL NETWORK BASED IDENTIFICATION OF MULTIMACHINE POWER SYSTEMcscpconf
 
An Artificial Intelligence Approach to Ultra High Frequency Path Loss Modelli...
An Artificial Intelligence Approach to Ultra High Frequency Path Loss Modelli...An Artificial Intelligence Approach to Ultra High Frequency Path Loss Modelli...
An Artificial Intelligence Approach to Ultra High Frequency Path Loss Modelli...ijtsrd
 
Efficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of TrussesEfficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of TrussesIRJET Journal
 
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...IJMER
 
PERFORMANCE ANALYSIS OF NEURAL NETWORK MODELS FOR OXAZOLINES AND OXAZOLES DER...
PERFORMANCE ANALYSIS OF NEURAL NETWORK MODELS FOR OXAZOLINES AND OXAZOLES DER...PERFORMANCE ANALYSIS OF NEURAL NETWORK MODELS FOR OXAZOLINES AND OXAZOLES DER...
PERFORMANCE ANALYSIS OF NEURAL NETWORK MODELS FOR OXAZOLINES AND OXAZOLES DER...ijistjournal
 
X trepan an extended trepan for
X trepan an extended trepan forX trepan an extended trepan for
X trepan an extended trepan forijaia
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
 
Electricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural NetworkElectricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural NetworkNaren Chandra Kattla
 
Incorporating Kalman Filter in the Optimization of Quantum Neural Network Par...
Incorporating Kalman Filter in the Optimization of Quantum Neural Network Par...Incorporating Kalman Filter in the Optimization of Quantum Neural Network Par...
Incorporating Kalman Filter in the Optimization of Quantum Neural Network Par...Waqas Tariq
 
Optimized Neural Network for Classification of Multispectral Images
Optimized Neural Network for Classification of Multispectral ImagesOptimized Neural Network for Classification of Multispectral Images
Optimized Neural Network for Classification of Multispectral ImagesIDES Editor
 
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...Waqas Tariq
 
APPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATA
APPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATAAPPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATA
APPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATAIJDKP
 
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...Cemal Ardil
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
X-TREPAN: A MULTI CLASS REGRESSION AND ADAPTED EXTRACTION OF COMPREHENSIBLE D...
X-TREPAN: A MULTI CLASS REGRESSION AND ADAPTED EXTRACTION OF COMPREHENSIBLE D...X-TREPAN: A MULTI CLASS REGRESSION AND ADAPTED EXTRACTION OF COMPREHENSIBLE D...
X-TREPAN: A MULTI CLASS REGRESSION AND ADAPTED EXTRACTION OF COMPREHENSIBLE D...cscpconf
 

Similar to Mobile Network Coverage Determination at 900MHz for Abuja Rural Areas using Artificial Neural Networks (20)

NEURAL NETWORK BASED IDENTIFICATION OF MULTIMACHINE POWER SYSTEM
NEURAL NETWORK BASED IDENTIFICATION OF MULTIMACHINE POWER SYSTEMNEURAL NETWORK BASED IDENTIFICATION OF MULTIMACHINE POWER SYSTEM
NEURAL NETWORK BASED IDENTIFICATION OF MULTIMACHINE POWER SYSTEM
 
An Artificial Intelligence Approach to Ultra High Frequency Path Loss Modelli...
An Artificial Intelligence Approach to Ultra High Frequency Path Loss Modelli...An Artificial Intelligence Approach to Ultra High Frequency Path Loss Modelli...
An Artificial Intelligence Approach to Ultra High Frequency Path Loss Modelli...
 
Efficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of TrussesEfficiency of Neural Networks Study in the Design of Trusses
Efficiency of Neural Networks Study in the Design of Trusses
 
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
 
Path loss prediction
Path loss predictionPath loss prediction
Path loss prediction
 
PERFORMANCE ANALYSIS OF NEURAL NETWORK MODELS FOR OXAZOLINES AND OXAZOLES DER...
PERFORMANCE ANALYSIS OF NEURAL NETWORK MODELS FOR OXAZOLINES AND OXAZOLES DER...PERFORMANCE ANALYSIS OF NEURAL NETWORK MODELS FOR OXAZOLINES AND OXAZOLES DER...
PERFORMANCE ANALYSIS OF NEURAL NETWORK MODELS FOR OXAZOLINES AND OXAZOLES DER...
 
X trepan an extended trepan for
X trepan an extended trepan forX trepan an extended trepan for
X trepan an extended trepan for
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed prediction
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed prediction
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed prediction
 
Electricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural NetworkElectricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural Network
 
Incorporating Kalman Filter in the Optimization of Quantum Neural Network Par...
Incorporating Kalman Filter in the Optimization of Quantum Neural Network Par...Incorporating Kalman Filter in the Optimization of Quantum Neural Network Par...
Incorporating Kalman Filter in the Optimization of Quantum Neural Network Par...
 
Optimized Neural Network for Classification of Multispectral Images
Optimized Neural Network for Classification of Multispectral ImagesOptimized Neural Network for Classification of Multispectral Images
Optimized Neural Network for Classification of Multispectral Images
 
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
 
APPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATA
APPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATAAPPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATA
APPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATA
 
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Hs3613611366
Hs3613611366Hs3613611366
Hs3613611366
 
Hs3613611366
Hs3613611366Hs3613611366
Hs3613611366
 
X-TREPAN: A MULTI CLASS REGRESSION AND ADAPTED EXTRACTION OF COMPREHENSIBLE D...
X-TREPAN: A MULTI CLASS REGRESSION AND ADAPTED EXTRACTION OF COMPREHENSIBLE D...X-TREPAN: A MULTI CLASS REGRESSION AND ADAPTED EXTRACTION OF COMPREHENSIBLE D...
X-TREPAN: A MULTI CLASS REGRESSION AND ADAPTED EXTRACTION OF COMPREHENSIBLE D...
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 

Recently uploaded (20)

TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 

Mobile Network Coverage Determination at 900MHz for Abuja Rural Areas using Artificial Neural Networks

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 4 Issue 2, February 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD30228 | Volume – 4 | Issue – 2 | January-February 2020 Page 1119 Mobile Network Coverage Determination at 900MHz for Abuja Rural Areas using Artificial Neural Networks Deme C. Abraham Department of Computer Science, University of Jos, Jos, Nigeria ABSTRACT This study proposes Artificial Neural Network (ANN) based field strength prediction models for the rural areas of Abuja, the federal capital territory of Nigeria. The ANN-based models were created on bases of the Generalized Regression Neural network (GRNN) and the Multi-Layer Perceptron Neural Network (MLP-NN). These networks were created,trainedandtestedforfield strength prediction using received power data recorded at 900MHz from multiple Base Transceiver Stations (BTSs) distributed across the rural areas. Results indicate that the GRNN and MLP-NN based models with Root Mean Squared Error (RMSE) values of 4.78dBm and 5.56dBm respectively, offer significant improvementovertheempirical Hata-Okumura counterpart,which overestimates the signal strength by an RMSE value of 20.17dBm. KEYWORDS: Field Strength; GeneralizedRegressionNeuralNetwork;Multi-Layer Perceptron Neural Network; Hata-Okumura How to cite this paper: Deme C. Abraham "Mobile Network CoverageDetermination at 900MHz for Abuja Rural Areas using Artificial Neural Networks" Published in International Journal of Trend in Scientific Research and Development(ijtsrd), ISSN: 2456-6470, Volume-4 | Issue-2, February 2020, pp.1119-1123, URL: www.ijtsrd.com/papers/ijtsrd30228.pdf Copyright © 2019 by author(s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) INRODUCTION An Artificial Neural Network (ANN) is a mathematical model that mimics the structure and functionalities of biological neural networks [1]. The Artificial neural network is a system of interconnected artificial neurons that mimic the human brain to form a complex programming structure for neural processing. Each neuron interconnects to, and receives signals from multiples of neurons. The neuron is structured such that if the resulting sum of the signals surpasses a certain threshold, a response is sentthroughthe axon. ANNs are widely used in areas such as data mining fields, classification, forecasting, functional approximation, rule extraction, pattern recognitionandmedical applications [2]. As described in [3], neural networks can learn to approximate any function to a given accuracy and behave like associative memories by using just example data that is representative of the desired task. Given large amounts of training data, ANNs are capable of solving complex problems. This gives them a key advantage over traditional approaches to function estimation such as the statistical methods. Neural networks estimate a function without a mathematical description of how the outputs functionally depend on the inputs. In this paper, an ANN-based approach to network coverage prediction across the rural areas of Abuja, Nigeria, is presented. The problem of field strength prediction is viewed as a function approximation problem consisting of a nonlinear mapping from a set of input variables containing information about the potential receiverontoa singleoutput variable representing the predicted field strength [4]. Network coverage prediction is a crucial aspect of wireless network planning.Overtheyears,DeterministicModelshave been widely used for signal strength prediction in a given environment. As described in [5], Deterministic Models make use of the laws governing electromagnetic wave propagation to determine the received signal power at a particular location. The field strength is calculated using the Geometrical Theory of Diffraction (GTD) as a component comprising of direct, reflected and diffracted rays at the required position. Deterministic models such as [6] often require a complete 3-Dmap ofthepropagationenvironment. Recent approaches to field strength prediction are based on computational intelligence as clearly documented in [7],[8]. This study considers the use of the Generalized Regression Neural Network (GRNN) and the Multi-Layer Perceptron Neural Network (MLP-NN) in field strength prediction across the terrain question. The Generalized Regression Neural Network As described in [9], the Generalized Regression Neural Network (GRNN) was proposed by [10]. ItistypeofArtificial Neural Network (ANN) that is capable solving a variety of problems such as function approximation, prediction, control, plant process modeling or general mapping problems [11. Unlike back-propagation neural networks, which may require a large number iterations to converge to the desired output, the GR-NN does not require iterative training, and usually requires a fraction of the training IJTSRD30228
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD30228 | Volume – 4 | Issue – 2 | January-February 2020 Page 1120 Samples a back-propagation neural network would need [10]. As shown in Fig. 1, the GRNN comprises of four layers: Fig. 1: Generalized Regression Neural Network Architecture [12] Input layer: This is the first layer and it is responsible for sending inputs to the next layer called the pattern layer Pattern layer: This layer computes the Euclidean distance between input and training data, and also the activation function. Summation layer: This layer comprises of two parts: the Numerator and the Denominator. The Numerator sums up products of training data and activation function, while the Denominator sums up activation functions. Output layer: The single neuron contained in this layer generates the output through division of the Numerator by the Denominator obtained from the previous layer. The general regression as described by [10] is as follows: given a vector random variable, x, and a scalar random variable, y, and assuming X is a particular measured value of the random variable y, the regression of y on X is given by (1) (1) If the probability density function is unknown, it is estimated from a sample of observations of x and y. The probability estimator , given by (9) is based upon sample values and of the random variables x and y, where n is the number of sample observations and is the dimension of the vector variable x. (2) A physical interpretationoftheprobabilityestimate , is that it assigns a sample probability of width (called the spread constant orsmoothingfactor)foreachsample and , and the probability estimate is the sum of those sample probabilities. The scalar function is given by (3) (3) Combining equations (1) and (2) and interchanging the order of integration and summation yields the desired conditional mean , given by (4) (4) It is further stated in [10] that when the smoothing parameter is made large, the estimateddensityisforcedto be smooth and in the limit becomes a multivariate Gaussian with covariance . On the other hand, a smaller value of allows the estimated density to assume non-Gaussian shapes, but with the hazard that wild points may have too great an effect on the estimate. The Multi-Layer Perceptron Neural Network The Multi-Layer Perceptron Neural Network (MLP-NN) is a feed forward neural network trained withthestandardback propagation algorithm [13]. As described in [14], the MLP- NN is a supervised network so it requires a desired response to be trained. With one or two hidden layers, the MLP-NN can approximate virtually any input-output map. They have been shown to approximate the performance of optimal statistical classifiers in difficult problems. x0 x1 xn-1 ... ... ... wji y woj Input Layer Hidden Layer Output Layer Fig.2: Multilayer Perceptron Neural Network with one hidden layer [14] The MLP-NN comprises of an input layer, one or more hidden layers and an output layer. Fig. 2 shows an architecture with 1 hidden layer. It can be observed that each neuron of the input layer is connectedtoeachneuronof the hidden layer, and in turn, each neuron of the hidden layer is connected to the single neuron of the output layer. Signal propagation across theentirenetwork isalwaysinthe forward direction, i.e, from the input layer, through the
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD30228 | Volume – 4 | Issue – 2 | January-February 2020 Page 1121 hidden layer and eventually totheoutputlayer.Errorsignals propagate in the opposite direction from the output neuron across the network. As described in [14] the output of the MLP-NN is given by (5) M N 0 0 j h ji i j 0 i 0 y F w F w x = =     =         ∑ ∑ where: woj represents the synaptic weights from neuronjinthe hidden layer to the single output neuron, xi represents the ith element of the input vector, Fh and F0 are the activation function oftheneuronsfrom the hidden layer and output layer, respectively, wji are the connection weights between the neurons of the hidden layer and the inputs. The learning phase involves adaptively adjusting the free parameters of the system based on the mean squared error E, between predicted and measured path loss for a set of appropriately selected trainingexamples.Themeansquared error is given by (6), ( ) m 2 i i i 1 1 E y d 2 = = −∑ Where, yi is the output value computed by the network and di is the desired output. When the error between network output and the desired output is minimized, the learning process is terminated and the network can be used in a testing phase with test vectors. At this stage, the neural network is described by the optimal weight configuration, which means that theoretically ensures the output error minimization. The Hata-Okumura Model As described in [15] the Hata-Okumura Model incorporates the graphical information from the Okumura Model. The Hata Model is a widely used propagation model for predicting path loss in urban areas, and also has formulations for predicting path loss in Suburban and Open Areas. The Hata Model for Urban Areas is valid for the following parameters: Frequency Range: 150 MHz to 1500 MHz Transmitter Height: 30 m to 200 m Link distance: 1 km to 20 km Mobile Station (MS) height: 1 m to 10 m Hata Model for Urban Areas is formulated as (7). (7) For small or medium sized cities (where the mobile antenna height is not more than 10 meters), and for large cities, Where, LU - Path loss in Urban Areas hB - Height of base station antenna in meters (m) hM - Height of mobile station antenna in meters (m) f - Frequency of Transmission in megahertz (MHz). CH - Antenna height correction factor d - Distance between the base and mobile stations in kilometers (km). The Hata Model for Suburban Areas is given by (8) (8) Hata model for open areas is formulated as (9) (9) Materials and Methods A. Received Power Measurement and Path Loss Computation Receivedpowermeasurementswererecordedfrommultiple Base Transceiver Stations (BTSs) situated within the Abuja rural areas between Abaji and Gwagwalada, as well as Gwagwalada and Zuba. The BTSs belong to the mobile network service provider, Mobile Telecommunications Network (MTN), Nigeria. The instrumentusedwasa Cellular Mobile Network Analyser (SAGEM OT 290) capable of measuring signal strength in decibel milliwatts (dBm). Received power (PR) readings were recorded within the 900MHz frequency band at intervals of 0.15km, after an initial separation of 0.1km. Mobile Network Parameters obtained from the Network Provider (MTN) include Mean Transmitter Height of 33 meters and Mean Effective Isotropic Radiated Power (EIRP) of 45dBm. Statistical Indices for Performance Comparison The performance comparison indices adopted in this study are based on the Root Mean Square Error (RMSE), given by (10), and the Coefficient of Determination (R2), given by (11). The RMSE is a measure of the differences between predicted and observed values. The smaller the RMSE value, the higher the prediction accuracy of the model. R2 ranges from 0 to 1, but can be negative, which indicatesthe model is inappropriate for the data. A value closer to 1 indicates a greater correlation of the model with the test data, and hence, greater fit. (10) Where, M – Measured Path Loss P – Predicted Path Loss N- Number of paired values (11) Where yi is the measured path loss, is the predicted path loss and is the mean of the measured path loss values.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD30228 | Volume – 4 | Issue – 2 | January-February 2020 Page 1122 Results and Discussion Figures 3 to 8 clearly indicate that the empirical Hata- Okumura model overestimates the signal strength acrossall the BTSs considered in this investigation. On the contrary, it can be observed that the ANN-based predictors are convergent towards the test data, indicating greater prediction performance. The statistical performanceindices in Table 1 indicate that on the average, the GRNN-based predictor is the most accurate of the three predictors with a RMSE value of 4.78dBm and R2 value of 0.82. The MLP-NN model has a RMSE value of 5.56dBm and R2 value of 0.68. The Hata-Okumura model with a RMSE value of 20.17dBm clearly overestimates the signal strength as earlier stated. TABLE1. Statistical Performance Comparison of Predictors MODEL STATS. BST 1 BST 2 BST 3 BST 4 BST 5 BST 6 MEAN GRNN RMSE(dBm) 5.08 5.49 4.86 5.34 3.58 4.31 4.78 R2 0.82 0.75 0.84 0.86 0.80 0.87 0.82 MLP-NN RMSE(dBm) 6.12 5.22 5.00 4.35 8.17 4.51 5.56 R2 0.74 0.78 0.83 0.91 -0.02 0.85 0.68 Hata - Okumura RMSE(dBm) 22.15 19.82 21.63 19.84 17.18 20.40 20.17 R2 -2.55 -1.95 -2.02 -0.92 -2.81 -2.06 -2.05 Fig. 3: Model Comparison for BTS 1 Fig. 4: Model Comparison for BTS 2 Fig.5: Model Comparison for BTS 3 Fig. 6: Model Comparison for BTS 4 Fig. 7: Model Comparison for BTS 5 Fig. 8: Model Comparison for BTS 6
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD30228 | Volume – 4 | Issue – 2 | January-February 2020 Page 1123 Conclusion Field strength prediction models for therural areasofAbuja, Nigeria, were created on the bases of two types of ANN, which were trained and tested with received power data recorded at an operating frequency of 900MHz from multiple Base Transceiver Stations situated across the rural areas. The two deep learning networks considered were the Generalized Regression Neural network (GRNN) and Multi- Layer Perceptron Neural Network (MLP-NN). Results indicate that the ANN-based models offer significant improvement over the empirical Hata-Okumura model. References [1] Andrej K., Janez B. and Andrej K. Introduction to the Artificial Neural Networks, Artificial Neural Networks- Methodological AdvancesandBiomedical Applications, Prof. Kenji Suzuki (Ed.), ISBN: 978-953-307-243-2, pp 1, 2011 [2] Janmenjoy N., Bighnaraj N. (2015). A Comprehensive Survey on Support Vector Machine in Data Mining Tasks: Applications & Challenges. InternationalJournal of Database Theory and Application Vol.8, No.1 (2015), pp.169-186, 2015. [3] Faria P., Zita V., Joao P., Khodr H. (2009). ANN Based Day-Ahead Spinning Reserve Forecast for Electricity Market Simulation. Center of the Electr. Eng., Polytech. Inst. of Porto (IPP), Porto, Portugal DOI: 10.1109/ISAP.2009.5352930 Conference: Intelligent System Applications to Power Systems, 2009. ISAP '09. p. 2. [4] Popescu I., Naforni I., Gavriloaia G. Field Strength Prediction in Indoor Environment with a Neural Network Model: FACTA UNIVERSITATIS (NIS), Series: Electronics and Energetics. Vol. 14, No. 3, 2001, pp 329-336. [5] Sumit J. and Vishal G. A Review on Empirical Data Collection and Analysis of Bertoni‟s Model at 1.8 GHz. International Journal ofComputerApplications(0975– 8887) Volume 56, No.6, 2012, pp 17- 23. [6] Athanasiadou G.E., Nix A.R., McGeehan J.P. „A Microcellular Ray-Tracing Propagation Model and Evaluation of its Narrowband and Wideband Predictions‟, IEEE Journal on Selected Areas in Communications,WirelessCommunicationsseries,vol. 18, no 3, 2000, pp. 322-335. [7] Popescu I., Naforni I., Gavriloaia G. Field Strength Prediction in Indoor Environment with a Neural Network Model: FACTA UNIVERSITATIS (NIS), Series: Electronics and Energetics. Vol. 14, No. 3, 2001, pp 329-336. [8] Deme A. C. Field Strength Determination in a Tropical Metropolitan Environment Using Computational Intelligence Techniques. American Journal of Engineering Research (AJER) e-ISSN: 2320-0847 p- ISSN: 2320-0936 Volume-5, Issue-8,pp-276-284,2016 [9] Deme C. A. A Generalized Regression Neural Network Model for Path Loss Prediction at 900 MHz for Jos City, Nigeria. American Journal of Engineering Research (AJER). E-ISSN:2320-0847p-ISSN:2320-0936Volume- 5, Issue-6, pp-01-07, 2016. [10] Specht D. F.A. A general regression neural network. IEEE Transactions on Neural Networks. 2, 1991, 568- 576. [11] Leszek R. Generalized Regression Neural Networks in Time-Varying Environment. IEEE Transactions on Neural Networks, Vol. 15, No. 3, 2004, pp. 576-596. [12] Sun G., Hoff S. J., Zelle B. C., Nelson M. A. Development and Comparison of Back propagation and Generalized Regression Neural Network Models to Predict Diurnal and Seasonal Gas and PM10 Concentrations and Emissions from Swine Buildings. American Society of Agricultural and Biological Engineers ISSN 0001-2351. Vol. 51(2):2008, pp. 685-694 [13] Gaurang P., Amit G., Y P Kosta and Devyani P. “Behaviour Analysis of Multilayer Perceptrons with Multiple Hidden Neurons and Hidden Layers”, International Journal of Computer Theory and Engineering, Vol. 3, No. 2, 2011, pp. 332-337. [14] Popescu I., Naforni I., Gavriloaia G. Field Strength Prediction in Indoor Environment with a Neural Network Model: FACTA UNIVERSITATIS (NIS), Series: Electronics and Energetics, 2001. Vol. 14, No. 3, pp 329-336. [15] Yuvraj S. (2012). Comparison of Okumura, Hata and COST-231 Models on the Basis of Path Loss and Signal Strength. International Journal of Computer Applications (0975 – 8887) Volume 59, No.11, 2012, pp. 37-41.