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

搜索资源列表

  1. GAcodes

    0下载:
  2. An Introduction to Genetic Algorithms for Scientists and Engineers By David Coley, World Scientific Press, 1999 (US$28 / £ 19.04) 书中的算法源程序-An Introduction to Genetic Algorithms for Scientists and Engineers By David Coley, World Scientific Pr
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:48980
    • 提供者:welsh
  1. GACodes_VS2003

    0下载:
  2. 遗传算法的VS2003工程,调试通过,An Introduction to Genetic Algorithms for Scientists and Engineers 书中的算法源程序
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:564217
    • 提供者:Ni Renzhuo
  1. introduction_to_genetic_algorithms

    0下载:
  2. Introduction to Genetic Algorithms - Genetic Algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1449334
    • 提供者:alpha
  1. FuzzyRuleGenerationBasedonGeneticAlgorithm

    1下载:
  2. 这是一篇来自哈尔滨工业大学的关于应用遗传算法来优化模糊规则的论文,该论文于2005年1月发表于计算机仿真期刊。文中比较系统的介绍了遗传算法的基本知识、模糊推理机制以及应用遗传算法来优化模糊规则的步骤,最后给出比较好的仿真结果。-It is one from the Harbin Institute of Technology on the application of genetic algorithms to optimize the fuzzy rules of the thesis, th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:226410
    • 提供者:haphan
  1. Artificial_Neural_Networks

    0下载:
  2. introduction to the subject of Artificial neural network and genetic algorithms, two very new subjects forming part of distributed artificial inteligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2125553
    • 提供者:sachin
  1. Introduction-to-Algorithms

    0下载:
  2. 算法导论中文版,关于算法的详细介绍和详细理解-Introduction to Algorithms Chinese, details about the algorithm and detailed understanding of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-16
    • 文件大小:25596034
    • 提供者:谢林
  1. hybrid-genetic-algorithms

    1下载:
  2. 在传统遗传算法的基础上,引入FFD、BF近似算法的思想,提出求解该类问题的混合遗传算法。-In the traditional genetic algorithm, based on the introduction of FFD, BF approximation algorithm ideas put forward to solve such problems of hybrid genetic algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:260988
    • 提供者:刘峰
  1. Algorithm

    0下载:
  2. 传说中超越了算法导论的书 英文版 建议研究算法的多-This is the legend that beyond the book Introduction to algorithms, if you' re curious, and since that English is good enough, you download it, anyway, I think the dizziness!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3392293
    • 提供者:
  1. sfdlda

    0下载:
  2. 此文件为《算法导论》这本书的习题答案,使用过,很不错-Introduction to Algorithms answer
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2101735
    • 提供者:Oniontree
  1. Introduction-To-Algorithms-

    0下载:
  2. MIT的算法导论电子书:Introduction To Algorithms (Mit Press 2Nd Edition)-MIT s Introduction to Algorithms book: Introduction To Algorithms (Mit Press 2Nd Edition)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-29
    • 文件大小:12258148
    • 提供者:Lan
  1. Introduction-to-Algorithms

    0下载:
  2. 麻省理工学院算法设计导论,一些有用的资料用于编程算法设计-Introduction to Algorithms Second Edition of MIT,some useful document
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:18714048
    • 提供者:黄瑞
  1. Cappe-2007-An-Overview-of-Exist

    0下载:
  2. 这是一篇很好的有关粒子滤波的综述性论文,具有很高的参考价值。-It is now over a decade since the pioneering contribution of Gordon et al. (1993), which is commonly regarded as the first instance of modern sequential Monte Carlo (SMC) approaches. Initially focussed on applicat
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:883470
    • 提供者:xiaochen
  1. An-Introduction-To-Genetic-Algorithms

    0下载:
  2. Introduction to genetic algorithms:problem solving and scientific models
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1880477
    • 提供者:Yulia
  1. Practical-genetic-algorithms

    0下载:
  2. Introduction to optimization,the binary genetic algorithm,the continous genetic algorithm,basic applications,advancewd applications,more natural optimization algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:2442389
    • 提供者:Yulia
  1. project1_code

    0下载:
  2. 这是matlab编写的3个常用机器学习分类器代码。其中包括了: 1)PCA 分类其;2)LDA分类器:3)naive贝叶斯分类器。 3个算法的实现参考了《Introduction to Machine Learning》。 除了这3个分类算法的实现外,代码里面还包含了用于测试的main.m 主程序和一个实验的简要报告。实验在著名数据集acoustic_train_data 上进行。-This source code includes the implementation of three f
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:372147
    • 提供者:hhj
  1. Brief-of-Artificial-Intelligence

    0下载:
  2. 人工智能算法概论,包括神经网络、支持向量机、专家系统等 -Introduction to artificial intelligence algorithms, including neural networks, support vector machines, expert systems, and so on
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:226280
    • 提供者:Hanxia
  1. Ensemble Methods Foundations and Algorithms

    0下载:
  2. This book provides researchers, students and practitioners with an introduction to ensemble methods. The book consists of eight chapters which naturally constitute three parts.
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:3623936
    • 提供者:ldwcuit
  1. 2012.李航.统计学习方法

    0下载:
  2. 机器学习算法,介绍各种机器学习算法,理论公式推导等等(Machine Learning Algorithms, Introduction to Various Machine Learning Algorithms, Derivation of Theoretical Formulas, and More)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-08
    • 文件大小:17786880
    • 提供者:mocun172
  1. ALGOINTRO

    0下载:
  2. 《算法导论(原书第3版)》英文,很经典的一本书(Introduction to algorithms 3rd English)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-06
    • 文件大小:5095424
    • 提供者:JOELYU
  1. Python机器学习基础教程(完整电子版)

    3下载:
  2. 本书是机器学习入门书,以Python语言介绍。主要内容包括:机器学习的基本概念及其应用;实践中最常用的机器学习算法以及这些算法的优缺点;在机器学习中待处理数据的呈现方式的重要性,以及应重点关注数据的哪些方面;模型评估和调参的高级方法,重点讲解交叉验证和网格搜索;管道的概念;如何将前面各章的方法应用到文本数据上,还介绍了一些文本特有的处理方法。(This book is an introduction to machine learning, introduced in Python langua
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-08-03
    • 文件大小:14027776
    • 提供者:bridgeplq
« 12 »
搜珍网 www.dssz.com