Hopfield神经网络求解TSP问题的仿真我要分享

Simulation of Hopfield neural network to solve TSP

matlab 神经网络 hopfield tsp 仿真 求解 问题

关注次数: 304

下载次数: 2

文件大小: 2.41 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:应用背景旅行商问题(通常被称为:旅行商问题)是计算机科学领域中的一个经典算法问题。和 ;Hopfield神经网络(HNN)网作为二进制阈值的节点内容可寻址存储器系统。该程序是模拟TSP的最短路径利用Hopfield神经网络模型和优化算法的研究提供了很好的材料。关键技术Hopfield网单位是二进制阈值单位,即单位只承担他们的州的两种不同的价值观和价值取决于是否单位输入超过阈值。 ;重量是对称的要求是通常使用的,因为它会保证能量函数单调递减,如下激活的规则,和网络可以表现出一定的周期或混沌行为,如果使用非对称的权重。然而,Hopfield发现这个混沌行为局限于相空间中相对较小的部分,而不损害网络的能力,作为一个内容可寻址联想记忆系统。


English Description:

Application backgroundThe Travelling Salesman Problem (often called TSP) is a classic algorithmic problem in the field of computer science. And the Hopfield Neural Network (HNN) nets serve as content-addressable memory systems with binary threshold nodes. This matlab code is to simulate the TSP for the shorted path by using HNN model and offers the good materials for optimization algorithm study.Key TechnologyThe units in Hopfield nets are binary threshold units, i.e. the units only take on two different values for their states and the value is determined by whet


代码预览