资源列表
GAyuanchengxu
- 遗传算法及其各种改进算法的MATLAB实现-Genetic algorithm and its improved algorithm of MATLAB implementation
FuzzyCMean
- 实现了Fuzzy C-Mean的方法,这是一种基于模糊数学的聚类方法,很好用!-Implementation of Fuzzy C-Mean method, which is a math-based Fuzzy Clustering Method, a very good use!
NeuralNetwork
- BP神经网络原代码,每个输入向量占用一行,用|分隔输入和预期输出值.-BP neural Network
kelongxuanze7946
- 克隆选择算法程序。大家多多照顾!谢谢大家!-Clonal selection algorithm. A lot of care for everyone! Thank you everyone!
k-means
- 使用k-means算法模拟向量量子化过程-Using k-means algorithm for vector quantization process simulation
mianyisuanfa
- 为求解大规模TSP 问题,提出了并行人工免疫系统的塔式主从模型( Towerlike Master2Slave Model , TMSM) ,和基于TMSM的并行免疫记忆克隆选择算法(Parallel Immune Memory Clonal Selection Algorithm ,PIMCSA) .- This paper presents a parallel model termed as towerlike master2slave model ( TMSM) for artifi
NeuralNetwork_BP
- 模式识别的一个基础程序,手写数字模式识别,提供给大家分享-A basic pattern recognition procedures, handwritten numeral recognition, available to everyone to share
JSHOP2GUI_1.0.1
- SHOP2 一个人工智能里面关于任务分解和任务规划的系统。JSHOP2是其java版本。-SHOP2 inside an artificial intelligence mission about decomposition and mission planning systems. Java version of its JSHOP2.
huisu
- 人工智能实验题目——回溯算法解决8数码问题-Experimental artificial intelligence topics- Digital 8 retrospective algorithm to solve problem
ANNPID
- 分别采用4种控制律进行单神经元PID控制,即无监督的Hebb学习规则、有监督的Delta学习规则、有监督的Hebb学习规则、改进的Hebb学习规则.-Separately using four kinds of control laws for single neuron PID control, that is, unsupervised Hebb learning rules, there is the Delta Study supervision rules, there is supe
GA
- 毕业设计_基于遗传算法的曲轴优化设计研究-GA
MATLABandB
- Matlab中BP神经网络的构建和初始化训练前馈网络的第一步是建立网络对象。函数newff建立一个可训练的前馈网络。这需要4个输入参数。第一个参数是一个Rx2的矩阵以定义R个输入向量的最小值和最大值。第二个参数是一个颟顸每层神经元个数的数组。第三个参数是包含每层用到的转移函数名称的细胞数组。最后一个参数是用到的训练函数的名称。 -matlab bp