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 airlinepassenger Dataset airdcsv
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: The first column containing this month's passenger count and the
second column containing next month's 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
