Carbon price fluctuation prediction using blockchain information A new hybrid machine learning approach

H. Wang,Y. Pang,D. Shang
2024-11-05
Abstract:In this study, the novel hybrid machine learning approach is proposed in carbon price fluctuation prediction. Specifically, a research framework integrating DILATED Convolutional Neural Networks (CNN) and Long Short-Term Memory (LSTM) neural network algorithm is proposed. The advantage of the combined framework is that it can make feature extraction more efficient. Then, based on the DILATED CNN-LSTM framework, the L1 and L2 parameter norm penalty as regularization method is adopted to predict. Referring to the characteristics of high correlation between energy indicator price and blockchain information in previous literature, and we primarily includes indicators related to blockchain information through regularization process. Based on the above methods, this paper uses a dataset containing an amount of data to carry out the carbon price prediction. The experimental results show that the DILATED CNN-LSTM framework is superior to the traditional CNN-LSTM architecture. Blockchain information can effectively predict the price. Since parameter norm penalty as regularization, Ridge Regression (RR) as L2 regularization is better than Smoothly Clipped Absolute Deviation Penalty (SCAD) as L1 regularization in price forecasting. Thus, the proposed RR-DILATED CNN-LSTM approach can effectively and accurately predict the fluctuation trend of the carbon price. Therefore, the new forecasting methods and theoretical ecology proposed in this study provide a new basis for trend prediction and evaluating digital assets policy represented by the carbon price for both the academia and practitioners.
Machine Learning
What problem does this paper attempt to address?
The core problem that this paper attempts to solve is **the accuracy of carbon price fluctuation prediction**. Specifically, the author proposes a new hybrid machine - learning method, aiming to combine the DILATED Convolutional Neural Network (CNN) and Long - Short - Term Memory Network (LSTM), and introduce regularization techniques (such as Ridge regression and Smoothly Clipped Absolute Deviation Penalty, SCAD), to more effectively extract features and improve the accuracy and stability of carbon price fluctuation prediction. ### Main problems and challenges 1. **Insufficient non - linear feature fitting**: Traditional statistical and econometric models have limitations in fitting non - linear features and are difficult to capture the complex patterns in carbon price fluctuations. 2. **Insufficient consideration of external factor impacts**: Although previous studies have considered external factors such as macro - economic indicators and energy prices, they have ignored the impact of blockchain information on carbon price. And blockchain information is highly correlated with energy prices and may have an important impact on carbon price fluctuations. 3. **Low feature extraction efficiency**: Traditional CNN has limitations in the selection of multivariate predictors and feature extraction, especially when dealing with time - series data, the feature extraction efficiency is low, which may lead to over - fitting or under - fitting. ### Solutions To overcome the above problems, the paper proposes the following solutions: 1. **DILATED CNN - LSTM framework**: By introducing dilated convolution (DILATED CNN), the receptive field of the convolution kernel is expanded, so as to extract features more efficiently and avoid the information loss caused by the pooling operation in traditional CNN. Meanwhile, LSTM is used to process time - series data and can better capture time - dependence and long - term dependence relationships. 2. **Regularization techniques**: Ridge regression (L2 regularization) and SCAD (L1 regularization) are used for parameter screening and model optimization. Ridge regression improves the generalization ability of the model by reducing the variance of parameters, while SCAD selects important external influencing factors through sparsification. 3. **Rich indicator selection**: Comprehensively consider the internal characteristics of carbon price and external indicators (such as S&P 500 index, NASDAQ index, etc.), especially blockchain information indicators, to construct a more comprehensive prediction model. ### Experimental results The experimental results show that the proposed RR - DILATED CNN - LSTM hybrid model is superior to the traditional CNN - LSTM architecture in predicting carbon price fluctuations. Specifically: - The DILATED CNN - LSTM framework performs well in feature extraction and time - series fitting. - Ridge regression is more suitable for parameter regularization in carbon price prediction than SCAD, indicating that L2 regularization is more effective in this study. In conclusion, this research not only improves the accuracy of carbon price fluctuation prediction, but also provides a new theoretical and technical basis for trend prediction and policy evaluation in the carbon finance market.