Load Balancing Optimization Presentation-2
Load Balancing Optimization Presentation-2
dd
Load Balancing Optimization in LTE Cellular Networks
Using Deep Learning Techniques for Time Series
Forecasting
Prepared By:
Artificial
Intelligence
MACHINE
LEARNING
DEEP
LEARINING
MACHINE LEARNING Machine learning is a subset, an application
of Artificial Intelligence (AI) that includes algorithms that parse data, learn from that data,
and then apply what they have learned to make informed decisions without the need for
explicit programming
Based
AI Types
on
supervised classification
MACHINE Semi
LEARNING regression
supervised
clustering
Unsupervised
dimensionality
Time series
A sequence of data points
organized in time.
What is Long Short-Term Memory Networks
(LSTMs)?
Chapter 4
Phase One Forecasting the Traffic of an LTE Network
and Comparison
● Actual data
● Prediction train
data
● Prediction test
data
1- What is important libraries?
HOW TO
IMPLEMENT
THE MODEL IN
AI ?
the train data vs the predicted model data
Cluster number 0
Model_accuracy = 96.4%
❏ Test the Model and Compare Results.
Cluster number 1
Model_accuracy = 94.07%
❏ Test the Model and Compare Results
Cluster number 2
Model_accuracy = 89.2%
❏ Test the Model and Compare Results.
Cluster number 3
Model_accuracy = 91.01%
Defination
Anomaly
Detection
Importance
Algorithms
Anomaly
Types
➢ Anomaly detection refers to the process of
identifying patterns or data points that deviate
significantly from the expected behavior within a
given dataset.
❖ Importance
● Cybersecurity
● In the financial sector
● Manufacturing and Industrial
Processes
❖ Types of Anomalies:
● Point anomalies
Single data points that
are significantly different
from the rest
● Contextual anomalies
Data points that
are anomalous within a specific
context or subset of the data.
● Collective anomalies
Groups of data points that
together exhibit anomalous behavior,
even if individual points are not anomalous.
es of Anomalies:
❖ Techniques for Anomaly Detection:
● Statistical Methods : These methods assume that the data follows a specific
statistical distribution and identify anomalies based on deviations from that
distribution.
• These cells were chosen from our database of phase two cell level and were assumed to be neighbors as displayed
and according to their DL traffic volume (GBytes). The maximum DL traffic volume was mapped to the maximum
number of active UE that can be served at the same time in LTE which is 100 users. Cell A has the maximum traffic
volume which is 107.3908 GBytes while cell B has 21.8813 GBytes which is mapped to approximately 20 active users
and cell C has 34.233 GBytes which is mapped to 32 active users.
• The users are randomly distributed around the coverage area. Some users are near the eNB while others are on the
edge of the cell in the overlapped area.
● The UEs served by cell A in the overlapped area are our target users that will handover as they are
receiving less power and since power is inversely proportional with the distance squared in the free
space path loss model and the power transmitted is assumed to be the same for all cells with no
power control then we can model the handover threshold as a function of distance.
.
The new coverage area of cell A
.
Conclusion
The operating conditions in the network vary with demand of the subscribers resulting in
unexpected loading on resources of the network with sudden increase in usage of mobile data.
Implementation of load balancing helps to offload excess traffic. A preliminary step to achieve load
balancing is time series forecasting which is done using a seq2seq LSTM model. The forecast is
divided into two phases namely network level and cell level. The forecast results are compared to
a baseline model (persistence model) and do surpass it. Then, based on those forecasts, a load
balancing simulation is conducted using MATLAB. Nowadays, the process of load balancing
optimization is handled manually by radio engineers. Load balancing is needed for improving
efficiency. Accordingly, the development of the methods of load balancing will cause the planning
and management of the future generations much easier.