/Deep_Learning_Assignment

Deep learning assignment utilizing LSTM RNN to analyze historic BTC prices and predict future values

Primary LanguageJupyter Notebook

Deep_Learning_Assignment

Deep learning assignment utilizing LSTM RNN to analyze historic BTC prices and predict future values

Analysis Questions

  1. Which model has the lower loss?

the model using closing prices had the lower loss 0.002852260833606124 compared to 0.13794609904289246

  1. Which model tracks the actual values better over time?

the model using closing prices tracks better over time.

  1. Which window size works best for the model?

Window size 2 worked best for both models.