Deep learning assignment utilizing LSTM RNN to analyze historic BTC prices and predict future values
- Which model has the lower loss?
the model using closing prices had the lower loss 0.002852260833606124 compared to 0.13794609904289246
- Which model tracks the actual values better over time?
the model using closing prices tracks better over time.
- Which window size works best for the model?
Window size 2 worked best for both models.