A Research of Fine-Tuning CNN-LSTM Model for Gold Price Prediction

Yang Luo
DOI: https://doi.org/10.54254/2754-1169/94/2024ox0185
2024-09-10
Abstract:Gold price and foreign exchange price prediction are usually regarded as serialized data with strong time correlation. It is precisely because of this feature that the performance of traditional convolutional neural networks is often not as good as that of recurrent neural networks. This paper fine-tunes the CNN-LSTM model in two ways. The first is to simplify the input data, convert the time series into binary data, and change the model task from predicting prices to predicting price fluctuations. The second is to add a dropout layer and use the dropout layer to improve the model's overfitting problem. The results demonstrate that the improved model outperforms the first model, with prediction accuracy rising from 54% to 57%. Furthermore, the refined model is not limited to processing the gold price series; it can also be applied to other time series, and when paired with other models, it could yield even better outcomes.
Computer Science
What problem does this paper attempt to address?