SlideShare une entreprise Scribd logo
1  sur  12
Télécharger pour lire hors ligne
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
321
LOCATION PREDICTION IN CELLULAR NETWORK USING NEURAL
NETWORK
Dheyaa Jasim Kadhim, Tagreed Mohammed Ali, Faris A. Mustafa
Electrical Engineering Department,
University of Baghdad
ABSTRACT
The mobility management is an important issue in the cellular network, where it is deal
managing of the limited frequency BW, and managing the roaming of mobile station (MS). It
consists of two parts, the first called hand-off, which deals with the frequency channel allocation and
conserve the call during move between two adjacent cells. The second part called location
management (LM), which is deal with how to track an active MS within the cellular network. LM
will burden the network with many messages of paging and location update to make the network
know the location of MS at any time. Many researchers attempt to improve the LM by using neural
networks to perform location prediction.
In this paper, we will use back propagation multilayer neural network to learn the subscriber
movement, and then using this trained network to predict the new location of the subscriber. The
main aim of this paper is to reduce the total cost of LM by using the prediction of subscriber location
instead of using the traditional LM schemes. We get a more than 69% correct prediction for the
random walk mobility pattern as will see in the results.
I. INTRODUCTION
The wireless communications exist from the Second World War, but it was limited because
of the limited frequency bandwidth (BW). Many researchers try to improve the capacity of the
network but the landmark improvement become when the cellular concept developed in Bell
laboratories in the 1960s and 1970s [17], [18]. The cellular concept solves the problem of spectral
congestion and user capacity, where the service area partitioned into many sub-areas called cells. In
this approach the same channels can be assigned to many cells not in the vicinity (frequency reuse).
For large network capacity, the cell size must be reduced for more efficient use of the limited
frequency spectrum allocation. The main concept in cellular network is the efficient use of the
limited frequency spectrum allocated, which is appearing in frequency reuse concept.
The operation of tracking an active MS during his roaming is called mobility management, it
consists of two parts, radio mobility, which mainly consist of hand-off process, and network
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING &
TECHNOLOGY (IJCET)
ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 4, Issue 4, July-August (2013), pp. 321-332
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2013): 6.1302 (Calculated by GISI)
www.jifactor.com
IJCET
© I A E M E
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
322
mobility, which mainly consist of location management[1], [2].When a MS crossing a cell boundary
during a call, it is needed for a new pair of channel in the new cell to conserve the call from
dropping, this operation called hand-off.
Location management (LM) consists of two basic operations, location update and paging.We
can define the paging process as the operation of searching all possible cells that the MS can be
found in it. This operation is done by the network, when a new call request arrives for that MS, the
network page all possible cells for that MS, knowing MS location, and then the network delivers the
call for that MS. The location update (LU) is done by the user equipment (MS). This operation is
summarized by informing the network by the MS location. To perform paging and location update
operations, many signals will initiate and received from network to MS and vice versa, this will
occupy different network elements and this occupancy of network infrastructure is defined by cost.
There are many schemes for performing LM, location area [5], reporting cell [6], distance,
movement, and time based location update [7], profile based [8], and many other schemes. Each of
them is to perform the LM with some improvement in the cost.
There is a tradeoff between location update and paging, when the MS is never making
location update, the cost of location update will be minimized, but we must search all cells to find a
MS, the paging cost will be of maximum value. For the inverse case where the MS make a location
update frequently, the network will know the MS at any time where he is, and there is no need to
paging for a MS, the cost of paging will at minimum while the location update will be of maximum
value. However, the total cost can be reduced or one cost can be reduced by putting a band on the
other cost [3], [4].
Other researchers adopt the prediction of the new MS location, instead of the previous
schemes. They use the neural network with the user profile to predict the new location of MS, they
use the movement history of the MS to train a NN with the subscriber movement and use this trained
NN to predict his location. Where each MS has its own mobility pattern depending on itself and the
cell it is crossing. In [9], the author assume a network operate with a predetermined location update
scheme, and use the history of a subscriber to learn a multilayer perceptron (MLP) network. When a
call arrives, and depending on the recent inputs obtained during the last update of the MS, the present
location can be predicted using the trained MLP network. The author uses the distance and angular
deviation as inputs to MLP network, this input gets it from crossing cell ID, angular deviation, time
stamp, and cell residence time. He proposes the origin at the center of the cell of last update or call
termination. He shows that 75% of users can be located just in first attempt.
In [12], the authors propose a mixture of experts’ model to predict the precise location of an
MS to a suitable base station (BS). Each expert is a neural network trained to work best in a
particular region of input vector. The input vector of the expert model contains the user coordinate
determined depending on the signal power strength, subscriber identity module(SIM), and timestamp
corresponding to each user coordinate. The expert one relies on coordinate to determine the BS
identification, whereas expert two to work best on time stamp and SIM of the calling MS to
determine BS identification. After training, the test of mixture of experts shows a reduction in cost
with them. The authors propose the MS residing at his place (disaster case).
In [10], the author propose a back propagation neural network (BPNN) with time and
coordinate (X, Y) as the input vector, the output will be predicted coordinate. They propose a
predetermined subscriber movement pattern and then train a BPNN with this pattern, the test results
shows the predetermined pattern can predict accurately. However, if there is no definite pattern and
the user is visiting places that he has never visited before, the results obtained are not accurate and
are off by more than 60%.
IN [11], another signal strength based neural network technique is proposed. Distance
estimation is made based on the signal attenuation between MS and the BS. The transmitted power is
known and the received power is measured. The propagation model is used to estimate the length of
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
323
the radio path. Then using of this data to train MLP neural network using Levenberg-Marquardt back
propagation algorithm, the results shows an error in coordinating estimation, the author explains the
error because of the smaller training set, and can improve the estimation results by taking a larger set
of training readings.
In [14], a user profile learning (UPL) strategy is proposed. By observing the mobile user's
daily behavior and training a BPNN this behavior and then can use trained network to predict the
new location of MS. This strategy associates to each MS a list of cells where it is likely to be with a
given probability in each time interval. The list is ranked from the most likely to the least likely place
where a user may be found. When a call arrives for a mobile, it is paged sequentially in each location
within the list.
In [15], another use of BPNN to predict subscriber new location, the author proposes an
adjacency matrix where the cell number and its adjacency cells numbers are stored. The author
proposes a predefined subscriber tracks, after that train a multi layer NN with this track. Each step in
the track defined by distance and direction. The simulation results shows that achieved an average of
93% prediction accuracy in uniform movement, 40% to 70% for regular movement and 2% to 30%
for random movement patterns of an MS.
In this paper we propose a three imaginary reference point, and calculate the distance
between each cell and the three reference points. Another assumption, we are numbering all cells in
the topology in an incremental way from the first cell to the last cell, and finally we determine each
cell coordinate. All this data are used to train a multi layer back propagation neural network (BPNN).
This trained network can be used to predict the new location of MS. Where each MS tend to move in
a similar way every day, we take the movement of MS during 24 hours, and the 24 hours divided
into 72 time slots, each time slot equal to 20 minutes. The user movement during a day has a
stationary point where he stays for a long time, like a house or office. The proposed NN at first
classify the movement of a MS, and then use a NN for each class.
We get a very good prediction for a MS location during the day’s hours, this will increase the
knowledge of the cellular network with user location at any time, of which serve to reduce the
location update operation to a minimum limit.
We will illustrate the location management systems in section II, Our proposed scheme of
location prediction based neural network will be discussed in section III. And we will discuss the
simulation and results in section IV. Finally the conclusion will be in the last section V.
II. LOCATION MANAGEMENT SYSTEMS
Location management deals with how to keep track of an active mobile station within the
cellular network. There are two basic operations involved with location management: locations
update (LU) and paging. The paging operation is performed by the cellular network. When an
incoming call arrives for a mobile station, the cellular network will page the mobile station in all
possible cells to find out the cell in which the mobile station is located so the incoming call can be
routed to the corresponding base station. This process is called paging. The number of all possible
cells to be paged is dependent on how the location update operation is performed. The location
update operation is performed by an active mobile station. The location update and paging will
employ the infrastructure of the cellular network, and this occupancy represented as a cost.
For cost calculation, we will consider a movement based location update scheme, where a threshold
movement (D) achieved to perform location update operation. In this scheme, when a new call
arrives the network will pages all cells with a distance (D) from the last registered location of the
called MS. We propose a two dimension topology with hexagonal cells in the same size, the mobility
of MS is a random walk [16]. For performance comparison we will rely on this work for cost
calculation. Where the probability of moving and the probability of call arrival were taken in cost
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
324
calculations. We calculate the cost for a MS moving in two dimension topology with call arrival
probability of 0.01, the cost of performing a location update is 100, and the cost of polling a cell is 1.
We take the paging delay bounds as one (paging all cells in the location area at one time). And
finally we consider the moving probability is varied from 0.001 to 0.5. We make (D=3) to complete
the cost calculation. Figure 1-a show the result of total cost, we noted that the cost increase with the
probability of moving increase, and figure 1-b show only the update cost.
Figure 1: (a) total cost, (b) update cost
Figure 2 shows the effect of the threshold distance (D) on the cost in one dimension topology
(ring topology) [7], the total cost increase with increasing D.
The cost reduction can be performed by prediction in two ways, the first by prediction the
new location instead of threshold distance and this will increase the threshold distance (D) for
location update [7], and will reduce the cost. The second reduction by search the predicted cell and if
the MS not found the search will include the first and the second tiers of the predicted cell.
Figure 2: update and paging cost with threshold dis. D
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
325
Every subscriber has its mobility pattern and many people during day hours visit the same
location, start from home, then move to work place and maybe take a trip tothe supermarket and then
back home. For this reason when we use an intelligent network that can predict the subscriber
location at any time, the location management cost will be reduced obviously.
Depending on the subscriber movement history, we can use a BPNN to learn his mobility
pattern, and predict his location when a new call arrives for that subscriber.
We used three layers NN, in the hidden layer we use a sigmoid function (1) as a transfer
function, and in the output layer we use a tan sigmoid function or the bipolar sigmoid function (2)
[13].
݂ ሺ‫ݔ‬ሻ ൌ
ଵ
ሺଵାୣష౮ሻ
(1)
݂ ሺ‫ݔ‬ሻ ൌ
ଵିୣష౮
ଵାୣష౮ (2)
For preparing the input data for NN we use a linear normalization to make the input limit between -1
and 1 as in (3).
‫ݕ‬ ൌ ሺ2 ‫כ‬ ሺ‫ݔ‬ െ ‫ݔ‬௠௜௡ሻሻ/ሺሺ‫ݔ‬௠௔௫ െ ‫ݔ‬௠௜௡ሻ െ 1ሻ (3)
Where:
y = normalized value
‫ݔ‬ = input number
‫ݔ‬௠௜௡ And ‫ݔ‬௠௜௡ = the minimum and maximum numbers for this input.
III. LOCATION PREDICTION BASED NEURAL NETWORK
We propose a cellular system consist of 19 location area, each location area consist of 3 tiers
that is 37 hexagonal cells per location area. All cells in the topology numbered incrementally, also
the location area numbers. We define each cell with its number (ID) and its coordinates. After that, a
database matrix calculated, this matrix include all topology data, cell number, location area number,
cell number with respect to location area, cell coordinates, and the distances of the three reference
points. Each row will represent one cell.
We define many tracks, uniform and random tracks, each of them described by the time slot
number and cell ID. Figure 4 shows a sample of uniform and random tracks.
Our proposal is defined per user, where each user has its history and then his prediction NN.
Before training phase, the inputs of NN collected from a database matrix with respect to track
information. We propose a daily movement which it means there is a stationary point where the
subscriber will stay for a long time like home or office.
For this reason we divide the user track to many sub tracks, and use a BPNN to train this sub
track. The dividing process depending on time slot numbers and the correlation between cells
coordinate (figure 3).
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
6367(Print), ISSN 0976 – 6375(Online) V
Figure
Where the stationary points will be a sub track, the cells with positive correlation will be a
sub-track, and finally the cells with negative correlation. Each track will divided at least for three
sub-tracks, therefore at least a three NN for any subscrib
starts from cell number 44 (the lowest cell in uniform track) and move upward to cell number 660,
the second sub-track start of cell number 643 (the highest cell in the uniform track) and move
downward to cell number 44, the last sub
for 23 time slots in this cell. The tables 1 and 2 illustrate the two tracks each with its sub
Figure 4: proposed topology with tracks, black stars are the uniform track, blue circles are the
random track, and the square is the start of
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
326
Figure 3: Multi neural network
Where the stationary points will be a sub track, the cells with positive correlation will be a
track, and finally the cells with negative correlation. Each track will divided at least for three
tracks, therefore at least a three NN for any subscriber to predict his location. The first sub
starts from cell number 44 (the lowest cell in uniform track) and move upward to cell number 660,
track start of cell number 643 (the highest cell in the uniform track) and move
l number 44, the last sub-track is the stationary part where the subscriber will stay
for 23 time slots in this cell. The tables 1 and 2 illustrate the two tracks each with its sub
proposed topology with tracks, black stars are the uniform track, blue circles are the
random track, and the square is the start of each track, the cyanic squares are the start of each track
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
August (2013), © IAEME
Where the stationary points will be a sub track, the cells with positive correlation will be a
track, and finally the cells with negative correlation. Each track will divided at least for three
er to predict his location. The first sub-track
starts from cell number 44 (the lowest cell in uniform track) and move upward to cell number 660,
track start of cell number 643 (the highest cell in the uniform track) and move
track is the stationary part where the subscriber will stay
for 23 time slots in this cell. The tables 1 and 2 illustrate the two tracks each with its sub-tracks.
proposed topology with tracks, black stars are the uniform track, blue circles are the
res are the start of each track
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
327
Table 1: uniform track data
Table 2: random track data
IV. SIMULATION RESULTS
After training we take parts from track and feed it to NN and collect the result, the identical
percentage calculates as:
‫%ܫ‬ ൌ
ୡ୭୰୰ୣୡ୲ ୮୰ୣୢ୧ୡ୲ିୣ୰୰୭୰ ୮୰ୣୢ୧ୡ୲
୲୭୲ୟ୪ ୬୭.
‫כ‬ 100% (4)
We feed the sub-track one by one (table 1), and collect the results. Because of we take the
cell center coordinate as a target, we calculate the distance between the target cell center and the
predicted cell center to simplify our results, we also calculate the difference between target
coordinate and the predicted coordinate.
We start with uniform track part 1, figure 5 show part one of the track (sub-track 1) as the
black stars, and the output of the NN as the blue circle, figure 6 show the errors.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
328
Figure 5: sub-track 1 of the uniform track
We use cell diameter as 2.5 km, the distance between predicted and target cells center must
be less than cell radius, (i.e. less than 1.25). From figure 6-a, the predicted coordinate is within the
cell (87.5% correct prediction) where just three distances more than 1.25. In figure 6-c, we note 21
prediction results exact as a target, and only three results in the first tier. Finally the identical
percentage of this part is 75%.
Figure 7 shows the results of sub-track 2 of the uniform track, here just two results located in
the first tier (figure 7-c) where 91.3% of the results were correct and the identical percentage of this
part were 82.61%.
We take the random track as in figure 4, this track consists of three sub-track as in table 2, we
test the first
Figure 6: error of NN for sub-track 1, (a) the distance between predicted and target cells centers, (b)
difference between coordinate, and (c) cell location
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
329
Figure 7: error of NN for sub-track 2, (a) the distance between predicted and target cells centers, (b)
difference between coordinate, and (c) cell location
Figure 8: random track, sub-track 1
Sub-track (as in figure 8) where the tested sub-track with predicted results, the results showed in
figure 9.
Figure 9: error of NN results for random track, sub-track 1, (a) the distance between predicted and
target cells centers, (b) difference between coordinate, and (c) cell location
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
330
From 39 inputs, there are 6 results in the first tier of the target cells, and all other 33 results
were exact predicted. Figure 9-a show the distance between target and predicted cells, it is clear the
distance is less than 1.25 for all 33 good results. There are 84.6% as an exact prediction and the
identical percentage of this part were 69.23%. Finally we test sub-track 2 of the random track, figure
10 show the target and the predicted track. And figure 10 shows the error graphs.
Figure 10: random track, sub-track 2
In figure 10 we note exact prediction for the whole track, the percentage exact prediction was
100%, and the identical percentage was also 100%. Figure 11 shows the error graphs for this part. In
figure 11-c we note all predicted cells matched with the target and error in the distance (figure 11-a)
was for all results less than 1.25. Table 3 shows all results for comparison
Figure 11: error of NN results for random track, sub-track 2, (a) the distance between predicted and
target cells centers, (b) difference between coordinate, and (c) cell location
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
331
Table 3: the results
Test Prediction % Identity %
1. Unif. sub-track 1. 87.5 75
2. Unif. sub-track 2. 91.3 82.61
3. Rand. Sub-track 1. 84.6 69.23
4. Rand.sub-track 2. 100 100
V. CONCLUSIONS
In this paper we introduce a subscriber pattern learning strategy using back propagation
neural network to reduce the total cost of location management by increasing the accuracy of
prediction of subscriber location. The prediction gives the nearest cell to the target; when the
network page a MS, it will page a predicted cell, or cells in the first tier instead page all location
areas. Obviously the total cost will reduce, the location update cost reduced by prediction, instead
periodically location update, and the paging cost will reduce by intelligent paging some cells instead
paging all location areas. Another benefit of prediction is the case of zigzag, when the subscriber
roaming in the boundary of two adjacent location areas, in location prediction no need for repeatedly
location update messages, the cellular network can locate the subscriber at any time.
REFERENCES
[1] S. Tabbane, “Location management methods for third-generation mobile systems,” IEEE
Commun.Mag., vol. 35, pp. 72–84, 1997.
[2] K. Kyamakya and K.Jobman, “Location Management in Cellular Networks:Classification of
the Most Important Paradigms, Realistic Simulation Framework, and Relative Performance
Analysis”, IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 54, NO. 2,
MARCH 2005.
[3] C. Rose, “Minimizing the average cost of paging and registration: a timer-based method,”
ACM/Baltzer J. Wireless Networks, vol. 2, pp. 629–638, 1996.
[4] C. Rose and R.Yates,”Minimizing the Average Cost of Paging Under Delay Constraints”,
October 31,1997.
[5] Y. Bing Lin, ”Reducing Location Update Cost in a PCS Network”, IEEE/ACM
TRANSACTIONS ON NETWORKING, VOL. 5, NO. 1, FEBRUARY 1997.
[6] A. Bar-Noy and I. Kessler, “Tracking Mobile users in Wireless Communications Networks”,
IBM ResearchReport RC 18276, August 1992.
[7] A. Bar-Noy, I. Kessler, and M. Sidi, “Mobile users: to update or not to update?,”
ACM/Baltzer J. Wireless Networks, vol. 1, pp. 175–195, 1995.
[8] “Handbook of Wireless Network and Mobile Communication”, 2002 John Wiley & Sons,
Inc.
[9] K. Majurndar and N. Das, “Neural Network for Location Management in Mobile Cellular
Communication Network”, Cellular Network, Tencon 2003.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
332
[10] P. Bilurkan and N. Rao, “Application of Neural Network Techniques for Location Prediction
in Mobile Network”, Proceedings of the 9th International Conference on Neural Information
Processing (ICONIP‘OZ) , Vol. 5.
[11] J. Muhammed and A. Hussain, “New Neural Network Based Mobile Location Estimation in
Urban Propagation Models”, Proceedings IEEE INMlC 2003.
[12] S. Mitra and S. Das Bit, “Neural Network Based Precise Location Identification in a Cellular
Mobile Network”, IEEE, 2005.
[13] Laurene V. Fausett , “Fundamentals of Neural Networ”.
[14] J. Amar Pratap and Dr. V.K Govendan, “An Intelligent Learning Strategy for Managing
User’s Mobility in UMTS Network”, International Conference on Computational Intelligence
and Multimedia Applications 2007.
[15] B.P Vijay Kumar and P. Venkataram, “Prediction Based Location Management Using
Multilayer Neural Network”, J. Indian Inst. Sci., 2002, 82, 7-P2R, Indian Institute of Science.
[16] I. F. Akyildiz and J. S. M. Ho, “A Mobile User Location Update and Paging Mechanism
Under Delay Constraints,” IEEE.
[17] Jaafar Adhab Aldhaibani, A. Yahya , R.B. Ahmad, N. A. Al-Shareefi and M. K. Salman,
“Effect of Relay Location on Two-Way Df and Af Relay in Lte-A Cellular Networks”,
International Journal of Electronics and Communication Engineering & Technology
(IJECET), Volume 3, Issue 2, 2012, pp. 385 - 399, ISSN Print: 0976- 6464, ISSN Online:
0976 –6472,
[18] Prof. P. B. Alappanavar, Ankeeta Bhujbal and Shantanu Deshmukh, “Location Based
Services using Augmented Reality”, International Journal of Computer Engineering &
Technology (IJCET), Volume 4, Issue 2, 2013, pp. 237 - 240, ISSN Print: 0976 – 6367,
ISSN Online: 0976 – 6375.
[19] Dheyaa Jasim Kadhim and Sanaa Shaker Abed, “Performance and Handoff Evaluation of
Heterogeneous Wireless Networks (Hwns) using Opnet Simulator”, International Journal of
Electronics and Communication Engineering & Technology (IJECET), Volume 4, Issue 2,
2013, pp. 477 - 496, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.
[20] Prof. Uma R.Godase and Vijay S. More, “Location Based Encryption in Gsm Cellular
Network”, International Journal of Computer Engineering & Technology (IJCET), Volume 4,
Issue 2, 2013, pp. 179 - 188, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.

Contenu connexe

Tendances

Paper id 28201419
Paper id 28201419Paper id 28201419
Paper id 28201419IJRAT
 
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
 
Iaetsd improving the location of nodes in wireless ad
Iaetsd improving the location of nodes in wireless adIaetsd improving the location of nodes in wireless ad
Iaetsd improving the location of nodes in wireless adIaetsd Iaetsd
 
emerging_2015_3_20_50041
emerging_2015_3_20_50041emerging_2015_3_20_50041
emerging_2015_3_20_50041Hanin Almutairi
 
A fuzzy based congestion controller for control and balance congestion in gri...
A fuzzy based congestion controller for control and balance congestion in gri...A fuzzy based congestion controller for control and balance congestion in gri...
A fuzzy based congestion controller for control and balance congestion in gri...csandit
 
D021203019025
D021203019025D021203019025
D021203019025theijes
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) ijceronline
 
A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...
A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...
A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...ijsptm
 
A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...
A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...
A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...ijasuc
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
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 )ijassn
 
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSNOptimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSNIJCNCJournal
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Editor IJARCET
 
AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...
AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...
AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...ijwmn
 
A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...ijdpsjournal
 
Information Extraction from Wireless Sensor Networks: System and Approaches
Information Extraction from Wireless Sensor Networks: System and ApproachesInformation Extraction from Wireless Sensor Networks: System and Approaches
Information Extraction from Wireless Sensor Networks: System and ApproachesM H
 

Tendances (17)

Paper id 28201419
Paper id 28201419Paper id 28201419
Paper id 28201419
 
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)
 
Iaetsd improving the location of nodes in wireless ad
Iaetsd improving the location of nodes in wireless adIaetsd improving the location of nodes in wireless ad
Iaetsd improving the location of nodes in wireless ad
 
emerging_2015_3_20_50041
emerging_2015_3_20_50041emerging_2015_3_20_50041
emerging_2015_3_20_50041
 
A fuzzy based congestion controller for control and balance congestion in gri...
A fuzzy based congestion controller for control and balance congestion in gri...A fuzzy based congestion controller for control and balance congestion in gri...
A fuzzy based congestion controller for control and balance congestion in gri...
 
D021203019025
D021203019025D021203019025
D021203019025
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER)
 
A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...
A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...
A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...
 
A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...
A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...
A Novel Grid Based Dynamic Energy Efficient Routing Approach for Highly Dense...
 
Position based Opportunistic routing in MANET
Position based Opportunistic routing in MANETPosition based Opportunistic routing in MANET
Position based Opportunistic routing in MANET
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
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 )
 
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSNOptimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSN
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 
AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...
AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...
AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...
 
A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...
 
Information Extraction from Wireless Sensor Networks: System and Approaches
Information Extraction from Wireless Sensor Networks: System and ApproachesInformation Extraction from Wireless Sensor Networks: System and Approaches
Information Extraction from Wireless Sensor Networks: System and Approaches
 

En vedette

Artificial neural network based nitrogen oxides emission prediction and
Artificial neural network based nitrogen oxides emission prediction andArtificial neural network based nitrogen oxides emission prediction and
Artificial neural network based nitrogen oxides emission prediction andIAEME Publication
 
Data transmission with gbits speed using cmos based integrated circu
Data transmission with gbits speed using cmos based integrated circuData transmission with gbits speed using cmos based integrated circu
Data transmission with gbits speed using cmos based integrated circuIAEME Publication
 
Performance of dsdv protocol based on different propagation model with vari
Performance of dsdv protocol based on different propagation model with variPerformance of dsdv protocol based on different propagation model with vari
Performance of dsdv protocol based on different propagation model with variIAEME Publication
 
Lead acid battery management system for electrical vehicles
Lead acid battery management system for electrical vehiclesLead acid battery management system for electrical vehicles
Lead acid battery management system for electrical vehiclesIAEME Publication
 
Assessing the effect of information and communication technology on enhancing
Assessing the effect of information and communication technology on enhancingAssessing the effect of information and communication technology on enhancing
Assessing the effect of information and communication technology on enhancingIAEME Publication
 
Compression behaviour of natural soils
Compression behaviour of natural soilsCompression behaviour of natural soils
Compression behaviour of natural soilsIAEME Publication
 
Benefit analysis of subgrade and surface improvements in flexible pavements 2
Benefit analysis of subgrade and surface improvements in flexible pavements 2Benefit analysis of subgrade and surface improvements in flexible pavements 2
Benefit analysis of subgrade and surface improvements in flexible pavements 2IAEME Publication
 
Micro fluidic valve for satellite propulsion system
Micro fluidic valve for satellite propulsion systemMicro fluidic valve for satellite propulsion system
Micro fluidic valve for satellite propulsion systemIAEME Publication
 

En vedette (8)

Artificial neural network based nitrogen oxides emission prediction and
Artificial neural network based nitrogen oxides emission prediction andArtificial neural network based nitrogen oxides emission prediction and
Artificial neural network based nitrogen oxides emission prediction and
 
Data transmission with gbits speed using cmos based integrated circu
Data transmission with gbits speed using cmos based integrated circuData transmission with gbits speed using cmos based integrated circu
Data transmission with gbits speed using cmos based integrated circu
 
Performance of dsdv protocol based on different propagation model with vari
Performance of dsdv protocol based on different propagation model with variPerformance of dsdv protocol based on different propagation model with vari
Performance of dsdv protocol based on different propagation model with vari
 
Lead acid battery management system for electrical vehicles
Lead acid battery management system for electrical vehiclesLead acid battery management system for electrical vehicles
Lead acid battery management system for electrical vehicles
 
Assessing the effect of information and communication technology on enhancing
Assessing the effect of information and communication technology on enhancingAssessing the effect of information and communication technology on enhancing
Assessing the effect of information and communication technology on enhancing
 
Compression behaviour of natural soils
Compression behaviour of natural soilsCompression behaviour of natural soils
Compression behaviour of natural soils
 
Benefit analysis of subgrade and surface improvements in flexible pavements 2
Benefit analysis of subgrade and surface improvements in flexible pavements 2Benefit analysis of subgrade and surface improvements in flexible pavements 2
Benefit analysis of subgrade and surface improvements in flexible pavements 2
 
Micro fluidic valve for satellite propulsion system
Micro fluidic valve for satellite propulsion systemMicro fluidic valve for satellite propulsion system
Micro fluidic valve for satellite propulsion system
 

Similaire à Location predictionin cellular network using neural network

Effective range free localization scheme for wireless sensor network
Effective range  free localization scheme for wireless sensor networkEffective range  free localization scheme for wireless sensor network
Effective range free localization scheme for wireless sensor networkijmnct
 
IEEE Wireless communication 2016 Title and Abstract
IEEE Wireless communication 2016 Title and AbstractIEEE Wireless communication 2016 Title and Abstract
IEEE Wireless communication 2016 Title and Abstracttsysglobalsolutions
 
Multiagent based multipath routing in wireless sensor networks
Multiagent based multipath routing in wireless sensor networksMultiagent based multipath routing in wireless sensor networks
Multiagent based multipath routing in wireless sensor networksijwmn
 
Energy efficient routing algorithm in wireless sensor networks
Energy efficient routing algorithm in wireless sensor networksEnergy efficient routing algorithm in wireless sensor networks
Energy efficient routing algorithm in wireless sensor networksAlexander Decker
 
Localization for wireless sensor
Localization for wireless sensorLocalization for wireless sensor
Localization for wireless sensorIJCNCJournal
 
a data mining approach for location production in mobile environments
a data mining approach for location production in mobile environments a data mining approach for location production in mobile environments
a data mining approach for location production in mobile environments marwaeng
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Editor IJARCET
 
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...IOSR Journals
 
Channel Overlapping Between IMT-Advanced Users and Fixed Satellite Service
Channel Overlapping Between IMT-Advanced Users and Fixed Satellite ServiceChannel Overlapping Between IMT-Advanced Users and Fixed Satellite Service
Channel Overlapping Between IMT-Advanced Users and Fixed Satellite ServiceEECJOURNAL
 
Ca mwsn clustering algorithm for mobile wireless senor network [
Ca mwsn clustering algorithm for mobile wireless senor network  [Ca mwsn clustering algorithm for mobile wireless senor network  [
Ca mwsn clustering algorithm for mobile wireless senor network [graphhoc
 
CA-MWSN: CLUSTERING ALGORITHM FOR MOBILE WIRELESS SENOR NETWORK
CA-MWSN: CLUSTERING ALGORITHM FOR MOBILE WIRELESS SENOR NETWORKCA-MWSN: CLUSTERING ALGORITHM FOR MOBILE WIRELESS SENOR NETWORK
CA-MWSN: CLUSTERING ALGORITHM FOR MOBILE WIRELESS SENOR NETWORKFransiskeran
 
Energy efficient routing in wireless sensor network based on mobile sink guid...
Energy efficient routing in wireless sensor network based on mobile sink guid...Energy efficient routing in wireless sensor network based on mobile sink guid...
Energy efficient routing in wireless sensor network based on mobile sink guid...IJECEIAES
 
Improved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDVImproved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDVijsrd.com
 
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...ijsrd.com
 
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...Quality of Service Optimization in Realm of Green Monitoring using Broad Area...
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...IOSR Journals
 
Energy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
Energy Conservation in Wireless Sensor Networks Using Cluster-Based ApproachEnergy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
Energy Conservation in Wireless Sensor Networks Using Cluster-Based ApproachIJRES Journal
 
Spatial correlation based clustering algorithm for random and uniform topolog...
Spatial correlation based clustering algorithm for random and uniform topolog...Spatial correlation based clustering algorithm for random and uniform topolog...
Spatial correlation based clustering algorithm for random and uniform topolog...eSAT Publishing House
 
AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORK
AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORKAN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORK
AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORKijceronline
 

Similaire à Location predictionin cellular network using neural network (20)

Effective range free localization scheme for wireless sensor network
Effective range  free localization scheme for wireless sensor networkEffective range  free localization scheme for wireless sensor network
Effective range free localization scheme for wireless sensor network
 
IEEE Wireless communication 2016 Title and Abstract
IEEE Wireless communication 2016 Title and AbstractIEEE Wireless communication 2016 Title and Abstract
IEEE Wireless communication 2016 Title and Abstract
 
Multiagent based multipath routing in wireless sensor networks
Multiagent based multipath routing in wireless sensor networksMultiagent based multipath routing in wireless sensor networks
Multiagent based multipath routing in wireless sensor networks
 
Energy efficient routing algorithm in wireless sensor networks
Energy efficient routing algorithm in wireless sensor networksEnergy efficient routing algorithm in wireless sensor networks
Energy efficient routing algorithm in wireless sensor networks
 
Localization for wireless sensor
Localization for wireless sensorLocalization for wireless sensor
Localization for wireless sensor
 
a data mining approach for location production in mobile environments
a data mining approach for location production in mobile environments a data mining approach for location production in mobile environments
a data mining approach for location production in mobile environments
 
Dy4301752755
Dy4301752755Dy4301752755
Dy4301752755
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
 
J0215357
J0215357J0215357
J0215357
 
Channel Overlapping Between IMT-Advanced Users and Fixed Satellite Service
Channel Overlapping Between IMT-Advanced Users and Fixed Satellite ServiceChannel Overlapping Between IMT-Advanced Users and Fixed Satellite Service
Channel Overlapping Between IMT-Advanced Users and Fixed Satellite Service
 
Ca mwsn clustering algorithm for mobile wireless senor network [
Ca mwsn clustering algorithm for mobile wireless senor network  [Ca mwsn clustering algorithm for mobile wireless senor network  [
Ca mwsn clustering algorithm for mobile wireless senor network [
 
CA-MWSN: CLUSTERING ALGORITHM FOR MOBILE WIRELESS SENOR NETWORK
CA-MWSN: CLUSTERING ALGORITHM FOR MOBILE WIRELESS SENOR NETWORKCA-MWSN: CLUSTERING ALGORITHM FOR MOBILE WIRELESS SENOR NETWORK
CA-MWSN: CLUSTERING ALGORITHM FOR MOBILE WIRELESS SENOR NETWORK
 
Energy efficient routing in wireless sensor network based on mobile sink guid...
Energy efficient routing in wireless sensor network based on mobile sink guid...Energy efficient routing in wireless sensor network based on mobile sink guid...
Energy efficient routing in wireless sensor network based on mobile sink guid...
 
Improved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDVImproved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDV
 
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
 
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...Quality of Service Optimization in Realm of Green Monitoring using Broad Area...
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...
 
Energy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
Energy Conservation in Wireless Sensor Networks Using Cluster-Based ApproachEnergy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
Energy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
 
Spatial correlation based clustering algorithm for random and uniform topolog...
Spatial correlation based clustering algorithm for random and uniform topolog...Spatial correlation based clustering algorithm for random and uniform topolog...
Spatial correlation based clustering algorithm for random and uniform topolog...
 
AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORK
AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORKAN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORK
AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORK
 

Plus de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Plus de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Dernier

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Dernier (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

Location predictionin cellular network using neural network

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 321 LOCATION PREDICTION IN CELLULAR NETWORK USING NEURAL NETWORK Dheyaa Jasim Kadhim, Tagreed Mohammed Ali, Faris A. Mustafa Electrical Engineering Department, University of Baghdad ABSTRACT The mobility management is an important issue in the cellular network, where it is deal managing of the limited frequency BW, and managing the roaming of mobile station (MS). It consists of two parts, the first called hand-off, which deals with the frequency channel allocation and conserve the call during move between two adjacent cells. The second part called location management (LM), which is deal with how to track an active MS within the cellular network. LM will burden the network with many messages of paging and location update to make the network know the location of MS at any time. Many researchers attempt to improve the LM by using neural networks to perform location prediction. In this paper, we will use back propagation multilayer neural network to learn the subscriber movement, and then using this trained network to predict the new location of the subscriber. The main aim of this paper is to reduce the total cost of LM by using the prediction of subscriber location instead of using the traditional LM schemes. We get a more than 69% correct prediction for the random walk mobility pattern as will see in the results. I. INTRODUCTION The wireless communications exist from the Second World War, but it was limited because of the limited frequency bandwidth (BW). Many researchers try to improve the capacity of the network but the landmark improvement become when the cellular concept developed in Bell laboratories in the 1960s and 1970s [17], [18]. The cellular concept solves the problem of spectral congestion and user capacity, where the service area partitioned into many sub-areas called cells. In this approach the same channels can be assigned to many cells not in the vicinity (frequency reuse). For large network capacity, the cell size must be reduced for more efficient use of the limited frequency spectrum allocation. The main concept in cellular network is the efficient use of the limited frequency spectrum allocated, which is appearing in frequency reuse concept. The operation of tracking an active MS during his roaming is called mobility management, it consists of two parts, radio mobility, which mainly consist of hand-off process, and network INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), pp. 321-332 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2013): 6.1302 (Calculated by GISI) www.jifactor.com IJCET © I A E M E
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 322 mobility, which mainly consist of location management[1], [2].When a MS crossing a cell boundary during a call, it is needed for a new pair of channel in the new cell to conserve the call from dropping, this operation called hand-off. Location management (LM) consists of two basic operations, location update and paging.We can define the paging process as the operation of searching all possible cells that the MS can be found in it. This operation is done by the network, when a new call request arrives for that MS, the network page all possible cells for that MS, knowing MS location, and then the network delivers the call for that MS. The location update (LU) is done by the user equipment (MS). This operation is summarized by informing the network by the MS location. To perform paging and location update operations, many signals will initiate and received from network to MS and vice versa, this will occupy different network elements and this occupancy of network infrastructure is defined by cost. There are many schemes for performing LM, location area [5], reporting cell [6], distance, movement, and time based location update [7], profile based [8], and many other schemes. Each of them is to perform the LM with some improvement in the cost. There is a tradeoff between location update and paging, when the MS is never making location update, the cost of location update will be minimized, but we must search all cells to find a MS, the paging cost will be of maximum value. For the inverse case where the MS make a location update frequently, the network will know the MS at any time where he is, and there is no need to paging for a MS, the cost of paging will at minimum while the location update will be of maximum value. However, the total cost can be reduced or one cost can be reduced by putting a band on the other cost [3], [4]. Other researchers adopt the prediction of the new MS location, instead of the previous schemes. They use the neural network with the user profile to predict the new location of MS, they use the movement history of the MS to train a NN with the subscriber movement and use this trained NN to predict his location. Where each MS has its own mobility pattern depending on itself and the cell it is crossing. In [9], the author assume a network operate with a predetermined location update scheme, and use the history of a subscriber to learn a multilayer perceptron (MLP) network. When a call arrives, and depending on the recent inputs obtained during the last update of the MS, the present location can be predicted using the trained MLP network. The author uses the distance and angular deviation as inputs to MLP network, this input gets it from crossing cell ID, angular deviation, time stamp, and cell residence time. He proposes the origin at the center of the cell of last update or call termination. He shows that 75% of users can be located just in first attempt. In [12], the authors propose a mixture of experts’ model to predict the precise location of an MS to a suitable base station (BS). Each expert is a neural network trained to work best in a particular region of input vector. The input vector of the expert model contains the user coordinate determined depending on the signal power strength, subscriber identity module(SIM), and timestamp corresponding to each user coordinate. The expert one relies on coordinate to determine the BS identification, whereas expert two to work best on time stamp and SIM of the calling MS to determine BS identification. After training, the test of mixture of experts shows a reduction in cost with them. The authors propose the MS residing at his place (disaster case). In [10], the author propose a back propagation neural network (BPNN) with time and coordinate (X, Y) as the input vector, the output will be predicted coordinate. They propose a predetermined subscriber movement pattern and then train a BPNN with this pattern, the test results shows the predetermined pattern can predict accurately. However, if there is no definite pattern and the user is visiting places that he has never visited before, the results obtained are not accurate and are off by more than 60%. IN [11], another signal strength based neural network technique is proposed. Distance estimation is made based on the signal attenuation between MS and the BS. The transmitted power is known and the received power is measured. The propagation model is used to estimate the length of
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 323 the radio path. Then using of this data to train MLP neural network using Levenberg-Marquardt back propagation algorithm, the results shows an error in coordinating estimation, the author explains the error because of the smaller training set, and can improve the estimation results by taking a larger set of training readings. In [14], a user profile learning (UPL) strategy is proposed. By observing the mobile user's daily behavior and training a BPNN this behavior and then can use trained network to predict the new location of MS. This strategy associates to each MS a list of cells where it is likely to be with a given probability in each time interval. The list is ranked from the most likely to the least likely place where a user may be found. When a call arrives for a mobile, it is paged sequentially in each location within the list. In [15], another use of BPNN to predict subscriber new location, the author proposes an adjacency matrix where the cell number and its adjacency cells numbers are stored. The author proposes a predefined subscriber tracks, after that train a multi layer NN with this track. Each step in the track defined by distance and direction. The simulation results shows that achieved an average of 93% prediction accuracy in uniform movement, 40% to 70% for regular movement and 2% to 30% for random movement patterns of an MS. In this paper we propose a three imaginary reference point, and calculate the distance between each cell and the three reference points. Another assumption, we are numbering all cells in the topology in an incremental way from the first cell to the last cell, and finally we determine each cell coordinate. All this data are used to train a multi layer back propagation neural network (BPNN). This trained network can be used to predict the new location of MS. Where each MS tend to move in a similar way every day, we take the movement of MS during 24 hours, and the 24 hours divided into 72 time slots, each time slot equal to 20 minutes. The user movement during a day has a stationary point where he stays for a long time, like a house or office. The proposed NN at first classify the movement of a MS, and then use a NN for each class. We get a very good prediction for a MS location during the day’s hours, this will increase the knowledge of the cellular network with user location at any time, of which serve to reduce the location update operation to a minimum limit. We will illustrate the location management systems in section II, Our proposed scheme of location prediction based neural network will be discussed in section III. And we will discuss the simulation and results in section IV. Finally the conclusion will be in the last section V. II. LOCATION MANAGEMENT SYSTEMS Location management deals with how to keep track of an active mobile station within the cellular network. There are two basic operations involved with location management: locations update (LU) and paging. The paging operation is performed by the cellular network. When an incoming call arrives for a mobile station, the cellular network will page the mobile station in all possible cells to find out the cell in which the mobile station is located so the incoming call can be routed to the corresponding base station. This process is called paging. The number of all possible cells to be paged is dependent on how the location update operation is performed. The location update operation is performed by an active mobile station. The location update and paging will employ the infrastructure of the cellular network, and this occupancy represented as a cost. For cost calculation, we will consider a movement based location update scheme, where a threshold movement (D) achieved to perform location update operation. In this scheme, when a new call arrives the network will pages all cells with a distance (D) from the last registered location of the called MS. We propose a two dimension topology with hexagonal cells in the same size, the mobility of MS is a random walk [16]. For performance comparison we will rely on this work for cost calculation. Where the probability of moving and the probability of call arrival were taken in cost
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 324 calculations. We calculate the cost for a MS moving in two dimension topology with call arrival probability of 0.01, the cost of performing a location update is 100, and the cost of polling a cell is 1. We take the paging delay bounds as one (paging all cells in the location area at one time). And finally we consider the moving probability is varied from 0.001 to 0.5. We make (D=3) to complete the cost calculation. Figure 1-a show the result of total cost, we noted that the cost increase with the probability of moving increase, and figure 1-b show only the update cost. Figure 1: (a) total cost, (b) update cost Figure 2 shows the effect of the threshold distance (D) on the cost in one dimension topology (ring topology) [7], the total cost increase with increasing D. The cost reduction can be performed by prediction in two ways, the first by prediction the new location instead of threshold distance and this will increase the threshold distance (D) for location update [7], and will reduce the cost. The second reduction by search the predicted cell and if the MS not found the search will include the first and the second tiers of the predicted cell. Figure 2: update and paging cost with threshold dis. D
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 325 Every subscriber has its mobility pattern and many people during day hours visit the same location, start from home, then move to work place and maybe take a trip tothe supermarket and then back home. For this reason when we use an intelligent network that can predict the subscriber location at any time, the location management cost will be reduced obviously. Depending on the subscriber movement history, we can use a BPNN to learn his mobility pattern, and predict his location when a new call arrives for that subscriber. We used three layers NN, in the hidden layer we use a sigmoid function (1) as a transfer function, and in the output layer we use a tan sigmoid function or the bipolar sigmoid function (2) [13]. ݂ ሺ‫ݔ‬ሻ ൌ ଵ ሺଵାୣష౮ሻ (1) ݂ ሺ‫ݔ‬ሻ ൌ ଵିୣష౮ ଵାୣష౮ (2) For preparing the input data for NN we use a linear normalization to make the input limit between -1 and 1 as in (3). ‫ݕ‬ ൌ ሺ2 ‫כ‬ ሺ‫ݔ‬ െ ‫ݔ‬௠௜௡ሻሻ/ሺሺ‫ݔ‬௠௔௫ െ ‫ݔ‬௠௜௡ሻ െ 1ሻ (3) Where: y = normalized value ‫ݔ‬ = input number ‫ݔ‬௠௜௡ And ‫ݔ‬௠௜௡ = the minimum and maximum numbers for this input. III. LOCATION PREDICTION BASED NEURAL NETWORK We propose a cellular system consist of 19 location area, each location area consist of 3 tiers that is 37 hexagonal cells per location area. All cells in the topology numbered incrementally, also the location area numbers. We define each cell with its number (ID) and its coordinates. After that, a database matrix calculated, this matrix include all topology data, cell number, location area number, cell number with respect to location area, cell coordinates, and the distances of the three reference points. Each row will represent one cell. We define many tracks, uniform and random tracks, each of them described by the time slot number and cell ID. Figure 4 shows a sample of uniform and random tracks. Our proposal is defined per user, where each user has its history and then his prediction NN. Before training phase, the inputs of NN collected from a database matrix with respect to track information. We propose a daily movement which it means there is a stationary point where the subscriber will stay for a long time like home or office. For this reason we divide the user track to many sub tracks, and use a BPNN to train this sub track. The dividing process depending on time slot numbers and the correlation between cells coordinate (figure 3).
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6367(Print), ISSN 0976 – 6375(Online) V Figure Where the stationary points will be a sub track, the cells with positive correlation will be a sub-track, and finally the cells with negative correlation. Each track will divided at least for three sub-tracks, therefore at least a three NN for any subscrib starts from cell number 44 (the lowest cell in uniform track) and move upward to cell number 660, the second sub-track start of cell number 643 (the highest cell in the uniform track) and move downward to cell number 44, the last sub for 23 time slots in this cell. The tables 1 and 2 illustrate the two tracks each with its sub Figure 4: proposed topology with tracks, black stars are the uniform track, blue circles are the random track, and the square is the start of International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 326 Figure 3: Multi neural network Where the stationary points will be a sub track, the cells with positive correlation will be a track, and finally the cells with negative correlation. Each track will divided at least for three tracks, therefore at least a three NN for any subscriber to predict his location. The first sub starts from cell number 44 (the lowest cell in uniform track) and move upward to cell number 660, track start of cell number 643 (the highest cell in the uniform track) and move l number 44, the last sub-track is the stationary part where the subscriber will stay for 23 time slots in this cell. The tables 1 and 2 illustrate the two tracks each with its sub proposed topology with tracks, black stars are the uniform track, blue circles are the random track, and the square is the start of each track, the cyanic squares are the start of each track International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- August (2013), © IAEME Where the stationary points will be a sub track, the cells with positive correlation will be a track, and finally the cells with negative correlation. Each track will divided at least for three er to predict his location. The first sub-track starts from cell number 44 (the lowest cell in uniform track) and move upward to cell number 660, track start of cell number 643 (the highest cell in the uniform track) and move track is the stationary part where the subscriber will stay for 23 time slots in this cell. The tables 1 and 2 illustrate the two tracks each with its sub-tracks. proposed topology with tracks, black stars are the uniform track, blue circles are the res are the start of each track
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 327 Table 1: uniform track data Table 2: random track data IV. SIMULATION RESULTS After training we take parts from track and feed it to NN and collect the result, the identical percentage calculates as: ‫%ܫ‬ ൌ ୡ୭୰୰ୣୡ୲ ୮୰ୣୢ୧ୡ୲ିୣ୰୰୭୰ ୮୰ୣୢ୧ୡ୲ ୲୭୲ୟ୪ ୬୭. ‫כ‬ 100% (4) We feed the sub-track one by one (table 1), and collect the results. Because of we take the cell center coordinate as a target, we calculate the distance between the target cell center and the predicted cell center to simplify our results, we also calculate the difference between target coordinate and the predicted coordinate. We start with uniform track part 1, figure 5 show part one of the track (sub-track 1) as the black stars, and the output of the NN as the blue circle, figure 6 show the errors.
  • 8. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 328 Figure 5: sub-track 1 of the uniform track We use cell diameter as 2.5 km, the distance between predicted and target cells center must be less than cell radius, (i.e. less than 1.25). From figure 6-a, the predicted coordinate is within the cell (87.5% correct prediction) where just three distances more than 1.25. In figure 6-c, we note 21 prediction results exact as a target, and only three results in the first tier. Finally the identical percentage of this part is 75%. Figure 7 shows the results of sub-track 2 of the uniform track, here just two results located in the first tier (figure 7-c) where 91.3% of the results were correct and the identical percentage of this part were 82.61%. We take the random track as in figure 4, this track consists of three sub-track as in table 2, we test the first Figure 6: error of NN for sub-track 1, (a) the distance between predicted and target cells centers, (b) difference between coordinate, and (c) cell location
  • 9. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 329 Figure 7: error of NN for sub-track 2, (a) the distance between predicted and target cells centers, (b) difference between coordinate, and (c) cell location Figure 8: random track, sub-track 1 Sub-track (as in figure 8) where the tested sub-track with predicted results, the results showed in figure 9. Figure 9: error of NN results for random track, sub-track 1, (a) the distance between predicted and target cells centers, (b) difference between coordinate, and (c) cell location
  • 10. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 330 From 39 inputs, there are 6 results in the first tier of the target cells, and all other 33 results were exact predicted. Figure 9-a show the distance between target and predicted cells, it is clear the distance is less than 1.25 for all 33 good results. There are 84.6% as an exact prediction and the identical percentage of this part were 69.23%. Finally we test sub-track 2 of the random track, figure 10 show the target and the predicted track. And figure 10 shows the error graphs. Figure 10: random track, sub-track 2 In figure 10 we note exact prediction for the whole track, the percentage exact prediction was 100%, and the identical percentage was also 100%. Figure 11 shows the error graphs for this part. In figure 11-c we note all predicted cells matched with the target and error in the distance (figure 11-a) was for all results less than 1.25. Table 3 shows all results for comparison Figure 11: error of NN results for random track, sub-track 2, (a) the distance between predicted and target cells centers, (b) difference between coordinate, and (c) cell location
  • 11. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 331 Table 3: the results Test Prediction % Identity % 1. Unif. sub-track 1. 87.5 75 2. Unif. sub-track 2. 91.3 82.61 3. Rand. Sub-track 1. 84.6 69.23 4. Rand.sub-track 2. 100 100 V. CONCLUSIONS In this paper we introduce a subscriber pattern learning strategy using back propagation neural network to reduce the total cost of location management by increasing the accuracy of prediction of subscriber location. The prediction gives the nearest cell to the target; when the network page a MS, it will page a predicted cell, or cells in the first tier instead page all location areas. Obviously the total cost will reduce, the location update cost reduced by prediction, instead periodically location update, and the paging cost will reduce by intelligent paging some cells instead paging all location areas. Another benefit of prediction is the case of zigzag, when the subscriber roaming in the boundary of two adjacent location areas, in location prediction no need for repeatedly location update messages, the cellular network can locate the subscriber at any time. REFERENCES [1] S. Tabbane, “Location management methods for third-generation mobile systems,” IEEE Commun.Mag., vol. 35, pp. 72–84, 1997. [2] K. Kyamakya and K.Jobman, “Location Management in Cellular Networks:Classification of the Most Important Paradigms, Realistic Simulation Framework, and Relative Performance Analysis”, IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 54, NO. 2, MARCH 2005. [3] C. Rose, “Minimizing the average cost of paging and registration: a timer-based method,” ACM/Baltzer J. Wireless Networks, vol. 2, pp. 629–638, 1996. [4] C. Rose and R.Yates,”Minimizing the Average Cost of Paging Under Delay Constraints”, October 31,1997. [5] Y. Bing Lin, ”Reducing Location Update Cost in a PCS Network”, IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 5, NO. 1, FEBRUARY 1997. [6] A. Bar-Noy and I. Kessler, “Tracking Mobile users in Wireless Communications Networks”, IBM ResearchReport RC 18276, August 1992. [7] A. Bar-Noy, I. Kessler, and M. Sidi, “Mobile users: to update or not to update?,” ACM/Baltzer J. Wireless Networks, vol. 1, pp. 175–195, 1995. [8] “Handbook of Wireless Network and Mobile Communication”, 2002 John Wiley & Sons, Inc. [9] K. Majurndar and N. Das, “Neural Network for Location Management in Mobile Cellular Communication Network”, Cellular Network, Tencon 2003.
  • 12. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 332 [10] P. Bilurkan and N. Rao, “Application of Neural Network Techniques for Location Prediction in Mobile Network”, Proceedings of the 9th International Conference on Neural Information Processing (ICONIP‘OZ) , Vol. 5. [11] J. Muhammed and A. Hussain, “New Neural Network Based Mobile Location Estimation in Urban Propagation Models”, Proceedings IEEE INMlC 2003. [12] S. Mitra and S. Das Bit, “Neural Network Based Precise Location Identification in a Cellular Mobile Network”, IEEE, 2005. [13] Laurene V. Fausett , “Fundamentals of Neural Networ”. [14] J. Amar Pratap and Dr. V.K Govendan, “An Intelligent Learning Strategy for Managing User’s Mobility in UMTS Network”, International Conference on Computational Intelligence and Multimedia Applications 2007. [15] B.P Vijay Kumar and P. Venkataram, “Prediction Based Location Management Using Multilayer Neural Network”, J. Indian Inst. Sci., 2002, 82, 7-P2R, Indian Institute of Science. [16] I. F. Akyildiz and J. S. M. Ho, “A Mobile User Location Update and Paging Mechanism Under Delay Constraints,” IEEE. [17] Jaafar Adhab Aldhaibani, A. Yahya , R.B. Ahmad, N. A. Al-Shareefi and M. K. Salman, “Effect of Relay Location on Two-Way Df and Af Relay in Lte-A Cellular Networks”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 2, 2012, pp. 385 - 399, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472, [18] Prof. P. B. Alappanavar, Ankeeta Bhujbal and Shantanu Deshmukh, “Location Based Services using Augmented Reality”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 2, 2013, pp. 237 - 240, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [19] Dheyaa Jasim Kadhim and Sanaa Shaker Abed, “Performance and Handoff Evaluation of Heterogeneous Wireless Networks (Hwns) using Opnet Simulator”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 4, Issue 2, 2013, pp. 477 - 496, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. [20] Prof. Uma R.Godase and Vijay S. More, “Location Based Encryption in Gsm Cellular Network”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 2, 2013, pp. 179 - 188, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.