CN111753892A - An Interpretation Method for Global View Network System Based on Deep Learning - Google Patents
An Interpretation Method for Global View Network System Based on Deep Learning Download PDFInfo
- Publication number
- CN111753892A CN111753892A CN202010532906.3A CN202010532906A CN111753892A CN 111753892 A CN111753892 A CN 111753892A CN 202010532906 A CN202010532906 A CN 202010532906A CN 111753892 A CN111753892 A CN 111753892A
- Authority
- CN
- China
- Prior art keywords
- global
- matrix
- network system
- hypergraph
- evaluation
- Prior art date
- Legal status (The legal status 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 status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/10—Complex mathematical operations
- G06F17/16—Matrix or vector computation, e.g. matrix-matrix or matrix-vector multiplication, matrix factorization
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/21—Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
- G06F18/214—Generating training patterns; Bootstrap methods, e.g. bagging or boosting
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Mathematical Physics (AREA)
- General Engineering & Computer Science (AREA)
- Artificial Intelligence (AREA)
- Mathematical Analysis (AREA)
- Evolutionary Computation (AREA)
- Computational Mathematics (AREA)
- Mathematical Optimization (AREA)
- Computing Systems (AREA)
- Software Systems (AREA)
- Life Sciences & Earth Sciences (AREA)
- Pure & Applied Mathematics (AREA)
- Computational Linguistics (AREA)
- Molecular Biology (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Evolutionary Biology (AREA)
- General Health & Medical Sciences (AREA)
- Biophysics (AREA)
- Biomedical Technology (AREA)
- Health & Medical Sciences (AREA)
- Algebra (AREA)
- Databases & Information Systems (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
本发明涉及互联网信息技术领域,尤其涉及一种基于深度学习的全局视野网络系统的解释方法。本发明方法对全局视野情况下基于深度学习的计算机网络系统的决策进行因果性解释与转换。首先采用深度强化学习的方法对原网络系统进行训练,在完成原有基于深度学习的系统训练后,对产生的全局配置结果通过超图的方式进行建模,并分析超图中关键的点‑超边连接,为每一个点‑超边连接对最终全局配置结果的影响力打分,使网络管理员理解决策中关键的组成部分。本方法极大地降低了原基于深度学习的全局视野网络系统的理解难度,便于网络管理员对决策过程进行理解。将本解释方法部署于实际系统上时,有助于网络管理员理解并纠错原全局视野网络系统的决策过程。
The invention relates to the field of Internet information technology, in particular to an interpretation method of a global view network system based on deep learning. The method of the invention carries out causal interpretation and transformation for the decision of the computer network system based on deep learning in the global perspective. First, the original network system is trained by the method of deep reinforcement learning. After completing the training of the original deep learning-based system, the generated global configuration results are modeled by means of a hypergraph, and the key points in the hypergraph are analyzed- Hyperedge connections, which score the impact of each point-hyperedge connection on the final global configuration result, enabling network administrators to understand key components of decision-making. This method greatly reduces the difficulty of understanding the original global vision network system based on deep learning, and facilitates network administrators to understand the decision-making process. When the explanation method is deployed on the actual system, it is helpful for network administrators to understand and correct the decision-making process of the original global view network system.
Description
技术领域technical field
本发明涉及互联网信息技术领域,尤其涉及一种基于深度学习的全局视野网络系统的解释方法。The invention relates to the field of Internet information technology, in particular to an interpretation method of a global view network system based on deep learning.
背景技术Background technique
计算机网络系统一般可以分为具有局部视野的系统和具有全局视野的系统。局部视野指的是网络系统部署在服务器端、客户端或者中间件、交换机上(如:拥塞控制系统),这些具有局部视野的系统只能通过对系统中的一个点的信息进行观测并做出决策。全局视野的系统则例如网络管理控制器、流量工程调度系统、软件定义网络控制器等,这些具有全局视野的系统能够对网络中多个设备进行观测并做出决策。在决策逻辑上,部分现有的全局视野网络系统采用深度学习技术来作为其决策算法,例如基于深度神经网络的软件定义网络路由优化算法等。Computer network systems can generally be divided into systems with local vision and systems with global vision. Local vision refers to the deployment of network systems on servers, clients, middleware, and switches (such as congestion control systems). These systems with partial vision can only observe and make decisions by observing the information of a point in the system. decision making. Systems with a global view are such as network management controllers, traffic engineering scheduling systems, software-defined network controllers, etc. These systems with a global view can observe and make decisions on multiple devices in the network. In terms of decision-making logic, some existing global-view network systems use deep learning technology as their decision-making algorithms, such as software-defined network routing optimization algorithms based on deep neural networks.
传统的网络系统的决策策略中,经常通过“加增乘减”等简明的策略来进行决策。而现有的基于深度学习的这些系统其决策方式并不能被网络管理员所理解:神经网络经常包含成千上万的神经元,经过一系列非线性的计算得出最终的结论。因此,尽管在训练中表现较好,但网络管理员并不能够理解其决策的逻辑,因此往往难以获得信任。In the decision-making strategy of the traditional network system, decisions are often made through simple strategies such as "increase, multiply and decrease". These existing deep learning-based systems make decisions in a way that network administrators cannot understand: neural networks often contain thousands of neurons, and come to a final conclusion after a series of non-linear calculations. Therefore, despite good performance in training, network administrators are not able to understand the logic of their decisions and thus often have difficulty gaining trust.
发明内容SUMMARY OF THE INVENTION
本发明的目的是提出一种基于深度学习的全局视野网络系统的解释方法,对全局视野情况下基于深度学习的计算机网络系统的决策进行因果性解释与转换。首先采用深度强化学习的方法对原网络系统进行训练,在完成原有基于深度学习的系统训练后,对其产生的全局配置结果通过超图(hypergraph)的方式进行建模,并分析超图中关键的点-超边(hyperedge)连接,为每一个点-超边连接对最终全局配置结果的影响力打分,以让网络管理员理解决策中关键的组成部分。The purpose of the present invention is to propose an interpretation method for a global vision network system based on deep learning, which can causally interpret and transform the decision of a computer network system based on deep learning in the global vision situation. First, the deep reinforcement learning method is used to train the original network system. After completing the training of the original deep learning-based system, the global configuration results generated by it are modeled by hypergraph, and the hypergraph is analyzed. Key point-hyperedge connections, scoring the influence of each point-hyperedge connection on the final global configuration result, to allow network administrators to understand the critical components of the decision.
本发明提出的基于深度学习的全局视野网络系统的解释方法,包括以下步骤:The interpretation method of the deep learning-based global view network system proposed by the present invention includes the following steps:
(1)将资源和请求输入到待解释的全局视野网络系统S中,输出得到全局配置结果集合,将该全局配置结果集合记为O;(1) Input resources and requests into the global vision network system S to be explained, and output a global configuration result set, which is denoted as O;
(2)构建一个包括资源和请求的全局视野计算机网络系统超图H,该全局视野计算机网络系统超图H具有以下四种形式:(2) Construct a global view computer network system hypergraph H including resources and requests, and the global view computer network system hypergraph H has the following four forms:
a、当全局视野网络系统S为软件定义网络路由优化系统时,超图H中物理链路构建为点,路由路径构建为超边;a. When the global view network system S is a software-defined network routing optimization system, the physical links in the hypergraph H are constructed as points, and the routing paths are constructed as hyperedges;
b、当全局视野网络系统S为虚拟网络功能放置优化系统时,超图H中物理服务器构建为点,虚拟网络功能为超边;b. When the global view network system S is an optimization system for virtual network function placement, the physical server in the hypergraph H is constructed as a point, and the virtual network function is a hyperedge;
c、当全局视野网络系统S为超密集蜂窝网络优化系统时,超图H中移动用户构建为点,基站构建为超边;c. When the global view network system S is an ultra-dense cellular network optimization system, the mobile users in the hypergraph H are constructed as points, and the base stations are constructed as hyperedges;
d、当全局视野网络系统S为集群任务调度优化系统时,超图H中请求任务构建为点,任务间依赖关系构建为超边;d. When the global vision network system S is a cluster task scheduling optimization system, the requested tasks in the hypergraph H are constructed as points, and the dependencies between tasks are constructed as hyperedges;
用一个关联矩阵I表示全局视野计算机网络系统超图H,关联矩阵I为一个V×E维的0-1矩阵,关联矩阵I中的位置(v,e)为1时,表示点v和超边e有连接关系,位置(v,e)为0时,表示点v和超边e没有连接关系;An association matrix I is used to represent the hypergraph H of the global view computer network system. The association matrix I is a V×E dimension 0-1 matrix. When the position (v, e) in the association matrix I is 1, it indicates that the point v and the hypergraph are The edge e has a connection relationship, and when the position (v, e) is 0, it means that the point v has no connection relationship with the hyperedge e;
(3)对步骤(2)的全局视野计算机网络系统超图H进行特征计算,包括以下步骤:(3) carry out feature calculation to the global view computer network system hypergraph H of step (2), including the following steps:
(3-1)构建一个评价矩阵W,用于表征关联矩阵I中各非零元素的重要性;(3-1) Construct an evaluation matrix W, which is used to characterize the importance of each non-zero element in the correlation matrix I;
(3-2)计算上述评价矩阵W的性能损失:(3-2) Calculate the performance loss of the above evaluation matrix W:
对步骤(1)的全局配置结果集合O进行判断,若步骤(1)中的全局配置结果输出结果为离散变量,则利用下式计算关联矩阵I与评价矩阵W的KL散度D(W,I);若步骤(1)中的全局配置结果输出结果为连续变量,则利用下式计算全局配置结果关联矩阵I与评价矩阵W的均方误差D(W,I):Judging the global configuration result set O in step (1), if the output result of the global configuration result in step (1) is a discrete variable, then use the following formula to calculate the KL divergence D(W, I); If the global configuration result output result in step (1) is a continuous variable, then utilize the following formula to calculate the mean square error D(W,I) of the global configuration result correlation matrix I and the evaluation matrix W:
上式中,f(W)为待解释全局视野网络系统S的评估函数对评价矩阵W的评估结果,f(I)为待解释的全局视野网络系统S关联矩阵I的评估结果;In the above formula, f(W) is the evaluation result of the evaluation function of the global view network system S to be explained on the evaluation matrix W, and f(I) is the evaluation result of the correlation matrix I of the global view network system S to be explained;
(3-3)利用下式,计算步骤(3-1)中的评价矩阵W的简洁性,定义评价矩阵W的简洁性为:(3-3) Use the following formula to calculate the simplicity of the evaluation matrix W in step (3-1), and define the simplicity of the evaluation matrix W as:
上式中,Wev为评价矩阵W在关联矩阵I的(e,v)位置的元素值;In the above formula, W ev is the element value of the evaluation matrix W at the (e, v) position of the correlation matrix I;
(3-4)采用评价矩阵W的熵H(W)表征评价矩阵W的确定性:(3-4) The entropy H(W) of the evaluation matrix W is used to characterize the certainty of the evaluation matrix W:
(3-5)建立求解评价矩阵W的优化模型,该优化模型的目标函数为:(3-5) Establish an optimization model for solving the evaluation matrix W, and the objective function of this optimization model is:
minD(W,I)+λ1||W||+λ2H(W)minD(W,I)+λ 1 ||W||+λ 2 H(W)
优化模型的约束条件为: The constraints of the optimization model are:
其中,D(W,I)为步骤(3-2)中的均方误差,||W||为步骤(3-3)中的简洁性,H(W)为步骤(3-4)中评价矩阵W的熵,λ1和λ2分别为简洁性和熵的计算参数;Among them, D(W,I) is the mean square error in step (3-2), ||W|| is the simplicity in step (3-3), and H(W) is in step (3-4) The entropy of the evaluation matrix W, λ 1 and λ 2 are the calculation parameters of simplicity and entropy, respectively;
(4)采用梯度下降法,求解步骤(3-5)的优化模型,得到评价矩阵W,根据评价矩阵W,得到关联矩阵I中各连接关系重要性的表征,实现基于深度学习的全局视野网络系统的解释。(4) Using the gradient descent method to solve the optimization model of step (3-5), the evaluation matrix W is obtained, and according to the evaluation matrix W, the representation of the importance of each connection relationship in the association matrix I is obtained, and the global vision network based on deep learning is realized. System explanation.
本发明提出的基于深度学习的全局视野网络系统的解释方法,其特点和优点是:The features and advantages of the deep learning-based global view network system interpretation method proposed by the present invention are:
本发明的基于深度学习的全局视野网络系统的解释方法,由于将基于深度学习的全局视野网络系统输出转换为一张等价超图,并将超图中各连接关系的重要性定量地予以展现,极大地降低了原基于深度学习的全局视野网络系统的理解难度,便于网络管理员对结果的决策过程进行理解。将本解释方法部署于实际系统上时,有助于网络管理员理解并纠错原全局视野网络系统的决策过程。The interpretation method of the global vision network system based on deep learning of the present invention converts the output of the global vision network system based on deep learning into an equivalent hypergraph, and quantitatively displays the importance of each connection relationship in the hypergraph , which greatly reduces the difficulty of understanding the original global vision network system based on deep learning, and facilitates network administrators to understand the decision-making process of the results. When the explanation method is deployed on the actual system, it is helpful for network administrators to understand and correct the decision-making process of the original global view network system.
附图说明Description of drawings
图1是本发明方法的一个实施例中构建的网络路由系统S的全局路由结果O。FIG. 1 is a global routing result O of a network routing system S constructed in an embodiment of the method of the present invention.
图2是本发明实施例中由全局路由结果O转换而来的超图H。FIG. 2 is a hypergraph H converted from a global routing result O in an embodiment of the present invention.
图3为本发明实施例中得到了重要连接关系结果。FIG. 3 is an important connection relationship result obtained in the embodiment of the present invention.
具体实施方式Detailed ways
本发明提出的基于深度学习的全局视野网络系统的解释方法,包括以下步骤:The interpretation method of the deep learning-based global view network system proposed by the present invention includes the following steps:
(1)将资源和请求输入到待解释的全局视野网络系统S中,输出得到全局配置结果集合,将该全局配置结果集合记为O;针对于一个基于深度学习的软件定义网络路由优化系统,配置结果的集合O便是在网络中任意两点的流量应该沿着什么样的路径转发;(1) Input resources and requests into the global vision network system S to be explained, and output a global configuration result set, which is denoted as O; for a deep learning-based software-defined network routing optimization system, The set O of the configuration results is the path that the traffic at any two points in the network should be forwarded along;
(2)构建一个包括资源和请求的全局视野计算机网络系统超图H,具有全局视野的网络系统是对资源和请求的分配,例如链路资源分配给流量请求、物理机资源分配给虚拟机服务请求等等。因此,可以将资源和请求分别表示为超图中的点和超边。该全局视野计算机网络系统超图H具有以下四种形式:(2) Constructing a global view computer network system hypergraph H including resources and requests. A network system with a global view is the allocation of resources and requests, such as link resources are allocated to traffic requests, physical machine resources are allocated to virtual machine services request and so on. Therefore, resources and requests can be represented as points and hyperedges in a hypergraph, respectively. The global view computer network system hypergraph H has the following four forms:
a、当全局视野网络系统S为软件定义网络路由优化系统时,超图H中物理链路构建为点,路由路径构建为超边;a. When the global view network system S is a software-defined network routing optimization system, the physical links in the hypergraph H are constructed as points, and the routing paths are constructed as hyperedges;
b、当全局视野网络系统S为虚拟网络功能放置优化系统时,超图H中物理服务器构建为点,虚拟网络功能为超边;b. When the global view network system S is an optimization system for virtual network function placement, the physical server in the hypergraph H is constructed as a point, and the virtual network function is a hyperedge;
c、当全局视野网络系统S为超密集蜂窝网络优化系统时,超图H中移动用户构建为点,基站构建为超边;c. When the global view network system S is an ultra-dense cellular network optimization system, the mobile users in the hypergraph H are constructed as points, and the base stations are constructed as hyperedges;
d、当全局视野网络系统S为集群任务调度优化系统时,超图H中请求任务构建为点,任务间依赖关系构建为超边;d. When the global vision network system S is a cluster task scheduling optimization system, the requested tasks in the hypergraph H are constructed as points, and the dependencies between tasks are constructed as hyperedges;
用一个关联矩阵I表示全局视野计算机网络系统超图H,关联矩阵I为一个V×E维的0-1矩阵,关联矩阵I中的位置(v,e)为1时,表示点v和超边e有连接关系,位置(v,e)为0时,表示点v和超边e没有连接关系,如图1所示;An association matrix I is used to represent the hypergraph H of the global view computer network system. The association matrix I is a V×E dimension 0-1 matrix. When the position (v, e) in the association matrix I is 1, it indicates that the point v and the hypergraph are The edge e has a connection relationship, and when the position (v, e) is 0, it means that the point v and the hyperedge e have no connection relationship, as shown in Figure 1;
(3)对步骤(2)的全局视野计算机网络系统超图H进行特征计算,包括以下步骤:(3) carry out feature calculation to the global view computer network system hypergraph H of step (2), including the following steps:
(3-1)构建一个评价矩阵W,用于表征关联矩阵I中各非零元素的重要性;(3-1) Construct an evaluation matrix W, which is used to characterize the importance of each non-zero element in the correlation matrix I;
(3-2)计算上述评价矩阵W的性能损失:(3-2) Calculate the performance loss of the above evaluation matrix W:
对步骤(1)的全局配置结果集合O进行判断,若步骤(1)中的全局配置结果输出结果为离散变量,则利用下式计算关联矩阵I与评价矩阵W的KL散度D(W,I);若步骤(1)中的全局配置结果输出结果为连续变量,则利用下式计算全局配置结果关联矩阵I与评价矩阵W的均方误差D(W,I):Judging the global configuration result set O in step (1), if the output result of the global configuration result in step (1) is a discrete variable, then use the following formula to calculate the KL divergence D(W, I); If the global configuration result output result in step (1) is a continuous variable, then utilize the following formula to calculate the mean square error D(W,I) of the global configuration result correlation matrix I and the evaluation matrix W:
上式中,f(W)为待解释全局视野网络系统S的评估函数对评价矩阵W的评估结果,f(I)为待解释的全局视野网络系统S关联矩阵I的评估结果;In the above formula, f(W) is the evaluation result of the evaluation function of the global view network system S to be explained on the evaluation matrix W, and f(I) is the evaluation result of the correlation matrix I of the global view network system S to be explained;
(3-3)利用下式,计算步骤(3-1)中的评价矩阵W的简洁性,定义评价矩阵W的简洁性为:(3-3) Use the following formula to calculate the simplicity of the evaluation matrix W in step (3-1), and define the simplicity of the evaluation matrix W as:
上式中,Wev为评价矩阵W在关联矩阵I的(e,v)位置的元素值;In the above formula, W ev is the element value of the evaluation matrix W at the (e, v) position of the correlation matrix I;
(3-4)采用评价矩阵W的熵H(W)表征评价矩阵W的确定性:同时,还希望重要性应向0或者1聚集,来表明重要性的二分性质:要么重要、要么不重要。(3-4) The entropy H(W) of the evaluation matrix W is used to characterize the certainty of the evaluation matrix W: at the same time, it is also hoped that the importance should be aggregated to 0 or 1 to indicate the dichotomous nature of the importance: either important or unimportant .
(3-5)建立求解评价矩阵W的优化模型,该优化模型的目标函数为:(3-5) Establish an optimization model for solving the evaluation matrix W, and the objective function of this optimization model is:
minD(W,I)+λ1||W||+λ2H(W)minD(W,I)+λ 1 ||W||+λ 2 H(W)
优化模型的约束条件为: The constraints of the optimization model are:
其中,D(W,I)为步骤(3-2)中的均方误差,||W||为步骤(3-3)中的简洁性,H(W)为步骤(3-4)中评价矩阵W的熵,λ1和λ2分别为简洁性和熵的计算参数;λ1和λ2可以根据网络管理员对相应性质的偏好而设定,本发明的一个实施例中,λ1和λ2的取值为0.5和0.5;Among them, D(W,I) is the mean square error in step (3-2), ||W|| is the simplicity in step (3-3), and H(W) is in step (3-4) The entropy of the evaluation matrix W, λ 1 and λ 2 are the calculation parameters of simplicity and entropy, respectively; λ 1 and λ 2 can be set according to the network administrator's preference for the corresponding properties. In an embodiment of the present invention, λ 1 The values of and λ 2 are 0.5 and 0.5;
(4)采用梯度下降法,求解步骤(3-5)的优化模型,得到评价矩阵W,根据评价矩阵W,得到关联矩阵I中各连接关系重要性的表征,实现基于深度学习的全局视野网络系统的解释。(4) Using the gradient descent method to solve the optimization model of step (3-5), the evaluation matrix W is obtained, and according to the evaluation matrix W, the representation of the importance of each connection relationship in the association matrix I is obtained, and the global vision network based on deep learning is realized. System explanation.
以下结合附图,详细介绍本发明方法的内容:Below in conjunction with the accompanying drawings, the content of the method of the present invention is described in detail:
设定一个基于深度学习的软件定义网络路由系统S,产生的路由决策结果如图1所示,图1中,a到g为路由器,1到8为物理链路,蓝色和红色为a到e和a到g的路由路径,由网络路由系统S计算得到。构建网络路由系统S的超图H,其中物理链路构建为点,路由路径构建为超边;如图2所示。通过计算评价矩阵W,可得到上述超图中的点-超边连接中对最终优化目标较为关键的影响。例如,算法发现路径选择链路6对全局优化结果影响较大,可以给网络管理员提示:应注意链路6作为性能瓶颈。对于更大规模的拓扑也可以做类似操作,最终的可能的可视化结果如图3所示。Set a software-defined network routing system S based on deep learning, and the resulting routing decision results are shown in Figure 1. In Figure 1, a to g are routers, 1 to 8 are physical links, and blue and red are a to The routing paths from e and a to g are calculated by the network routing system S. Construct a hypergraph H of a network routing system S, in which physical links are constructed as points and routing paths are constructed as hyperedges; as shown in Figure 2. By calculating the evaluation matrix W, the key influence on the final optimization objective in the point-hyperedge connection in the above hypergraph can be obtained. For example, the algorithm finds that the
Claims (1)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010532906.3A CN111753892B (en) | 2020-06-12 | 2020-06-12 | Deep learning-based interpretation method of global visual field network system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010532906.3A CN111753892B (en) | 2020-06-12 | 2020-06-12 | Deep learning-based interpretation method of global visual field network system |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN111753892A true CN111753892A (en) | 2020-10-09 |
| CN111753892B CN111753892B (en) | 2022-10-18 |
Family
ID=72676054
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202010532906.3A Active CN111753892B (en) | 2020-06-12 | 2020-06-12 | Deep learning-based interpretation method of global visual field network system |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN111753892B (en) |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20170116520A1 (en) * | 2015-10-23 | 2017-04-27 | Nec Laboratories America, Inc. | Memory Efficient Scalable Deep Learning with Model Parallelization |
| CN108171735A (en) * | 2017-12-27 | 2018-06-15 | 清华大学 | 1,000,000,000 pixel video alignment schemes and system based on deep learning |
| CN109190626A (en) * | 2018-07-27 | 2019-01-11 | 国家新闻出版广电总局广播科学研究院 | A kind of semantic segmentation method of the multipath Fusion Features based on deep learning |
| CN109460501A (en) * | 2018-11-15 | 2019-03-12 | 成都傅立叶电子科技有限公司 | A kind of global search Battle Assistant Decision-making system and method |
| CN109919319A (en) * | 2018-12-31 | 2019-06-21 | 中国科学院软件研究所 | Deep reinforcement learning method and device based on multiple historical best Q networks |
-
2020
- 2020-06-12 CN CN202010532906.3A patent/CN111753892B/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20170116520A1 (en) * | 2015-10-23 | 2017-04-27 | Nec Laboratories America, Inc. | Memory Efficient Scalable Deep Learning with Model Parallelization |
| CN108171735A (en) * | 2017-12-27 | 2018-06-15 | 清华大学 | 1,000,000,000 pixel video alignment schemes and system based on deep learning |
| CN109190626A (en) * | 2018-07-27 | 2019-01-11 | 国家新闻出版广电总局广播科学研究院 | A kind of semantic segmentation method of the multipath Fusion Features based on deep learning |
| CN109460501A (en) * | 2018-11-15 | 2019-03-12 | 成都傅立叶电子科技有限公司 | A kind of global search Battle Assistant Decision-making system and method |
| CN109919319A (en) * | 2018-12-31 | 2019-06-21 | 中国科学院软件研究所 | Deep reinforcement learning method and device based on multiple historical best Q networks |
Also Published As
| Publication number | Publication date |
|---|---|
| CN111753892B (en) | 2022-10-18 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Albahri et al. | Multidimensional benchmarking of the active queue management methods of network congestion control based on extension of fuzzy decision by opinion score method | |
| CN116346641A (en) | A Control Plane Policy Verification Method Based on GNN Fault Model Learning | |
| CN110365514B (en) | SDN multistage virtual network mapping method and device based on reinforcement learning | |
| CN112486690B (en) | Edge computing resource allocation method suitable for industrial Internet of things | |
| WO2017219890A1 (en) | Method for generating routing control action in software defined network and related device | |
| CN109951391B (en) | Network path rapid calculation method based on multi-QoS constraint | |
| CN114462506B (en) | Communication network auxiliary planning method supporting preference strategy and application thereof | |
| CN108667657A (en) | A kind of mapping method of virtual network based on local feature information towards SDN | |
| CN110414094A (en) | A method for configuring business importance between nodes in a power communication network | |
| CN116502379A (en) | Life cycle planning method and system for electric power communication network based on digital twin | |
| CN108924053B (en) | A Fast Finding Method for Multiple Partially Disjoint Shortest Paths for Multipath Routing | |
| CN116260709B (en) | A method and system for fault location in communication networks based on fault propagation relationships | |
| CN111753892A (en) | An Interpretation Method for Global View Network System Based on Deep Learning | |
| CN118921168B (en) | Relay method and device for centralized quantum network key resource management | |
| CN115437858B (en) | Edge node abnormality positioning method, device, equipment and computer program product | |
| CN111865793B (en) | Reliable routing system and method for IPv6 network service customization based on function learning | |
| CN114943099A (en) | Block chain architecture-based federated learning node selection method | |
| CN114513816A (en) | SDN network resource allocation method, system and storage medium | |
| CA2507598C (en) | Method and device for designing a data network | |
| Aben-Athar et al. | Network Digital Twin for Route Optimization in 5G/B5G Transport Slicing with What-If Analysis | |
| CN119376758A (en) | Full-link grayscale release method based on deep reinforcement learning | |
| CN118885385A (en) | Heterogeneous software defect prediction method based on inherited federated learning | |
| US20240135198A1 (en) | Network Machine Learning (ML) Model Feature Selection | |
| KR102233891B1 (en) | Method of predicting propagation time of information and information propagation prediction device performing method | |
| CN101945461A (en) | Multi-dimensional trust vector-based routing method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant |












