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

搜索资源列表

  1. VSM

    0下载:
  2. 向量空间模型算法,给定一个经过分词的文档集,可以输出向量空间模型、特征词典、倒排索引表等功能,很经典的VSM算法源代码-Vector space model algorithm, given a segmentation of the document set, you can output vector space model, the characteristics of dictionaries, inverted index table functions, it is the clas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:10313
    • 提供者:郝祥根
  1. algorithms

    2下载:
  2. 我个人收集的各类智能算法,共有20多个源代码,包括:遗传算法,蚁群算法,粒子群算法,微分进化算法,遗传神经网络算法,粒子群SVM算法,粒子群神经网络算法等混合算法-I collect all kinds of intelligent algorithms, a total of more than 20 source code, including: genetic algorithms, ant colony optimization, particle swarm optimization,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-21
    • 文件大小:6202087
    • 提供者:王军
  1. three-joint-robot-arm

    2下载:
  2. 三关节机器人手臂的综合matlab仿真,simiulink,源代码等-A comprehensive three-joint robot arm, matlab simulation, simiulink, source code, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:72630
    • 提供者:常亮
  1. particleMatlab

    0下载:
  2. 国外牛人写的经典的粒子滤波的源代码。很适合入门者研究。有详细的注释。-Classic foreign cattle were written the source code for Particle Filtering. Very suitable for beginners of. Detailed notes.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:773
    • 提供者:feng
  1. winedata-bayers

    5下载:
  2. 对著名的UCI机器学习库的wine数据集做的朴素贝叶斯分类算法,包含详细源代码和实验报告,不可多得啊-Pairs of well-known UCI machine learning repository data set to do wine Naive Bayesian classification algorithm, with detailed source code and test reports, a rare ah
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:17875
    • 提供者:hannychen
  1. RVM_matlabToolBox

    5下载:
  2. 相关向量机(RVM)的matlab源程序,包含快速算法,内含代码使用说明。 RVM采取是与支持向量机相同的函数形式稀疏概率模型,对未知函数进行预测或分类。 优点: (1) 不仅仅输出预测目标量的点估计值,还可以输出预测值的分布. (2) 使用更少数量的支持向量,从而显著减少输出目标量预测值的计算时间. (3) RVM不需要估计过多的参数. (4) RVM对是否满足Mercer 定理的核函数没有限制,适应性更好. -Relevance Vector Ma
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-12-02
    • 文件大小:157304
    • 提供者:何创新
  1. sparse_representation

    0下载:
  2. 最热门的稀疏表示的算法,马毅等人在PAMI上发表的文章代码-Sparse representation of the most popular algorithms, Yi Ma, and others published an article in the PAMI code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3936
    • 提供者:zhoujingbo
  1. BP-code

    0下载:
  2. 基于C语言编写的BP 神经网络程序 经过大量样本训练满足 设计要求!-C language based on BP neural network of a large number of samples after a training program to meet the design requirements!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8124
    • 提供者:石浩
  1. Coding-theorems-for-turbo-like-codes

    0下载:
  2. Coding theorems for turbo-like codes,RA码(重复累计码)的经典文献-Coding theorems for turbo-like codes, RA codes (repeat accumulate code) in classic literature
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:169938
    • 提供者:cow
  1. Programming AI by Example Source Code

    0下载:
  2. Programming AI by Example Source Code.rar
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-12
    • 文件大小:4088618
    • 提供者:coolhandy
  1. 1

    0下载:
  2. 这是一个模式识别,关于贝叶斯分类器实现的代码-This is a pattern recognition, Bayesian classifier on the realization of the code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3694
    • 提供者:ivan1988716
  1. genatic

    0下载:
  2. 遗传算法的原代码,用于最优化计算,只需解压便可使用。-Genetic algorithm source code for the optimization calculation, just unzip to use.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:2178
    • 提供者:SHI YU ZHEN
  1. 79419088cellularAutomata

    0下载:
  2. 林火预测元胞自动机的代码,利用它可以对未来的林火情况进行模拟和预测-Forest Fire Cellular Automata prediction code, using it for the future forest fire situation in the modeling and prediction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1495
    • 提供者:zhaoqun
  1. BP-moshi

    0下载:
  2. BP神经网络用于函数拟合与模式识别的Matlab示例程序,说明很详细,并且代码可以直接拿来用-BP neural network for function fitting and pattern recognition procedures Matlab examples to illustrate in great detail, and the code can be directly used by
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5711
    • 提供者:tangsp
  1. Fuzzy

    1下载:
  2. 模糊算法,实现了求交法计算模糊蕴含关系、最大最小法进行合成运算、求并法计算输出量的模糊集合、加权平均法计算实际的清晰控制量等部分的详细代码。-Fuzzy algorithm, the realization of the intersection method to calculate fuzzy implication relations, max-min method for synthesis of computing, and method for output fuzzy sets,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:8685
    • 提供者:LCC
  1. SGA

    0下载:
  2. 简单的遗传算法源代码,挺实用的,大家可以借鉴-Simple genetic algorithm source code, very useful, we can learn from
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2539
    • 提供者:asdfasdf
  1. GA

    0下载:
  2. 文件中包含某老师关于智能优化计算课程中的遗传算法部分的讲义,其中包含详细的例子及源代码。-File contains a calculation of the teachers on the intelligent optimization of the genetic algorithm curriculum part of the lecture, which includes detailed examples and source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1154407
    • 提供者:周钟
  1. Matlabfuzzy

    1下载:
  2. 本文介绍一种倒立摆系统的软硬件开发,其硬件系统具有低成本、高可靠性和稳定性等优点;其软件系统在Matlab环境下编程和实时控制,源代码完全开放,而且可调用丰富的Matlab工具箱函数,非常适用于教学和科研上的再学习和开发。-This paper introduces an inverted pendulum system software and hardware development, the hardware system has a low-cost, high reliability
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:258389
    • 提供者:julien716
  1. nsga2

    0下载:
  2. 多目标遗传算法的源代码,希望能到帮到大家-Multi-objective genetic algorithm source code, hoping to help you
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:33560
    • 提供者:张丹
  1. Game

    0下载:
  2. 本程序为求解博弈纳什均衡解的源程序,可以自己构造博弈矩阵,也可以选择已经存在的博弈矩阵.本程序分为两种方法,一种方法只能求解纯纳什均衡解.另一种可以求混合均衡解.-This procedure for solving the Nash equilibrium solution of game source code, you can construct their own game matrix, can also choose an already existing game matrix.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:100425
    • 提供者:朱某
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com