“…For DA-CG-LSTM, there are three parameters, including window size T , batch size of input sequence, and the number of units m in the hidden layer of CG-LSTM. Set T ∈ [5,10,15,20,30,50], batch_size ∈ [16,32,64,128,256,512] and m ∈ [10,20,30,40,50]. Find the optimal parameters which are T = 15, batch_size = 128 and m = 30.…”