Skip to content

Long Short-Term Memory(LSTM) is a particular type of Recurrent Neural Network(RNN) that can retain important information over time using memory cells. This project includes understanding and implementing LSTM for traffic flow prediction along with the introduction of traffic flow prediction, Literature review, methodology, etc.

Notifications You must be signed in to change notification settings

thenomaniqbal/Traffic-flow-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Traffic flow prediction using LSTM!


Traffic flow prediction (TFP) means predicting the volume and density of traffic flow, usually to control vehicle movement, reduce traffic jams, and create the optimal (least-time or energy-consuming) route. With the recent advancements in artificial intelligence, machine learning (ML), deep learning (DL), and big data, research in the field of predicting traffic flow has expanded extensively.

TFP is the key component of Intelligent Transport Systems (ITS) and can assist ITS in forecasting traffic flow. Large cities have exceedingly difficult traffic regulations. many countries have adopted ITS to reduce the costs associated with traffic congestion. This study reviews the application of artificial neural networks (ANN), ML, DL, and other techniques and models for TFP. Finally, we will propose our predictive model using DL, train and test it, analyze the accuracy, and compare the accuracy of our model with other models.

Compared with conventional ML methods, DL models have advantages such as simplifying data preprocessing procedures and outperforming other ML methods in accuracy. Therefore, data-driven traffic flow prediction due to the availability of massive traffic data and DL schemes due to data preprocess procedures have received extensive attention recently in TFP.

Furthermore, In recent years there has been a vast increase in available data with the advancement of smart cities. This modernization can have a favorable impact on transportation networks in the area of ITS, reducing travel times, boosting productivity, and minimizing the environmental impact of vehicles. ML and DL technologies are fast-growing domains for predicting traffic flow. Traffic signals, accidents, weather conditions, and road repairs are the primary causes of traffic. Since real-time traffic data are largely produced exponentially, big data principles must be used to improve data transportation. This fact motivated us to predict the traffic flow volume between Minneapolis and St. Paul at a specific point in Minnesota. We aim to build a multi-step Recurrent Nural Network (RNN) with a Long Short Term Memory (LSTM) model that makes a single prediction point of the traffic volume 2 hours into the future, given the previous 6-hour window.

About

Long Short-Term Memory(LSTM) is a particular type of Recurrent Neural Network(RNN) that can retain important information over time using memory cells. This project includes understanding and implementing LSTM for traffic flow prediction along with the introduction of traffic flow prediction, Literature review, methodology, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published