连续Hopfield

所属分类:数值算法/人工智能
开发工具:matlab
文件大小:2KB
下载次数:3
上传日期:2017-12-04 13:00:51
上 传 者wj2511
说明:  连续Hopfield神经网络的拓扑结构和离散Hopfield神经网络的结构类似,连续Hopfield网络和离散Hopfield网络的不同点在于其传递函数不是阶跃函数,而是连续函数,该程序基于旅行商问题优化计算。
(The topology of continuous Hopfield neural network is similar to that of discrete Hopfield neural network. The difference between continuous Hopfield network and discrete Hopfield neural network is that its transfer function is not a step function, but a continuous function. The program is based on the traveling salesman problem optimization calculation.)

文件列表:
chapter11\city_location.mat (232, 2009-09-21)
chapter11\diff_u.m (217, 2009-12-21)
chapter11\energy.m (247, 2010-01-30)
chapter11\main.m (2674, 2013-09-02)
chapter11 (0, 2013-09-02)

文件说明: 1. main.m为主程序,将该文件夹设置为MATLAB当前工作路径,运行即可。 2. city_location.mat为城市的坐标数据矩阵(N行2列),其中第一列为横坐标,第二列为纵坐标。 3. diff_u.m为计算du的子函数,energy.m为计算能量函数的子函数(主函数与子函数间的调用,函数文件与脚本文件的区别等在配套的视频中有详细讲解)。 4. 该程序在MATLAB2009a版本下测试通过,个别函数在低版本中不存在或者调用格式有所不同,参照对应版本中的帮助文档修改即可。

近期下载者

相关文件


收藏者