Over time, various forecasting methods have been introduced. An example is the Hybrid model. This model can enhance the forecast accuracy compared to a single model. The Hybrid Singular Spectrum Analysis (SSA)-Artificial Neural Network (ANN) model combines the concepts of decomposition and forecasting. The Hybrid SSA-ANN forecasting works through two stages. Firstly, SSA decomposes the data into trend, seasonal, noise, and residue components. Secondly, the decomposed data is predicted using the ANN model, specifically the LSTM and GRU models. The Hybrid SSA-ANN model has been proven to improve forecasting accuracy. The Hybrid SSA-LSTM model improves the forecast accuracy by 78% compared to the single LSTM forecasting model. This can be seen from the respective RMSE values of 4.36 changing to 0.97 and MAPE values of 5.2% changing to 1.16%. Similarly, the Hybrid SSA-GRU model improves the forecast accuracy by 79% compared to the single GRU forecasting model. This can be observed from the respective RMSE values of 4.86 changing to 1.01 and MAPE values of 6.33% changing to 1.36%. In a case study using weekly data of crude oil's opening prices, the application of SSA decomposition can enhance the forecast accuracy by 78-79% in ANN forecasting