Network Security Situation Prediction Model Based on EMD and ELPSO Optimized BiGRU Neural Network

Biao Zhang,Mingqi Jia,Jiazhong Xu,Wanzhao Zhao,Liwei Deng
DOI: https://doi.org/10.1155/2022/6031129
IF: 3.12
2022-06-22
Computational Intelligence and Neuroscience
Abstract:In order to improve the accuracy of network security situation prediction and the convergence speed of prediction algorithm, this paper proposes a combined prediction model (EMD-ELPSO-BiGRU) based on empirical mode decomposition (EMD) and improved particle swarm optimization (ELPSO) to optimize BiGRU neural network. Firstly, the network security situation data sequence is decomposed into a series of intrinsic mode function by EMD. Then, a particle swarm optimization algorithm (ELPSO) based on cooperative update of evolutionary state judgment and learning strategy is proposed to optimize the hyper-parameters of BiGRU neural network. Finally, a network security situation prediction model based on EMD-ELPSO-BiGRU is constructed to predict each intrinsic mode function, respectively, and the prediction results are superimposed to obtain the final network security situation prediction value. Simulation results show that ELPSO has better optimization performance, and EMD-ELPSO-BiGRU model has higher prediction accuracy and significantly improved convergence speed compared with other traditional prediction methods.
mathematical & computational biology,neurosciences
What problem does this paper attempt to address?
The paper mainly addresses the issue of network security situation prediction in the field of network information security. Specifically, the paper proposes a new prediction model aimed at improving the accuracy of predictions and the convergence speed of the prediction algorithm. To achieve this goal, the paper proposes a combined prediction model (EMD-ELPSO-BiGRU), which integrates Empirical Mode Decomposition (EMD), an Enhanced Learning Particle Swarm Optimization algorithm (ELPSO), and a Bidirectional Gated Recurrent Unit neural network (BiGRU). The model construction process is as follows: 1. **Data Preprocessing**: First, EMD is used to decompose the network security situation data sequence into a series of Intrinsic Mode Functions (IMFs). 2. **Parameter Optimization**: Then, an ELPSO algorithm based on cooperative update evolution state judgment and learning strategy is proposed to optimize the hyperparameters of the BiGRU neural network. This step improves the model training efficiency and prediction accuracy. 3. **Model Construction and Prediction**: Finally, a network security situation prediction model based on EMD-ELPSO-BiGRU is constructed. The model predicts each Intrinsic Mode Function separately and then superimposes these prediction results to obtain the final network security situation prediction value. Simulation results show that the ELPSO algorithm has good optimization performance, and the EMD-ELPSO-BiGRU model significantly improves prediction accuracy and convergence speed compared to other traditional prediction methods. In short, this study aims to improve the accuracy and efficiency of network security situation prediction by introducing advanced data decomposition techniques and optimization algorithms.