资源列表
szsb121
- 通过神经网络进行数字识别,只加了7个数,可加至10个数字-through neural network for digital identification, only increasing the number seven, can increase the number to 10
CHAP4_1.rar
- 单神经元PID控制的MATLAB程序,欢迎大家下载。,Single neuron PID control MATLAB program, welcome you to download.
bahunghou
- 从八皇后的例子看出搜速深度有限,仅有几层,而且不可能出现重复状态的问题,因此BACKTRACK过程完全适用,对于八数码问题则不然,必须设置深度范围限制及出现重复状态引起的死循环这两个回溯点. -Examples of Queen' s from eight to see the depth of search speed is limited, only few, but can not state the problem of duplication, so the process
RFF
- 辨识模型与遗忘因子法所用模型相同,其中, 0 ≤μ≤1为遗忘因子, 此处取0.98。 数据长度L=402。一次算法和递推算法结果基本一致,但递推算法可以实现在线实时辨识,而且可以减少计算量和存储量。-Identification model and forgetting factor method used the same model, among them, 0 or less or less 1 μ for forgetting factor, here take 0.98. Data l
breed-PSO
- 杂交粒子群算法是借鉴遗传算法中杂交的概念,在每次迭代中,根据杂交率选取指定数量的粒子放入杂交池内,池内的粒子随机地两两杂交。-The hybrid particle swarm algorithm is based on the concept of hybridization in genetic algorithm. In each iteration, the specified number of particles are put into the hybridization pool
EXPERT
- 一个专家系统,用c++写的,用来判断是什么动物-a expert system,writen by c++,in order to identify the animals
LMS
- 使用LMS算法实现的自适应滤波器范例,对一个加白噪声的正弦信号滤波。并且比较不同步长的滤波器的迭代次数。-LMS algorithm using adaptive filter example, a sinusoidal signal plus white noise filter. And less synchronized long filter iterations.
matlab
- 基于神经网络的PID控制在matlab中的实例-PID control based on neural networks in the instance in matlab
sinxsiny
- 利用模糊控制理论和神经网络理论编写的跟踪sinxsiny/xy的程序,可以有效地对跟效果进行分析和修改-Fuzzy control theory and neural network theory written track sinxsiny/xy program that can effectively be analyzed and modified with effect
guanjiejiaodu
- 获取nao机器人全身各个部位的关节角度值,并且以矩阵的形式输出-Get nao robot joint angle values for each part of the body, and output in the form of a matrix
k_means
- 模式识别与人工智能中k均值算法的matlab源码-Compute k means for the data using the k_means algorithm
SimuAPSO
- 基于模拟退火的粒子群优化算法。基本粒子群优化算法中,虽然粒子速度作了限制,不会变化太大,但位置更新时未作限制,就有可能新的位置会变得很坏,引起收敛速度缓慢,所以对更新的位置也要作限制-Particle swarm optimization algorithm based on simulated annealing