Load Prediction Method of Cloud Resource Based on v-Informer
Cloud computing technology is widely used at present.With the increase in the number of users,the allocation and management of cloud computing resources is becoming more and more important,and accurate load prediction is an important ba-sis for allocation and management.Based on the Informer model,this paper proposes a long-term CPU load prediction method for high dynamic cloud platform tasks,called v-Informer.v-Informer decomposes the variation trend in the load sequence through va-riational mode decomposition,and introduces a multi-head self-attention mechanism to capture the long-term dependence and local nonlinear relationship.At the same time,the gradient concentration technique is used to improve the optimizer and reduce the computational cost.Experiments are carried out on the data of Microsoft and Google cloud platforms.The results show that,com-pared with the existing CPU load prediction models LSTM,Transformer,TCN and CEEMDAN-Informer,the prediction error of v-Informer is reduced by 34%,19%,15%and 6.5%respectively on the Google dataset.The prediction error on the Microsoft dataset is reduced by 32%,16%,12%and 7%respectively,with better prediction accuracy.