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

搜索资源列表

  1. AI_GA_matlab

    2下载:
  2. 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13300
    • 提供者:胡朋
  1. gaussianprocess4Clas

    0下载:
  2. 高斯过程是一种非参数化的学习方法,它可以很自然的用于regression,也可以用于classification。本程序用高斯过程实现分类!-Gaussian process is a non - parametric method of learning, it is very natural for regression. can also be used for classification. The procedures used to achieve classification G
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:291381
    • 提供者:wuyuqian
  1. tree

    0下载:
  2. 一个用Java编写的分形程序。分形(Fractal)理论是Mandelbrot于20世纪70年代提出的一门非线性学科,用于描述自然界中的非平衡非线性复杂系统的有序状态。利用分形算法可以画出千奇百怪的图象。Mandelbrot集和Julia集是分形集合中最基本的两个集合
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1279
    • 提供者:王大朋
  1. nsga2code

    0下载:
  2. 多目标优化算法快速非支配排序(NSGA2)的具体程序-the code of multiobjective optimization method NSGA2
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:93412
    • 提供者:zengjie
  1. HanZiFreq

    0下载:
  2. 汉字字频统计软件说明: 1. 这个小工具可以对一个文本文件中出现的汉字的字形数和字种数进行频次统计; 2. 字频统计结果按照降序输出; 3. 可同时选中多个文本文件进行字频统计; 4. 程序启动后点击主菜单中“统计字频”下“选取文件”就可以开始进行字频统计; 5. 统计结果保存在HanZiFreq_Result.txt文件中; 6. 这个工具不能处理非纯文本格式的文件(比如rtf,word .doc文件等),并且只能处理GB码的文件。 7. \test目录下有一
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:55900
    • 提供者:郝祥根
  1. JKLMNOPMQRONSQMTOULUVRONWQXMLTRKRTXNR

    0下载:
  2. 蚁群算法是一类模拟生物群体突现聚集行为的非经典算法E首先描述了一个简单蚂蚁系统及 其简单蚁群算法C并对其进行了计算机程序模拟与动力系统仿真E结果表明C简单蚂蚁系统中存在规模 聚集效应C当蚁群的规模超过某一临界值时C蚂蚁的行为开始向有序的方向收敛C并最终稳定在一种有 序状态E 关键词=蚂蚁系统F蚁群算法F仿真F多主体系统 中 -Ihl &o jmlskq h & omxplspq }m &~ps vm rj i hl} & hmpq’Iqmk!&p hlq<qlpk
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:234072
    • 提供者:fhyang
  1. KnapsacksProblem

    0下载:
  2. 本程序将遗传算法应用于背包问题。借助了大自然的演化过程,是多线索而非单线索的全局优化方法,采用的是种群和随机搜索机制. -This procedure will be applied to knapsack problem genetic algorithm. With the evolution of nature, is more than a single clue leads the global optimization method, using population and ran
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:273069
    • 提供者:刘浏
  1. not-recursive-realized

    0下载:
  2. 该程序是分段函数: akm(m,n){ n+1 m =0 akm(m-1,1) m!=0,n=0 akm(m-1),(akm(m,n-1)) m!=0,n!=0 实现递归和非递归的算法 非递归算法可能使计算时间减少-The program is piecewise function: Akm (m, n) { N+ 1 m = 0 Akm (m-1, 1) m! = 0, n = 0 Akm (m-1) (akm (m, n-1)) m! = 0, n.=
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:859
    • 提供者:
  1. zjh1

    0下载:
  2. 人工智能语言是一类适应于人工智能和知识工程领域的、具有符号处理和逻辑推理能力的计算机程序设计语言。能够用它来编写程序求解非数值计算、知识处理、推理、规划、决策等各种复杂的智能问题。-it is very helpful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:208387
    • 提供者:长门
  1. main

    0下载:
  2. 已知图采用邻接表存储,写出深度优先搜索算法的非递归形式 对邻接表存储的图采用非递归的深度优先搜索 该程序只适合有向连通图,可以用邻接表这样的一个图进行测试-Figure adjacency list is stored to write a depth-first search algorithm non-recursive form of Adjacency list stored in the diagram using non-recursive depth-first sea
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1322
    • 提供者:胡婷
  1. AntSystem-WithPlay

    0下载:
  2. 基于蚁群算法求解对称非对称旅行商问题 ,可以通过程序,很容易的得到最后的结果图形和迭代过程 -Through the program, it is easy to get the final results graphics and iterative process based on ant colony algorithm for the symmetric asymmetric traveling salesman problem,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:28802
    • 提供者:
  1. brain_demo

    0下载:
  2. NMF非负分解进行脑信号的处理的程序,包括导入brain image,NMF信号分解,结果导出。-NMF2, by itself, creates a new brainNMF or raises the existing singleton
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:18625
    • 提供者:LQ ZHAO
  1. ACO-for-three-well-known-TSP-problem

    0下载:
  2. 该程序是以蚁群系统为模型写的蚁群算法程序(强调:非蚂蚁周模型),以三个著名的TSP问题为测试对象。通过微调参数,都可以获得较好的解-The program is based on ant colony system algorithm for the model written procedures ( emphasis : Non- ants week model ) to three well-known TSP problem for the test object. By fine-tu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4178339
    • 提供者:zhoujialin
  1. NewAntProject

    0下载:
  2. 该程序是以蚁群系统为模型写的蚁群算法程序(强调:非蚂蚁周模型),以三个著名的TSP问题为测试对象 //通过微调参数,都可以获得较好的解-A New Ant Project: the program is based on ant colony system model of ant colony algorithm program (emphasize: the ants weeks model), with three famous TSP problem for the test obj
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:965726
    • 提供者:德静
  1. nsga2

    0下载:
  2. 多目标遗传算法 NSGA2 包括非支配排序和拥挤度计算等核心程序 亲测可运行 放心使用下载-Multi-Objective Genetic Algorithm NSGA2 Including non-dominated sorting and crowding calculation kernel Ease of use pro-test can be run download
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:8200
    • 提供者:mr feng
  1. xe802

    0下载:
  2. 计算多重分形非趋势波动分析matlab程序,用MATLAB编写的遗传算法路径规划,车牌识别定位程序的部分功能。- Calculation multifractal detrended fluctuation analysis matlab program, Genetic algorithms using MATLAB path planning, Part of the license plate recognition locator feature.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-19
    • 文件大小:4096
    • 提供者:王军群
  1. 5326

    0下载:
  2. DC-DC部分采用定功率单环控制,非归零型差分相位调制信号建模与仿真分析 ,这是一个好用的频偏估计算法的matlab仿真程序。- DC-DC power single-part set-loop control, NRZ type differential phase modulation signal modeling and simulation analysis, This is a useful frequency estimation algorithm matlab simulati
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-12
    • 文件大小:4474
    • 提供者:程建
  1. kiufui_v87

    0下载:
  2. 计算多重分形非趋势波动分析,数学方法是部分子空间法,应用小区域方差对比,程序简单。- Calculate the multifractal trend fluctuation analysis, Mathematics is part of the subspace, Application of small area variance comparison, simple procedures.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-16
    • 文件大小:3072
    • 提供者:佘在平
  1. vntip

    0下载:
  2. 在matlab环境中自动识别连通区域的大小,非归零型差分相位调制信号建模与仿真分析 ,线性调频脉冲压缩的Matlab程序。- Automatic identification in the matlab environment the size of the connected area, NRZ type differential phase modulation signal modeling and simulation analysis, LFM pulse compression of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-19
    • 文件大小:7168
    • 提供者:胡向利
  1. 遗忘算法(词库生成、分词、词权重)演示程序

    0下载:
  2. 通过非主流的遗传算法进行关键词提取,分词的功能(Through the non mainstream genetic algorithm for keyword extraction, word segmentation function)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:37695488
    • 提供者:幻想达人
« 12 »
搜珍网 www.dssz.com