Look at simple-lstm-pytorch-jpm.py
.
Main topics:
- Used data normalization with
sklearn
. - Need probably to work better at model convergence.
- Also are 3 samples enough to make predictions? Maybe look at more (5 to 10). To be studied further.
Time Series Prediction using LSTM with PyTorch in Python
- Work on initializations in Pytorch LSTM.
- Also work on converge strategy.