A comparative evaluation of five state-of-the-art machine learning models, such as Temporal Fusion Transformer (TFT), Temporal Convolutional Network (TCN), XGBoost, Random Forest, and a CNN-LSTM hybrid, for forecasting cryptocurrency price volatility across major trading pairs shows that TFT achieves the lowest test loss and highest classification accuracy, outperforming other architectures.
Cryptocurrency markets are highly volatile, nonlinear, and affected by several internal and external market factors, making price forecasting a challenging task. Accurate cryptocurrency price forecasting can support investors, traders, and financial analysts in making informed decisions. This research paper presents a comparative analysis of machine learning and deep learning models for cryptocurrency price forecasting using historical Aave (AAVE) cryptocurrency data. The dataset consists of 275 records and 10 features, including Date, High, Low, Open, Close, Volume, and Marketcap. The Close price is selected as the target variable, while High, Low, Open, Volume, and Marketcap are used as predictor variables. Five models are implemented and compared: Linear Regression, Support Vector Regression, Random Forest Regressor, XGBoost Regressor, and Long Short-Term Memory. The models are evaluated using Mean Absolute Error, Root Mean Square Error, Mean Absolute Percentage Error, R-squared score, and directional accuracy. Experimental results show that the LSTM model achieved the best performance with the lowest RMSE of 2.74, MAE of 1.78, MAPE of 3.91%, and R-squared score of 0.965. The results indicate that deep learning models, especially LSTM, are more suitable for capturing temporal dependencies and nonlinear patterns in cryptocurrency price data.
Rukhsar Zaka, Faiza Irfan, Sidra Rehman et al.· International Journal of Adv...· 0 citations
The high volatility and complexity of cryptocurrency markets create difficulties for investors and researchers who
attempt to make accurate price predictions. This project presents an intelligent and data-driven approach for
cryptocurrency analysis using Long ShortTerm Memory (LSTM) networks, a specialized type of Recurrent Neural Network
(RNN) which enables the model to learn temporal dependencies across sequential data. The system builds predictive models
through training which uses historical price data that includes opening price, closing price, high, low, and trading volume.
The proposed model follows a structured workflow that includes data collection from financial APIs, preprocessing
techniques such as normalization and time-series windowing, and model training using LSTM architecture. The LSTM
model enables accurate predictions through its ability to learn long-term dependencies and patterns which exist in
cryptocurrency price movements. The evaluation process uses Root Mean Square Error (RMSE) and Mean Absolute Error
(MAE) metrics to test prediction accuracy. The system includes a core function which displays actual versus predicted price
data through graphical visualizations to assist users in understanding market patterns and model effectiveness. The
approach provides better interpretability which helps traders and analysts to make better decisions. The system supports
scalability which allows its application to various cryptocurrencies including Bitcoin and Ethereum and other digital
currencies.
D. Rahul, M. Shiva, Parag Ravikant Kaveri et al.· International Journal of Inn...· 0 citations
This study aimed to develop and evaluate a hybrid deep ensemble learning framework integrating CNN-LSTM, GRU, and Transformer architectures through stacking for accurate next-day cryptocurrency price prediction. This quantitative predictive study analyzed daily market data for five major cryptocurrencies, including Bitcoin, Ethereum, Binance Coin, Ripple, and Cardano, over the period from January 1, 2018, to December 31, 2025. The dataset comprised 14,610 cryptocurrency-day observations, with 2,922 observations for each asset. Data were chronologically divided into training, validation, and testing subsets. Historical price, trading volume, return, volatility, lagged variables, and technical indicators were used as predictors. A 30-day sliding window was employed to predict the following day’s closing price. The proposed framework combined CNN-LSTM, GRU, and Transformer models using a stacking-based meta-learner. Performance was evaluated using Mean Absolute Error, Root Mean Squared Error, Mean Absolute Percentage Error, and R². Diebold-Mariano tests were used to compare out-of-sample forecast accuracy. The proposed hybrid ensemble achieved an MAE of 0.0294, RMSE of 0.0436, MAPE of 3.12%, and R² of 0.971, outperforming CNN-LSTM, GRU, Transformer, ARIMA, Random Forest, XGBoost, and persistence benchmarks. Diebold-Mariano tests showed that the ensemble produced significantly lower forecast loss than all competing models, including Transformer, the strongest standalone model, with all p values below 0.001. Cryptocurrency-specific analyses yielded R² values above 0.960 for all five assets, while volatility-regime analysis showed that predictive accuracy declined under high-volatility conditions but remained strong, with an R² of 0.952. The findings demonstrate that combining convolutional, recurrent, and attention-based deep-learning mechanisms through stacking can significantly improve the accuracy and robustness of cryptocurrency price forecasting across heterogeneous assets and changing volatility conditions.
Mohammadreza Haghighi, Seyed Yashar Banihashem, Mohammadmehdi Gilaniansadeghi· Journal of Management and Bu...· 0 citations
This work attempts to provide a thorough comparative analysis mapping the precise accuracy–efficiency trade-off between Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU) models under a standardized Grid Search hyperparameter optimization pipeline using a recent Bitcoin closing-price dataset.
Accurate prediction of Bitcoin market prices is challenging because of extreme volatility, nonlinear dynamics and rapid sentiment-driven fluctuations observed in the cryptocurrency market, especially Bitcoin. In this research, the authors investigate the use of machine learning and deep learning methods for forecasting Bitcoin prices using historical market data, technical indicators, and sentiment analysis from social media. A comprehensive dataset was used to develop and test three experimental setups from 2015 to 2024. The first configuration, an LSTM model was trained on historical OHLCV (Open, High, Low, Close, Volume) data only. In the second setup, the model was improved with the inclusion of technical indicators based on market behavior, including momentum indicators and trend indicators. The third configuration used social media sentiment features (extracted from over 2.5 million tweets related to Bitcoin, employing polarity and subjectivity scoring via TextBlob), added to the previous configuration. The results show that the LSTM model with technical indicators gave the best prediction performance with R2 of 0.9084 and Mean Absolute Error (MAE) of 0.0387, which is 8.5% better than the historical data-only model. By comparison, the accuracy of prediction did not significantly improve with the addition of Twitter sentiment features. The feature importance analysis also revealed that Relative Strength Index (RSI) and MACD histogram were the most significant features in predicting the price movements of Bitcoin. The study brings three significant findings: (1) a methodological framework based on LSTM neural networks for comparing the performance of various sets of features in predicting Bitcoin prices; (2) the discovery of the most relevant features in cryptocurrency markets; and (3) proof that technical indicators have a significant impact on the predictive accuracy of this model, while social media sentiment has a minor impact under the circumstances. The results offer valuable implications for researchers and practitioners building data-driven models for predicting cryptocurrencies.
Sedeeq Hasan Banna, Ammar Ahmed Othman, Khaled Al-Raddah· SISTEMASI· 0 citations
This study proposes a hybrid forecasting framework that integrates sentiment analysis with deep learning to predict Bitcoin’s hourly and daily closing prices. Hourly BTC/USD market data spanning June 2021 to November 2025 were combined with approximately 326,000 Bitcoin-related news headlines published over the same period. Sentiment scores in the range of [-1, +1] were generated for each headline using FinBERT, a transformer-based language model trained on financial texts, and were subsequently integrated with technical indicators such as trading volume, MACD, and RSI. The resulting combined feature set was modeled using an LSTM network to capture temporal dependencies. Empirical results demonstrate that sentiment-enhanced hybrid models consistently outperform models based solely on technical indicators across RMSE, MAE, MAPE, and R² metrics. The hourly hybrid model achieved the best performance, with an RMSE of 1,009 USD and an R² of 99.23%. Furthermore, a 30-day out-of-sample real-time evaluation yielded an RMSE of 941 USD. The consistency between in-sample and out-of-sample results indicates that the proposed framework maintains stable predictive performance over time.
Meltem Kavaklı, Kadriye Filiz Balbal· Balıkesir Üniversitesi Fen B...· 0 citations
We use cookies to run the site and, with your consent, for analytics and to show ads.
See our Cookie Policy.