Predicting Polygon (Matic-Network)'s Price with RNN & LSTM
Using an RNN model, I tried to predict Polygon (Matic-network)' s price from January 1, 2023 - April 16, 2023. Overall, I followed the same format as my past price predictions: 75 epochs.
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: 75
Training mean square error: loss: 0.0037
Testing data: January 1, 2023 - April 16, 2023
Data source: Coingecko.com
Here is the chart detailing the actual Polygon Matic-Network's price with the RNN predictions.
Comments
Post a Comment