Question: Tasks to be Done: Using airline - passenger Dataset ( air _ d . csv ) try to predict the number of passengers for next

Tasks to be Done: Using airline-passenger Dataset (air_d.csv)
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 two-column dataset: a. The first column containing this month's (t) passenger count and the
second column containing next month's (t+1) 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 ='100' d. Build another model where optimizer ='sgd' and epoch ='50'
 Tasks to be Done: Using airline-passenger Dataset (air_d.csv) try to predict

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!