CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能

资源列表

« 1 2 ... .08 .09 .10 .11 .12 27013.14 .15 .16 .17 .18 ... 28275 »
  1. 5个遗传算法源码

    2下载:
  2. (其中已经包含5个源码)所附源程序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 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-03-20
    • 文件大小:631310
    • 提供者:Thread
  1. 水木清华BBS精华区--人工智能

    2下载:
  2. 水木清华BBS精华区--人工智能 涉及了人工智能的多个方面问题-Shuimu Tsinghua BBS essence District -- AI Artificial Intelligence involves a number of aspects
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1930711
    • 提供者:黄豪杰
  1. 粒子群优化算法C

    2下载:
  2. 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-comparison with the genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function op
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:17201
    • 提供者:wxd
  1. 自己写的手势识别

    2下载:
  2. 利用C++语言实现的对运动手势进行识别的代码,请指教!-use C language to the movement of gestures identification code, please advise!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:22175
    • 提供者:杨兵
  1. 支持向量机神经网络C++

    2下载:
  2. C++实现的支持向量机神经网络代码,欢迎各位使用-C realized SVM neural network code, welcome you use
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:289348
    • 提供者:杨兵
  1. apriori算法java实现

    2下载:
  2. 针对于关联规则数据挖掘的apriori算法,采用ODBC连接数据库.采用Java实现.-Implement apriori algorithm of Assosiation Rule Data Mining using Java, accessing database with ODBC.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:53350
    • 提供者:colin
  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
    • 文件大小:45901
    • 提供者:林献坤
  1. gmeans

    2下载:
  2. gmeans-- Clustering with first variation and splitting 文本聚类算法Gmeans ,使用了3种相似度函数,cosine,euclidean ,KL.文本数据使用的是稀疏矩阵形式. -gmeans clustering with first variation and splitting Gmeans,a text clustering algorithm, uses 3 functions,cosine,euclidean and
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:71569
    • 提供者:修宇
  1. sBOA

    2下载:
  2. 贝叶斯优化算法是一种新的演化算法,通过贝叶斯概率统计的知识来学习后代,可是使演化朝有利的方向前进,程序用C实现了贝叶斯优化算法。-Bayesian Optimization Algorithm is a new evolutionary algorithm, through Bayesian probability and statistics to learn the knowledge of future generations, but to enable the evolution to
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:158349
    • 提供者:龚文引
  1. 我编写的monte carlo随机数发生器检验程序

    2下载:
  2. 该程序用来检验monte carlo随机数的分布是否满足随机性要求。包括独立性检验、均匀性检验和参数检验。-procedures used to test the Monte Carlo random number distribution to satisfy the requirements randomness. Including the independence test, uniform test parameters and test.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3633
    • 提供者:存友
  1. 改进的遗传算法

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

    • 发布日期:2008-10-13
    • 文件大小:2373
    • 提供者:黄善理
  1. 属性约简

    2下载:
  2. 启发式属性约简算法,粗糙集,模糊粗糙集 启发式属性约简算法,粗糙集,模糊粗糙集
  3. 所属分类:数学计算/工程计算

    • 发布日期:2020-12-25
    • 文件大小:1828164
    • 提供者:shouzhisangyu
« 1 2 ... .08 .09 .10 .11 .12 27013.14 .15 .16 .17 .18 ... 28275 »
搜珍网 www.dssz.com