Hi Vasu Bhaiya,
I wanted to confirm my approach.
I was thinking to implement a LSTM layer with 19 cells.
Then I would set the return sequences as true.
This way I plan to make the model.
The doubts are
-
Do I need to use a functional Api for getting multiple outputs. Where each cell gets a input of 1 high price and it predicts the price for next day.
-
the units we mention in the LSTM layer are basically dimensions of output space …So this is the dimension of the state vector right ?
As y wil have a different output dimension as compared to a