搜索资源列表
hopfield解决TSP问题
- 人工神经网络实验之一,用Hopfield网络解决旅行商问题。文件中除源程序外还有word文档对算法,理论,问题描述,实验结果,实验分析的完整介绍-experimental artificial neural network, Hopfield network Traveling Salesman Problem. Apart from the source document but also have a word document of the algorithm theory, and th
Hopfield网络解TSP的改进算法
- 这是一个旅行商问题的神经网络算法,神经网络算法有很多种,但神经网络算法还比较少见,这是本人从中国期刊网下载到的,很有用-This is a traveling salesman problem of neural network algorithms and neural network algorithm can take many forms, but the neural network algorithm is still relatively rare, this is my jour
hopfield-朱林
- 本文将介绍Hopfield神经网络(HNN)的产生、发展及基本原理,重点是对离散Hopfield网络(DHNN)的说明。包括:网络结构、涉及的算法和神经网络的训练方法;具体实例描述网络的联想去噪功能;进行计算机仿真计算及仿真结果说明;仿真程序的说明文档(仿真程序附后);最后将对DHNN的最新发展状况作简单阐述。
HOPFIELD
- hopfield网络的C++实现,对初学者听有用的
Hopfield
- 利用Hopfield网络的联想矩阵对包含噪声的0~9十个数字图象进行联想识别。
基于BP网络的含噪声数字识别
- 应用hopfield网络的理论在vc环境下编写一个数字识别软件-application of the theory in vc prepare an environmental figures recognition software
基于hopfield网络的数字识别
- 基于hopfield网络的数字识别 有详细的代码和注解
Hopfield网络解决TSP问题的求解
- Hopfield网络解决TSP问题的matlab求解,能出图的
Hopfield.rar
- 用VB实现的一个Hopfield网络程序,各位读者可以根据需要定义相关参数,VB achieved with a Hopfield network program, you readers need to define the relevant parameters in accordance with
MATLAB(M)
- 智能控制理论算法实现:层次聚类,hopfield网络和遗传传算法优化三个源代码文件-Intelligent control theory algorithms: hierarchical clustering, hopfield network and genetic algorithm optimization three source codes
Hopfield
- 自己编写的一个用VB实现的Hopfield网络-I have written a VB realized by Hopfield network
hopfield
- 神经网络课程中的一个大作业, 使用hopfield网络解决极大团问题的源码及实验报告-Neural network of a major course work, the use of networking solutions hopfield great mission of the source problem and experimental report
Hopfield-PID
- 基于hopfield网络的PID模型参考自适应控制,对象为典型的伺服系统速度环框图-Hopfield network-based PID model reference adaptive control, the object of a typical servo system speed loop block diagram
hopfield
- 用10*12的规模表示数字,1为白,-1为黑。建立hopfield网络对被污染的数字进行识别。可以自己设定迭代次数。-With 10* 12 the size of that number one is white,-1 for the black. The establishment of hopfield network to identify the number of contaminated. Can be set for the number of iterations.
Hopfield
- 基于Hopfield网络的八皇后问题,附带原版论文和实验报告-Hopfield network based on the eight queens problem, with original papers and lab reports
离散Hopfield神经网络联想记忆-数字分类
- 1. chapter9.m为主程序,将该文件夹设置为MATLAB当前工作路径,运行即可。 2. data0~data9.mat为数字0~9对应的矩阵,data1_noisy和data2_noisy分别为数字1和数字2的加噪声矩阵。 3. waiji.m为外积法设计离散型Hopfield网络(具体见第10章介绍)。 4. 该程序在MATLAB2009a版本下测试通过,个别函数在低版本中不存在或者调用格式有所不同,参照对应版本中的帮助文档修改即可。(1. chapter9.m based pr
TSP_hopfield
- 基于Hopfield网络的TSP路径寻优(Hopfield ,TSP , Hopfield ,TSP)
连续Hopfield
- 连续Hopfield神经网络的拓扑结构和离散Hopfield神经网络的结构类似,连续Hopfield网络和离散Hopfield网络的不同点在于其传递函数不是阶跃函数,而是连续函数,该程序基于旅行商问题优化计算。(The topology of continuous Hopfield neural network is similar to that of discrete Hopfield neural network. The difference between continuous Hop
Hopfield
- 利用Hopfield网络解决十个城市旅行商问题(using Hopfield to solve TSP)
neural networks
- 1.elman神经网络对输入波形进行检测 2.设计具有3个神经元的Hopfield网络 3.建立自适应神经模糊推理系统对非线性函数进行逼近(正弦加滞后) 4.建立自适应神经模糊推理系统对非线性函数进行逼近(正弦多项式) 5.利用模糊C均值聚类方法将一类随机给定的三维数据分为三类(1.Detection of input waveform by elman neural network 2. design a Hopfield network with 3 neurons 3. est