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

资源列表

« 1 2 ... .12 .13 .14 .15 .16 2417.18 .19 .20 .21 .22 ... 2855 »
  1. 医学边缘检测

    1下载:
  2. 很好的边缘检测源代码,使用vc++6.0编写,主要用于医学图像的边缘检测-good source edge detection, the use of vc 6.0 preparation, mainly for Medical Image Edge Detection
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:109251
    • 提供者:宋军
  1. 遗传算法基本算法

    1下载:
  2. 这个是关于遗传算法的比较完整的C语言程序,个人觉得还是比较有参考价值。-on the genetic algorithm is relatively complete C language program, individuals think it is quite a reference value.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:65295
    • 提供者:沈忆
  1. 产生式例子

    1下载:
  2. 本代码是人工智能中产生式的一个例子,功能是实现对有限动物特征识别的正向和反相推理。-the code is generated artificial intelligence-an example of that function is limited to the identification of the animal forward and inverse reasoning.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3747
    • 提供者:汪永威
  1. Matlab复杂分析模拟讲义及例程

    1下载:
  2. Matlab复杂分析模拟讲义及例程,有复杂模拟的讲义和实例啊,不要错过-Matlab simulation of complex analysis routines and lectures, a complex simulation of the lectures and examples ah, not to miss
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:493935
    • 提供者:韩乐
  1. chameleon

    1下载:
  2. 变色龙层次聚类算法,利用动态模型的层次聚类算法-chameleon hierarchical clustering algorithm, using a dynamic model of hierarchical clustering algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:51340
    • 提供者:林恩
  1. neutro

    1下载:
  2. 卡内基梅隆大学,采用人工神经网络方法进行人脸训练和识别的c程序源代码,程序中注释比较详细,不多说了。-Carnegie Mellon University, artificial neural network method for training and Face Recognition c source code, procedures Notes in greater detail, not much to say.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:25733
    • 提供者:
  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
    • 文件大小:6351
    • 提供者:qianyg
  1. 模拟退火源码

    1下载:
  2. 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:55205
    • 提供者:qianyg
  1. 朴素贝叶斯

    1下载:
  2. 调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2 -process called CM = Confusion_matrix (train_predicts, train_targets) [combining
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2234
    • 提供者:qianyg
  1. 用matlab编的神经网络程序

    1下载:
  2. 一个MATLAB版编的 神经网络程序 -MATLAB version of a series of the neural network programming
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6921
    • 提供者:乌龙
  1. KPitch

    1下载:
  2. 这个是用来进行基频检测的,目前做的最好的应该数Paul的基频提取算法了,误差可以小于万分之五。该源代码的算法是我根据Paul的算法修改得到,省略了插值部分,所以误差在百分之五以内,但是在实际工作中已经足够了。-is for the frequency of detection, so the best should be the number of frequency Paul extraction algorithm, can be less than prior error. The sou
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2249
    • 提供者:柯登峰
  1. 1下载:
  2. 基于java实现的遗传算法 神经网络 实数编码 交叉 选择 变异-achieve genetic neural network algorithm is coded cross-choice variant
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:193800
    • 提供者:赖大武
« 1 2 ... .12 .13 .14 .15 .16 2417.18 .19 .20 .21 .22 ... 2855 »
搜珍网 www.dssz.com