Relative Content

Tag Archive for kerasneural-networklstmrecurrent-neural-network

LSTM return_sequences=True/False and target variable shape

I am working on a stock price prediction project where I am trying to use an LSTM to predict stock prices. Currently, I am using trying to use 10 days of data to predict the 11th day’s stock price. To generalize my question regarding the target variable, let’s say I have the following