Abstract
This work implements deep learning models to capture non-linear and complex data behavior in aluminum price data. Deep learning models include the long short-term memory (LSTM) and deep feedforward neural networks (FFNN). The support vector regression (SVR) is employed as a base model for comparison. Each predictive model is tuned by using two different optimization methods: Bayesian optimization (BO) and random search (RS). All models are tested on daily, weekly, and monthly data. Three performance metrics are used to evaluate each forecasting model: the root mean squared error (RMSE), mean absolute error (MAE), and the coefficient of determination (R(2)). The experimental results show that the LSTM-BO is the best-performing model across the time horizons (daily, weekly, and monthly). By consistently achieving the lowest RMSE, MAE, and highest R(2), the LSTM-BO outperformed all the other models, including SVR-BO, FFNN-BO, LSTM-RS, SVR-RS, and FFNN-RS. In addition, predictive models utilizing BO regularly outperformed those using RS. In summary, LSTM-BO is highly beneficial for aluminum spot price forecasting.