by Arzu ISIK TOPBAS
I used deep learning recurrent neural networks to model bitcoin closing prices. I used the FNG indicators to predict the closing price for one model while the second model, I used a window of closing prices to predict the nth closing price. I evaluated each model and compared the performance.
I evaluated each model and compared the performance.
-
Which model has a lower loss? ---- Closing Prices
-
Which model tracks the actual values better over time? ---- Closing Prices
-
Which window size works best for the model? ----- Window size of 3 would work best for both models.