Comparison of different Artificial Neural Networks for Bitcoin price forecasting

Read original: arXiv:2407.17930 - Published 7/26/2024 by Silas Baumann, Karl A. Busch, Hamza A. A. Gardi
Total Score

0

🧠

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This study investigates how the length of input sequences affects the accuracy of predicting cryptocurrency returns using Artificial Neural Networks (ANNs).
  • The researchers use the Mean Absolute Error (MAE) as a threshold to exclude small returns and focus on evaluating the accuracy of predicted returns above this threshold.
  • They compare four different sequence lengths: 168 hours (7 days), 72 hours (3 days), 24 hours, and 12 hours, each with a 2-hour return prediction interval.
  • The findings highlight how sequence length impacts prediction accuracy and emphasize the potential for optimizing sequence configurations in financial forecasting models.

Plain English Explanation

The researchers wanted to understand how the length of the data input sequence fed into an Artificial Neural Network (ANN) model affects the accuracy of predicting cryptocurrency returns. They used a measure called Mean Absolute Error (MAE) as a threshold, excluding small returns below this threshold and focusing on evaluating the accuracy of larger predicted returns.

The team compared four different sequence lengths: 168 hours (7 days), 72 hours (3 days), 24 hours, and 12 hours. In each case, the model was used to predict returns 2 hours into the future. The results showed that the length of the input sequence had a significant impact on the prediction accuracy. This suggests that optimizing the sequence configuration could be an important consideration when developing financial forecasting models using ANNs.

Technical Explanation

The researchers designed an experiment to investigate the impact of varying the length of input sequences on the accuracy of predicting cryptocurrency returns using Artificial Neural Networks (ANNs). They used the Mean Absolute Error (MAE) as a threshold to exclude small returns, focusing their evaluation on the accuracy of predicted returns that exceeded this threshold.

Four different sequence lengths were compared: 168 hours (7 days), 72 hours (3 days), 24 hours, and 12 hours. Each sequence was used to predict returns 2 hours into the future. The researchers evaluated the prediction accuracy using the MAE metric, comparing the results across the different sequence lengths.

The findings reveal that the length of the input sequence has a significant influence on the prediction accuracy. This suggests that optimizing the sequence configuration could be a valuable approach for enhancing the performance of financial forecasting models using ANNs. The researchers highlight the potential for this type of time series analysis to improve the accuracy of cryptocurrency return predictions.

Critical Analysis

The paper provides a solid experimental design and rigorous analysis to investigate the impact of sequence length on the accuracy of cryptocurrency return predictions using ANNs. However, the researchers acknowledge that their study is limited to a single dataset and a specific prediction interval of 2 hours.

Further research could explore the generalizability of these findings by evaluating the approach on a broader range of cryptocurrency data and considering different prediction intervals. Additionally, the paper does not delve into the potential reasons why certain sequence lengths may be more effective than others, which could be an interesting area for future investigation.

Overall, the study offers valuable insights into the importance of optimizing sequence configurations in ANN-based financial forecasting models, though additional research is needed to fully understand the nuances and broader implications of this approach.

Conclusion

This study demonstrates the significant impact that the length of input sequences can have on the accuracy of predicting cryptocurrency returns using Artificial Neural Networks (ANNs). By excluding small returns and focusing on evaluating the accuracy of larger predicted returns, the researchers were able to highlight the potential for optimizing sequence configurations to enhance the performance of financial forecasting models.

The findings underscore the need for careful consideration of input sequence lengths when developing ANN-based models for cryptocurrency price prediction and other financial time series analysis tasks. While further research is needed to fully explore the generalizability and underlying mechanisms, this study provides valuable insights for practitioners and researchers in the field of financial technology and machine learning.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🧠

Total Score

0

Comparison of different Artificial Neural Networks for Bitcoin price forecasting

Silas Baumann, Karl A. Busch, Hamza A. A. Gardi

This study investigates the impact of varying sequence lengths on the accuracy of predicting cryptocurrency returns using Artificial Neural Networks (ANNs). Utilizing the Mean Absolute Error (MAE) as a threshold criterion, we aim to enhance prediction accuracy by excluding returns that are smaller than this threshold, thus mitigating errors associated with minor returns. The subsequent evaluation focuses on the accuracy of predicted returns that exceed this threshold. We compare four sequence lengths 168 hours (7 days), 72 hours (3 days), 24 hours, and 12 hours each with a return prediction interval of 2 hours. Our findings reveal the influence of sequence length on prediction accuracy and underscore the potential for optimized sequence configurations in financial forecasting models.

Read more

7/26/2024

🧠

Total Score

0

Off-the-Shelf Neural Network Architectures for Forex Time Series Prediction come at a Cost

Theodoros Zafeiriou, Dimitris Kalles

Our study focuses on comparing the performance and resource requirements between different Long Short-Term Memory (LSTM) neural network architectures and an ANN specialized architecture for forex market prediction. We analyze the execution time of the models as well as the resources consumed, such as memory and computational power. Our aim is to demonstrate that the specialized architecture not only achieves better results in forex market prediction but also executes using fewer resources and in a shorter time frame compared to LSTM architectures. This comparative analysis will provide significant insights into the suitability of these two types of architectures for time series prediction in the forex market environment.

Read more

5/20/2024

🧠

Total Score

0

Comparative analysis of neural network architectures for short-term FOREX forecasting

Theodoros Zafeiriou, Dimitris Kalles

The present document delineates the analysis, design, implementation, and benchmarking of various neural network architectures within a short-term frequency prediction system for the foreign exchange market (FOREX). Our aim is to simulate the judgment of the human expert (technical analyst) using a system that responds promptly to changes in market conditions, thus enabling the optimization of short-term trading strategies. We designed and implemented a series of LSTM neural network architectures which are taken as input the exchange rate values and generate the short-term market trend forecasting signal and an ANN custom architecture based on technical analysis indicator simulators We performed a comparative analysis of the results and came to useful conclusions regarding the suitability of each architecture and the cost in terms of time and computational power to implement them. The ANN custom architecture produces better prediction quality with higher sensitivity using fewer resources and spending less time than LSTM architectures. The ANN custom architecture appears to be ideal for use in low-power computing systems and for use cases that need fast decisions with the least possible computational cost.

Read more

5/15/2024

Comparative Study of Bitcoin Price Prediction
Total Score

0

Comparative Study of Bitcoin Price Prediction

Ali Mohammadjafari

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.

Read more

5/15/2024