This repo code is about LSTM/GRU-based networks for time series data prediction. It was just an exercise to learn and work with these neural networks.
The data used for this project was Disney finance data.
We chose a window to give the model sequentially observation and then predict the next step.