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

搜索资源列表

  1. gep编程基础2-27

    0下载:
  2. GEP(基因表达式程序设计)是一种新的演化算法,该文件是基本的GEP编程,采用功能的封装格式,测试通过,能够方便的使用。-GEP (Gene Expression Program Design) is a new evolutionary algorithm, which is the basic GEP programming, functional package format, through testing, to facilitate their use.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15.07kb
    • 提供者:龚文引
  1. 黑白棋算法

    0下载:
  2. 一个很好的搜索算法的例子,可以很好的说明搜索的原理,值得一看,我现在的工程就是在这个算法的基础上-a good search algorithm for example, can search a good note the principle eye-catcher. I now work in the algorithm on the basis of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:69.03kb
    • 提供者:张菲菲
  1. 感知准则函数

    0下载:
  2. 感知准则函数,包括固定增量法和梯度下降法,都是模式识别中的基础算法.-perceptual function criteria, including fixed increment and the gradient method, which is pattern recognition algorithm based.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.36kb
    • 提供者:
  1. 经改写过的C++ bp神经网络算法

    1下载:
  2. 基本bp神经网络算法和改进型bp神经网络算法都是我改写完成的算法,是网上到处传播的一个c++ bp神经网络算法改写的,由于网上的那个算法编译会出现若干百个错误,在其基础上重新编写和改进,写出了这两个算法-bp basic neural network algorithms and improved neural network algorithm bp I are complete rewrite the algorithm, the Internet is spreading everywhe
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:30.69kb
    • 提供者:原则性
  1. 基础GA遗传算法

    0下载:
  2. 基础的GA遗传算法,对于初学优化算法的人很有帮助
  3. 所属分类:人工智能/神经网络/遗传算法

  1. GA遗传算法C语言

    1下载:
  2. 遗传算法方面比较基础的源代码,有助于初学者加深对算法的理解!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2010-10-26
    • 文件大小:232.94kb
    • 提供者:xuhaitao1123
  1. jibenyiqunjuleisuanfa

    4下载:
  2. 该算法,解决了不收敛的问题,聚类效果非常好(效果图如附件图片所示)。改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子,产生变异,从而更快的收敛。-Basic ant clustering algorithm and its improved algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:49.75kb
    • 提供者:卫民
  1. GABook1

    0下载:
  2. 遗传算法书籍:遗传算法的数学基础,从数学的角度论证遗传算法的有效性-Genetic Algorithm Books: The mathematical basis of genetic algorithm, from the perspective of mathematical proof of the effectiveness of genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2.57mb
    • 提供者:毛毛雨
  1. aga

    0下载:
  2. 自适应遗传算法的基础结构,可以用来扩充自己所需要的自适应遗传算法-Adaptive genetic algorithm based on the structure, can be used to expand they need adaptive genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1003byte
    • 提供者:maolei
  1. yuandaima

    1下载:
  2. 基于遗传算法,针对考试系统的自动出题问题,应用矩阵理论的知识,为自动组卷系统建立了一个合适的数学模型,使我们能在数学模型的基础上,应用遗传算法全局寻优和智能搜索的特性,在试题的各种属性满足数学模型的控制指标的基础上,从题库中既好又快的抽出一组符合考方要求的试题,从而得到一份满意的试卷。-Based on genetic algorithms, automatic test system for the title problem, the application of matrix theory
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1.16mb
    • 提供者:qinqi
  1. SGALAB1003beta5005

    0下载:
  2. 这是一个经典的遗传算法标准源程序,可以在此基础上进行改进和提高-This is a classic source of standard genetic algorithm can be carried out on this basis to improve and enhance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-02
    • 文件大小:14.03mb
    • 提供者:zhizhou
  1. CPSO

    1下载:
  2. 我修改的混沌粒子群算法 根据某本参考书上的讲解在pudn上的某个程序的基础上修改得来-this is based on one of the cpso source in pudn,i change it using a algthrim writen in a book
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:304.28kb
    • 提供者:shaivas
  1. AntAlgorithm

    0下载:
  2. 一个蚁群算法求解邮递员路由问题(TSP)具体实现,本人在传统蚁群算法基础上进行改进,达到较高的效率-An ant colony algorithm for routing problem postman (TSP) concrete implementation, I am in the traditional ant colony algorithm based on the improvements to achieve higher efficiency
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:285.46kb
    • 提供者:wangrenbiao
  1. fuzzy_c_means

    0下载:
  2. weka聚类算法中的基础算法,可以作为实验添加到weka中,与其他算法做对比-basic alogrithm in cluster
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1.02kb
    • 提供者:蓝差
  1. pso

    0下载:
  2. pso基础算法代码,能够进行基本pso算法处理,并且能够计算每次迭代例子中心的位移步长 -pso algorithm code base that can perform basic pso algorithm processing, and be able to calculate the displacement of the center of each iteration step examples
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.22kb
    • 提供者:cherry
  1. PSO

    0下载:
  2. pso的基础算法,适合初学者学习,java实现的代码- pso basis algorithm, suitable for beginners to learn, to achieve the java code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5.36kb
    • 提供者:zhang
  1. Anany Levitin)课后答案

    0下载:
  2. 《算法设计与分析基础》一书的课后答案,共有需要的朋友参考(the book called "Algorithm design and analysis foundation" 's answers)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-16
    • 文件大小:2.83mb
    • 提供者:rayshaw
  1. basicABC

    3下载:
  2. 基本人工蜂群算法,带中文注释 可以用来求解优化问题,也可在此基础上改进(Basic Artificial Bee Colony Algorithm with Chinese Notes Can be used to solve the optimization problem can also be improved on this basis)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-22
    • 文件大小:3kb
    • 提供者:小少年郎
  1. 智能算法

    0下载:
  2. 用于智能算法的基础学习,包含有30个实例;供大家分析(Basic learning for intelligent algorithms, including 30 instances; for analysis)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 经典算法大全

    0下载:
  2. 通过学习资料达到对算法的了解,基础入门学习(Algorithm Encyclopedia)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:1.01mb
    • 提供者:东院大王
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com