Welcome![Sign In][Sign Up]
Location:
Search - hopfield

Search list

[Other resourceHOPFIELD

Description: 利用c语言实现人工智能神经元网络的hopfield算法
Platform: | Size: 5035 | Author: sky | Hits:

[Other resource一个二值hopfield神经网络源程序

Description: 这是一个二值hopfield神经网络源程序,有一个实例,训练数据保存在h7x8n4.trn,输出数据保存在ARCHIVE.LST中。-This is a value hopfield two neural network source, an example of training data stored in h7x8n4.trn, output data stored in ARCHIVE.LST China.
Platform: | Size: 31722 | Author: 原则性 | Hits:

[Windows Develop模拟退火的HOPFIELD神经网络TSP

Description: 模拟退火的HOPFIELD神经网络TSP模拟退火的HOPFIELD神经网络TSP
Platform: | Size: 1142 | Author: jingyu220@163.com | Hits:

[SourceCode基于hopfield网络的数字识别

Description: 基于hopfield网络的数字识别 有详细的代码和注解
Platform: | Size: 93154 | Author: 364051812@qq.com | Hits:

[Mathimatics-Numerical algorithmsHOPFIELD_ls

Description: 离散型hopfield源码-discrete source
Platform: | Size: 1024 | Author: 请不要用公用帐号上载 | Hits:

[Other基于BP网络的含噪声数字识别

Description: 应用hopfield网络的理论在vc环境下编写一个数字识别软件-application of the theory in vc prepare an environmental figures recognition software
Platform: | Size: 1131520 | Author: 吴灏翰 | Hits:

[AI-NN-PR神经网络C语言源程序

Description: 神经网络C语言源程序 绝对经典。 ADALINE,ART1,BAM,BOLTZMAN,BPN CPN,hopfield, som, -neural network C language source absolute classic. ADALINE, ART1, BAM, BOLTZMAN, CPN 7.82, hopfield, som.
Platform: | Size: 291840 | Author: 潘峰 | Hits:

[AI-NN-PRannie365

Description: C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络:如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET环境的示例源程序 -C neural network development kits 8am, the C language can be used to develop a variety of neural networks : as BP, RBF, Hopfield, along with the annex and with VC.NET environment example source
Platform: | Size: 485376 | Author: yybb | Hits:

[AI-NN-PRhopnnexamples

Description: 运用MATLAB语言编写的连续型霍普菲尔德网络-using MATLAB prepared by the continuous Hopfield network
Platform: | Size: 2048 | Author: 陈雷 | Hits:

[AI-NN-PRArtificalNeualNetwork[xtulbd,050228]

Description: 人工神经网络基本模型:BP、ART、Hopfield、SOM-ANN basic model : BP, ART, Hopfield, SOM
Platform: | Size: 132096 | Author: 李勃东 | Hits:

[AI-NN-PRHopField仿真程序

Description: 这是神经网络中一个重要的算法,挺有意义的。-This is a neural network algorithm important, quite meaningless.
Platform: | Size: 12288 | Author: 田君 | Hits:

[AI-NN-PRHopFieldHouse

Description: 这个是神经网络中的HopField网络模拟,是利用外向和的双极性HopField网络,有很好的借鉴价值。-This is a neural network of Discharge network simulation is the use of the outward and bipolar Discharge network, a very good reference value.
Platform: | Size: 10240 | Author: 田君 | Hits:

[AI-NN-PRhopfild1

Description: Hopfield 网——擅长于联想记忆与解迷路 实现H网联想记忆的关键,是使被记忆的模式样本对应网络能量函数的极小值。 设有M个N维记忆模式,通过对网络N个神经元之间连接权 wij 和N个输出阈值θj的设计,使得: 这M个记忆模式所对应的网络状态正好是网络能量函数的M个极小值。 比较困难,目前还没有一个适应任意形式的记忆模式的有效、通用的设计方法。 H网的算法 1)学习模式——决定权重 想要记忆的模式,用-1和1的2值表示 模式:-1,-1,1,-1,1,1,... 一般表示: 则任意两个神经元j、i间的权重: wij=∑ap(i)ap(j),p=1…p; P:模式的总数 ap(s):第p个模式的第s个要素(-1或1) wij:第j个神经元与第i个神经元间的权重 i = j时,wij=0,即各神经元的输出不直接返回自身。 2)想起模式: 神经元输出值的初始化 想起时,一般是未知的输入。设xi(0)为未知模式的第i个要素(-1或1) 将xi(0)作为相对应的神经元的初始值,其中,0意味t=0。 反复部分:对各神经元,计算: xi (t+1) = f (∑wijxj(t)-θi), j=1…n, j≠i n—神经元总数 f()--Sgn() θi—神经元i发火阈值 反复进行,直到各个神经元的输出不再变化。-Hopfield network-- good at associative memory solution with the realization of lost H associative memory networks, are key to bringing the memory model samples corresponding network energy function of the minimum. With M-N-dimensional memory model, the network N neurons connect between right wij and N output threshold j design makes : M-mode memory corresponding to the network is a state network energy function is the M-000 minimum. More difficult, it is not an arbitrary form of adaptation memory model of effective, common design methods. H network algorithm 1) mode of learning-- decision weights want memory model, with 1 and 2 of the value of a model, said :-1, 1, 1, 1 ,1,1, ... in general : two were arbitrary neuron j i weights between : wij ap = (i) ap (j), p = 1 ... p; P : The tot
Platform: | Size: 11264 | Author: 韵子 | Hits:

[AI-NN-PRhopfieldNN

Description: 这是一个HOPFIELD神经网络程序,里面有MAKEFILE,方便读者运行-HOPFILED This is a neural network program, which has MAKEFILE easy operation
Platform: | Size: 6144 | Author: 丽云 | Hits:

[AI-NN-PRrainsoft_20038818536

Description: 一组老外编写的神经网络源代码,非常值得收藏和研究。有BPN、ART1、ADALINE、SOM、CPN、HOPFIELD、BOLTZMAN等神经网络。吐血推荐在进行神经网络编程的朋友下载。 -a group of foreigners prepared neural network source code is very worthwhile collection and research. There are 7.82, ART1, ADALINE, SOM, CPN, Hopfield, BOLTZMAN such as neural networks. Suggest to vomit blood during neural network programming downloaded friends.
Platform: | Size: 274432 | Author: 于一 | Hits:

[AI-NN-PRhopfield_matlab

Description: 基于matlab的hopfield神经网络识别带噪声字母的源代码,很经典!-based on Matlab hopfield neural network recognition of the alphabet with the noise source, classic!
Platform: | Size: 31744 | Author: | Hits:

[AI-NN-PR374

Description: 神经网络算法源程序,如SOM、HOPFIELD、CPN、BPN、BOLTZMAN、ART、ADALINE,同时提供针对不同算法的演示源程序。-neural network algorithm source, such as SOM, Hopfield, CPN, 7.82, BOLTZMAN, ART, ADALINE, while providing for different algorithms demo source.
Platform: | Size: 291840 | Author: | Hits:

[AI-NN-PRknapsack2

Description: HOPFIELD的一个经典用例,解决TSP问题,代码完整,是我自己编写的哦-HOPFILED cases with a classic, TSP solution, code integrity, I was prepared oh
Platform: | Size: 15360 | Author: 刘峰 | Hits:

[Windows Developga_and_hopfield

Description: 机器学习及神经网络的算法,具体解决经典的HOPFIELD模型,在TSP问题中可以加速解的收和快速求解。-arithmetic for machine learning and neural net,mostly for HOPFIELD modal of TSP problem
Platform: | Size: 59392 | Author: wtm | Hits:

[AI-NN-PRhopfield_net

Description: 对于含有噪声的的数字图像模式“1、2、3、4”,使用“hopfield”神经网络,进行联想、识别,以去除噪声的影响。-for containing noise of the digital image model "1,2,3,4", "hopfield" neural network, Lenovo, identification, in order to remove noise impact.
Platform: | Size: 2048 | Author: 潘盼 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 36 »

CodeBus www.codebus.net