-
免疫优化计算、学习与识别,是焦李成著的一本经典书中的源程序,供大家学习!...
免疫优化计算、学习与识别,是焦李成著的一本经典书中的源程序,供大家学习!-Immune Optimization calculation, learning and recognition, JIAO Li-cheng book is a classic source book for everyone to learn!
- 2023-04-27 15:20:04下载
- 积分:1
-
一个很好的bp神经网络预测程序实例,有较好的预测精确性
一个很好的bp神经网络预测程序实例,有较好的预测精确性-Bp a good example of neural network forecasting process, a better prediction accuracy
- 2022-05-13 16:26:23下载
- 积分:1
-
The algorithm for the control rules based on fuzzy PID control table with Matlab...
该算法为基于控制规则表的模糊PID控制
用MATlab开发,能够管直接运行-The algorithm for the control rules based on fuzzy PID control table with Matlab development, to pipe directly run
- 2022-07-01 17:56:07下载
- 积分:1
-
多层神经网络的可执行例子
http://www.codeproject.com/cpp/MLP.asp?df=100&forumid=148477&exp=...
多层神经网络的可执行例子
http://www.codeproject.com/cpp/MLP.asp?df=100&forumid=148477&exp=0&select=1141594#xx1141594-multilayer neural network executable examples http :// www.codeproject.com/cpp/MLP.asp df = 1
- 2023-06-29 17:30:03下载
- 积分:1
-
PID控制已经广泛的用于工业生产,但是对于PID参数的获得一直是该控制的难点。本例子为对PID控制有兴趣的人提供一种参考,该PID控制采用遗传算法。...
PID控制已经广泛的用于工业生产,但是对于PID参数的获得一直是该控制的难点。本例子为对PID控制有兴趣的人提供一种参考,该PID控制采用遗传算法。-PID control has been widely used in industrial production, but the PID parameters for the control of access has been difficult. The examples of PID control for those who are interested in providing a reference, the PID control using genetic algorithm.
- 2022-04-17 01:50:48下载
- 积分:1
-
一个用VB写的医学人工智能的源代码程序,约..
一个用VB写的人工智能看病程序源代码,可以参考编写健康咨询类等类似程序-Using VB to write a medical procedure of artificial intelligence source code, can refer to the preparation of health counseling and other similar types of procedures
- 2022-04-07 22:38:31下载
- 积分:1
-
Adaptive Variable step directional variation of genetic algorithm optimization s...
自适应变步长定向变异遗传算法解函数优化问题
需要调用GAOT5.-Adaptive Variable step directional variation of genetic algorithm optimization solutions function call GAOT5 needs.
- 2023-07-22 21:30:03下载
- 积分:1
-
genetic optimization neural network software in WIN98/95 environment can run
遗传优化神经网络软件
需要在WIN98/95环境下能运行-genetic optimization neural network software in WIN98/95 environment can run
- 2022-09-19 05:55:02下载
- 积分: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
-
一个简单的遗传算法
采用实数编码、比例分配轮盘赌选择、杂交采用离散与算术双重杂交、一般性变异。...
一个简单的遗传算法
采用实数编码、比例分配轮盘赌选择、杂交采用离散与算术双重杂交、一般性变异。-A simple genetic algorithm using real-coded, proportional allocation of roulette selection, hybrid discrete and numeracy double hybridization, general variation.
- 2022-08-03 04:39:55下载
- 积分:1