资源列表
sgarar
- 双峰和多峰函数最大值的遗传算法求解 利用基本遗传算法的思路寻找双峰或多峰函数的最大值,选择采用轮盘选择方法;
function
- 基于遗传算法的函数优化,利用遗传算法求解函数极值。-Function based on genetic algorithm to optimize the use of genetic algorithm function extremum.
rn
- neural network in Java
functions
- 几个用于多种智能算法寻优的经典测试函数源代码-Several optimization algorithms for a variety of classic intelligence test function source code
KMeans
- 人工智能技术K均值算法,JAVA实现,有需要的下
Hopfield
- 这是我找到的一个应用Hopfield网络将对汉字、韩文、英文字母和标点符号进行联想记忆。在不同干扰下,训练神经网络,输出训练后的图形。-This is an application Hopfield network will I find Chinese, Korean, English letters and punctuation associative memory. Under different disturbances, training neural networks, graph
Romberg
- (1) 设计算法并编制程序,进行调试。 (2) 用调试好的程序解决如下问题: 计算 的近似值,取精度为 步骤一、先编制计算函数值的程序; 步骤二、执行编制好的Romberg算法,输出T。 (3)用Romberg算法和复合Simpson公式分别计算 的近似值, 其中b分别取为b=0.1, 0.3, 0.5, 0.7, 0.9 -(1) the design of algorithms and programming, for debugging. (2) wit
RRTS
- 基于随机粗糙模拟的TS算法,用于解决连续型多目标规划问题-The application of random rough simulation-based TS algorithm to multiobjective problem
RobotKidnapByMonteCarlo
- 利用matlab编写的机器人绑架试验的源代码,利用montecarlo滤波,实现对里程计误差的最小化控制。-Prepared using the robot kidnapping trial matlab source code, using montecarlo filter, to achieve the minimum error on the odometer of control.
ds1307
- ds1307 rtc on avr mega
RBFa
- 这是RBF神经网络的程序,用matlab编写,我试过可以运行-This is the RBF neural network program, written with matlab, I tried to run
螃蟹分类matlab
- 螃蟹分类 %在演示中,试图建立一个分类器,根据它的物理测量识别螃蟹的性别。 %螃蟹的六物理特性:品种,前腿宽,后腿宽,长,宽,深度。 %问题是根据给定的观测值识别每个螃蟹的性别。 %在演示中,试图建立一个分类器,根据它的物理测量识别螃蟹的性别。 %螃蟹的六物理特性:品种,前腿宽,后腿宽,长,宽,深度。 %问题是根据给定的观测值识别每个螃蟹的性别。