The main source of energy worldwide is crude oil, which is used by almost all countries as an energy source. Crude oil plays a key role in driving the global economy, especially in the industrial and transportation sectors. Along with technological developments, crude oil price predictions can be made more sophisticated using artificial intelligence-based methods, one of which is the Bidirectional Long Short-Term Memory (BiLSTM) method which is a development of the Long Short-Term Memory (LSTM) method by combining past and future information when processing sequential data, BiLSTM uses forward and backward LSTM simultaneously to increase accuracy. The study used world crude oil price data for 1 year. There are 57 tests with several parameters such as data division, number of neurons, batch size, and activation function. After testing with the BiLSTM method for 57 scenarios, there is the smallest MAPE value of 0.09% at a data division of 90:10, number of neurons 100, batch size of value 4, and ReLu activation function. The resulting prediction model is highly accurate based on the MAPE criterion value.
Copyrights © 2025