登录
首页 » 其他项目 » Hopfield网络是一种典型的单层反馈网络,这种网络可以分为离散型和连续型两种,Hopfield网络是一个动力学系统,在确定连接权重后,若输入某个向量之后,网...

Hopfield网络是一种典型的单层反馈网络,这种网络可以分为离散型和连续型两种,Hopfield网络是一个动力学系统,在确定连接权重后,若输入某个向量之后,网...

于 2023-03-07 发布 文件大小:106.60 kB
0 239
下载积分: 2 下载次数: 1

代码说明:

Hopfield网络是一种典型的单层反馈网络,这种网络可以分为离散型和连续型两种,Hopfield网络是一个动力学系统,在确定连接权重后,若输入某个向量之后,网络将不断演化,一般情况下系统将趋向某一个定态,称为状态空间的不动点吸引子。-Hopfield network is a typical single-layer feedback network, Such networks can be divided into discrete and continuous two, the Hopfield network is a dynamic system, In determining the weights link, and if the importation of a certain vector, the network will continue to evolve Under normal circumstances a system will tend to a steady state, as the state space of fixed point attractor.

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

发表评论

0 个回复

  • 一个有经验的书
    一个比较老的好书-a veteran of the books
    2023-04-20 04:20:03下载
    积分:1
  • 介绍了NS2的详细安装过程,包括如何下载和安装的细节
    介绍了NS2的详细安装过程,包括如何下载和安装的细节-Describes the details of NS2 installation process, including how to download and install the details of the
    2022-01-26 02:28:43下载
    积分:1
  • Frame2d Visual Basic 源代码
    此.txt 包含完整的源代码的 frame2d.frm,将转换为.txt 文件。 Frame2d 是一个示例 (示例 8.2 要具体) 问题 介绍的有限元方法在工程 (第三版) by Tirupathi R.Chandrupatla 和阿肖克 D.Belegundu . 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-03-22 05:15:03下载
    积分:1
  • 最优化的MATLAN实现,讲的很全面哦,希望对大家有所帮助...
    最优化的MATLAN实现,讲的很全面哦,希望对大家有所帮助-optimal MATLAB realized, said very comprehensive Oh, we want to help
    2022-04-12 20:34:19下载
    积分:1
  • 街霸游戏,游戏很逼真,是一款可玩性非常强的手机游戏
    街霸游戏,游戏很逼真,是一款可玩性非常强的手机游戏-neighborhood games, the game is very realistic, the creator of one of the very strong mobile phone games
    2022-04-20 13:21:00下载
    积分:1
  • Beautiful Code is a useful book for programming.
    代码之美,对于编程的学习非常有帮助。能够规范代码的编写,是一本值得一看的好书。-Beautiful Code is a useful book for programming.
    2022-03-02 22:06:25下载
    积分:1
  • wasted lights PCB and related procedures
    流水灯pcb及相关程序-wasted lights PCB and related procedures
    2022-11-04 22:05:03下载
    积分:1
  • 使用爪哇的链表编程
    应用背景一个penerapan链接使用Java列表,大学生关键技术一种应用链表法的编程语言
    2022-07-11 06:45:23下载
    积分:1
  • 猜数字小游戏。游戏规则:随机产生4个数字,由玩家输入4个不重复的数字(如:8 3 1 2)按回车后电脑给出提示,形式为"?A?B".你所输入的四位数中,位置和...
    猜数字小游戏。游戏规则:随机产生4个数字,由玩家输入4个不重复的数字(如:8 3 1 2)按回车后电脑给出提示,其形式为"?A?B".你所输入的四位数中,位置和数字都正确则为A,数字相同但位置不相同时为B,你只可以猜10次,若你所用的次数小于纪录保持者,则为破纪录。-small game viewing. The rules of the game : randomly generated four figures from the importation of four players not to repeat the figures (eg : 8 3 1 2) by the transport after the computer is suggested, in the form of "A B." You have entered the four-digit, location and the correct figures for A, figures but with the location is not same as B, you can only guess 10 times, if you use less than the number of records, compared with the record.
    2022-12-27 04:05:03下载
    积分:1
  • 陈列馆问题: 1.问题描述 世界名画陈列馆有m*n个陈列室组成。为了防止名画被盗,需要在陈列室设置警卫机器人哨位,每算法个警卫机器人除了监视它所在的陈列...
    陈列馆问题: 1.问题描述 世界名画陈列馆有m*n个陈列室组成。为了防止名画被盗,需要在陈列室设置警卫机器人哨位,每算法个警卫机器人除了监视它所在的陈列室之外,还可以监视与它所在的陈列室相邻的上,下,左,右4个陈列室。 2.要求 试要求,设计一个安排警卫机器人哨位的算法,使得名画陈列馆的每个陈列室都在警卫机器人监视之下,切所用的警卫机器人数目最少。 3.结果输出 将计算的警卫机器人数及其最佳哨位安排输出到文件output.txt。文件的第1行是警卫机器人数;接下来的m行中每行n个数,0表示无哨位,1表示哨位。-Gallery problem: 1. Problem Description Painting gallery in the world there are m* n composed of a showroom. In order to prevent the paintings stolen, you need to set the security robot sentinel showroom, each algorithm is a security robot in addition to monitor it in the showroom, you can also watch it in the showroom with the adjacent upper and lower, left, Right 4 showrooms. 2. Demand Test requirements, design an arrangement guard robot sentinel algorithm, making paintings in each gallery showroom are under the surveillance of the security robot, cutting the number of robots used by security guards at least. 3. The resulting output Will calculate the number of security robots and the best sentinel ar
    2022-06-27 18:30:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载