搜索资源列表

  1. GA_SVM

    0下载:
  2. GA/SVM 程序包含三个文件: 1。MainGA12.m 2。selectGA12.m 3。svmc12.m MainGA12.m是主文件,其余两个是被调用文件。 MainGA12.m里主要设置有关参数。 ===================== MainGA12.m文件有关设置的说明: 12行: host= \gatest\ %在matlab的安装盘,例如c:\下设置的程序运行结果目录。 -
  3. 所属分类:matlab例程

    • 发布日期:2024-11-23
    • 文件大小:1.6mb
    • 提供者:赵阳
  1. GA-BP-neural

    1下载:
  2. 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。程序需要调用gaot工具箱.-As a result of BP network weights optimization is a constrained optimization problems, and
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-23
    • 文件大小:4kb
    • 提供者:
  1. ga-bp

    0下载:
  2. 程序名:ga_bp_predict.cpp 描述: 采用GA优化的BP神经网络程序,用于单因素时间 序列的预测,采用了单步与多步相结合预测 说明: 采用GA(浮点编码)优化NN的初始权值W[j][i],V[k][j],然后再采用BP算法 优化权值-Program name: ga_bp_predict.cpp Descr iption: The GA-optimized BP neural network proce
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-23
    • 文件大小:6kb
    • 提供者:fk774
  1. GA

    0下载:
  2. 遗传算法的应用,包含了普通的遗传算法、该进的遗传算法及并行遗传算法-Application of genetic algorithms, including the ordinary genetic algorithm, the Progressive genetic algorithm and parallel genetic algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-23
    • 文件大小:650kb
    • 提供者:章鱼
  1. GA-TSP

    0下载:
  2. 利用遗传算法求解TSP的源代码程序 可以精确求出50城市-The use of genetic algorithm to solve TSP program source code can be precisely calculated 50 cities
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-23
    • 文件大小:9kb
    • 提供者:zhouye
  1. GA-BP

    0下载:
  2. GA-BPmatlab程序,有需要的可以下。-GA-BPmatlab procedures need to make.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-23
    • 文件大小:4kb
    • 提供者:蔡妍余
  1. ga

    0下载:
  2. 蚁群算法程序演示,vc++的源程序,vb开发的演示课件-Ant colony algorithm demo program, vc++ the source code, vb demonstration courseware development
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-23
    • 文件大小:6.22mb
    • 提供者:张明扬
  1. GAbp

    0下载:
  2. 遗传算法程序包,包括用GA直接训练BP网络的权重算法,用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法,以及纯BP算法-Genetic Algorithm package, including direct training GA weight of BP network algorithm, first used GA for the weight of BP network, and then trained B
  3. 所属分类:matlab例程

    • 发布日期:2024-11-23
    • 文件大小:4kb
    • 提供者:yanhaifeixue
  1. GA

    0下载:
  2. 一个遗传算法求解函数的最大值的程序,挺好用的-A genetic algorithm procedure for maximum function, very good use
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-23
    • 文件大小:4kb
    • 提供者:赵本
  1. GA-bp

    0下载:
  2. 基于遗传算法的bp神经网络优化程序,经测试好用,有很好的应用价值-Bp based on genetic algorithm neural network optimization program, tested easy to use, there is a good value
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:guang dong
  1. GA-BP

    0下载:
  2. 这是一个采用遗传算法优化bp神经网络权值阈值的MATLAB程序-This is a genetic algorithm to optimize neural network weights bp threshold MATLAB program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-23
    • 文件大小:34kb
    • 提供者:chengfei
  1. GA-BP

    1下载:
  2. BP和GA的联合算法程序,大家喜欢的话,可以下载,共同学习!-BP and GA combined algorithm program you like, you can download, learn together!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-23
    • 文件大小:78kb
    • 提供者:严东东
  1. GA-BPANN

    0下载:
  2. 经过遗传算法优化的BP神经网络程序GA-BPA-After a genetic algorithm BP neural network program GA-BPANN
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-23
    • 文件大小:5kb
    • 提供者:吕刚
  1. GA-BP

    0下载:
  2. 基于遗传算法的BP网络优化程序,使用遗传算法对BP网络权值阈值进行优化,再用BP算法训练网络-BP network based on genetic algorithm optimization program, BP network using genetic algorithm to optimize the weight threshold, and then BP algorithm for training the netwo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:JIM
  1. 97937497GA-BP-neural

    0下载:
  2. GA-BP算法matlab实现代码,matlab仿真计算程序代码,经过测试-GA-BP algorithm implementation code matlab, matlab simulation code, tested
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-23
    • 文件大小:4kb
    • 提供者:lx
  1. GA-BP

    0下载:
  2. 该程序是用遗传算法用于优化BP的权值和阈值-GA BP
  3. 所属分类:matlab例程

    • 发布日期:2024-11-23
    • 文件大小:16kb
    • 提供者:zz
  1. GA-BP-neural-network-application

    0下载:
  2. GA-BP神经网络应用实例之MATLAB程序,里面有遗传算法,有实例,很受的。-GA-BP neural network application instance of MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:吴楠
  1. GA-BP

    0下载:
  2. GA-BP算法matlab代码,很重要的源代码程序,请大神给过-GA-BP algorithm matlab code, the source code of the program is very important, please God gave large
  3. 所属分类:其他小程序

    • 发布日期:2024-11-23
    • 文件大小:269kb
    • 提供者:李震
  1. GA-BP-MATLAB

    0下载:
  2. 利用GA-BP神经网络算法的应用实例之MATLAB程序,有中文注释-GA-BP neural network for matlab
  3. 所属分类:软件工程

    • 发布日期:2024-11-23
    • 文件大小:2kb
    • 提供者:陈胖
  1. GA-BP神经网络应用实例之MATLAB程序

    0下载:
  2. 使用MATLAB编写的GA-BP神经网络,可进行多组数据处理 % gap.xls中存储训练样本的原始输入数据 37组 % gat.xls中存储训练样本的原始输出数据 37组 % p_test.xls中存储测试样本的原始输入数据 12组 % t_test.xls中存储测试样本的原始输出数据 12组(MATLAB implementation of the GA-BP neural network,% gap.xls stored
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:洛克刘
« 12 3 »

源码中国 www.ymcn.org