-
Hopfield 网――擅长于联想记忆与解迷路 实现H网联想记忆的关键,是使被记忆的模式样本对应网络能量函数的极小值。 设有M个N维记忆模式,通过对网络N个神经
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. Mor
- 2023-03-24 10:55:03下载
- 积分:1
-
On the point interpolation and curve interpolation procedure, this procedure can...
一个关于指向插补和曲线插补的程序,本程序有一个菜单可以选择,曲线插补是哦可以选择是顺时针或者逆时针-On the point interpolation and curve interpolation procedure, this procedure can select a menu, curve interpolation is to choose Oh, is clockwise or counter-clockwise
- 2023-02-06 08:35:04下载
- 积分:1
-
primes factor in scheme
primes factor in scheme
- 2022-02-25 18:47:05下载
- 积分:1
-
用模糊控制方法逼近函数z=x+y,效果比较好
用模糊控制方法逼近函数z=x+y,效果比较好-Fuzzy control method with approximation function z = x+ y, the effect is better
- 2022-09-30 10:15:03下载
- 积分:1
-
用元胞自动机实现单色10000个空间位置的细菌分裂试验的算法C语言代码...
用元胞自动机实现单色10000个空间位置的细菌分裂试验的算法C语言代码-Using Cellular Automata 10,000 monochrome realize spatial location of bacteria to split the test algorithm C language code
- 2022-10-22 03:20:03下载
- 积分:1
-
该源码用来实现基本粒子群的算法,值得参考
该源码用来实现基本粒子群的算法,值得参考-The source algorithm is used to achieve the elementary particle group, worth considering
- 2022-03-02 19:40:19下载
- 积分:1
-
LIBSVM是支持向量分类集成软件。LIBSVM提供…
LIBSVM is an integrated software for support vector classification. LIBSVM provides a simple interface where users can easily link it with their own programs.
- 2022-04-30 22:53:26下载
- 积分:1
-
使用clips解决4人限定时间过河问题。附带clips源代码。
使用clips解决4人限定时间过河问题。附带clips源代码。-use clips resolve four limit the time the river issues. Fringe clips source code.
- 2022-05-05 07:55:40下载
- 积分:1
-
一个关于神经网络遗传算法的源程序,对于初学者肯定有帮助...
一个关于神经网络遗传算法的源程序,对于初学者肯定有帮助-A source code about NN(nerve network),it is helpful for beginners
- 2022-03-24 04:58:01下载
- 积分:1
-
nuralnetwork using back propegation and genatic algorithm implementation
nuralnetwork using back propegation and genatic algorithm implementation
- 2022-03-01 15:17:41下载
- 积分:1