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

搜索资源列表

  1. 遗传算法matlab

    1下载:
  2. matlab编写的遗传算法,采用二进制编码,有说明文档。-Matlab prepared by the genetic algorithm, using the binary coding, documentation.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:103.78kb
    • 提供者:张露
  1. 遗传算法c++程序

    1下载:
  2. 首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞争机制选择个体,使用各种遗传操作算子产生下一代如此进化下去,直到满足期望的终止条件。-begin using some form of coding mapping to the solution space coding space, each encoding a corresponding solution to the probl
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6.2kb
    • 提供者:qianyg
  1. C++遗传算法的源代码

    0下载:
  2. 用VC++编写的遗传算法源程序,可以用内容较多-very useful, widely,VC++, coding, Genetic algorithm of C++
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.66mb
    • 提供者:me
  1. 柔性加工车间遗传算法调度C++

    2下载:
  2. 这是一个柔性加工车间的优化调度的遗传算法,算法应用矩阵编码的方式,实现优化求解,欢迎与作者联系其他算法linxk333@yahoo.com.cn-This is a flexible processing workshops optimal scheduling of the genetic algorithm, the algorithm application matrix coding modes to achieve optimization, and welcome other aut
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:44.83kb
    • 提供者:林献坤
  1. 改进的遗传算法

    2下载:
  2. vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corre
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.32kb
    • 提供者:黄善理
  1. 模式识别的一些预处理

    0下载:
  2. 模式识别的一些预处理,包括:图像压缩的例子:行程编码算法RCL, 手写体数据变换成像素位图的算法。-some pretreatment pattern recognition, including : Image Compression examples : RCL itinerary coding algorithm, handwritten data transformation into pixel bitmap algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12.89kb
    • 提供者:何风
  1. immunity

    1下载:
  2. 提供一个人工免疫算法源程序,其算法过程包括: 1.设置各参数 2.随机产生初始群体——pop=initpop(popsize,chromlength) 3.故障类型编码,每一行为一种!code(1,:),正常;code(2,:),50%;code(3,:),150%。实际故障测得数据编码,这里Unnoralcode,188% 4.开始迭代(M次): 1)计算目标函数值:欧氏距离[objvalue]=calobjvalue(pop,i) 2)计算群体中
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8.8kb
    • 提供者:江泉
  1. all-f90s

    1下载:
  2. 这是一个实数编码的遗传算法,用的是fortran语言,程序参数比较繁杂-This is a real coding genetic algorithm, using the FORTRAN language, the more complicated procedure parameters
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:160.24kb
    • 提供者:rongerhou
  1. Myga_1.0

    0下载:
  2. 遗传算法的fortran77语言编程,中间有法语介绍,用的是二进制编码-GA FORTRAN77 programming language, intermediate French, using the binary coding
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9.79kb
    • 提供者:rongerhou
  1. DE_FORTRAN90.f90

    1下载:
  2. 这是一个可以运行的遗传算法fortran源码,变量涉及得很多!也是实数编码-This is a run of the genetic algorithm FORTRAN source, a lot of variables involved! Also real coding
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.69kb
    • 提供者:rongerhou
  1. NeuralNetworkSourceCode

    1下载:
  2. 神经网络源程序代码,有常用的BackProp算法,行程编码算法RCL,动态聚类算法,LVQ(学习矢量量化)算法等等,自己看吧-neural network source code, a common BackProp algorithm, RCL itinerary coding algorithm, dynamic clustering algorithm, LVQ (LVQ) algorithm, etc., and see themselves
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:555.72kb
    • 提供者:梁锋
  1. GAdownload

    0下载:
  2. 遗传求解求解一元二次方程的解源程序(下载点击GAdownload.c) 说明: 1 popu变量表示群体规模 2 L变量表示染色体的长度 3 pc,pm变量分别代表是交叉概率和变异概率 4 gen是迭代的代数 4 chromosome是一个全局的二维数组,里面存放的是个体的编码 5 程序最后的执行结果输出到了text.txt文本文件中-genetic solving quadratic equation to solve one yuan source solutio
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.35kb
    • 提供者:万飞
  1. yichuansuanfacankao

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借 用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性 的提高。这一点体现了自然界中\"物竞天择、适者生存\"进化过程。1962年Holland教授首次 提出了GA算法的思想,从而吸引了大批的研究者,迅速推广到优化、搜索、机器学习等方 面,并奠定了坚实的理论基础。 用遗传算法解决问题时,首先要对待解决问题的模型结构 和参数进行编码,一般用字符串表示,这
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:400.36kb
    • 提供者:冯灿科
  1. Coding-theorems-for-turbo-like-codes

    0下载:
  2. Coding theorems for turbo-like codes,RA码(重复累计码)的经典文献-Coding theorems for turbo-like codes, RA codes (repeat accumulate code) in classic literature
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:165.96kb
    • 提供者:cow
  1. Cluster

    0下载:
  2. 介绍各种聚类算法的教案 包含基本算法流程和编码 是初学者自学的好帮手-Introduction of the lesson plans of various clustering algorithms with the basic algorithm for beginners learning processes, and coding is a good helper
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2.2mb
    • 提供者:mm
  1. Improved-non-negative-sparse-coding-algorithm

    0下载:
  2. 改进的非负稀疏编码图像基学习算法Improved non-negative sparse coding algorithm for image-based Learning-Improved non-negative sparse coding algorithm for image-based Learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:203.88kb
    • 提供者:hao5208
  1. Alamouti-MIMO

    0下载:
  2. It s very useful to who wants to simulate MIMO.in LTE network This code run on Matlab platform In this package include 5 files simulation -Alamouti code -Space time block code -Space time coding -Adaptive mimo - Alamouti mimo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:8.6kb
    • 提供者:tri minh
  1. Sparse-Coding-for-Face-detection

    0下载:
  2. 基于sparse coding的人脸检测,很好的学习代码-face detection based on sparse coding!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2.01mb
    • 提供者:周斌
  1. Sparse-coding-package-

    1下载:
  2. 关于稀疏编码的matlab代码包,里面有先关说明,以及引用出处。-sparse coding matlab code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3.22mb
    • 提供者:李伟
  1. Locality-constrained Linear Coding for Image Classification

    2下载:
  2. Locality-constrained Linear Coding (LLC) in place of the VQ coding in traditional SPM. LLC utilizes the locality constraints to project each descr iptor into its local-coordinate system, and the projected coordinates are integrated by max pooling to
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2019-04-11
    • 文件大小:573.56kb
    • 提供者:leoqiulin
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com