curtismacdougall / Deep_Learning_Assignment

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Jupyter Notebook 100.0%