资源列表
ga
- 带详细解说的C语言遗传算法源码,供大家理解学习用。-The genetic algorithm source code with a detailed explanation of the C language for everyone to understand learn.
BpNeuronMain
- bp神经网络,很好的资料,可以运行,建议下载-bp neural network, good, you can run, it is recommended to download
feixianxingqiugen
- 用matlab实现牛顿迭代算法,通过输入初值x0,精度e和l,以及最大迭代次数,输出结果近似根和迭代次数-Newton iterative algorithm, using matlab approximate root of the number of iterations through the input of the initial value x0 accuracy e and l, and the maximum number of iterations, the output
ant_colony_image_edge_detection
- 一种基于蚁群算法的图像边缘检测算法,有中文注释。-Image edge detection algorithm based on ant colony algorithm
fis
- /* * 这是修改过后的fis.c模糊推理系统库函数,可以移植C/C++环境使用,在VS2010的MFC环境经过测试 * 1、将fis.c文件拷贝到项目中; * 2、修改VS2010的配置属性,项目->属性->C/C++->预处理器->预处理器定义,添加 * _CRT_SECURE_NO_WARNINGS * 3、在【解决方案资源管理器】中选中fis.c文件,单击右键的属性 * 【配置属性】->【常
TSPant
- 用蚁群算法求解TSP问题,并有详细注释。-Ant colony algorithm for TSP, and detailed notes.
ACCRBF
- 利用神经网络对样本进行反演分析-- 基于rbf网络方法-Using neural network for inversion analysis--Based on RBF network
BP
- BP神经网络是一个前向网络,它利用误差反向传播算法对网络进行训练,结构简单,可塑性强。本例选择3层BP神经网络(隐层为1层)来逼近函数,单输入单输出,隐层包含7个神经元,预设精度为0.1,学习率设为0.1,循环次数为5000次,达到循环次数,或结果达到预设精度要求,结束计算。激活函数选择双曲函数,采用梯度下降法,通过神经元的输入和误差,以及权值的学习速率来计算权值的变化率。将输入提供给网络后,神经元的激活值从输入层经各中间层向输出层传播,输出层的神经元获得网络的输入相应。接下来,按照减少目标输出
som
- 编程实现SOM网络矢量量化方法,进行图像数据压缩-Programming to achieve SOM network vector quantization method, image data compression
K_MEANS
- 通过对样本的分类建立分类决策,对输入的样本进行分类-Based on the classification of a sample to establish the classification decision, the input samples for classification
GA_PID
- 对于常规的二阶惯性对象设计遗传算法,能够对PID的3个参数进行优化。-Conventional second-order inertial object design genetic algorithm to optimize the three parameters of PID.
MatLab-lizilvbo
- l粒子滤波,matlab程序,欢迎大家交流,共同提高-l particle filter, matlab program, welcome to share and improve together
