-
evolution of neural network topology structure of the mine
演化神经网络拓扑结构编写的扫雷机器人程序-evolution of neural network topology structure of the mine-sweeping robot procedures
- 2022-03-03 09:55:34下载
- 积分:1
-
人工智能实验
人工智能实验 -experimental AI Artificial Intelligence Experiment
- 2022-07-13 04:16:23下载
- 积分:1
-
Matlab neural network toolbox application profile neural network has been applie...
Matlab神经网络工具箱应用简介
神经网络已经在各个领域中应用,以实现各种复杂的功能。这些领域包括:模式识别、
鉴定、分类、语音、翻译和控制系统。
如今神经网络能够用来解决常规计算机和人难以解决的问题。我们主要通过这个工具箱
来建立示范的神经网络系统,并应用到工程、金融和其他实际项目中去。-Matlab neural network toolbox application profile neural network has been applied in various fields in order to achieve a variety of complex functions. These areas include: pattern recognition, identification, classification, voice, translation and control systems. Today neural networks can be used to conventional computers and people to solve difficult problems. We mainly through the toolbox to create a model of neural network systems, and applied to the engineering, financial and other practical projects.
- 2022-03-06 04:37:21下载
- 积分:1
-
该程序通过遗传算法对图像进行聚类分析,并实现了图像的分类功能,分类效果明显较其他算法好...
该程序通过遗传算法对图像进行聚类分析,并实现了图像的分类功能,分类效果明显较其他算法好-The genetic algorithm procedure for cluster analysis of the images and to achieve the classification of image features, the classification results significantly better than the other algorithms
- 2022-01-25 22:54:56下载
- 积分:1
-
用GAlib库实现的解决0/1背包问题的遗传算法程序源代码。
用GAlib库实现的解决0/1背包问题的遗传算法程序源代码。- Solution 0/1 knapsack question heredity algorithm procedure
source code realizes which with the GAlib storehouse.
- 2022-01-22 12:22:53下载
- 积分:1
-
基于RBF的PID控制matlab程序,望大家参考,共同学习。
基于RBF的PID控制matlab程序,望大家参考,共同学习。-PID control based on RBF
- 2023-05-25 10:25:03下载
- 积分:1
-
这是一本进化算法的电子书,很适合人工智能方面的人学习
这是一本进化算法的电子书,很适合人工智能方面的人学习-This is an evolutionary algorithm e-book, it is suitable for artificial intelligence to learn
- 2022-02-02 03:47:57下载
- 积分:1
-
神经网络与遗传算法在水科学领域的应用…
神经网络和遗传算法在水科学领域的应用-neural networks and genetic algorithms in the field of water science applications
- 2023-01-29 03:05:06下载
- 积分:1
-
以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序...
以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the right understanding of simulated annealing method is a good example of the procedure.
- 2022-02-16 00:18:16下载
- 积分: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