WO2021047270A1 - Network traffic prediction method, communication device and storage medium - Google Patents

Network traffic prediction method, communication device and storage medium Download PDF

Info

Publication number
WO2021047270A1
WO2021047270A1 PCT/CN2020/101057 CN2020101057W WO2021047270A1 WO 2021047270 A1 WO2021047270 A1 WO 2021047270A1 CN 2020101057 W CN2020101057 W CN 2020101057W WO 2021047270 A1 WO2021047270 A1 WO 2021047270A1
Authority
WO
WIPO (PCT)
Prior art keywords
network traffic
network
data
value
traffic prediction
Prior art date
Application number
PCT/CN2020/101057
Other languages
French (fr)
Chinese (zh)
Inventor
巫忠正
郭洋
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2021047270A1 publication Critical patent/WO2021047270A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/14Network analysis or design
    • H04L41/147Network analysis or design for predicting network behaviour
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/044Recurrent networks, e.g. Hopfield networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/14Network analysis or design
    • H04L41/145Network analysis or design involving simulating, designing, planning or modelling of a network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0876Network utilisation, e.g. volume of load or congestion level
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W72/00Local resource management
    • H04W72/04Wireless resource allocation

Definitions

  • the embodiments herein relate to the field of network traffic analysis, and in particular to a network traffic prediction method.
  • TCP/IP Transmission Control Protocol/Internet Protocol
  • TCP/IP network forecasting has become an important task and is gaining more and more attention.
  • network providers can better optimize resources and provide better service quality.
  • network traffic prediction can help detect malicious attacks on the network. For example, denial of service or spam attacks can be detected by comparing real traffic with predicted traffic. The sooner these problems are detected, the more reliable network services can be obtained.
  • the large-scale network system itself is a complex non-linear system, and at the same time it is affected by a variety of external factors. Its macro-flow behavior is often complex and changeable. The data contains a variety of periodic fluctuations, as well as non-linear upward and downward trends. , It is also interfered by uncertain random factors, which makes the flow model expressed by linear characteristics have large errors. Therefore, how to select and optimize nonlinear models has become the focus of research in predicting network traffic in recent years. Among them, Support Vector Machine (SVM), Least Squares Support Vector Machines (LS-SVM), Artificial Neural Network (ANN), Echo State Network, etc. are all accurate for prediction. However, the existing linear model is still unable to accurately predict network traffic with obvious nonlinear characteristics.
  • SVM Support Vector Machine
  • LS-SVM Least Squares Support Vector Machines
  • ANN Artificial Neural Network
  • Echo State Network etc.
  • the main purpose of the embodiments of this document is to provide a network traffic prediction method, communication device and storage medium, so as to improve the accuracy of network traffic prediction.
  • the embodiments of this document provide a network traffic prediction method, including obtaining historical network traffic data; inputting the historical network traffic data into a time series prediction model to obtain the first network traffic prediction value; The first network traffic prediction value and at least one value that is correlated with the first network traffic prediction value are input into an artificial neural network to obtain a second network traffic prediction value.
  • the embodiments of this document also provide a communication device, including a processor, a memory, and a communication bus; the communication bus is used to connect the processor and the memory; the processor is used to execute the memory
  • One or more computer programs stored in the computer program to implement the steps of the network traffic prediction method as described above in order to solve the above technical problems, the embodiments herein also provide a computer-readable storage medium, the computer-readable storage medium
  • One or more computer programs are stored, and the one or more computer programs can be executed by a processor to implement the steps of the method for predicting network traffic as described above.
  • Fig. 1 is a flowchart of a network traffic prediction method according to an embodiment of this document
  • FIG. 2 is a schematic diagram of an analysis result of an autocorrelation coefficient of network traffic data collected in an embodiment of this document;
  • Figure 3 is a schematic diagram of a network traffic prediction model in an embodiment of this document.
  • FIG. 4 is a schematic diagram of network traffic data collected in an embodiment of this document.
  • FIG. 5 is a schematic diagram of network traffic data of area one collected in an embodiment of this document.
  • FIG. 6 is a schematic diagram of network traffic data of area 2 collected in an embodiment of this document.
  • FIG. 1 is a flowchart of a method for predicting network traffic according to an embodiment of this document.
  • the process includes the following steps: Step S101, obtain network Historical traffic data; step S102, input the historical network traffic data into a time series prediction model to obtain a first network traffic prediction value; step S103, combine the first network traffic prediction value and at least one with the first network traffic The correlated value of the traffic prediction value is input into the artificial neural network to obtain the second network traffic prediction value.
  • the time series prediction model is a long-short-term memory model.
  • the preliminary network traffic prediction value After the preliminary network traffic prediction value is obtained through the long-short-term memory model, the preliminary network traffic prediction value and at least one of the preliminary network traffic prediction values The predicted value is related to the value input into the artificial neural network. For example, the preliminary network traffic prediction value predicts the network traffic at 5 o'clock tomorrow afternoon, then the value related to the preliminary network traffic prediction value includes the same time yesterday , The traffic at the same time the day before, etc.
  • Fig. 3 is a schematic diagram of a network traffic prediction model according to an embodiment of this paper.
  • the embodiment of this paper combines a long- and short-term memory model and an artificial neural network model as a network traffic prediction model, wherein the input of the long- and short-term memory model is a sequence of numbers ,
  • the input of the artificial neural network model is a value that is highly correlated with the predicted value of network traffic and the output of the long- and short-term memory model.
  • the network traffic data prediction method based on artificial neural network includes the following steps:
  • Figure 4 is a schematic diagram of the collected network traffic data. With a time scale of every five minutes, it can be seen from the figure that the network traffic data has an obvious periodicity with a 24-hour period. And each cycle has similar data characteristics. Therefore, the following autocorrelation coefficient formula is used to analyze the network traffic data.
  • Figure 2 is the result of the autocorrelation coefficient analysis of the collected network traffic data. It can be seen from the figure that in the network traffic data, the autocorrelation coefficient is performed in units of twenty-four hours, that is, "days". Circulation, and shows a trend of decreasing day by day. Therefore, the network traffic data one day ago is largely correlated with the current network traffic data.
  • the long and short-term memory model is a variant of the recursive neural network (RNN), and the principles of the related network structure will be described in detail below.
  • RNN recursive neural network
  • RNN is a popular learning method in the field of machine learning and deep learning in recent years. It is different from the traditional feedforward neural network (FNN).
  • the neurons of FNN carry out information through the connection of the input layer, hidden layer, and output layer. transfer. Each input item is independent of each other, and there is no connection between neurons in the same layer.
  • RNN introduces a cyclic structure into the network and establishes a connection between the neuron itself and itself. Through this ring structure, the neuron can "memorize" the input information at the last moment in the neural network and affect the output at the current moment. Therefore, RNN can better reflect the time sequence of data, and often has better performance than FNN in the prediction of time series data.
  • FNN is implemented by Back Propagation (BP) algorithm.
  • BP Back Propagation
  • RNN has to be in the time dimension because the state of the hidden layer at several previous moments will also affect the error of the output layer.
  • the result of backward propagation is superimposed, that is, the Back Propagation Through Time (BPTT).
  • BPTT Back Propagation Through Time
  • the time backward propagation algorithm of RNN first defines the partial derivative of the loss function to the input value of neuron j at time t, and then calculates the partial derivative of the loss function to the network weight through the chain derivation rule.
  • the partial derivative between the loss function and the neuron is affected by the hiding of the output layer at the current time t and the next time t+1.
  • all the results are added in the time dimension to obtain the partial derivative of the loss function with respect to the neural network weight w.
  • the weights in the recurrent neural network are updated until the conditions are met.
  • LSTM neural network is a variant of RNN.
  • the key is to replace neurons in the hidden layer of RNN with cell state. Cell state is transmitted in the time chain. There are only a few linear interactions, and the information is very large on the cell unit. Easy to keep.
  • Each memory contains one or more memory cells and three non-linear summation units.
  • the non-linear summation unit is also called “Gate”, which is divided into 3 types: "Input gate”, "Output gate” (Output gate) and "Forget gate”, respectively through the matrix Multiplication controls the input and output of memory cells.
  • the time backward propagation algorithm of LSTM is similar to that in RNN.
  • the gradient of each parameter is calculated in the reverse loop step by step, and finally the network parameters are updated with the gradient of each time step.
  • the deep neural network generated by training is used to predict the network traffic in the future and provide a basis for network service providers to make decisions.
  • the embodiments of this paper have at least the following technical advantages: the implementation results show that LSTM can be used as a time series sequence prediction model and can provide accuracy better than other traditional models. And after considering the autocorrelation characteristics, the neural network combined with LSTM and ANN has certain advantages in the accuracy of coarse time-granularity data sets. High-precision network traffic prediction provides certain support for handling possible network congestion, abnormal attacks and other situations.
  • Figure 3 is a schematic diagram of a network traffic prediction model according to an embodiment of this paper.
  • the input of the long and short-term memory model is a time series sequence
  • the input of the artificial neural network model is a value with high correlation with the network traffic prediction value.
  • the network traffic data prediction method based on neural network includes the following steps:
  • FIG. 5 is a schematic diagram of the collected network traffic data of area 1. As shown in Figure 5, the blue line is the real data, and the red line is the predicted result; with every fifteen seconds as a time scale, you can see from the figure
  • the traffic data to the network has obvious periodicity with a 24-hour cycle. And each cycle has similar data characteristics. So use the following autocorrelation coefficient formula to analyze the network traffic data.
  • the autocorrelation index is calculated to be 0.7479596037 (between 0.5-1.5, and the autocorrelation is suitable for flow forecasting). Therefore, the network traffic data one day ago is largely correlated with the current network traffic data.
  • Figure 6 is a schematic diagram of the collected network traffic data of area 2. As shown in Figure 6, with every fifteen seconds as a time scale, it can be seen from the figure that the network traffic data has obvious periodicity with a 24-hour period. . And each cycle has similar data characteristics. So use the following autocorrelation coefficient formula to analyze the network traffic data.
  • the autocorrelation coefficient of the flow in area 2 is 0.693812642395 (between 0.5-1.5, and the autocorrelation is suitable for flow prediction). Therefore, the network traffic data one day ago is largely correlated with the current network traffic data.
  • the historical data of the network traffic is combined with a value that has a high correlation with the network traffic prediction value for training modeling to generate a deep neural network traffic prediction model .
  • the deep neural network generated by training is used to predict the network traffic in the future and provide a basis for network service providers to make decisions.
  • the embodiments of this paper have at least the following technical advantages: the implementation results show that LSTM can be used as a time series sequence prediction model and can provide accuracy better than other traditional models. And after considering the autocorrelation characteristics, the neural network combined with LSTM and ANN has certain advantages in the accuracy of coarse time-granularity data sets. High-precision network traffic prediction provides certain support for handling possible network congestion, abnormal attacks and other situations.
  • the embodiments herein also provide a storage medium in which a computer program is stored, wherein the computer program is configured to execute the steps in any of the foregoing method embodiments when running.
  • the above-mentioned storage medium may be configured to store a computer program for performing the following steps: S1, obtain historical network traffic data; S2, input the historical network traffic data into a time series forecast In the model, the first network traffic prediction value is obtained; S3, the first network traffic prediction value and at least one value that is correlated with the first network traffic prediction value are input into the artificial neural network to obtain the second network traffic Predictive value.
  • the above-mentioned storage medium may include, but is not limited to: U disk, Read-Only Memory (Read-Only Memory, ROM for short), Random Access Memory (Random Access Memory, RAM for short) ), mobile hard disks, magnetic disks or optical disks and other media that can store computer programs.
  • U disk Read-Only Memory
  • ROM Read-Only Memory
  • RAM Random Access Memory
  • mobile hard disks magnetic disks or optical disks and other media that can store computer programs.
  • the embodiments herein also provide a communication device, including a processor, a memory, and a communication bus; the communication bus is used to connect the processor and the memory; the processor is configured to run a computer program to execute any of the above The steps in the method embodiment.
  • the above-mentioned processor may be configured to execute the following steps through a computer program: S1, acquiring historical network traffic data; S2, inputting the historical network traffic data into a time series prediction model, Obtain a first network traffic prediction value; S3, input the first network traffic prediction value and at least one value that is correlated with the first network traffic prediction value into an artificial neural network to obtain a second network traffic prediction value.
  • the embodiment of the present invention Based on the autocorrelation characteristics of the network traffic, the embodiment of the present invention combines the time series sequence prediction model and the artificial neural network to obtain the traffic prediction model, so as to improve the prediction effect of the network traffic.
  • modules or steps in this document can be implemented by a general computing device, and they can be concentrated on a single computing device or distributed on a network composed of multiple computing devices.
  • they can be implemented with program codes executable by a computing device, so that they can be stored in a storage device for execution by the computing device, and in some cases, they can be different from here.
  • the steps shown or described are performed in the order of, or they are respectively fabricated into individual integrated circuit modules, or multiple modules or steps of them are fabricated into a single integrated circuit module to achieve. In this way, this article is not limited to any specific combination of hardware and software.

Abstract

Disclosed is a network traffic prediction method. The method comprises: acquiring historical network traffic data; inputting the historical network traffic data into a timing sequence prediction model to obtain a first predicted network traffic value; and inputting the first predicted network traffic value and at least one value correlating with the first predicted network traffic value into an artificial neural network to obtain a second predicted network traffic value.

Description

一种网络流量预测方法及通信设备和存储介质Method for predicting network traffic, communication equipment and storage medium
本文要求享有2019年09月09日提交的名称为“一种网络流量预测方法及通信设备和存储介质”的中国专利申请CN201910856965.3的优先权,其全部内容通过引用并入本文中。This article claims the priority of the Chinese patent application CN201910856965.3 entitled "A network traffic prediction method and communication equipment and storage medium" filed on September 9, 2019, the entire content of which is incorporated herein by reference.
技术领域Technical field
本文实施例涉及网络流量分析领域,特别涉及一种网络流量预测方法。The embodiments herein relate to the field of network traffic analysis, and in particular to a network traffic prediction method.
背景技术Background technique
随着传输控制协议/互联网协议(Transmission Control Protocol/Internet Protocol,TCP/IP)网络在现代社会中占据越来越重要的地位,如何更好的理解并且正确预测网络的行为成为信息技术发展中至关重要的一环。对于中/大型网络提供商来说,TCP/IP网络预测已经成为一项重要的任务,并且获得越来越多的关注。通过提升这项任务的准确度,网络提供商可以更好的优化资源,提供更好的服务质量。不仅如此,网络流量预测可以帮助检测网络中的恶意攻击。例如拒绝服务或者垃圾邮件攻击可以通过比较真实流量和预测流量而被检测出。越早检测出这些问题,就可以获得越可靠的网络服务。As Transmission Control Protocol/Internet Protocol (TCP/IP) networks occupy an increasingly important position in modern society, how to better understand and correctly predict network behavior has become the most important part of the development of information technology. An important part. For medium and large network providers, TCP/IP network forecasting has become an important task and is gaining more and more attention. By improving the accuracy of this task, network providers can better optimize resources and provide better service quality. Not only that, network traffic prediction can help detect malicious attacks on the network. For example, denial of service or spam attacks can be detected by comparing real traffic with predicted traffic. The sooner these problems are detected, the more reliable network services can be obtained.
大规模网络系统其自身是复杂的非线性系统,同时又受到多种外界因素影响,其宏观流量行为往往复杂多变,数据中即含有多种周期类波动,又会有非线性升、降趋势,还受到不确定的随机因素的干扰,使得用线性特点表述的流量模型就出现较大误差。所以,如何选择和优化非线性模型成为近年来预测网络流量的研究重点。其中,支持向量机(Support Vector Machine,SVM)、最小二乘支持向量机(Least Squares Support Vector Machines,LS-SVM)、人工神经网络(Artificial Neural Network,ANN)、回声状态网络等都对预测精确度有一定的提高,但是现有的线性模型仍无法准确预测非线性特征明显的网络流量。The large-scale network system itself is a complex non-linear system, and at the same time it is affected by a variety of external factors. Its macro-flow behavior is often complex and changeable. The data contains a variety of periodic fluctuations, as well as non-linear upward and downward trends. , It is also interfered by uncertain random factors, which makes the flow model expressed by linear characteristics have large errors. Therefore, how to select and optimize nonlinear models has become the focus of research in predicting network traffic in recent years. Among them, Support Vector Machine (SVM), Least Squares Support Vector Machines (LS-SVM), Artificial Neural Network (ANN), Echo State Network, etc. are all accurate for prediction. However, the existing linear model is still unable to accurately predict network traffic with obvious nonlinear characteristics.
发明内容Summary of the invention
本文实施例的主要目的在于提供一种网络流量预测方法及通信设备和存储介质,以提升网络流量预测的准确性。The main purpose of the embodiments of this document is to provide a network traffic prediction method, communication device and storage medium, so as to improve the accuracy of network traffic prediction.
为了实现本文实施例的目的,本文实施例提供一种网络流量预测方法,包括获取网络流量历史数据;将所述网络流量历史数据输入时序数列预测模型中,得到第一网络流量预测值;将所述第一网络流量预测值以及至少一个与所述第一网络流量预测值有相关性的值输入人工神经网络中,得到第二网络流量预测值。In order to achieve the purpose of the embodiments of this document, the embodiments of this document provide a network traffic prediction method, including obtaining historical network traffic data; inputting the historical network traffic data into a time series prediction model to obtain the first network traffic prediction value; The first network traffic prediction value and at least one value that is correlated with the first network traffic prediction value are input into an artificial neural network to obtain a second network traffic prediction value.
为解决上述技术问题,本文实施例还提供了一种通信设备,包括处理器、存储器和通信总线;所述通信总线用于将所述处理器和存储器连接;所述处理器用于执行所述存储器中存储的一个或多个计算机程序,以实现如上所述的网络流量预测方法的步骤;为解决上述技术问题,本文实施例还提供了一种计算机可读存储介质,所述计算机可读存储介质存储有一个或多个计算机程序,所述一个或多个计算机程序可被处理器执行,以实现如上所述的网络流量预测方法的步骤。In order to solve the above technical problems, the embodiments of this document also provide a communication device, including a processor, a memory, and a communication bus; the communication bus is used to connect the processor and the memory; the processor is used to execute the memory One or more computer programs stored in the computer program to implement the steps of the network traffic prediction method as described above; in order to solve the above technical problems, the embodiments herein also provide a computer-readable storage medium, the computer-readable storage medium One or more computer programs are stored, and the one or more computer programs can be executed by a processor to implement the steps of the method for predicting network traffic as described above.
附图说明Description of the drawings
图1为本文一实施例的一种网络流量预测方法的流程图;Fig. 1 is a flowchart of a network traffic prediction method according to an embodiment of this document;
图2为本文一实施例中采集的网络流量数据的自相关系数分析结果的示意图;FIG. 2 is a schematic diagram of an analysis result of an autocorrelation coefficient of network traffic data collected in an embodiment of this document;
图3为本文一实施例中网络流量预测模型的示意图;Figure 3 is a schematic diagram of a network traffic prediction model in an embodiment of this document;
图4为本文一实施例中采集的网络流量数据的示意图;Figure 4 is a schematic diagram of network traffic data collected in an embodiment of this document;
图5为本文一实施例中采集的地区一的网络流量数据的示意图;FIG. 5 is a schematic diagram of network traffic data of area one collected in an embodiment of this document;
图6为本文一实施例中采集的地区二的网络流量数据的示意图。FIG. 6 is a schematic diagram of network traffic data of area 2 collected in an embodiment of this document.
本文实施例的实现、功能特点及优点将结合实施例,参照附图做进一步说明。The implementation, functional characteristics, and advantages of the embodiments herein will be further described in conjunction with the embodiments and with reference to the accompanying drawings.
具体实施方式detailed description
下文中将参考附图并结合实施例来详细说明本文。需要说明的是,在不冲突的情况下,本文中的实施例及实施例中的特征可以相互组合。Hereinafter, this article will be described in detail with reference to the drawings and in conjunction with the embodiments. It should be noted that the embodiments herein and the features in the embodiments can be combined with each other if there is no conflict.
需要说明的是,本文的说明书和权利要求书及上述附图中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。It should be noted that the terms "first", "second", etc. in the specification and claims herein and the above-mentioned drawings are used to distinguish similar objects, and are not necessarily used to describe a specific sequence or sequence.
实施例1Example 1
在本实施例中提供了一种网络流量预测的方法,图1是根据本文实施例的一种网络流量预测方法的流程图,如图1所示,该流程包括如下步骤:步骤S101,获取网络流量历史数据;步骤S102,将所述网络流量历史数据输入时序数列预测模型中,得到第一网络 流量预测值;步骤S103,将所述第一网络流量预测值以及至少一个与所述第一网络流量预测值有相关性的值输入人工神经网络中,得到第二网络流量预测值。In this embodiment, a method for predicting network traffic is provided. FIG. 1 is a flowchart of a method for predicting network traffic according to an embodiment of this document. As shown in FIG. 1, the process includes the following steps: Step S101, obtain network Historical traffic data; step S102, input the historical network traffic data into a time series prediction model to obtain a first network traffic prediction value; step S103, combine the first network traffic prediction value and at least one with the first network traffic The correlated value of the traffic prediction value is input into the artificial neural network to obtain the second network traffic prediction value.
在实施例1中,所述时序预测模型是长短时记忆模型,当通过长短时记忆模型得到初步的网络流量预测值后,再将该初步的网络流量预测值和至少一个与该初步的网络流量预测值有相关性的值输入到人工神经网络中,例如初步的网络流量预测值预测的是明天下午5点的网络流量,那么与该初步的网络流量预测值有相关性的值包括昨天同一时刻的流量、前天同一时刻的流量等。In Embodiment 1, the time series prediction model is a long-short-term memory model. After the preliminary network traffic prediction value is obtained through the long-short-term memory model, the preliminary network traffic prediction value and at least one of the preliminary network traffic prediction values The predicted value is related to the value input into the artificial neural network. For example, the preliminary network traffic prediction value predicts the network traffic at 5 o'clock tomorrow afternoon, then the value related to the preliminary network traffic prediction value includes the same time yesterday , The traffic at the same time the day before, etc.
通过以上步骤,提升了网络流量的预测效果。Through the above steps, the prediction effect of network traffic is improved.
实施例2Example 2
图3是根据本文实施例的网络流量预测模型的示意图,如图3所示,本文实施例结合了长短时记忆模型与人工神经网络模型作为网络流量预测模型,其中长短时记忆模型输入为时序数列,人工神经网络模型的输入为与网络流量预测值的相关性高的值以及长短时记忆模型的输出。基于人工神经网络的网络流量数据预测方法包括如下步骤:Fig. 3 is a schematic diagram of a network traffic prediction model according to an embodiment of this paper. As shown in Fig. 3, the embodiment of this paper combines a long- and short-term memory model and an artificial neural network model as a network traffic prediction model, wherein the input of the long- and short-term memory model is a sequence of numbers , The input of the artificial neural network model is a value that is highly correlated with the predicted value of network traffic and the output of the long- and short-term memory model. The network traffic data prediction method based on artificial neural network includes the following steps:
使用网络流量采集装置或软件采集网络流量历史数据。参照图4所示,图4是采集的网络流量数据的示意图,以每五分钟为一个时间刻度,可以从图中看到网络流量数据以24小时为周期具有明显的周期性。并且每个周期内具有相似的数据特征。因此,采用下面的自相关系数公式对网络流量数据进行分析。Use network traffic collection device or software to collect historical network traffic data. Referring to Figure 4, Figure 4 is a schematic diagram of the collected network traffic data. With a time scale of every five minutes, it can be seen from the figure that the network traffic data has an obvious periodicity with a 24-hour period. And each cycle has similar data characteristics. Therefore, the following autocorrelation coefficient formula is used to analyze the network traffic data.
通过考察流量数据的自相关系数,得到时间序列数据中其自身与滞后k个时期数据相比的相关程度:By examining the autocorrelation coefficient of the flow data, the correlation degree of the time series data compared with the data of k lagging periods is obtained:
Figure PCTCN2020101057-appb-000001
Figure PCTCN2020101057-appb-000001
如图2所示,图2是采集的网络流量数据的自相关系数分析的结果,从图中可以看到在网络流量数据中,自相关系数以二十四小时也就是“天”为单位进行循环,并且呈逐天降低的趋势。所以一天前的网络流量数据与当前时刻的网络流量数据有很大程度上相关性。As shown in Figure 2, Figure 2 is the result of the autocorrelation coefficient analysis of the collected network traffic data. It can be seen from the figure that in the network traffic data, the autocorrelation coefficient is performed in units of twenty-four hours, that is, "days". Circulation, and shows a trend of decreasing day by day. Therefore, the network traffic data one day ago is largely correlated with the current network traffic data.
构造长短时记忆模型与人工神经网络相结合的神经网络结构,使用所述网络流量的历史数据结合与网络流量预测值的相关性高的值进行训练建模,以生成深度神经网络流量预测模型。其中长短时记忆模型为递归神经网络(recursive neural network,RNN)的一个变种,下面将详细说明相关网络结构的原理。Construct a neural network structure combining a long and short-term memory model and an artificial neural network, and use the historical data of the network traffic combined with a value that is highly correlated with the network traffic prediction value for training modeling to generate a deep neural network traffic prediction model. Among them, the long and short-term memory model is a variant of the recursive neural network (RNN), and the principles of the related network structure will be described in detail below.
RNN是近年来机器学习与深度学习领域比较热门的学习方法,与传统的前馈神经网络(Feedforward Neural Network,FNN)不同,FNN的神经元通过输入层、隐藏层、输出层的连接进行信息的传递。各个输入项之间相互独立,同一层的神经元之间没有连接。而RNN在网络中引入了循环的结构,建立了神经元自身到自身的连接。通过这种环状结构,神经元可以将上一时刻的输入的信息“记忆”在神经网络中,并对当前时刻的输出产生影响。所以RNN更能良好的反应数据的在时间上的先后关系,在时序数据的预测问题上,往往有着比FNN更好的表现。RNN is a popular learning method in the field of machine learning and deep learning in recent years. It is different from the traditional feedforward neural network (FNN). The neurons of FNN carry out information through the connection of the input layer, hidden layer, and output layer. transfer. Each input item is independent of each other, and there is no connection between neurons in the same layer. RNN introduces a cyclic structure into the network and establishes a connection between the neuron itself and itself. Through this ring structure, the neuron can "memorize" the input information at the last moment in the neural network and affect the output at the current moment. Therefore, RNN can better reflect the time sequence of data, and often has better performance than FNN in the prediction of time series data.
RNN的训练过程与FNN有一些区别,FNN通过后向传播算法(Back Propagation,BP)算法来实现,而RNN因为前面若干时刻的隐藏层状态也会影响输出层的误差,所以需要在时间维度上对后向传播的结果进行叠加,即时间后向传播算法(Back Propagation Through Time,BPTT)。RNN的时间后向传播算法首先定义损失函数对神经元j在时刻t输入值的偏导数,然后通过链式求导法则计算损失函数对网络权重的偏导数。There are some differences between the training process of RNN and FNN. FNN is implemented by Back Propagation (BP) algorithm. RNN has to be in the time dimension because the state of the hidden layer at several previous moments will also affect the error of the output layer. The result of backward propagation is superimposed, that is, the Back Propagation Through Time (BPTT). The time backward propagation algorithm of RNN first defines the partial derivative of the loss function to the input value of neuron j at time t, and then calculates the partial derivative of the loss function to the network weight through the chain derivation rule.
损失函数与神经元之间的偏导数由当前时间t的输出层与下一时刻t+1隐藏等的影响。对每个时间步利用链式求导法则,将所有的结果在时间维度上进行相加,得到损失函数对于神经网络权重w的偏导数。再通过梯度下降法,更新递归神经网络中的权重,直到满足条件。The partial derivative between the loss function and the neuron is affected by the hiding of the output layer at the current time t and the next time t+1. Using the chain derivation rule for each time step, all the results are added in the time dimension to obtain the partial derivative of the loss function with respect to the neural network weight w. Then through the gradient descent method, the weights in the recurrent neural network are updated until the conditions are met.
在RNN训练过程的最后一步可以看到,梯度在反向传播的过程中,每一步都要与W hh T相乘。如果特征值W hh<1,这将导致梯度爆炸(gradient explode);如果特征值W hh<1,这将导致梯度消失(gradient vanish)。针对这个问题,诞生了长短期记忆(Long short term memory,LSTM)神经网络。 In the last step of the RNN training process, you can see that the gradient must be multiplied by W hh T at each step in the back propagation process. If the eigenvalue W hh <1, this will lead to a gradient explode; if the eigenvalue W hh <1, this will lead to a gradient vanish. In response to this problem, the Long short term memory (LSTM) neural network was born.
LSTM神经网络是RNN的一种变体,其关键在于将RNN中隐含层的神经元替换成了细胞状态,细胞状态在时间链上传递,只有一些少量的线性交互,信息在细胞单元上很容易保持。每个记忆体中包含一到多个记忆细胞(memory cell)和三种非线性求和单元。非线性求和单元又被称作“门”(Gate),分为3种:“输入门”(Input gate)“输出门”(Output gate)和“遗忘门”(Forget gate),分别通过矩阵乘法控制记忆细胞的输入、输出。LSTM neural network is a variant of RNN. The key is to replace neurons in the hidden layer of RNN with cell state. Cell state is transmitted in the time chain. There are only a few linear interactions, and the information is very large on the cell unit. Easy to keep. Each memory contains one or more memory cells and three non-linear summation units. The non-linear summation unit is also called "Gate", which is divided into 3 types: "Input gate", "Output gate" (Output gate) and "Forget gate", respectively through the matrix Multiplication controls the input and output of memory cells.
LSTM的时间后向传播算法与RNN中的类似,从时间序列的末尾(时刻T)开始,逐步反向循环计算各参数的梯度,最后用各时间步的梯度更新网络参数。首先计算记忆细胞输出值对应的偏导数,再计算输出门偏导数,然后再分别计算记忆细胞状态、遗忘门、输入门对应的偏导数,最终使用梯度下降法更新模型连接权。The time backward propagation algorithm of LSTM is similar to that in RNN. Starting from the end of the time series (time T), the gradient of each parameter is calculated in the reverse loop step by step, and finally the network parameters are updated with the gradient of each time step. First calculate the partial derivative corresponding to the output value of the memory cell, then calculate the partial derivative of the output gate, and then calculate the partial derivative of the memory cell state, forget gate, and input gate respectively, and finally use the gradient descent method to update the model connection weight.
利用训练生成的深度神经网络预测未来时刻的网络流量,为网络服务提供商决策提供 依据。The deep neural network generated by training is used to predict the network traffic in the future and provide a basis for network service providers to make decisions.
与现有技术相比,本文实施例至少具备有以下一些技术优势:通过实施结果表明LSTM可以很好的作为时序数列预测模型使用,可以提供优于其他传统模型的精确度。并且在考虑自相关特性之后,LSTM与ANN结合的神经网络在粗时间粒度数据集的准确性方面具有一定的优势。高精度的网络流量预测对于处理可能遇到的网络拥塞、异常攻击等情况提供了一定支持。Compared with the prior art, the embodiments of this paper have at least the following technical advantages: the implementation results show that LSTM can be used as a time series sequence prediction model and can provide accuracy better than other traditional models. And after considering the autocorrelation characteristics, the neural network combined with LSTM and ANN has certain advantages in the accuracy of coarse time-granularity data sets. High-precision network traffic prediction provides certain support for handling possible network congestion, abnormal attacks and other situations.
实施例3Example 3
图3是根据本文实施例的网络流量预测模型的示意图,如图3所示,其中长短时记忆模型输入为时序数列,人工神经网络模型的输入为与网络流量预测值的相关性高的值与长短时记忆模型的输出。基于神经网络的网络流量数据预测方法包括如下步骤:Figure 3 is a schematic diagram of a network traffic prediction model according to an embodiment of this paper. As shown in Figure 3, the input of the long and short-term memory model is a time series sequence, and the input of the artificial neural network model is a value with high correlation with the network traffic prediction value. The output of the long and short-term memory model. The network traffic data prediction method based on neural network includes the following steps:
使用网络流量采集装置或软件采集网络流量历史数据。Use network traffic collection device or software to collect historical network traffic data.
图5是采集的地区一的网络流量数据的示意图,如图5所示,其中,蓝线为真实数据,红线为预测的结果;以每十五秒钟为一个时间刻度,可以从图中看到网络流量数据以24小时为周期具有明显的周期性。并且每个周期内具有相似的数据特征。所以采用下面的自相关系数公式对网络流量数据进行分析。Figure 5 is a schematic diagram of the collected network traffic data of area 1. As shown in Figure 5, the blue line is the real data, and the red line is the predicted result; with every fifteen seconds as a time scale, you can see from the figure The traffic data to the network has obvious periodicity with a 24-hour cycle. And each cycle has similar data characteristics. So use the following autocorrelation coefficient formula to analyze the network traffic data.
通过考察流量数据的自相关系数,画出时间序列数据中其自身与滞后k个时期数据相比的相关程度:By examining the autocorrelation coefficient of the flow data, draw the correlation degree of itself in the time series data compared with the data lagging k periods:
Figure PCTCN2020101057-appb-000002
Figure PCTCN2020101057-appb-000002
根据地区一的流量数据,计算出其自相关指数为0.7479596037(处于0.5-1.5之间,自相关性适合用于流量预测)。所以一天前的网络流量数据与当前时刻的网络流量数据有很大程度上相关性。According to the flow data of area 1, the autocorrelation index is calculated to be 0.7479596037 (between 0.5-1.5, and the autocorrelation is suitable for flow forecasting). Therefore, the network traffic data one day ago is largely correlated with the current network traffic data.
图6是采集的地区二的网络流量数据的示意图,如图6所示,以每十五秒钟为一个时间刻度,可以从图中看到网络流量数据以24小时为周期具有明显的周期性。并且每个周期内具有相似的数据特征。所以采用下面的自相关系数公式对网络流量数据进行分析。Figure 6 is a schematic diagram of the collected network traffic data of area 2. As shown in Figure 6, with every fifteen seconds as a time scale, it can be seen from the figure that the network traffic data has obvious periodicity with a 24-hour period. . And each cycle has similar data characteristics. So use the following autocorrelation coefficient formula to analyze the network traffic data.
通过考察流量数据的自相关系数,画出时间序列数据中其自身与滞后k个时期数据相比的相关程度:By examining the autocorrelation coefficient of the flow data, draw the correlation degree of itself in the time series data compared with the data lagging k periods:
Figure PCTCN2020101057-appb-000003
Figure PCTCN2020101057-appb-000003
根据公式计算得出,地区二的流量的自相关系数为0.693812642395(处于0.5-1.5之间,自相关性适合用于流量预测)。所以一天前的网络流量数据与当前时刻的网络流量数据有很大程度上相关性。Calculated according to the formula, the autocorrelation coefficient of the flow in area 2 is 0.693812642395 (between 0.5-1.5, and the autocorrelation is suitable for flow prediction). Therefore, the network traffic data one day ago is largely correlated with the current network traffic data.
通过构造长短时记忆模型与人工神经网络相结合的神经网络结构,使用所述网络流量的历史数据结合与网络流量预测值的相关性高的值进行训练建模,以生成深度神经网络流量预测模型。By constructing a neural network structure combining a long and short-term memory model and an artificial neural network, the historical data of the network traffic is combined with a value that has a high correlation with the network traffic prediction value for training modeling to generate a deep neural network traffic prediction model .
利用训练生成的深度神经网络预测未来时刻的网络流量,为网络服务提供商决策提供依据。The deep neural network generated by training is used to predict the network traffic in the future and provide a basis for network service providers to make decisions.
与现有技术相比,本文实施例至少具备有以下一些技术优势:通过实施结果表明LSTM可以很好的作为时序数列预测模型使用,可以提供优于其他传统模型的精确度。并且在考虑自相关特性之后,LSTM与ANN结合的神经网络在粗时间粒度数据集的准确性方面具有一定的优势。高精度的网络流量预测对于处理可能遇到的网络拥塞、异常攻击等情况提供了一定支持。Compared with the prior art, the embodiments of this paper have at least the following technical advantages: the implementation results show that LSTM can be used as a time series sequence prediction model and can provide accuracy better than other traditional models. And after considering the autocorrelation characteristics, the neural network combined with LSTM and ANN has certain advantages in the accuracy of coarse time-granularity data sets. High-precision network traffic prediction provides certain support for handling possible network congestion, abnormal attacks and other situations.
实施例4Example 4
本文的实施例还提供了一种存储介质,该存储介质中存储有计算机程序,其中,该计算机程序被设置为运行时执行上述任一项方法实施例中的步骤。The embodiments herein also provide a storage medium in which a computer program is stored, wherein the computer program is configured to execute the steps in any of the foregoing method embodiments when running.
在实施例4中,在本实施例中,上述存储介质可以被设置为存储用于执行以下步骤的计算机程序:S1,获取网络流量历史数据;S2,将所述网络流量历史数据输入时序数列预测模型中,得到第一网络流量预测值;S3,将所述第一网络流量预测值以及至少一个与所述第一网络流量预测值有相关性的值输入人工神经网络中,得到第二网络流量预测值。In Embodiment 4, in this embodiment, the above-mentioned storage medium may be configured to store a computer program for performing the following steps: S1, obtain historical network traffic data; S2, input the historical network traffic data into a time series forecast In the model, the first network traffic prediction value is obtained; S3, the first network traffic prediction value and at least one value that is correlated with the first network traffic prediction value are input into the artificial neural network to obtain the second network traffic Predictive value.
在实施例4中,在本实施例中,上述存储介质可以包括但不限于:U盘、只读存储器(Read-Only Memory,简称为ROM)、随机存取存储器(Random Access Memory,简称为RAM)、移动硬盘、磁碟或者光盘等各种可以存储计算机程序的介质。In Embodiment 4, in this embodiment, the above-mentioned storage medium may include, but is not limited to: U disk, Read-Only Memory (Read-Only Memory, ROM for short), Random Access Memory (Random Access Memory, RAM for short) ), mobile hard disks, magnetic disks or optical disks and other media that can store computer programs.
本文的实施例还提供了一种通信设备,包括处理器、存储器和通信总线;所述通信总线用于将所述处理器和存储器连接;该处理器被设置为运行计算机程序以执行上述任一项 方法实施例中的步骤。The embodiments herein also provide a communication device, including a processor, a memory, and a communication bus; the communication bus is used to connect the processor and the memory; the processor is configured to run a computer program to execute any of the above The steps in the method embodiment.
在实施例4中,在本实施例中,上述处理器可以被设置为通过计算机程序执行以下步骤:S1,获取网络流量历史数据;S2,将所述网络流量历史数据输入时序数列预测模型中,得到第一网络流量预测值;S3,将所述第一网络流量预测值以及至少一个与所述第一网络流量预测值有相关性的值输入人工神经网络中,得到第二网络流量预测值。In Embodiment 4, in this embodiment, the above-mentioned processor may be configured to execute the following steps through a computer program: S1, acquiring historical network traffic data; S2, inputting the historical network traffic data into a time series prediction model, Obtain a first network traffic prediction value; S3, input the first network traffic prediction value and at least one value that is correlated with the first network traffic prediction value into an artificial neural network to obtain a second network traffic prediction value.
在一种实施方式中,本实施例中的具体示例可以参考上述实施例及可选实施方式中所描述的示例,本实施例在此不再赘述。In an implementation manner, for specific examples in this embodiment, reference may be made to the examples described in the above-mentioned embodiments and alternative implementation manners, and details are not described herein again in this embodiment.
本发明实施例基于网络流量的自相关特征,将时序数列预测模型和人工神经网络进行结合,得到流量预测模型,以提升网络流量的预测效果。Based on the autocorrelation characteristics of the network traffic, the embodiment of the present invention combines the time series sequence prediction model and the artificial neural network to obtain the traffic prediction model, so as to improve the prediction effect of the network traffic.
显然,本领域的技术人员应该明白,上述的本文的各模块或各步骤可以用通用的计算装置来实现,它们可以集中在单个的计算装置上,或者分布在多个计算装置所组成的网络上,在一种实施方式中,它们可以用计算装置可执行的程序代码来实现,从而,可以将它们存储在存储装置中由计算装置来执行,并且在某些情况下,可以以不同于此处的顺序执行所示出或描述的步骤,或者将它们分别制作成各个集成电路模块,或者将它们中的多个模块或步骤制作成单个集成电路模块来实现。这样,本文不限制于任何特定的硬件和软件结合。Obviously, those skilled in the art should understand that the above-mentioned modules or steps in this document can be implemented by a general computing device, and they can be concentrated on a single computing device or distributed on a network composed of multiple computing devices. In one embodiment, they can be implemented with program codes executable by a computing device, so that they can be stored in a storage device for execution by the computing device, and in some cases, they can be different from here. The steps shown or described are performed in the order of, or they are respectively fabricated into individual integrated circuit modules, or multiple modules or steps of them are fabricated into a single integrated circuit module to achieve. In this way, this article is not limited to any specific combination of hardware and software.
以上所述仅为本文的优选实施例而已,并不用于限制本文,对于本领域的技术人员来说,本文可以有各种更改和变化。凡在本文的原则之内,所作的任何修改、等同替换、改进等,均应包含在本文的保护范围之内。The above descriptions are only the preferred embodiments of this article and are not intended to limit this article. For those skilled in the art, this article can have various modifications and changes. Any modification, equivalent replacement, improvement, etc. made within the principles of this article shall be included in the scope of protection of this article.

Claims (5)

  1. 一种网络流量预测方法,包括:A network traffic prediction method, including:
    获取网络流量历史数据;Obtain historical data of network traffic;
    将所述网络流量历史数据输入时序数列预测模型中,得到第一网络流量预测值;Inputting the historical network traffic data into the time series prediction model to obtain the first network traffic prediction value;
    将所述第一网络流量预测值以及至少一个与所述第一网络流量预测值有相关性的值输入人工神经网络中,得到第二网络流量预测值。The first network traffic prediction value and at least one value that is correlated with the first network traffic prediction value are input into an artificial neural network to obtain a second network traffic prediction value.
  2. 根据权利要求1所述的方法,其中,所述将所述网络流量历史数据输入时序数列预测模型中包括:将所述网络流量历史数据输入长短时记忆模型中。The method according to claim 1, wherein the inputting the historical network traffic data into a time series prediction model comprises: inputting the historical network traffic data into a long and short-term memory model.
  3. 根据权利要求2所述的方法,其中,所述长短时记忆模型为LSTM神经网络模型。The method according to claim 2, wherein the long and short-term memory model is an LSTM neural network model.
  4. 一种通信设备,包括处理器、存储器和通信总线;A communication device, including a processor, a memory, and a communication bus;
    所述通信总线用于将所述处理器和存储器连接;The communication bus is used to connect the processor and the memory;
    所述处理器用于执行所述存储器中存储的一个或多个计算机程序,以实现如权利要求1-3任一项所述的网络流量预测方法的步骤。The processor is configured to execute one or more computer programs stored in the memory to implement the steps of the network traffic prediction method according to any one of claims 1-3.
  5. 一种计算机可读存储介质,其中,所述计算机可读存储介质存储有一个或多个计算机程序,所述一个或多个计算机程序可被一个或多个处理器执行,以实现如权利要求1-3任一项所述的网络流量预测方法的步骤。A computer-readable storage medium, wherein the computer-readable storage medium stores one or more computer programs, and the one or more computer programs can be executed by one or more processors to realize -Steps of any one of the network traffic prediction methods.
PCT/CN2020/101057 2019-09-09 2020-07-09 Network traffic prediction method, communication device and storage medium WO2021047270A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910856965.3 2019-09-09
CN201910856965.3A CN112468312A (en) 2019-09-09 2019-09-09 Network flow prediction method, communication equipment and storage medium

Publications (1)

Publication Number Publication Date
WO2021047270A1 true WO2021047270A1 (en) 2021-03-18

Family

ID=74807568

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/101057 WO2021047270A1 (en) 2019-09-09 2020-07-09 Network traffic prediction method, communication device and storage medium

Country Status (2)

Country Link
CN (1) CN112468312A (en)
WO (1) WO2021047270A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114006744A (en) * 2021-10-28 2022-02-01 中能电力科技开发有限公司 LSTM-based power monitoring system network security situation prediction method and system
CN114285728A (en) * 2021-12-27 2022-04-05 中国电信股份有限公司 Prediction model training method, flow prediction method, device and storage medium
CN115348183A (en) * 2022-08-16 2022-11-15 武汉烽火技术服务有限公司 Flow prediction method and device
CN115348183B (en) * 2022-08-16 2024-05-14 烽火通信科技股份有限公司 Flow prediction method and device

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115396328A (en) * 2021-05-08 2022-11-25 中国移动通信有限公司研究院 Network index prediction method and device and electronic equipment
CN113347659B (en) * 2021-06-01 2022-12-23 深圳市大数据研究院 Flow prediction method and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180063168A1 (en) * 2016-08-31 2018-03-01 Cisco Technology, Inc. Automatic detection of network threats based on modeling sequential behavior in network traffic
CN109359698A (en) * 2018-10-30 2019-02-19 清华大学 Leakage loss recognition methods based on long Memory Neural Networks model in short-term
CN109714322A (en) * 2018-12-14 2019-05-03 中国科学院声学研究所 A kind of method and its system detecting exception flow of network
CN109862585A (en) * 2019-01-31 2019-06-07 湖北工业大学 A kind of dynamic heterogeneous network flow prediction method based on depth Space-time Neural Network
CN109889391A (en) * 2019-03-13 2019-06-14 南京理工大学 A kind of network short term traffic forecasting method based on built-up pattern
CN110175711A (en) * 2019-05-17 2019-08-27 北京市天元网络技术股份有限公司 One kind being based on joint LSTM base station cell method for predicting and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180063168A1 (en) * 2016-08-31 2018-03-01 Cisco Technology, Inc. Automatic detection of network threats based on modeling sequential behavior in network traffic
CN109359698A (en) * 2018-10-30 2019-02-19 清华大学 Leakage loss recognition methods based on long Memory Neural Networks model in short-term
CN109714322A (en) * 2018-12-14 2019-05-03 中国科学院声学研究所 A kind of method and its system detecting exception flow of network
CN109862585A (en) * 2019-01-31 2019-06-07 湖北工业大学 A kind of dynamic heterogeneous network flow prediction method based on depth Space-time Neural Network
CN109889391A (en) * 2019-03-13 2019-06-14 南京理工大学 A kind of network short term traffic forecasting method based on built-up pattern
CN110175711A (en) * 2019-05-17 2019-08-27 北京市天元网络技术股份有限公司 One kind being based on joint LSTM base station cell method for predicting and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
WANG, HAINING: "Network Traffic Prediction and Application Based on LSTM and Traditional Neural Networks", MOBILE COMMUNICATIONS, YIDONG TONGXIN ZAZHISHE, CN, vol. 43, no. 8, 1 January 2019 (2019-01-01), CN, pages 37 - 44, XP055790093, ISSN: 1006-1010, DOI: 10.3969/j.issn.1006-1010.2019.08.007 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114006744A (en) * 2021-10-28 2022-02-01 中能电力科技开发有限公司 LSTM-based power monitoring system network security situation prediction method and system
CN114285728A (en) * 2021-12-27 2022-04-05 中国电信股份有限公司 Prediction model training method, flow prediction method, device and storage medium
CN114285728B (en) * 2021-12-27 2024-02-02 中国电信股份有限公司 Predictive model training method, traffic prediction device and storage medium
CN115348183A (en) * 2022-08-16 2022-11-15 武汉烽火技术服务有限公司 Flow prediction method and device
CN115348183B (en) * 2022-08-16 2024-05-14 烽火通信科技股份有限公司 Flow prediction method and device

Also Published As

Publication number Publication date
CN112468312A (en) 2021-03-09

Similar Documents

Publication Publication Date Title
WO2021047270A1 (en) Network traffic prediction method, communication device and storage medium
Jiang et al. Ensemble prediction algorithm of anomaly monitoring based on big data analysis platform of open-pit mine slope
EP4203349A1 (en) Training method for detection model, system, device, and storage medium
Liu et al. A rolling grey model optimized by particle swarm optimization in economic prediction
WO2019011015A1 (en) Method and device for service scheduling
US8676726B2 (en) Automatic variable creation for adaptive analytical models
WO2021164250A1 (en) Turbulence field update method and apparatus, and related device
EP3449323A1 (en) Using forecasting to control target systems
WO2022160623A1 (en) Teacher consensus aggregation learning method based on randomized response differential privacy technology
CN112016097B (en) Method for predicting network security vulnerability time to be utilized
CN110705255B (en) Method and device for detecting association relation between sentences
JP2006221310A (en) Prediction method, prediction device, prediction program, and recording medium
JP7059458B2 (en) Generating hostile neuropil-based classification systems and methods
CN115378988B (en) Data access abnormity detection and control method and device based on knowledge graph
CN110334879A (en) Power grid bus reactive load forecasting method and device
US20220414470A1 (en) Multi-Task Attention Based Recurrent Neural Networks for Efficient Representation Learning
CN115277587B (en) Network traffic identification method, device, equipment and medium
WO2023207411A1 (en) Traffic determination method and apparatus based on spatio-temporal data, and device and medium
Paul Martin et al. CREW: Cost and Reliability aware Eagle‐Whale optimiser for service placement in Fog
CN110807508B (en) Bus peak load prediction method considering complex weather influence
CN115378948A (en) Server load prediction method based on deep learning
Gu et al. Intrusion detection system based on improved abc algorithm with tabu search
CN109101395A (en) A kind of High Performance Computing Cluster application monitoring method and system based on LSTM
Hilal et al. Artificial intelligence based optimal functional link neural network for financial data Science
CN117113350A (en) Path self-adaption-based malicious software detection method, system and equipment

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20863490

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20863490

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 20863490

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 26/08/2022)

122 Ep: pct application non-entry in european phase

Ref document number: 20863490

Country of ref document: EP

Kind code of ref document: A1