CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 算法理论

搜索资源列表

  1. 遗传算法——理论、应用与软件实现

    0下载:
  2. 遗传算法——理论、应用与软件实现
  3. 所属分类:行业应用软件

    • 发布日期:2014-01-22
    • 文件大小:4583147
    • 提供者:
  1. 遗传算法——理论、应用与软件实现

    0下载:
  2. 《遗传算法——理论、应用与软件实现》王小平曹立明著一书的参考光盘.rar-"genetic algorithm -- the theory, application and software," Wang Xiaoping Cao Liming with a reference to the CD. Rar
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-22
    • 文件大小:4583414
    • 提供者:Leox
  1. GA遗传算法——理论、应用与软件实现中的源代码

    0下载:
  2. GA遗传算法——理论、应用与软件实现中的源代码-GA GA -- Theory, Application and Implementation of the software source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:635411
    • 提供者:原野
  1. 人工神经网络BP算法_函数逼近

    3下载:
  2. 用三层BP网络实现一个单输入单输出函数的逼近,文件中一个CPP文件和一个WORD文件,其中word文档中有对算法理论,算法设计,程序结果及改进方法试验的详细说明-using neural networks to achieve a single-input single-output function approximation, a CPP paper documents and a Word document, which document a word of the algorithm t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:48218
    • 提供者:李琳
  1. 模糊c-均值算法是模糊聚类

    2下载:
  2. 模糊c-均值算法是模糊聚类中最常见、应用最广泛的分析方法之一.经典FCM算法理论和应用的研究已经相当成熟,Bezdek业已证明算法的收敛性[6],许多软件提供了多种方便的FCM工具箱(如Matlab中FCM工具箱等).但是传统FCM算法处理的是普通数据集,不能直接处理区间数,得到的聚类原型也不是区间数.针对区间数,一种直觉的方法是分别对左区间值和右区间值作FCM,并把得到的聚类原型分别作为区间型聚类原型的左右区间值,但这种方法已经被证明是行不通的[6]-fuzzy c-means cluster
  3. 所属分类:matlab例程

    • 发布日期:2014-01-15
    • 文件大小:9098
    • 提供者:feifei
  1. 遗传算法理论应用及软件实现主程序

    0下载:
  2. 遗传算法理论应用及软件实现主程序-genetic algorithm theory, application software and the main program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:632289
    • 提供者:林美
  1. SourcesofGAbyWang_xiaoping.rar

    0下载:
  2. 王小平老师的遗传算法-理论应用与软件实现的源代码(matlab, C),source codes of the book "Genetic Algorithm" by Wang Xiaoping.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3892658
    • 提供者:张飞
  1. CPSO

    1下载:
  2. 混沌粒子群算法理论文献,比较全面的概括了这一算法-Chaotic particle swarm theory literature, a more comprehensive overview of this algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-20
    • 文件大小:6142976
    • 提供者:terrence
  1. wangxiaoping-resource

    2下载:
  2. 王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-12
    • 文件大小:4516414
    • 提供者:flying
  1. motion

    0下载:
  2. 这是关于运动视频处理的电子书,包含了运动检测和跟踪的算法理论知识-This is the video processing on the movement of e-books, includes a motion detection and tracking algorithm theoretical knowledge
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-26
    • 文件大小:8735914
    • 提供者:罗胜华
  1. source

    0下载:
  2. 《遗传算法-理论.应用与软件实现》那本书的源代码 有C语言的和matlab语言的- Genetic Algorithm- Theory. Application and software implementation, the book s source code have a C language and matlab language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-18
    • 文件大小:4641792
    • 提供者:yuyong
  1. GAtheoryapplicationsdesign

    0下载:
  2. 遗传算法经典书籍:遗传算法——理论、应用与软件实现-Genetic algorithms classic books: genetic algorithms- theory, application and software implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:10234894
    • 提供者:毛毛雨
  1. GABP

    0下载:
  2. 基于遗传算法BP网络预测,代码没有使用遗传工具箱,而是根据遗传算法理论进行编程,有助于理解遗传算法原理-BP network prediction based on genetic algorithm, the code does not use genetic toolbox, but according to the theory of programming genetic algorithms, help to understand the principles of genetic a
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5099
    • 提供者:孟欣
  1. annealing

    0下载:
  2. 模拟退火源码,用于解决优化问题的一种启发式算法,理论上是一个全局最优算法。 -Simulated annealing source code for solving optimization problems in a heuristic algorithm, in theory, is a global optimal algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3321
    • 提供者:任贤齐
  1. 粗糙集属性约简算法综述

    0下载:
  2. 属性约简是粗糙集理论中最核心的问题。文章阐述了基于信息熵、可辨识矩阵、遗传算法、 Johnson 等粗糙集属 性约简算法流程,指出了粗糙集属性约简算法的现有问题及发展趋势,促进粗糙集属性约简的研究进一步发展。(Attribute reduction is the most important problem in rough set theory. In this paper, the rough sets based on information entropy, discernibilit
  3. 所属分类:文章/文档

    • 发布日期:2017-12-23
    • 文件大小:1459200
    • 提供者:九月永生
  1. 控制算法理论及网络图计算机算法显示研究_吴凯

    0下载:
  2. 控制算法理论及网络图计算机算法显示研究,(Research on control algorithm theory and computer graphics display of network diagram)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-17
    • 文件大小:1182720
    • 提供者:Saberknight
  1. RLS算法

    0下载:
  2. 自适应 RLS算法的实现,结合RLS算法理论,编制了一个较为基础的RLS算法实现过程。(Implementation of adaptive RLS algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:3072
    • 提供者:helloworldd
  1. 算法大全

    0下载:
  2. 介绍各种数学算法,文档中也注有部分代码,类似有偏最小二乘回归啊等等!(Introduction to a variety of mathematical algorithms, the document also note that part of the code, similar to partial least squares regression ah!)
  3. 所属分类:文章/文档

  1. 《遗传算法理论·应用与软件实现》源代码

    0下载:
  2. 《遗传算法理论·应用与软件实现》源代码 多年积累类库,具有很大 的参考价值("Genetic algorithm theory, application and software implementation" source code accumulated library for many years, which has great reference value.)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:4604928
    • 提供者:wdddd
  1. 遗传算法理论,应用与软件实现 随书源码

    1下载:
  2. 遗传算法理论,应用与软件实现随书源码 《遗传算法:理论应用与软件实现》全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。全书共分11章。第1章概述了遗传算法的产生与发展、基本思想、基本操作以及应用情况;第2章介绍了基本遗传算法;第3章论述了遗传算法的数学基础;第4章分析了遗传算法的多种改进方法;第5章初步介绍了进化计算理论体系;第6章介绍了遗传算法应用于数值优化问题;第7章介绍了遗传算法应用于组合优化问题;第8章介绍了遗传算法应用于机器学习;第9章讨论了遗传
  3. 所属分类:书籍源码

    • 发布日期:2019-02-28
    • 文件大小:4516143
    • 提供者:xktx422
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com