Bitcoin Price Prediction Using CNN-LSTM Hybrid Model

·

Abstract

As a highly volatile cryptocurrency characterized by extreme nonlinearity and non-stationarity, Bitcoin price prediction remains a critical focus for investors and researchers. This study constructs an LSTM model to predict Bitcoin prices using six key indicators, identifying significant lag effects. To address this, a CNN model is integrated to extract deep-layer features, leveraging its superior dynamic capture capabilities. However, vertical errors persist in CNN predictions. The final CNN-LSTM hybrid model demonstrates enhanced accuracy, outperforming standalone models in overall trend alignment, local detail prediction, and lag reduction.

Keywords

Introduction

With evolving investment landscapes, Bitcoin's nonlinear and non-stationary nature demands advanced predictive tools. Deep learning approaches, particularly LSTM and CNN, have shown promise in financial time-series analysis. This paper evaluates individual LSTM and CNN models before proposing a combined CNN-LSTM framework to mitigate their respective limitations.

Methodology

1. LSTM Model

Structure:

Limitations:

2. CNN Model

Structure:

Advantages:

3. CNN-LSTM Hybrid Model

Integration:

Performance:

Results

FAQs

Q1: Why combine CNN and LSTM for Bitcoin prediction?

A: CNNs excel at feature extraction from spatial data, while LSTMs model temporal sequences. The hybrid leverages both to address nonlinearity and lag.

Q2: What metrics evaluate model performance?

A: Mean Absolute Percentage Error (MAPE) is primary. Lower values indicate higher accuracy (e.g., Hybrid: 4.74 vs. LSTM: 8.20).

Q3: How is data preprocessed?

A: Time-series data is stacked with a 14-day sliding window, and outlier-prone initial samples are removed.

Q4: What are the limitations of this study?

A: Extreme Bitcoin volatility still causes residuals (e.g., Figure 15). Future work may incorporate sentiment analysis.

👉 Explore advanced crypto analytics

Conclusion

The CNN-LSTM hybrid effectively merges CNN’s feature-depth with LSTM’s sequential modeling, achieving a 42% lower MAPE than standalone models. This approach sets a benchmark for volatile asset prediction.

👉 Learn more about hybrid AI models