Open yosoul93 opened 3 years ago
One way is using LSTM to stack prices sequence into a latent state.
I figured it out, I had to make a few changes to the code, change the state and the input and output and some couple of things, Now I can feed it with lag :)
@yosoul93 Could you share the code how you implemented LSTM, I would greatly appreciate that :)
How can this project implement a Recurrent Neural Network? Because all stock or crypto are time-series and lookback is a very important aspect of trading