-
Neural network and C++ Source code (BP), very good number of routines, for infor...
神经网络和C++源代码(BP),非常好的一些例程,仅供参考。-Neural network and C++ Source code (BP), very good number of routines, for informational purposes only.
- 2022-01-28 10:58:44下载
- 积分:1
-
这是一个国外的Hopfield神经网络,有实例,可修改!
这是一个国外的Hopfield神经网络,有实例,可修改!-Hopfield Networks
- 2022-01-26 06:04:11下载
- 积分:1
-
CMAC小脑模型神经网络的具体实现算法。
CMAC小脑模型神经网络的具体实现算法。-CMAC cerebellar model of neural network algorithm for concrete realization.
- 2023-08-15 11:40:03下载
- 积分:1
-
根据人工智能的模糊理论编写的温度控制程序,实现对温度的模糊控制...
根据人工智能的模糊理论编写的温度控制程序,实现对温度的模糊控制-under artificial intelligence theory of fuzzy prepared by the temperature control process, the temperature of Fuzzy Control
- 2022-07-21 12:32:37下载
- 积分:1
-
文本识别是一个基础但却重要的课题,本算法给出其具体的实现过程。...
文本识别是一个基础但却重要的课题,本算法给出其具体的实现过程。-Text identification is a basal but important task.This arithmetic give a material realized process.
- 2022-02-04 14:21:20下载
- 积分:1
-
使用Visual C++ 2003编写的遗传算法库,具有详细的说明文档,使用接口函数传入相关适应度函数与基因个数、迭代次数相关信息,进行目标优化,使用类模板的形...
使用Visual C++ 2003编写的遗传算法库,具有详细的说明文档,使用接口函数传入相关适应度函数与基因个数、迭代次数相关信息,进行目标优化,使用类模板的形式支持函数并行化-Using Visual C++ 2003 prepared by the genetic algorithm library, a detailed description of the document, use the interface function is passed the fitness function associated with the gene number, number of iterations relevant information to carry out objective optimization, the use of class template in the form of support function parallel
- 2022-01-22 03:27:00下载
- 积分:1
-
Java编写的分形程序,利用随机分形画出的蕨类植物的叶子图。另:有C源程序...
Java编写的分形程序,利用随机分形画出的蕨类植物的叶子图。另:有C源程序 -Java fractal program written using random fractal ferns painted leaves Fig. Another: There are C source code
- 2022-02-12 01:55:54下载
- 积分:1
-
Support vector machine learning support vector machine learning source program s...
支持向量机学习源码程序支持向 量机学习源码程序支持向 量机学习源码程序-Support vector machine learning support vector machine learning source program source program source program support vector machine learning support vector machine learning support vector machine learning source program source program
- 2022-02-01 22:36:16下载
- 积分:1
-
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
-
模式识别源程序,希望大家能够喜欢,配套书籍是模式识别
模式识别源程序,希望大家能够喜欢,配套书籍是模式识别-Pattern recognition source code, hope that we can like it, matching books are Pattern Recognition
- 2022-03-20 14:04:40下载
- 积分:1