Research Article

A Deep Learning Model with Conv-LSTM Networks for Subway Passenger Congestion Delay Prediction

Algorithm 1

The training steps of Conv-LSTM.
InputRecord on the number of inbound passenger flow in the training datasetRecord on the number of outbound passenger flow in the training datasetRecord on the number of delay rate in the training datasetRecord on the number of average congestion delay time in the training datasetLook-back window:
OutputConv-LSTM with learned parameters
Procedure Conv-LSTM trainingInitialize a null set: For all defined time slice t doA training observation is put into
End forInitialize all the weighted and intercept parameters
RepeatA batch of samples are randomly selected from to The parameters are estimated by minimizing the objective function in
UntilConvergence criterion met
End procedure