“…The size of sliding window n, n < M, where M is size of data. The m*k inputs are passed to LSTM network (Vega García & Aznarte, 2020, Davis et al, 2019) to predict the next value, say x(1). Initially, window contains {x1, x2,…, xm}inputs are feed to LSTM network and it predicts xm+1, at the second step {x2, x3,…, xm+1} are fed to network to get xm+2 as the prediction value.…”