CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - matlab and ga

搜索资源列表

  1. ga-RBF.rar

    10下载:
  2. 基于遗传算法对rbf神经网络的径向基宽度进行优化的matlab程序,Based on genetic algorithm rbf radial basis neural network to optimize the width of the matlab program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:3796
    • 提供者:王建
  1. libsvm-mat-2[1].89-3

    2下载:
  2. svm多分类器,包括多分类和GA算法和PSO算法优化的SVM-svm multi-classifier, including the multi-classification and GA algorithm and PSO algorithm for optimization of SVM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:494913
    • 提供者:何同学
  1. QoSRoute-GA

    0下载:
  2. 带有QoS约束的组播路由问题是一个NP完全问题,遗传模拟退火算法是遗传算法和模拟退火算法的一种融合,可以为这类问题提供一个解决方案-With QoS constraint multicast routing problem is an NP-complete problem, genetic simulated annealing algorithm is a genetic algorithm and simulated annealing algorithm as a fusion, you
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1966
    • 提供者:zhao xian sheng
  1. GA_BP

    0下载:
  2. 基于GA的BP改进算法,用遗传算法对BP 神经网络算法进行改进-Based on the GA to improve the BP algorithm, genetic algorithm with BP neural network algorithm to improve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:8209
    • 提供者:taojunjian
  1. GA

    0下载:
  2. 文件中包含某老师关于智能优化计算课程中的遗传算法部分的讲义,其中包含详细的例子及源代码。-File contains a calculation of the teachers on the intelligent optimization of the genetic algorithm curriculum part of the lecture, which includes detailed examples and source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1154407
    • 提供者:周钟
  1. gazenew

    0下载:
  2. 基于GRNN神经网络的视线跟踪源程序。 其中网络的输入分别是瞳孔中心,半径,瞳孔中心与普洱青斑向量。-GRNN neural network-based tracking source line of sight. Network input, respectively, which is the pupil center, radius, the pupil center and Pu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:826
    • 提供者:严峰
  1. ga

    0下载:
  2. 基于遗传神经网络的图像分割[神经网络实用教程中的实例]-Based on Genetic Neural Network for Image Segmentation [neural network tutorial and practical examples]
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:117884
    • 提供者:吴真
  1. GA

    4下载:
  2. 由我收集或写出的GA源码,包括GA、SGA、AGA、TSPGA、GAPID、NSGA、NSGA2等。-From my collection or write source of the GA, including the GA, SGA, AGA, TSPGA, GAPID, NSGA, NSGA2 and so on.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:445027
    • 提供者:
  1. ga

    1下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA),遗传算法简单源程序。-Genetic Algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-29
    • 文件大小:104273
    • 提供者:周武静
  1. pso-svm

    10下载:
  2. 这是一个用pso优化SVM中的惩罚参数C和核参数g的MATLAB源码,简单易学-This is an optimization of SVM with the pso in the penalty parameter C and kernel parameter g of the MATLAB source code, easy to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-25
    • 文件大小:1498
    • 提供者:yyifang
  1. GA-RBF

    3下载:
  2. 1.利用GA算法优化RBFNN的各种权值; 2.利用RBFNN进行函数跟踪; 3.比较测试未用GA优化的和使用GA优化的RBFNN的结果。-1.Use GA algorithm to optimize a variety of weights in RBFNN 2. Use RBFNN to realize tracking function 3. Compare and test the results of using GA and not using GA.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:7122
    • 提供者:天天
  1. GA

    0下载:
  2. 遗传算法求解变量优化问题,示例包含运行结果和截图!-Genetic algorithm optimization variables, the sample contains the operating results and screenshots!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:59003
    • 提供者:刘爽
  1. fuzzy_GA_recog

    0下载:
  2. code for combination ò fuzzy and ga in some application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:198345
    • 提供者:phuonghuy
  1. GA-Python

    4下载:
  2. 基于Python写的遗传算法的应用实例。对于不太善于MATLAB,而熟悉Python的人的一个参考!-Based on genetic algorithm written in Python application examples. Not good for MATLAB, and a person familiar with Python reference!
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-22
    • 文件大小:1024
    • 提供者:wangxuedong
  1. MATLAB-and-GA

    0下载:
  2. 一些关于运用matlab工具箱的文档,主要针对遗传算法-Some documentation on the use of matlab toolbox for genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1662751
    • 提供者:豆豆
  1. GA

    0下载:
  2. 遗传算法工具箱用于一维二维寻优示例matlab程序(The genetic algorithm toolbox for one and two-dimensional optimization example program)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-13
    • 文件大小:2240
    • 提供者:辛萍
  1. 改进的GA优化BP

    4下载:
  2. 改进的遗传算法优化的BP神经网络,用于电厂数据的异常检测和故障诊断,已验证有效性。(The improved genetic algorithm optimized BP neural network has been validated for power plant data anomaly detection and fault diagnosis.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:23231488
    • 提供者:十年12345
  1. 201280BP-GA

    0下载:
  2. 本文以1970-2013年的中国人口统计数据为依据,论证BP网络预测模型的可行性同时给出了利用MATLAB神经网络工具箱设计BP网络的方法和步骤。利用样本数据对网络进行训练,并根据训练后的网络对未来人口数量作出预测。仿真结果表明该方法实际可行并对2014—2017的全国人口数量进行预测。。(Based on the statistics of Chinese population for 1970-2013 years, this paper demonstrates the feasibili
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-28
    • 文件大小:25600
    • 提供者:小猫发
  1. 遗传算法及其Matlab实现

    0下载:
  2. 遗传算法及其Matlab的实现,代码例子(Genetic algorithm and its Matlab implementation)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:183296
    • 提供者:Seashell
  1. MATLAB genetic algorithm toolbox

    1下载:
  2. Matlab 遗传算法(Genetic Algorithm)优化工具箱是基于基本操作及终止条件、二进制和十进制相互转换等操作的综合函数库。其实现步骤包括:通过输入及输出函数求出遗传算法主函数、初始种群的生成函数,采用选择、交叉、变异操作求得基本遗传操作函数。以函数仿真为例,对该函数优化和GA 改进,只需改写函数m 文件形式即可。(The Matlab Genetic Algorithm optimization toolbox is a comprehensive function librar
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-02-22
    • 文件大小:9216
    • 提供者:FZenjoys
« 12 3 4 »
搜珍网 www.dssz.com