-
神经网络仿真的基本程序
神经网络仿真的基本程序- Nerve network simulation main routine
- 2022-02-04 11:56:29下载
- 积分:1
-
数据挖掘各类代码:Apriori源代码全部
数据挖掘各类代码:Apriori源代码全部-Various types of data mining code: Apriori all source code
- 2022-02-02 23:18:26下载
- 积分:1
-
改进的神经网络在股票市场预测中的改进
1,改进BP神经网络在股市预测中的应用.2,基于MATLAB工具箱的开采煤层自燃危险性预测.3,基于改进的神经网络的电力系统负荷预报.4,基于神经网络的灌溉用水量预测.5,基于遗传算法改进BP网络的地表沉陷预计.6,利用遗传算法改进BP学习算法.7,模糊神经网络在电力市场短期负荷预测中的应用.8,神经网络学习算法存在的问题及对策.9,遗传神经网络在电力系统短期负荷预测中的应用.10,应用改进BP神经网络进行用水量预测.11,用遗传算法改进的BP模型在刹车系统诊断中的应用研究.12,遗传算法改进的BP神经网络对汛期三门峡水库泥沙冲淤量的计算13,基于遗传算法的人工神经网络学习算法14.自适应遗传算法优化管网状态估计神经网络模型.15,基于GA_RBF神经网络的电梯交通流模式识别的研究-Improved BP Neural Network in Stock Market Prediction
- 2022-01-27 10:15:29下载
- 积分:1
-
一个简单的飞行射击类游戏,使用Visual C++引擎开发,已编译.
一个简单的飞行射击类游戏,使用Visual C++引擎开发,已编译.-A simple flight shooting games, the use of Visual C++ Engine development, has been compiled.
- 2022-08-02 22:15:42下载
- 积分:1
-
神经网络lvq算法程序
神经网络lvq算法程序-neural network algorithm procedures lvq
- 2022-06-14 00:05:48下载
- 积分:1
-
一个用神经网络编写的神经网络算法程序,有智能算法…
一个VC编写的神经网络算法程序,对学智能算法的朋友很有用。-a VC prepared by the neural network algorithm procedures, intelligent algorithm friends useful.
- 2023-04-02 02:35:03下载
- 积分:1
-
用C实现的# FCM算法采用虹膜数据验证
用c#实现的fcm算法 采用iris数据进行验证-With c# Realize the FCM algorithm uses iris data validation
- 2023-05-18 17:00:03下载
- 积分:1
-
可以实现快速的模拟退火算法,很有价值,
可以实现快速的模拟退火算法,很有价值,-can achieve rapid simulated annealing and of great value, thank you
- 2022-10-07 07:10:03下载
- 积分:1
-
仿真1:首先把网络温度参数T固定在100,按工作规则共进行1000次状态更新,把这1000次状态转移中网络中的各个状态出现的次数Si(i=1,2,…,16)记录
仿真1:首先把网络温度参数T固定在100,按工作规则共进行1000次状态更新,把这1000次状态转移中网络中的各个状态出现的次数Si(i=1,2,…,16)记录下来 按下式计算各个状态出现的实际频率: Pi=Si/∑i=1,NSi=Si/M 同时按照Bo1tzmann分布计算网络各个状态出现概率的理论值: Q(Ei)=(1/Z)exp(-Ei/T) 仿真2:实施降温方案,重新计算 采用快速降温方案:T(t)= T0/(1+t) T从1000降到0.01,按工作规则更新网络状态 当T=0.01时结束降温,再让T保持在0.01进行1000次状态转移,比较两种概率-a simulation : First of all network parameters temperature T fixed at 100 and, according to the rules for a total of 1000 to update the state, this state of the 1000 network transfer of all states for the number of Si (i = 1, 2, ..., 16) all recorded determined by the formula state-of the actual frequency : Pi = Si/i = 1, NSi = Si/M in accordance with Bo1tzmann distributed computing network of states all probability the theoretical value : Q (Ei) = (1/Z) exp (- Ei/T) Simulation 2 : implementation of cooling, re-using rapid cooling programs : T (t) = T0/(1 t) T dropped to 0.01 from 1000 and, according to the rules updated network state when T = 0.01 at the end of cooling, let T at 0.01 for the 1000 state tran
- 2022-08-06 06:55:50下载
- 积分:1
-
没有翻译
遗传算法求解最优解求函数的最大值 : f(x,y)=21.5+x*sin(4*PI*x)+y*sin(20*PI*y) |
定义域 D: -3
- 2022-02-01 23:58:10下载
- 积分:1