登录
首页 » AI-NN-PR » Hopfield 网――擅长于联想记忆与解迷路 实现H网联想记忆的关键,是使被记忆的模式样本对应网络能量函数的极小值。 设有M个N维记忆模式,通过对网络N个神经

Hopfield 网――擅长于联想记忆与解迷路 实现H网联想记忆的关键,是使被记忆的模式样本对应网络能量函数的极小值。 设有M个N维记忆模式,通过对网络N个神经

于 2023-03-24 发布 文件大小:11.16 kB
0 128
下载积分: 2 下载次数: 1

代码说明:

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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 产品设计时间智能预测方法的研究,值得借鉴一下
    产品设计时间智能预测方法的研究,值得借鉴一下-product design time intelligent prediction method of research, worth learning about
    2022-09-21 23:45:03下载
    积分:1
  • 约束条件下的序列模式挖掘(带约束)
    Mining sequential patterns with constraint (SPADE with constraint)
    2022-02-28 13:31:14下载
    积分:1
  • 独立成分分析的批数据处理算法JADE,计算量虽然大些,但至今仍被人采用
    独立成分分析的批数据处理算法JADE,计算量虽然大些,但至今仍被人采用-Independent component analysis of batch data-processing algorithm JADE, although the calculation of the volume, but is still used
    2022-08-25 08:15:57下载
    积分:1
  • 2. "Genetic Algorithm
    2。《遗传算法――理论、应用与软件实现》,王小平、曹立明编着 西安交通大学出版社 2002年第一版 本书全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。全书共分11章。第1章概述了遗传算法的产生与发展、基本思想、基本操作以及应用情况;第2章介绍了基本遗传算法;第3章论述了遗传算法的数学基础;第4章分析了遗传算法的多种改进方法;第5章初步介绍了进货计算理论体系;第6章介绍了遗传算法应用于数值优化问题;第7章介绍了遗传算法应用于组合优化问题;第8章介绍了遗传算法应用于机器学习;第9章讨论了遗传算法在智能控制中的应用;第10章讨论了遗传算法与人工生命研究的相关问题;第11章介绍了遗传算法在图像处理、模式识别中的应用。-2. "Genetic Algorithm-- theory, application and software," Wang Xiaoping, Li-Ming Cao compile Xi"an Jiaotong University Press in 2002 the first book version of the comprehensive and systematic introduction of the genetic algorithm"s basic On focuses on the classical genetic algorithm use and the new development. The book is divided into 11 chapters. Chapter 1 provides an overview of the genetic algorithm for the selection and development of basic ideas, basic operation and the application; Chapter 2 introduces the basic genetic algorithms; Chapter 3 of the genetic basis of a mathematical algorithm; Chapter 4 Analysis of the genetic algorithm app
    2022-02-21 20:38:07下载
    积分:1
  • I recently wrote a paper source, mainly for reference signal with the ICA algori...
    我最近写的一篇论文的源码,主要是对带参考信号的 ICA算法的扩展,多参考信号的ICA固定点算法。-I recently wrote a paper source, mainly for reference signal with the ICA algorithm expansion more reference signal ICA fixed-point algorithms.
    2022-03-14 21:56:04下载
    积分:1
  • k中心点 编制和调试一个程序,它将用户输入的正规式转换为以状态图和矩阵形式表示的确定有穷自动机。 1.把正规式转换为NFA 2.将NFA确定化为DF...
    k中心点 编制和调试一个程序,它将用户输入的正规式转换为以状态图和矩阵形式表示的确定有穷自动机。 1.把正规式转换为NFA 2.将NFA确定化为DFA • #作为正规式的终止符 • 考虑复合正规式 • 开始状态号为0 -focal point for the preparation of k and debug a program, it will the user to enter the formal conversion to a state diagram and matrix forms express the determination of DFA. 1. The formal type is converted to NFA2. Will determine the NFA into a DFA
    2023-01-16 00:10:03下载
    积分:1
  • 该算法为模糊自适应整定的PID控制算法,该算法在matlab环境下开发,可以直接运行...
    该算法为模糊自适应整定的PID控制算法,该算法在matlab环境下开发,可以直接运行 -The algorithm for fuzzy adaptive tuning of the PID control algorithm in the matlab environment development, can be directly run
    2022-02-14 19:00:23下载
    积分:1
  • 这是用C语言编写的神经网络源程序,各种网络都有相应的C程序...
    这是用C语言编写的神经网络源程序,各种网络都有相应的C程序-This is prepared by using C language source code neural networks, a variety of network have corresponding C procedures
    2022-03-16 13:10:47下载
    积分:1
  • 高人用C++写的ALOPEX(即模式提取算法)实现程序,程序相当精炼,值得大家研究!...
    高人用C++写的ALOPEX(即模式提取算法)实现程序,程序相当精炼,值得大家研究!-expert C++ to write the ALOPEX (model extraction algorithm) procedures, procedures considerable refining, we should study!
    2022-03-16 02:34:02下载
    积分:1
  • 这是一个指纹识别的源代码,指纹识别是比较成熟的模式识别!`...
    这是一个指纹识别的源代码,指纹识别是比较成熟的模式识别!`-This is a fingerprint identification of the source code, fingerprint identification is a relatively mature pattern recognition! `
    2023-02-19 03:40:03下载
    积分:1
  • 696518资源总数
  • 105873会员总数
  • 12今日下载