Dear Experts,
For a single LSTM layer, can anyone give me an explanation for training the LSTM network? In addition, I got confused between the Timestep and Batch size in the training dataset. For example, I have input data which are composed of 369 samples and 30 features (x(369, 30)) corresponding to the target data of 369 samples (y(369,1)). Suppose that I defined Time step = 10, 100 and Batch_size = 32.
Thank you in advance for your kind help.
Phimmasone