I have used LSTM (Long Short Term Memory) to predict the stock prices next days.
Read More about LSTM here https://en.wikipedia.org/wiki/Long_short-term_memory
I had built a time series which for every interval will hold values of last 6 days.
I have provided the dataset but the paths may needed to be configured.
- keras
- TensorFlow (v2)
- Numpy
- Pandas