Question: Tasks to be Done: Using airline - passenger Dataset try to predict the number of passengers for next month,given the number of passengers ( in
Tasks to be Done:
Using airlinepassenger Dataset try to predict the number of passengers for next month,given the
number of passengers in units of thousands for this month
A You can write a simple function to convert our single column of data into a twocolumn
dataset:
a The first column containing this months t passenger count and the second
column containing next months t passenger count, to be predicted.
b Divide the data into train and test set
c Fit an LSTM model on top of the data where the optimizer adam and epoch
d Build another model where optimizer sgd and epoch
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
