Predicting Bitcoin Price using a Recurrent Neural Network (RNN)
I have been experimenting and learning about Recurrent Neural Networks (RNNs). In the course that I took, I trained a model to predict Google's stock price. Based on the success of the model, I decided to use the same program to try to predict Bitcoin's price from January 1, 2023 - February 28, 2023.
Here is the info:
Recurrent Neural Network (LSTM)
Training on 60 days of past price
Predicting 1 day out
Training data: June 20, 2021 - Dec 31, 2022
Training epochs : 100
Training mean square error: loss: 0.0024
Testing data: January 1, 2023 - February 28, 2023
Data source: Coingecko.com
Here is the chart detailing the actual Bitcoin price with the RNN predictions.
(Note: The chart is in French as I am taking a deep learning course in French. I will be producing more charts so future charts will be in English)
Comments
Post a Comment