In the current digital era, energy use undeniably supports economic growth, increases social welfare, and encourages technological progress. Energy-related information is often presented in complex time series data, such as energy consumption data per hour or in seasonal patterns. Deep learning models are used to analyze the data. The right choice of normalization method has great potential to improve the performance of deep learning models significantly. Deep learning models generally use several normalization methods, including min-max and z-score. In this research, the deep learning model chosen is Gated Recurrent Unit (GRU) because the computational load on GRU is lighter, so it doesn't require too much memory. In addition, the GRU data is easier to train, so that it can save training time. This research phase adopts the CRISP-DM methodology in data mining as a solution commonly used in business and research. This methodology involves six stages: Business Understanding, Data Understanding, Data Preparation, Modeling, Evaluation, and Deployment. In this research, the model was obtained using five attribute selection, which applied 2 normalization methods: min-max and z-score. With this normalization, the GRU model produces the best MAPE of 3.9331%, RMSE of 0.9022, and R2 of 0.9022. However, when using z-score normalization, the model performance decreases with MAPE of 10.4332%, RMSE of 0.7602, and R2 of 0.4213. Overall, min-max normalization provides better performance in multivariate time series data analysis.
Read full abstract