Research Article

A Hybrid Spatiotemporal Deep Learning Model for Short-Term Metro Passenger Flow Prediction

Table 2

Parameter settings in the model construction.

ParameterDescriptionUniform random search intervalOptimal value

Convolutional filter
LThe length of convolution filter(10, 40)22
 (a × b)The size of convolution filter(2 × 2)
Recurrent component
TThe number of predicted time steps in recurrent block(5, 20)6
HThe number of hidden units in the cells(64, 128)128
Optimizer
OThe selected optimizer during model training(Adam, Nadam, RMSprop, and SGD)RMSprop
αThe learning rate(0.001, 0.01)0.01
Training setting
DThe dropout rate(0.2, 0.4)0.2
BThe batch size for each training epoch(20, 80)35
EThe number of training epochs(50, 200)180