Skip to content

Another attempt to use Deep-Learning in predicting number of passengers with RNN

Notifications You must be signed in to change notification settings

mohadesehjm/RNN-Predict-Number-Of-Passengers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RNN-Predict-Number-Of-Passengers

Used Recurrent Neural Network (RNN) and Long Short-Term Memory (LSTM) to predict number of passengers and display model on training and test dataset.

implementation and showing results

First, size of window was considered 5 and this window shifted just one for next item. Test and training data were prepared, followed by training Sequential model with two layers of LSTM, two layers of Dropout and single Dense for final layer.

The results are shown below:

Screen Shot 2022-01-13 at 8 27 02 PM

About

Another attempt to use Deep-Learning in predicting number of passengers with RNN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published