wojzaremba / lstm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSTM length

SamarShabanCS opened this issue · comments

I have a time series history data but the the length is only 28 readings taken over 6 months, can I use RNN(LSTM) to predict next 3 months readings?

if yes,how can I optimize the accuracy for this small data set?