SlideShare a Scribd company logo
© 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG
IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b195
c195
Network Traffic Prediction Model Considering Road
Traffic Parameters Using Artificial Intelligence
Methods in VANET
1MAMIDISETTI YASWANTH 2 TULASI RAJU NETHALA 3 Dr.P.SRINIVASULU
1 M.Tech Scholar, Department of Computer Science and Engineering, Swarnandhra College of Engineering and Technology,
Narsapuram, AP, lndia,
2. Associate Professor, Department of Computer Science and Engineering, Swarnandhra College of Engineering and Technology,
Narsapuram, AP,India,
3.Professor and HOD, Department of Computer Science and Engineering, Swarnandhra College of Engineering and Technology,
Narsapuram, AP, India,
ABSTRACT: Vehicular Ad hoc Networks
(VANETs) are established on vehicles that are
intelligent and can have Vehicle-to-Vehicle
(V2V) and Vehicle-to-Road Side Units (V2R)
communications. In this paper, we propose a
model for predicting network traffic by
considering the parameters that can lead to road
traffic happening. The proposed model
integrates a Random Forest- Gated Recurrent
Unit- Network Traffic Prediction algorithm (RF-
GRU-NTP) to predict the network traffic flow
based on the traffic in the road and network
simultaneously. This model has three phases
including network traffic prediction based on
V2R communication, road traffic prediction
based on V2V communication, and network
traffic prediction considering road traffic
happening based on V2V and V2R
communication. The hybrid proposed model
which implements in the third phase, selects the
important features from the combined dataset
(including V2V and V2R communications), by
using the Random Forest (RF) machine learning
algorithm, then the deep learning algorithms to
predict the network traffic flow apply, where the
Gated Recurrent Unit (GRU) algorithm gives the
best results. The simulation results show that the
proposed RF-GRU-NTP model has better
performance in execution time and prediction
errors than other algorithms which used for
network traffic prediction.
Keywords – Vehicular network, network traffic
prediction, road traffic prediction, regression
© 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG
IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b196
c196
methods, classification methods, machine
learning algorithms, deep learning algorithms.
1. INTRODUCTION
One of the important technologies for the
Intelligent Transportation System (ITS) is
VANET that tries to make the environment safer
and have better transportation using wireless
communications [1]. The traffic flow prediction
with high accuracy is a significant issue in
current transportation systems. It can help have
the best path planning, make a better choice in
selecting the greater route for travelers and
decrease the traffic flow. Distinguishing that
where and when the traffic will happen is a
promising solution for managing transportation
[2]. However, the new perspective of network
traffic flow is that the traffic in the road could
affect network traffic. According to the V2V
communications in VANET, vehicles can send
packets to each other to forecast the road traffic.
By increasing the number of vehicles and traffic
on the road, the number of packets sent would
grow, leading to network traffic. Previous
studies worked on road traffic and network
traffic separately, and we investigated them in
the literature review. However, most of them
addressed the traffic problem on the road or in
the network independently, while in this paper,
we will discover the relation between road and
network traffic parameters together with the aim
of network traffic prediction. Intelligent ways
via machine learning (ML) techniques are the
optimum solutions that can address traffic
prediction problems with the aim of traffic flow
prediction. There are some computational
approaches like Bayesian modeling, fuzzy logic,
hybrid modeling, Neural Networks (NN), and
statistical modeling, which most of them,
specially the NN, are promising solutions aiming
to improve the accuracy of prediction in data
traffic flow [3]. The significant point that should
consider in all these ways, is the accuracy of
prediction. ML techniques are divided into three
types: Unsupervised Learning (training would be
based on unlabeled data), Supervised Learning
(training would be based on labeled data), and
Reinforcement Learning (it learns from the
performance of the learning agent). Moreover,
some types of ML schemes like Transfer
Learning and Online Learning are sub-
categorized by these three types of ML schemes
[4].
Fig.1: Example figure
Another promising solution in the case of a large
and complex dataset is deep learning (DL)
algorithms for prediction problems. It has
different types of algorithms that Recurrent
Neural Network (RNN) [5], [6] and
Convolutional Neural Network (CNN) [7] are
the two famous algorithms that are used in many
studies. Generally, the RNN has two modules
called Long Short-Term Memory (LSTM) [8]
and Gated Recurrent Unit (GRU) [9], [10],
where the LSTM algorithm is similar to RNN by
intention to address the vanishing problem. One
of the most critical features of these algorithms
© 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG
IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b197
c197
is that they can learn dependencies for a long
time with the aim of prediction in time-series
datasets, and the GRU algorithm is like LSTM
with more minor complications due to the
number of its gate that leads to making it faster
than LSTM [11]. Furthermore, to extract more
features and bidirectional dependencies, Bi-
directional Long Short-Term Memory (Bi-
LSTM) algorithm can be used. In this kind of
algorithm, the sequence of the process can be
done in two directions (forward and backward)
using two different hidden layers [12].
2. LITERATURE REVIEW
Improving dynamic and distributed
congestion control in vehicular ad hoc
networks:
To provide reliable communications in
Vehicular Ad hoc Networks (VANets), it is vital
to take into account Quality of Services (QoS).
Delay and packet loss are two main QoS
parameters considered by congestion control
strategies. In this paper, a Multi-Objective Tabu
Search (MOTabu) strategy is proposed to control
congestion in VANets. The proposed strategy is
dynamic and distributed; it consists of two
components: congestion detection and
congestion control. In the congestion detection
component, congestion situation is detected by
measuring the channel usage level. In congestion
control component, a MOTabu algorithm is used
to tune transmission range and rate for both
safety and non-safety massages by minimizing
delay and jitter. The performance of the
proposed strategy is then evaluated with
highway and urban scenarios using five
performance metrics including the number of
packet loss, packet loss ratio, number of
retransmissions, average delay, and throughput.
Simulation results show that MOTabu strategy
significantly outperforms in comparison with
other strategies like CSMA/CA, D-FPAV,
CABS, and so on. Conducting congestion
control using our strategy can help provide more
reliable environments in VANets.
A hybrid deep learning based traffic flow
prediction method and its understanding:
Deep neural networks (DNNs) have recently
demonstrated the capability to predict traffic
flow with big data. While existing DNN models
can provide better performance than shallow
models, it is still an open issue of making full
use of spatial-temporal characteristics of the
traffic flow to improve their performance. In
addition, our understanding of them on traffic
data remains limited. This paper proposes a
DNN based traffic flow prediction model (DNN-
BTF) to improve the prediction accuracy. The
DNN-BTF model makes full use of weekly/daily
periodicity and spatial-temporal characteristics
of traffic flow. Inspired by recent work in
machine learning, an attention based model was
introduced that automatically learns to determine
the importance of past traffic flow. The
convolutional neural network was also used to
mine the spatial features and the recurrent neural
network to mine the temporal features of traffic
flow. We also showed through visualization how
DNN-BTF model understands traffic flow data
and presents a challenge to conventional
thinking about neural networks in the
transportation field that neural networks is
purely a “black-box” model. Data from open-
access database PeMS was used to validate the
proposed DNN-BTF model on a long-term
© 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG
IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b198
c198
horizon prediction task. Experimental results
demonstrated that our method outperforms the
state-of-the-art approaches.
Optimized structure of the traffic flow
forecasting model with a deep learning
approach:
Forecasting accuracy is an important issue for
successful intelligent traffic management,
especially in the domain of traffic efficiency and
congestion reduction. The dawning of the big
data era brings opportunities to greatly improve
prediction accuracy. In this paper, we propose a
novel model, stacked autoencoder Levenberg-
Marquardt model, which is a type of deep
architecture of neural network approach aiming
to improve forecasting accuracy. The proposed
model is designed using the Taguchi method to
develop an optimized structure and to learn
traffic flow features through layer-by-layer
feature granulation with a greedy layerwise
unsupervised learning algorithm. It is applied to
real-world data collected from the M6 freeway
in the U.K. and is compared with three existing
traffic predictors. To the best of our knowledge,
this is the first time that an optimized structure
of the traffic flow forecasting model with a deep
learning approach is presented. The evaluation
results demonstrate that the proposed model with
an optimized structure has superior performance
in traffic flow forecasting.
Artificial intelligence for vehicle-to-
everything: A survey
Recently, the advancement in communications,
intelligent transportation systems, and
computational systems has opened up new
opportunities for intelligent traffic safety,
comfort, and efficiency solutions. Artificial
intelligence (AI) has been widely used to
optimize traditional data-driven approaches in
different areas of the scientific research.
Vehicle-to-everything (V2X) system together
with AI can acquire the information from
diverse sources, can expand the driver's
perception, and can predict to avoid potential
accidents, thus enhancing the comfort, safety,
and efficiency of the driving. This paper presents
a comprehensive survey of the research works
that have utilized AI to address various research
challenges in V2X systems. We have
summarized the contribution of these research
works and categorized them according to the
application domains. Finally, we present open
problems and research challenges that need to be
addressed for realizing the full potential of AI to
advance V2X systems.
Visualizing and understanding recurrent
networks
Recurrent Neural Networks (RNNs), and
specifically a variant with Long Short-Term
Memory (LSTM), are enjoying renewed interest
as a result of successful applications in a wide
range of machine learning problems that involve
sequential data. However, while LSTMs provide
exceptional results in practice, the source of their
performance and their limitations remain rather
poorly understood. Using character-level
language models as an interpretable testbed, we
aim to bridge this gap by providing an analysis
of their representations, predictions and error
types. In particular, our experiments reveal the
existence of interpretable cells that keep track of
long-range dependencies such as line lengths,
quotes and brackets. Moreover, our comparative
© 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG
IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b199
c199
analysis with finite horizon n-gram models
traces the source of the LSTM improvements to
long-range structural dependencies. Finally, we
provide analysis of the remaining errors and
suggests areas for further study.
3. METHODOLOGY
Previous studies worked on road traffic and
network traffic separately, and we investigated
them in the literature review. However, most of
them addressed the traffic problem on the road
or in the network independently, while in this
paper, we will discover the relation between
road and network traffic parameters together
with the aim of network traffic prediction.
Intelligent ways via machine learning (ML)
techniques are the optimum solutions that can
address traffic prediction problems with the aim
of traffic flow prediction.
Disadvantages:
1. By increasing the number of vehicles
and traffic on the road, the number of
packets sent would grow, leading to
network traffic.
2. Less accuracy of prediction in data
traffic flow.
In this paper, we propose a model for predicting
network traffic by considering the parameters
that can lead to road traffic happening. The
proposed model integrates a Random Forest-
Gated Recurrent Unit- Network Traffic
Prediction algorithm (RF-GRU-NTP) to predict
the network traffic flow based on the traffic in
the road and network simultaneously. This
model has three phases including network traffic
prediction based on V2R communication, road
traffic prediction based on V2V communication,
and network traffic prediction considering road
traffic happening based on V2V and V2R
communication. The hybrid proposed model
which implements in the third phase, selects the
important features from the combined dataset
(including V2V and V2R communications), by
using the Random Forest (RF) machine learning
algorithm, then the deep learning algorithms to
predict the network traffic flow apply, where the
Gated Recurrent Unit (GRU) algorithm gives the
best results.
Advantages:
1. the proposed RF-GRU-NTP model has
better performance in execution time
2. The proposed RF-GRU-NTP model has
better performance in prediction errors
than other algorithms which used for
network traffic prediction.
© 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG
IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b200
c200
Fig.2: System architecture
MODULES:
To implement aforementioned project we have
designed following modules
 Data exploration: using this module we
will load data into system
 Processing: Using the module we will
read data for processing
 Splitting data into train & test: using this
module data will be divided into train &
test
 Model generation: Building the model -
Deep Learning - CNN, CNN+LSTM,
LSTM, BiLSTM, RNN, GRU and CNN
with KFoldVaildation and Machine
Learning - Random Forest, Decision
Tree, KNN, Support Vector Machine
and Voting Classifier.
 User signup & login: Using this module
will get registration and login
 User input: Using this module will give
input for prediction
 Prediction: final predicted displayed
4. IMPLEMENTATION
ALGORITHMS:
CNN:
A CNN is a kind of network architecture for
deep learning algorithms and is specifically used
for image recognition and tasks that involve the
processing of pixel data. There are other types of
neural networks in deep learning, but for
identifying and recognizing objects, CNNs are
the network architecture of choice.
CNN+LSTM:
A CNN-LSTM model is a combination of CNN
layers that extract the feature from input data
and LSTMs layers to provide sequence
prediction. The CNN-LSTM is generally used
for activity recognition, image labeling, and
video labeling.
LSTM:
LSTM stands for long short-term memory
networks, used in the field of Deep Learning. It
© 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG
IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b201
c201
is a variety of recurrent neural networks (RNNs)
that are capable of learning long-term
dependencies, especially in sequence prediction
problems.
BiLSTM:
A bidirectional LSTM (BiLSTM) layer learns
bidirectional long-term dependencies between
time steps of time series or sequence data. These
dependencies can be useful when you want the
network to learn from the complete time series at
each time step.
RNN:
Recurrent neural networks (RNNs) are the state
of the art algorithm for sequential data and are
used by Apple's Siri and Google's voice search.
It is the first algorithm that remembers its input,
due to an internal memory, which makes it
perfectly suited for machine learning problems
that involve sequential data.
GRU:
Gated recurrent units (GRUs) are a gating
mechanism in recurrent neural networks,
introduced in 2014 by Kyunghyun Cho et al.
The GRU is like a long short-term memory
(LSTM) with a forget gate, but has fewer
parameters than LSTM, as it lacks an output
gate.
Random Forest:
Random forest is a Supervised Machine
Learning Algorithm that is used widely in
Classification and Regression problems. It
builds decision trees on different samples and
takes their majority vote for classification and
average in case of regression.
Decision Tree:
A decision tree is a non-parametric supervised
learning algorithm, which is utilized for both
classification and regression tasks. It has a
hierarchical, tree structure, which consists of a
root node, branches, internal nodes and leaf
nodes.
KNN:
The k-nearest neighbors algorithm, also known
as KNN or k-NN, is a non-parametric,
supervised learning classifier, which uses
proximity to make classifications or predictions
about the grouping of an individual data point.
Support Vector Machine:
Support Vector Machine(SVM) is a supervised
machine learning algorithm used for both
classification and regression. Though we say
regression problems as well its best suited for
classification. The objective of SVM algorithm
is to find a hyperplane in an N-dimensional
space that distinctly classifies the data points.
Voting Classifier:
A voting classifier is a machine learning
estimator that trains various base models or
estimators and predicts on the basis of
aggregating the findings of each base estimator.
The aggregating criteria can be combined
decision of voting for each estimator output.
© 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG
IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b202
c202
5. EXPERIMENTAL RESULTS
Fig.3: Home screen
Fig.4: User registration
Fig.5: user login
Fig.6: User input
Fig.7: Prediction result
6. CONCLUSION
In this paper, we proposed an RF-GRU-NTP
model with the aim of network traffic flow
prediction based on the traffic in the road and
network simultaneously. We divided our
research into three phases. In the first phase, we
focused on network traffic prediction. We used
the V2R dataset and considered the receiving
packets sent by vehicles to the RSUs as a
network parameter to predict network traffic
flow. Then, we tried different machine learning
algorithms like the RF, NB, KNN, and SVM
algorithms, and we evaluated them using some
classification metrics. After all evaluations, the
RF has the better performance to predict
network traffic flow while our target was
‘‘packet receiving.’’ In the second phase, we
tried to predict the road traffic flow using the
V2V dataset while our target was ‘‘sender
speed’’ to define the road traffic. We assumed
that the traffic would happen on the road if the
senders’ speed were less than 60 Km/h.
Therefore, we implemented different deep
learning algorithms, including the LSTM, GRU,
and Bi-LSTM. Finally, we evaluated the results
using some regression evaluation metrics,
which, based on the results we got, the GRU was
the fittest algorithm for road traffic prediction.
Then at the third phase, we implemented our
© 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG
IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b203
c203
target, which is network traffic flow considering
road traffic flow, by combining machine
learning and deep learning algorithms. For this
purpose, we combined V2V and V2R datasets,
and used the RF algorithm for feature selection.
We found the most important features, which
were ‘‘packet receive’’ and ‘‘receiver speed’’
that can affect ‘‘sender speed’’ and the network
traffic flow. Then by implementing the proposed
RF-GRU-NTP model, we predicted network
traffic flow. Therefore, we compared our results
with a pure algorithm like LSTM and Bi-LSTM
to make sure that the proposed model has good
results in network traffic flow prediction. The
main complexity of the proposed model was
combining two datasets in order to implementing
machine learning and deep learning algorithms
with the aim of network traffic prediction
considering different types of parameters. To the
best of our knowledge, this is the first research
that predicts the network traffic flow based on
road traffic flow. However, by growing up the
number of vehicles, the volume of produced data
by them would take shape of big data which in
our future work we will implement our proposed
model in big data.
REFERENCES
[1] N. Taherkhani and S. Pierre, ‘‘Improving
dynamic and distributed congestion control
in vehicular ad hoc networks,’’ Ad Hoc
Netw., vol. 33, pp. 112–125, Oct. 2015.
[2] Y. Wu, H. Tan, L. Qin, B. Ran, and Z.
Jiang, ‘‘A hybrid deep learning based traffic
flow prediction method and its
understanding,’’ Transp. Res. C, Emerg.
Technol., vol. 90, pp. 166–180, May 2018.
[3] H.-F. Yang, T. S. Dillon, and Y.-P. P.
Chen, ‘‘Optimized structure of the traffic
flow forecasting model with a deep learning
approach,’’ IEEE Trans. Neural Netw.
Learn. Syst., vol. 28, no. 10, pp. 2371–2381,
Oct. 2016.
[4] W. Tong, A. Hussain, W. X. Bo, and S.
Maharjan, ‘‘Artificial intelligence for
vehicle-to-everything: A survey,’’ IEEE
Access, vol. 7, pp. 10823–10843, 2019.
[5] J. Chung, C. Gulcehre, K. Cho, and Y.
Bengio, ‘‘Empirical evaluation of gated
recurrent neural networks on sequence
modeling,’’ Dec. 2014, arXiv:1412.3555.
[6] A. Karpathy, J. Johnson, and L. Fei-Fei,
‘‘Visualizing and understanding recurrent
networks,’’ Jun. 2015, arXiv:1506.02078.
[7] M. Coşkun, Ö. Yildirim, U. Ayşegül,
and Y. Demir, ‘‘An overview of popular
deep learning methods,’’ Eur. J. Techn., vol.
7, no. 2, pp. 165–176, Dec. 2017.
[8] K. Greff, R. K. Srivastava, J. Koutník, B.
R. Steunebrink, and J. Schmidhuber,
‘‘LSTM: A search space odyssey,’’ IEEE
Trans. Neural Netw. Learn. Syst., vol. 28,
no. 10, pp. 2222–2232, Oct. 2016.
[9] R. Jozefowicz, W. Zaremba, and I.
Sutskever, ‘‘An empirical exploration of
recurrent network architectures,’’ in Proc.
Int. Conf. Int. Conf. Mach. Learn., Jun.
2015, pp. 2342–2350.
© 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG
IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b204
c204
[10] P. Sun, A. Boukerche, and Y. Tao,
‘‘SSGRU: A novel hybrid stacked
GRUbased traffic volume prediction
approach in a road network,’’ Comput.
Commun., vol. 160, pp. 502–511, Jul. 2020.
[11] P. T. Yamak, L. Yujian, and P. K.
Gadosey, ‘‘A comparison between ARIMA,
LSTM, and GRU for time series
forecasting,’’ in Proc. 2nd Int. Conf.
Algorithms, Comput. Artif. Intell., Sanya,
China, Dec. 2019, pp. 49–55.
[12] Z. Cui, R. Ke, Z. Pu, and Y. Wang,
‘‘Deep bidirectional and unidirectional
LSTM recurrent neural network for
network-wide traffic speed prediction,’’ Jan.
2018, arXiv:1801.02143.
[13] R. Jia, P. Jiang, L. Liu, L. Cui, and Y.
Shi, ‘‘Data driven congestion trends
prediction of urban transportation,’’ IEEE
Internet Things J., vol. 5, no. 2, pp. 581–
591, Apr. 2018.
[14] F. Falahatraftar, S. Pierre, and S.
Chamberland, ‘‘A centralized and dynamic
network congestion classification approach
for heterogeneous vehicular networks,’’
IEEE Access, vol. 9, pp. 122284–122298,
2021.
[15] A. Lazaris and V. K. Prasanna, ‘‘Deep
learning models for aggregated network
traffic prediction,’’ in Proc. 15th Int. Conf.
Netw. Service Manage. (CNSM), Halifax,
NS, Canada, Oct. 2019, pp. 1–5.
Biography of authors:
MAMIDISETTI YASWANTH was a M.Tech
scholar in Department of Computer Science and
Engineering, Swarnandhra College of
Engineering and Technology, Narsapuram,
AP,India. His was interested to do research in
machine learning and artificial intelligence.
TULASI RAJU NETHALA was a assistant
professor in Department of Computer Science
and Engineering, Swarnandhra College of
Engineering and Technology, Narsapuram, AP,
lndia. His current research work is machine
learning and artificial intelligence typically
explores the development of algorithms and
models that enable computers to learn from data
and make predictions or decisions. His work
often includes research in areas like neural
networks, natural language processing, computer
vision, and deep learning, aimed at solving real-
world problems through automated systems.
Dr.P.SRINIVASULU was a professor in
Department of Computer Science and
Engineering, Swarnandhra College of
Engineering and Technology, Narsapuram, AP,
lndia. His current research work is specializing
in machine learning and artificial intelligence
(AI) typically focuses on advanced
computational techniques that enable machines
to learn from data, identify patterns, and make
© 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG
IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b205
c205
decisions without being explicitly programmed.
He often have expertise in a variety of AI
subfields, including deep learning, neural
networks, natural language processing, and
reinforcement learning. His work may involve
developing new algorithms, applying AI to solve
real-world problems (like forecasting,
automation, or image recognition), and
exploring ethical concerns related to AI
deployment.

More Related Content

Similar to Network Traffic Prediction Model Considering Road Traffic Parameters Using Artificial Intelligence Methods inVANET (20)

Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...
IJECEIAES
 
Smart traffic forecasting: leveraging adaptive machine learning and big data ...
Smart traffic forecasting: leveraging adaptive machine learning and big data ...Smart traffic forecasting: leveraging adaptive machine learning and big data ...
Smart traffic forecasting: leveraging adaptive machine learning and big data ...
IAESIJAI
 
Traffic Prediction from Street Network images.pptx
Traffic Prediction from  Street Network images.pptxTraffic Prediction from  Street Network images.pptx
Traffic Prediction from Street Network images.pptx
chirantanGupta1
 
Big data traffic management in vehicular ad-hoc network
Big data traffic management in vehicular ad-hoc network Big data traffic management in vehicular ad-hoc network
Big data traffic management in vehicular ad-hoc network
IJECEIAES
 
2006.11583.pdf
2006.11583.pdf2006.11583.pdf
2006.11583.pdf
TadiyosHailemichael
 
journal publications
 journal publications journal publications
journal publications
rikaseorika
 
[20240318_LabSeminar_Huy]GSTNet: Global Spatial-Temporal Network for Traffic ...
[20240318_LabSeminar_Huy]GSTNet: Global Spatial-Temporal Network for Traffic ...[20240318_LabSeminar_Huy]GSTNet: Global Spatial-Temporal Network for Traffic ...
[20240318_LabSeminar_Huy]GSTNet: Global Spatial-Temporal Network for Traffic ...
thanhdowork
 
Driving behaviors for adas and autonomous driving XI
Driving behaviors for adas and autonomous driving XIDriving behaviors for adas and autonomous driving XI
Driving behaviors for adas and autonomous driving XI
Yu Huang
 
[20240520_LabSeminar_Huy]DSTAGNN: Dynamic Spatial-Temporal Aware Graph Neural...
[20240520_LabSeminar_Huy]DSTAGNN: Dynamic Spatial-Temporal Aware Graph Neural...[20240520_LabSeminar_Huy]DSTAGNN: Dynamic Spatial-Temporal Aware Graph Neural...
[20240520_LabSeminar_Huy]DSTAGNN: Dynamic Spatial-Temporal Aware Graph Neural...
thanhdowork
 
‏Spatial Data-Driven Traffic Flow Prediction Using Geographical Information S...
‏Spatial Data-Driven Traffic Flow Prediction Using Geographical Information S...‏Spatial Data-Driven Traffic Flow Prediction Using Geographical Information S...
‏Spatial Data-Driven Traffic Flow Prediction Using Geographical Information S...
Journal of Soft Computing in Civil Engineering
 
Dw35701704
Dw35701704Dw35701704
Dw35701704
IJERA Editor
 
[20240710_LabSeminar_Huy]PDFormer: Propagation Delay-Aware Dynamic Long-Range...
[20240710_LabSeminar_Huy]PDFormer: Propagation Delay-Aware Dynamic Long-Range...[20240710_LabSeminar_Huy]PDFormer: Propagation Delay-Aware Dynamic Long-Range...
[20240710_LabSeminar_Huy]PDFormer: Propagation Delay-Aware Dynamic Long-Range...
thanhdowork
 
Study of statistical models for route prediction algorithms in vanet
Study of statistical models for route prediction algorithms in vanetStudy of statistical models for route prediction algorithms in vanet
Study of statistical models for route prediction algorithms in vanet
Alexander Decker
 
Traffic Flow Forecasting with Spatial-Temporal Graph Diffusion Network
Traffic Flow Forecasting with Spatial-Temporal Graph Diffusion NetworkTraffic Flow Forecasting with Spatial-Temporal Graph Diffusion Network
Traffic Flow Forecasting with Spatial-Temporal Graph Diffusion Network
ivaderivader
 
REVIEW ON MICROCOPIC MODELS USING AI.pptx
REVIEW ON MICROCOPIC MODELS USING AI.pptxREVIEW ON MICROCOPIC MODELS USING AI.pptx
REVIEW ON MICROCOPIC MODELS USING AI.pptx
ibrahimauwalsayyadi
 
Approximation of regression-based fault minimization for network traffic
Approximation of regression-based fault minimization for network trafficApproximation of regression-based fault minimization for network traffic
Approximation of regression-based fault minimization for network traffic
TELKOMNIKA JOURNAL
 
COTA.pdf
COTA.pdfCOTA.pdf
COTA.pdf
元凯 伍
 
A Review paper on Artificial Neural Network: Intelligent Traffic Management S...
A Review paper on Artificial Neural Network: Intelligent Traffic Management S...A Review paper on Artificial Neural Network: Intelligent Traffic Management S...
A Review paper on Artificial Neural Network: Intelligent Traffic Management S...
NIET Journal of Engineering & Technology (NIETJET)
 
Driving Behavior for ADAS and Autonomous Driving VIII
Driving Behavior for ADAS and Autonomous Driving VIIIDriving Behavior for ADAS and Autonomous Driving VIII
Driving Behavior for ADAS and Autonomous Driving VIII
Yu Huang
 
Traffic Flow Prediction Using Machine Learning Algorithms
Traffic Flow Prediction Using Machine Learning AlgorithmsTraffic Flow Prediction Using Machine Learning Algorithms
Traffic Flow Prediction Using Machine Learning Algorithms
IRJET Journal
 
Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...
IJECEIAES
 
Smart traffic forecasting: leveraging adaptive machine learning and big data ...
Smart traffic forecasting: leveraging adaptive machine learning and big data ...Smart traffic forecasting: leveraging adaptive machine learning and big data ...
Smart traffic forecasting: leveraging adaptive machine learning and big data ...
IAESIJAI
 
Traffic Prediction from Street Network images.pptx
Traffic Prediction from  Street Network images.pptxTraffic Prediction from  Street Network images.pptx
Traffic Prediction from Street Network images.pptx
chirantanGupta1
 
Big data traffic management in vehicular ad-hoc network
Big data traffic management in vehicular ad-hoc network Big data traffic management in vehicular ad-hoc network
Big data traffic management in vehicular ad-hoc network
IJECEIAES
 
journal publications
 journal publications journal publications
journal publications
rikaseorika
 
[20240318_LabSeminar_Huy]GSTNet: Global Spatial-Temporal Network for Traffic ...
[20240318_LabSeminar_Huy]GSTNet: Global Spatial-Temporal Network for Traffic ...[20240318_LabSeminar_Huy]GSTNet: Global Spatial-Temporal Network for Traffic ...
[20240318_LabSeminar_Huy]GSTNet: Global Spatial-Temporal Network for Traffic ...
thanhdowork
 
Driving behaviors for adas and autonomous driving XI
Driving behaviors for adas and autonomous driving XIDriving behaviors for adas and autonomous driving XI
Driving behaviors for adas and autonomous driving XI
Yu Huang
 
[20240520_LabSeminar_Huy]DSTAGNN: Dynamic Spatial-Temporal Aware Graph Neural...
[20240520_LabSeminar_Huy]DSTAGNN: Dynamic Spatial-Temporal Aware Graph Neural...[20240520_LabSeminar_Huy]DSTAGNN: Dynamic Spatial-Temporal Aware Graph Neural...
[20240520_LabSeminar_Huy]DSTAGNN: Dynamic Spatial-Temporal Aware Graph Neural...
thanhdowork
 
[20240710_LabSeminar_Huy]PDFormer: Propagation Delay-Aware Dynamic Long-Range...
[20240710_LabSeminar_Huy]PDFormer: Propagation Delay-Aware Dynamic Long-Range...[20240710_LabSeminar_Huy]PDFormer: Propagation Delay-Aware Dynamic Long-Range...
[20240710_LabSeminar_Huy]PDFormer: Propagation Delay-Aware Dynamic Long-Range...
thanhdowork
 
Study of statistical models for route prediction algorithms in vanet
Study of statistical models for route prediction algorithms in vanetStudy of statistical models for route prediction algorithms in vanet
Study of statistical models for route prediction algorithms in vanet
Alexander Decker
 
Traffic Flow Forecasting with Spatial-Temporal Graph Diffusion Network
Traffic Flow Forecasting with Spatial-Temporal Graph Diffusion NetworkTraffic Flow Forecasting with Spatial-Temporal Graph Diffusion Network
Traffic Flow Forecasting with Spatial-Temporal Graph Diffusion Network
ivaderivader
 
REVIEW ON MICROCOPIC MODELS USING AI.pptx
REVIEW ON MICROCOPIC MODELS USING AI.pptxREVIEW ON MICROCOPIC MODELS USING AI.pptx
REVIEW ON MICROCOPIC MODELS USING AI.pptx
ibrahimauwalsayyadi
 
Approximation of regression-based fault minimization for network traffic
Approximation of regression-based fault minimization for network trafficApproximation of regression-based fault minimization for network traffic
Approximation of regression-based fault minimization for network traffic
TELKOMNIKA JOURNAL
 
Driving Behavior for ADAS and Autonomous Driving VIII
Driving Behavior for ADAS and Autonomous Driving VIIIDriving Behavior for ADAS and Autonomous Driving VIII
Driving Behavior for ADAS and Autonomous Driving VIII
Yu Huang
 
Traffic Flow Prediction Using Machine Learning Algorithms
Traffic Flow Prediction Using Machine Learning AlgorithmsTraffic Flow Prediction Using Machine Learning Algorithms
Traffic Flow Prediction Using Machine Learning Algorithms
IRJET Journal
 

Recently uploaded (20)

Talk: On an adventure into the depths of Maven - Kaya Weers
Talk: On an adventure into the depths of Maven - Kaya WeersTalk: On an adventure into the depths of Maven - Kaya Weers
Talk: On an adventure into the depths of Maven - Kaya Weers
Kaya Weers
 
Fully Open-Source Private Clouds: Freedom, Security, and Control
Fully Open-Source Private Clouds: Freedom, Security, and ControlFully Open-Source Private Clouds: Freedom, Security, and Control
Fully Open-Source Private Clouds: Freedom, Security, and Control
ShapeBlue
 
Multistream in SIP and NoSIP @ OpenSIPS Summit 2025
Multistream in SIP and NoSIP @ OpenSIPS Summit 2025Multistream in SIP and NoSIP @ OpenSIPS Summit 2025
Multistream in SIP and NoSIP @ OpenSIPS Summit 2025
Lorenzo Miniero
 
"AI in the browser: predicting user actions in real time with TensorflowJS", ...
"AI in the browser: predicting user actions in real time with TensorflowJS", ..."AI in the browser: predicting user actions in real time with TensorflowJS", ...
"AI in the browser: predicting user actions in real time with TensorflowJS", ...
Fwdays
 
Content and eLearning Standards: Finding the Best Fit for Your-Training
Content and eLearning Standards: Finding the Best Fit for Your-TrainingContent and eLearning Standards: Finding the Best Fit for Your-Training
Content and eLearning Standards: Finding the Best Fit for Your-Training
Rustici Software
 
A Comprehensive Guide on Integrating Monoova Payment Gateway
A Comprehensive Guide on Integrating Monoova Payment GatewayA Comprehensive Guide on Integrating Monoova Payment Gateway
A Comprehensive Guide on Integrating Monoova Payment Gateway
danielle hunter
 
UiPath Community Zurich: Release Management and Build Pipelines
UiPath Community Zurich: Release Management and Build PipelinesUiPath Community Zurich: Release Management and Build Pipelines
UiPath Community Zurich: Release Management and Build Pipelines
UiPathCommunity
 
Cognitive Chasms - A Typology of GenAI Failure Failure Modes
Cognitive Chasms - A Typology of GenAI Failure Failure ModesCognitive Chasms - A Typology of GenAI Failure Failure Modes
Cognitive Chasms - A Typology of GenAI Failure Failure Modes
Dr. Tathagat Varma
 
Marko.js - Unsung Hero of Scalable Web Frameworks (DevDays 2025)
Marko.js - Unsung Hero of Scalable Web Frameworks (DevDays 2025)Marko.js - Unsung Hero of Scalable Web Frameworks (DevDays 2025)
Marko.js - Unsung Hero of Scalable Web Frameworks (DevDays 2025)
Eugene Fidelin
 
What’s New in Web3 Development Trends to Watch in 2025.pptx
What’s New in Web3 Development Trends to Watch in 2025.pptxWhat’s New in Web3 Development Trends to Watch in 2025.pptx
What’s New in Web3 Development Trends to Watch in 2025.pptx
Lisa ward
 
What is DePIN? The Hottest Trend in Web3 Right Now!
What is DePIN? The Hottest Trend in Web3 Right Now!What is DePIN? The Hottest Trend in Web3 Right Now!
What is DePIN? The Hottest Trend in Web3 Right Now!
cryptouniversityoffi
 
UiPath Community Berlin: Studio Tips & Tricks and UiPath Insights
UiPath Community Berlin: Studio Tips & Tricks and UiPath InsightsUiPath Community Berlin: Studio Tips & Tricks and UiPath Insights
UiPath Community Berlin: Studio Tips & Tricks and UiPath Insights
UiPathCommunity
 
Build your own NES Emulator... with Kotlin
Build your own NES Emulator... with KotlinBuild your own NES Emulator... with Kotlin
Build your own NES Emulator... with Kotlin
Artur Skowroński
 
Supercharge Your AI Development with Local LLMs
Supercharge Your AI Development with Local LLMsSupercharge Your AI Development with Local LLMs
Supercharge Your AI Development with Local LLMs
Francesco Corti
 
Master tester AI toolbox - Kari Kakkonen at Testaus ja AI 2025 Professio
Master tester AI toolbox - Kari Kakkonen at Testaus ja AI 2025 ProfessioMaster tester AI toolbox - Kari Kakkonen at Testaus ja AI 2025 Professio
Master tester AI toolbox - Kari Kakkonen at Testaus ja AI 2025 Professio
Kari Kakkonen
 
With Claude 4, Anthropic redefines AI capabilities, effectively unleashing a ...
With Claude 4, Anthropic redefines AI capabilities, effectively unleashing a ...With Claude 4, Anthropic redefines AI capabilities, effectively unleashing a ...
With Claude 4, Anthropic redefines AI capabilities, effectively unleashing a ...
SOFTTECHHUB
 
State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification o...
State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification o...State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification o...
State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification o...
Ivan Ruchkin
 
Cyber security cyber security cyber security cyber security cyber security cy...
Cyber security cyber security cyber security cyber security cyber security cy...Cyber security cyber security cyber security cyber security cyber security cy...
Cyber security cyber security cyber security cyber security cyber security cy...
pranavbodhak
 
AI Emotional Actors: “When Machines Learn to Feel and Perform"
AI Emotional Actors:  “When Machines Learn to Feel and Perform"AI Emotional Actors:  “When Machines Learn to Feel and Perform"
AI Emotional Actors: “When Machines Learn to Feel and Perform"
AkashKumar809858
 
Building Agents with LangGraph & Gemini
Building Agents with LangGraph &  GeminiBuilding Agents with LangGraph &  Gemini
Building Agents with LangGraph & Gemini
HusseinMalikMammadli
 
Talk: On an adventure into the depths of Maven - Kaya Weers
Talk: On an adventure into the depths of Maven - Kaya WeersTalk: On an adventure into the depths of Maven - Kaya Weers
Talk: On an adventure into the depths of Maven - Kaya Weers
Kaya Weers
 
Fully Open-Source Private Clouds: Freedom, Security, and Control
Fully Open-Source Private Clouds: Freedom, Security, and ControlFully Open-Source Private Clouds: Freedom, Security, and Control
Fully Open-Source Private Clouds: Freedom, Security, and Control
ShapeBlue
 
Multistream in SIP and NoSIP @ OpenSIPS Summit 2025
Multistream in SIP and NoSIP @ OpenSIPS Summit 2025Multistream in SIP and NoSIP @ OpenSIPS Summit 2025
Multistream in SIP and NoSIP @ OpenSIPS Summit 2025
Lorenzo Miniero
 
"AI in the browser: predicting user actions in real time with TensorflowJS", ...
"AI in the browser: predicting user actions in real time with TensorflowJS", ..."AI in the browser: predicting user actions in real time with TensorflowJS", ...
"AI in the browser: predicting user actions in real time with TensorflowJS", ...
Fwdays
 
Content and eLearning Standards: Finding the Best Fit for Your-Training
Content and eLearning Standards: Finding the Best Fit for Your-TrainingContent and eLearning Standards: Finding the Best Fit for Your-Training
Content and eLearning Standards: Finding the Best Fit for Your-Training
Rustici Software
 
A Comprehensive Guide on Integrating Monoova Payment Gateway
A Comprehensive Guide on Integrating Monoova Payment GatewayA Comprehensive Guide on Integrating Monoova Payment Gateway
A Comprehensive Guide on Integrating Monoova Payment Gateway
danielle hunter
 
UiPath Community Zurich: Release Management and Build Pipelines
UiPath Community Zurich: Release Management and Build PipelinesUiPath Community Zurich: Release Management and Build Pipelines
UiPath Community Zurich: Release Management and Build Pipelines
UiPathCommunity
 
Cognitive Chasms - A Typology of GenAI Failure Failure Modes
Cognitive Chasms - A Typology of GenAI Failure Failure ModesCognitive Chasms - A Typology of GenAI Failure Failure Modes
Cognitive Chasms - A Typology of GenAI Failure Failure Modes
Dr. Tathagat Varma
 
Marko.js - Unsung Hero of Scalable Web Frameworks (DevDays 2025)
Marko.js - Unsung Hero of Scalable Web Frameworks (DevDays 2025)Marko.js - Unsung Hero of Scalable Web Frameworks (DevDays 2025)
Marko.js - Unsung Hero of Scalable Web Frameworks (DevDays 2025)
Eugene Fidelin
 
What’s New in Web3 Development Trends to Watch in 2025.pptx
What’s New in Web3 Development Trends to Watch in 2025.pptxWhat’s New in Web3 Development Trends to Watch in 2025.pptx
What’s New in Web3 Development Trends to Watch in 2025.pptx
Lisa ward
 
What is DePIN? The Hottest Trend in Web3 Right Now!
What is DePIN? The Hottest Trend in Web3 Right Now!What is DePIN? The Hottest Trend in Web3 Right Now!
What is DePIN? The Hottest Trend in Web3 Right Now!
cryptouniversityoffi
 
UiPath Community Berlin: Studio Tips & Tricks and UiPath Insights
UiPath Community Berlin: Studio Tips & Tricks and UiPath InsightsUiPath Community Berlin: Studio Tips & Tricks and UiPath Insights
UiPath Community Berlin: Studio Tips & Tricks and UiPath Insights
UiPathCommunity
 
Build your own NES Emulator... with Kotlin
Build your own NES Emulator... with KotlinBuild your own NES Emulator... with Kotlin
Build your own NES Emulator... with Kotlin
Artur Skowroński
 
Supercharge Your AI Development with Local LLMs
Supercharge Your AI Development with Local LLMsSupercharge Your AI Development with Local LLMs
Supercharge Your AI Development with Local LLMs
Francesco Corti
 
Master tester AI toolbox - Kari Kakkonen at Testaus ja AI 2025 Professio
Master tester AI toolbox - Kari Kakkonen at Testaus ja AI 2025 ProfessioMaster tester AI toolbox - Kari Kakkonen at Testaus ja AI 2025 Professio
Master tester AI toolbox - Kari Kakkonen at Testaus ja AI 2025 Professio
Kari Kakkonen
 
With Claude 4, Anthropic redefines AI capabilities, effectively unleashing a ...
With Claude 4, Anthropic redefines AI capabilities, effectively unleashing a ...With Claude 4, Anthropic redefines AI capabilities, effectively unleashing a ...
With Claude 4, Anthropic redefines AI capabilities, effectively unleashing a ...
SOFTTECHHUB
 
State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification o...
State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification o...State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification o...
State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification o...
Ivan Ruchkin
 
Cyber security cyber security cyber security cyber security cyber security cy...
Cyber security cyber security cyber security cyber security cyber security cy...Cyber security cyber security cyber security cyber security cyber security cy...
Cyber security cyber security cyber security cyber security cyber security cy...
pranavbodhak
 
AI Emotional Actors: “When Machines Learn to Feel and Perform"
AI Emotional Actors:  “When Machines Learn to Feel and Perform"AI Emotional Actors:  “When Machines Learn to Feel and Perform"
AI Emotional Actors: “When Machines Learn to Feel and Perform"
AkashKumar809858
 
Building Agents with LangGraph & Gemini
Building Agents with LangGraph &  GeminiBuilding Agents with LangGraph &  Gemini
Building Agents with LangGraph & Gemini
HusseinMalikMammadli
 

Network Traffic Prediction Model Considering Road Traffic Parameters Using Artificial Intelligence Methods inVANET

  • 1. © 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b195 c195 Network Traffic Prediction Model Considering Road Traffic Parameters Using Artificial Intelligence Methods in VANET 1MAMIDISETTI YASWANTH 2 TULASI RAJU NETHALA 3 Dr.P.SRINIVASULU 1 M.Tech Scholar, Department of Computer Science and Engineering, Swarnandhra College of Engineering and Technology, Narsapuram, AP, lndia, 2. Associate Professor, Department of Computer Science and Engineering, Swarnandhra College of Engineering and Technology, Narsapuram, AP,India, 3.Professor and HOD, Department of Computer Science and Engineering, Swarnandhra College of Engineering and Technology, Narsapuram, AP, India, ABSTRACT: Vehicular Ad hoc Networks (VANETs) are established on vehicles that are intelligent and can have Vehicle-to-Vehicle (V2V) and Vehicle-to-Road Side Units (V2R) communications. In this paper, we propose a model for predicting network traffic by considering the parameters that can lead to road traffic happening. The proposed model integrates a Random Forest- Gated Recurrent Unit- Network Traffic Prediction algorithm (RF- GRU-NTP) to predict the network traffic flow based on the traffic in the road and network simultaneously. This model has three phases including network traffic prediction based on V2R communication, road traffic prediction based on V2V communication, and network traffic prediction considering road traffic happening based on V2V and V2R communication. The hybrid proposed model which implements in the third phase, selects the important features from the combined dataset (including V2V and V2R communications), by using the Random Forest (RF) machine learning algorithm, then the deep learning algorithms to predict the network traffic flow apply, where the Gated Recurrent Unit (GRU) algorithm gives the best results. The simulation results show that the proposed RF-GRU-NTP model has better performance in execution time and prediction errors than other algorithms which used for network traffic prediction. Keywords – Vehicular network, network traffic prediction, road traffic prediction, regression
  • 2. © 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b196 c196 methods, classification methods, machine learning algorithms, deep learning algorithms. 1. INTRODUCTION One of the important technologies for the Intelligent Transportation System (ITS) is VANET that tries to make the environment safer and have better transportation using wireless communications [1]. The traffic flow prediction with high accuracy is a significant issue in current transportation systems. It can help have the best path planning, make a better choice in selecting the greater route for travelers and decrease the traffic flow. Distinguishing that where and when the traffic will happen is a promising solution for managing transportation [2]. However, the new perspective of network traffic flow is that the traffic in the road could affect network traffic. According to the V2V communications in VANET, vehicles can send packets to each other to forecast the road traffic. By increasing the number of vehicles and traffic on the road, the number of packets sent would grow, leading to network traffic. Previous studies worked on road traffic and network traffic separately, and we investigated them in the literature review. However, most of them addressed the traffic problem on the road or in the network independently, while in this paper, we will discover the relation between road and network traffic parameters together with the aim of network traffic prediction. Intelligent ways via machine learning (ML) techniques are the optimum solutions that can address traffic prediction problems with the aim of traffic flow prediction. There are some computational approaches like Bayesian modeling, fuzzy logic, hybrid modeling, Neural Networks (NN), and statistical modeling, which most of them, specially the NN, are promising solutions aiming to improve the accuracy of prediction in data traffic flow [3]. The significant point that should consider in all these ways, is the accuracy of prediction. ML techniques are divided into three types: Unsupervised Learning (training would be based on unlabeled data), Supervised Learning (training would be based on labeled data), and Reinforcement Learning (it learns from the performance of the learning agent). Moreover, some types of ML schemes like Transfer Learning and Online Learning are sub- categorized by these three types of ML schemes [4]. Fig.1: Example figure Another promising solution in the case of a large and complex dataset is deep learning (DL) algorithms for prediction problems. It has different types of algorithms that Recurrent Neural Network (RNN) [5], [6] and Convolutional Neural Network (CNN) [7] are the two famous algorithms that are used in many studies. Generally, the RNN has two modules called Long Short-Term Memory (LSTM) [8] and Gated Recurrent Unit (GRU) [9], [10], where the LSTM algorithm is similar to RNN by intention to address the vanishing problem. One of the most critical features of these algorithms
  • 3. © 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b197 c197 is that they can learn dependencies for a long time with the aim of prediction in time-series datasets, and the GRU algorithm is like LSTM with more minor complications due to the number of its gate that leads to making it faster than LSTM [11]. Furthermore, to extract more features and bidirectional dependencies, Bi- directional Long Short-Term Memory (Bi- LSTM) algorithm can be used. In this kind of algorithm, the sequence of the process can be done in two directions (forward and backward) using two different hidden layers [12]. 2. LITERATURE REVIEW Improving dynamic and distributed congestion control in vehicular ad hoc networks: To provide reliable communications in Vehicular Ad hoc Networks (VANets), it is vital to take into account Quality of Services (QoS). Delay and packet loss are two main QoS parameters considered by congestion control strategies. In this paper, a Multi-Objective Tabu Search (MOTabu) strategy is proposed to control congestion in VANets. The proposed strategy is dynamic and distributed; it consists of two components: congestion detection and congestion control. In the congestion detection component, congestion situation is detected by measuring the channel usage level. In congestion control component, a MOTabu algorithm is used to tune transmission range and rate for both safety and non-safety massages by minimizing delay and jitter. The performance of the proposed strategy is then evaluated with highway and urban scenarios using five performance metrics including the number of packet loss, packet loss ratio, number of retransmissions, average delay, and throughput. Simulation results show that MOTabu strategy significantly outperforms in comparison with other strategies like CSMA/CA, D-FPAV, CABS, and so on. Conducting congestion control using our strategy can help provide more reliable environments in VANets. A hybrid deep learning based traffic flow prediction method and its understanding: Deep neural networks (DNNs) have recently demonstrated the capability to predict traffic flow with big data. While existing DNN models can provide better performance than shallow models, it is still an open issue of making full use of spatial-temporal characteristics of the traffic flow to improve their performance. In addition, our understanding of them on traffic data remains limited. This paper proposes a DNN based traffic flow prediction model (DNN- BTF) to improve the prediction accuracy. The DNN-BTF model makes full use of weekly/daily periodicity and spatial-temporal characteristics of traffic flow. Inspired by recent work in machine learning, an attention based model was introduced that automatically learns to determine the importance of past traffic flow. The convolutional neural network was also used to mine the spatial features and the recurrent neural network to mine the temporal features of traffic flow. We also showed through visualization how DNN-BTF model understands traffic flow data and presents a challenge to conventional thinking about neural networks in the transportation field that neural networks is purely a “black-box” model. Data from open- access database PeMS was used to validate the proposed DNN-BTF model on a long-term
  • 4. © 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b198 c198 horizon prediction task. Experimental results demonstrated that our method outperforms the state-of-the-art approaches. Optimized structure of the traffic flow forecasting model with a deep learning approach: Forecasting accuracy is an important issue for successful intelligent traffic management, especially in the domain of traffic efficiency and congestion reduction. The dawning of the big data era brings opportunities to greatly improve prediction accuracy. In this paper, we propose a novel model, stacked autoencoder Levenberg- Marquardt model, which is a type of deep architecture of neural network approach aiming to improve forecasting accuracy. The proposed model is designed using the Taguchi method to develop an optimized structure and to learn traffic flow features through layer-by-layer feature granulation with a greedy layerwise unsupervised learning algorithm. It is applied to real-world data collected from the M6 freeway in the U.K. and is compared with three existing traffic predictors. To the best of our knowledge, this is the first time that an optimized structure of the traffic flow forecasting model with a deep learning approach is presented. The evaluation results demonstrate that the proposed model with an optimized structure has superior performance in traffic flow forecasting. Artificial intelligence for vehicle-to- everything: A survey Recently, the advancement in communications, intelligent transportation systems, and computational systems has opened up new opportunities for intelligent traffic safety, comfort, and efficiency solutions. Artificial intelligence (AI) has been widely used to optimize traditional data-driven approaches in different areas of the scientific research. Vehicle-to-everything (V2X) system together with AI can acquire the information from diverse sources, can expand the driver's perception, and can predict to avoid potential accidents, thus enhancing the comfort, safety, and efficiency of the driving. This paper presents a comprehensive survey of the research works that have utilized AI to address various research challenges in V2X systems. We have summarized the contribution of these research works and categorized them according to the application domains. Finally, we present open problems and research challenges that need to be addressed for realizing the full potential of AI to advance V2X systems. Visualizing and understanding recurrent networks Recurrent Neural Networks (RNNs), and specifically a variant with Long Short-Term Memory (LSTM), are enjoying renewed interest as a result of successful applications in a wide range of machine learning problems that involve sequential data. However, while LSTMs provide exceptional results in practice, the source of their performance and their limitations remain rather poorly understood. Using character-level language models as an interpretable testbed, we aim to bridge this gap by providing an analysis of their representations, predictions and error types. In particular, our experiments reveal the existence of interpretable cells that keep track of long-range dependencies such as line lengths, quotes and brackets. Moreover, our comparative
  • 5. © 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b199 c199 analysis with finite horizon n-gram models traces the source of the LSTM improvements to long-range structural dependencies. Finally, we provide analysis of the remaining errors and suggests areas for further study. 3. METHODOLOGY Previous studies worked on road traffic and network traffic separately, and we investigated them in the literature review. However, most of them addressed the traffic problem on the road or in the network independently, while in this paper, we will discover the relation between road and network traffic parameters together with the aim of network traffic prediction. Intelligent ways via machine learning (ML) techniques are the optimum solutions that can address traffic prediction problems with the aim of traffic flow prediction. Disadvantages: 1. By increasing the number of vehicles and traffic on the road, the number of packets sent would grow, leading to network traffic. 2. Less accuracy of prediction in data traffic flow. In this paper, we propose a model for predicting network traffic by considering the parameters that can lead to road traffic happening. The proposed model integrates a Random Forest- Gated Recurrent Unit- Network Traffic Prediction algorithm (RF-GRU-NTP) to predict the network traffic flow based on the traffic in the road and network simultaneously. This model has three phases including network traffic prediction based on V2R communication, road traffic prediction based on V2V communication, and network traffic prediction considering road traffic happening based on V2V and V2R communication. The hybrid proposed model which implements in the third phase, selects the important features from the combined dataset (including V2V and V2R communications), by using the Random Forest (RF) machine learning algorithm, then the deep learning algorithms to predict the network traffic flow apply, where the Gated Recurrent Unit (GRU) algorithm gives the best results. Advantages: 1. the proposed RF-GRU-NTP model has better performance in execution time 2. The proposed RF-GRU-NTP model has better performance in prediction errors than other algorithms which used for network traffic prediction.
  • 6. © 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b200 c200 Fig.2: System architecture MODULES: To implement aforementioned project we have designed following modules  Data exploration: using this module we will load data into system  Processing: Using the module we will read data for processing  Splitting data into train & test: using this module data will be divided into train & test  Model generation: Building the model - Deep Learning - CNN, CNN+LSTM, LSTM, BiLSTM, RNN, GRU and CNN with KFoldVaildation and Machine Learning - Random Forest, Decision Tree, KNN, Support Vector Machine and Voting Classifier.  User signup & login: Using this module will get registration and login  User input: Using this module will give input for prediction  Prediction: final predicted displayed 4. IMPLEMENTATION ALGORITHMS: CNN: A CNN is a kind of network architecture for deep learning algorithms and is specifically used for image recognition and tasks that involve the processing of pixel data. There are other types of neural networks in deep learning, but for identifying and recognizing objects, CNNs are the network architecture of choice. CNN+LSTM: A CNN-LSTM model is a combination of CNN layers that extract the feature from input data and LSTMs layers to provide sequence prediction. The CNN-LSTM is generally used for activity recognition, image labeling, and video labeling. LSTM: LSTM stands for long short-term memory networks, used in the field of Deep Learning. It
  • 7. © 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b201 c201 is a variety of recurrent neural networks (RNNs) that are capable of learning long-term dependencies, especially in sequence prediction problems. BiLSTM: A bidirectional LSTM (BiLSTM) layer learns bidirectional long-term dependencies between time steps of time series or sequence data. These dependencies can be useful when you want the network to learn from the complete time series at each time step. RNN: Recurrent neural networks (RNNs) are the state of the art algorithm for sequential data and are used by Apple's Siri and Google's voice search. It is the first algorithm that remembers its input, due to an internal memory, which makes it perfectly suited for machine learning problems that involve sequential data. GRU: Gated recurrent units (GRUs) are a gating mechanism in recurrent neural networks, introduced in 2014 by Kyunghyun Cho et al. The GRU is like a long short-term memory (LSTM) with a forget gate, but has fewer parameters than LSTM, as it lacks an output gate. Random Forest: Random forest is a Supervised Machine Learning Algorithm that is used widely in Classification and Regression problems. It builds decision trees on different samples and takes their majority vote for classification and average in case of regression. Decision Tree: A decision tree is a non-parametric supervised learning algorithm, which is utilized for both classification and regression tasks. It has a hierarchical, tree structure, which consists of a root node, branches, internal nodes and leaf nodes. KNN: The k-nearest neighbors algorithm, also known as KNN or k-NN, is a non-parametric, supervised learning classifier, which uses proximity to make classifications or predictions about the grouping of an individual data point. Support Vector Machine: Support Vector Machine(SVM) is a supervised machine learning algorithm used for both classification and regression. Though we say regression problems as well its best suited for classification. The objective of SVM algorithm is to find a hyperplane in an N-dimensional space that distinctly classifies the data points. Voting Classifier: A voting classifier is a machine learning estimator that trains various base models or estimators and predicts on the basis of aggregating the findings of each base estimator. The aggregating criteria can be combined decision of voting for each estimator output.
  • 8. © 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b202 c202 5. EXPERIMENTAL RESULTS Fig.3: Home screen Fig.4: User registration Fig.5: user login Fig.6: User input Fig.7: Prediction result 6. CONCLUSION In this paper, we proposed an RF-GRU-NTP model with the aim of network traffic flow prediction based on the traffic in the road and network simultaneously. We divided our research into three phases. In the first phase, we focused on network traffic prediction. We used the V2R dataset and considered the receiving packets sent by vehicles to the RSUs as a network parameter to predict network traffic flow. Then, we tried different machine learning algorithms like the RF, NB, KNN, and SVM algorithms, and we evaluated them using some classification metrics. After all evaluations, the RF has the better performance to predict network traffic flow while our target was ‘‘packet receiving.’’ In the second phase, we tried to predict the road traffic flow using the V2V dataset while our target was ‘‘sender speed’’ to define the road traffic. We assumed that the traffic would happen on the road if the senders’ speed were less than 60 Km/h. Therefore, we implemented different deep learning algorithms, including the LSTM, GRU, and Bi-LSTM. Finally, we evaluated the results using some regression evaluation metrics, which, based on the results we got, the GRU was the fittest algorithm for road traffic prediction. Then at the third phase, we implemented our
  • 9. © 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b203 c203 target, which is network traffic flow considering road traffic flow, by combining machine learning and deep learning algorithms. For this purpose, we combined V2V and V2R datasets, and used the RF algorithm for feature selection. We found the most important features, which were ‘‘packet receive’’ and ‘‘receiver speed’’ that can affect ‘‘sender speed’’ and the network traffic flow. Then by implementing the proposed RF-GRU-NTP model, we predicted network traffic flow. Therefore, we compared our results with a pure algorithm like LSTM and Bi-LSTM to make sure that the proposed model has good results in network traffic flow prediction. The main complexity of the proposed model was combining two datasets in order to implementing machine learning and deep learning algorithms with the aim of network traffic prediction considering different types of parameters. To the best of our knowledge, this is the first research that predicts the network traffic flow based on road traffic flow. However, by growing up the number of vehicles, the volume of produced data by them would take shape of big data which in our future work we will implement our proposed model in big data. REFERENCES [1] N. Taherkhani and S. Pierre, ‘‘Improving dynamic and distributed congestion control in vehicular ad hoc networks,’’ Ad Hoc Netw., vol. 33, pp. 112–125, Oct. 2015. [2] Y. Wu, H. Tan, L. Qin, B. Ran, and Z. Jiang, ‘‘A hybrid deep learning based traffic flow prediction method and its understanding,’’ Transp. Res. C, Emerg. Technol., vol. 90, pp. 166–180, May 2018. [3] H.-F. Yang, T. S. Dillon, and Y.-P. P. Chen, ‘‘Optimized structure of the traffic flow forecasting model with a deep learning approach,’’ IEEE Trans. Neural Netw. Learn. Syst., vol. 28, no. 10, pp. 2371–2381, Oct. 2016. [4] W. Tong, A. Hussain, W. X. Bo, and S. Maharjan, ‘‘Artificial intelligence for vehicle-to-everything: A survey,’’ IEEE Access, vol. 7, pp. 10823–10843, 2019. [5] J. Chung, C. Gulcehre, K. Cho, and Y. Bengio, ‘‘Empirical evaluation of gated recurrent neural networks on sequence modeling,’’ Dec. 2014, arXiv:1412.3555. [6] A. Karpathy, J. Johnson, and L. Fei-Fei, ‘‘Visualizing and understanding recurrent networks,’’ Jun. 2015, arXiv:1506.02078. [7] M. Coşkun, Ö. Yildirim, U. Ayşegül, and Y. Demir, ‘‘An overview of popular deep learning methods,’’ Eur. J. Techn., vol. 7, no. 2, pp. 165–176, Dec. 2017. [8] K. Greff, R. K. Srivastava, J. Koutník, B. R. Steunebrink, and J. Schmidhuber, ‘‘LSTM: A search space odyssey,’’ IEEE Trans. Neural Netw. Learn. Syst., vol. 28, no. 10, pp. 2222–2232, Oct. 2016. [9] R. Jozefowicz, W. Zaremba, and I. Sutskever, ‘‘An empirical exploration of recurrent network architectures,’’ in Proc. Int. Conf. Int. Conf. Mach. Learn., Jun. 2015, pp. 2342–2350.
  • 10. © 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b204 c204 [10] P. Sun, A. Boukerche, and Y. Tao, ‘‘SSGRU: A novel hybrid stacked GRUbased traffic volume prediction approach in a road network,’’ Comput. Commun., vol. 160, pp. 502–511, Jul. 2020. [11] P. T. Yamak, L. Yujian, and P. K. Gadosey, ‘‘A comparison between ARIMA, LSTM, and GRU for time series forecasting,’’ in Proc. 2nd Int. Conf. Algorithms, Comput. Artif. Intell., Sanya, China, Dec. 2019, pp. 49–55. [12] Z. Cui, R. Ke, Z. Pu, and Y. Wang, ‘‘Deep bidirectional and unidirectional LSTM recurrent neural network for network-wide traffic speed prediction,’’ Jan. 2018, arXiv:1801.02143. [13] R. Jia, P. Jiang, L. Liu, L. Cui, and Y. Shi, ‘‘Data driven congestion trends prediction of urban transportation,’’ IEEE Internet Things J., vol. 5, no. 2, pp. 581– 591, Apr. 2018. [14] F. Falahatraftar, S. Pierre, and S. Chamberland, ‘‘A centralized and dynamic network congestion classification approach for heterogeneous vehicular networks,’’ IEEE Access, vol. 9, pp. 122284–122298, 2021. [15] A. Lazaris and V. K. Prasanna, ‘‘Deep learning models for aggregated network traffic prediction,’’ in Proc. 15th Int. Conf. Netw. Service Manage. (CNSM), Halifax, NS, Canada, Oct. 2019, pp. 1–5. Biography of authors: MAMIDISETTI YASWANTH was a M.Tech scholar in Department of Computer Science and Engineering, Swarnandhra College of Engineering and Technology, Narsapuram, AP,India. His was interested to do research in machine learning and artificial intelligence. TULASI RAJU NETHALA was a assistant professor in Department of Computer Science and Engineering, Swarnandhra College of Engineering and Technology, Narsapuram, AP, lndia. His current research work is machine learning and artificial intelligence typically explores the development of algorithms and models that enable computers to learn from data and make predictions or decisions. His work often includes research in areas like neural networks, natural language processing, computer vision, and deep learning, aimed at solving real- world problems through automated systems. Dr.P.SRINIVASULU was a professor in Department of Computer Science and Engineering, Swarnandhra College of Engineering and Technology, Narsapuram, AP, lndia. His current research work is specializing in machine learning and artificial intelligence (AI) typically focuses on advanced computational techniques that enable machines to learn from data, identify patterns, and make
  • 11. © 2024 IJNRD | Volume 9, Issue 10 October 2024 | ISSN: 2456-4184 | IJNRD.ORG IJNRD2410127 International Journal Of Novel Research And Development (www.ijnrd.org) b205 c205 decisions without being explicitly programmed. He often have expertise in a variety of AI subfields, including deep learning, neural networks, natural language processing, and reinforcement learning. His work may involve developing new algorithms, applying AI to solve real-world problems (like forecasting, automation, or image recognition), and exploring ethical concerns related to AI deployment.