STLGMay 13, 2024

Comparative Study of Bitcoin Price Prediction

arXiv:2405.08089v12.35 citationsh-index: 3
Originality Synthesis-oriented
AI Analysis

This work addresses price prediction for Bitcoin traders or analysts, but it is incremental as it applies existing neural network methods to a specific dataset.

This study tackled Bitcoin price prediction by comparing LSTM and GRU neural network models, finding that GRUs achieved a lower MSE of 4.67 compared to LSTMs' 6.25, indicating better accuracy for this volatile financial time series.

Prediction of stock prices has been a crucial and challenging task, especially in the case of highly volatile digital currencies such as Bitcoin. This research examineS the potential of using neural network models, namely LSTMs and GRUs, to forecast Bitcoin's price movements. We employ five-fold cross-validation to enhance generalization and utilize L2 regularization to reduce overfitting and noise. Our study demonstrates that the GRUs models offer better accuracy than LSTMs model for predicting Bitcoin's price. Specifically, the GRU model has an MSE of 4.67, while the LSTM model has an MSE of 6.25 when compared to the actual prices in the test set data. This finding indicates that GRU models are better equipped to process sequential data with long-term dependencies, a characteristic of financial time series data such as Bitcoin prices. In summary, our results provide valuable insights into the potential of neural network models for accurate Bitcoin price prediction and emphasize the importance of employing appropriate regularization techniques to enhance model performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes