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

搜索资源列表

  1. sir

    1下载:
  2. 这是粒子滤波的实现,可以实现基本的粒子滤波的算法,也就是用MARLAB实验SIR的程序.-This is the realization of particle filter can achieve basic particle filter algorithm, which is used MARLAB SIR experimental procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5721
    • 提供者:李强
  1. Rough_Reduction

    0下载:
  2. 粗糙集算法的实现 麻烦高手帮我连通,去年的逼设,应该可以用,但我太菜不会!-Rough Set Algorithm of trouble to help me master connectivity, the force set up last year, should be used, but I would not be too dish!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:574888
    • 提供者:ningning
  1. drinkRobots

    0下载:
  2. 本代码用基于steve语言的breve软件编写的,此软件是一种3D人工智能的环境模拟器,可以用来构建AGENT-BASED SYSTEM和模拟机器人行为。本代码实现功能如下:机器人服务模拟。自动取得饮料,递送给客人,客人喝完后,另一种清理机器人处理瓶子并运送垃圾堆。主要为了证明机器人运动中的一种Deliberative设计结构。软件下载地址:http://www.spiderland.org/breve/download.php 打开我上传的文件后,点运行就可以看效果。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6750
    • 提供者:Leon
  1. RBF

    0下载:
  2. 用RBF实现的目标图象识别程序,C实现,可以应用于DSP系统.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:109939
    • 提供者:安平
  1. small_tsp

    0下载:
  2. 一个小的TSP 问题,用遗传算法实现.可以用来学习.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:142147
    • 提供者:彭金良
  1. 贝叶斯分类器源代码

    1下载:
  2. 利用VC实现的贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏-The source code of bayes classfication using VC
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7861
    • 提供者:刘明
  1. ID3_Impl ID3算法实现

    0下载:
  2. ID3算法实现,自己编写的,可以用标准数据集测试-ID3 algorithm, I have written, you can use the standard set of test data
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-13
    • 文件大小:2763
    • 提供者:国启
  1. naive_bayes_numeric

    1下载:
  2. 利用matlab实现的朴素贝叶斯分类器的源代码,可以用来分类或识别,自己编写的,请多指教-Using matlab Naive Bayesian classifier to achieve the source code can be used to classification or recognition, I have written, and like him Zhijiao
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:3773
    • 提供者:satanwings
  1. BP_XOR

    0下载:
  2. 利用三层BP人工神经网络解决异或问题(XOR)用matlab编程实现,网络结构可以方便地调整-The use of three BP artificial neural network to solve XOR problem (XOR) using matlab programming, the network structure can be easily adjusted
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1298
    • 提供者:yaozi
  1. bp

    0下载:
  2. 绝对自己写的JAVA程序,对BP神经网络的实现,用面向对象的思想完成。可以作为初学者使用-Absolutely wrote it myself JAVA procedures, achievement of BP neural network, with complete object-oriented thinking. Can serve as a beginner to use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:5620
    • 提供者:利群
  1. BP

    0下载:
  2. 神经网络——BP算法源码的C环境实现,用它可以训练样本数据-Neural network- BP algorithm of the C-source environment to achieve, it can be trained with sample data
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:7201
    • 提供者:牛丽仙
  1. 15883849svm

    0下载:
  2. 文本分类算法很多,神经网络算法遗传算法可以用,本算法采用支持向量机SVM来实现-Text Classification Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2791368
    • 提供者:yang li rong
  1. neuralnetworkalgorithmscolletions

    0下载:
  2. 一个用C语言编写的神经网络的程序集合,里面包括了art1,bp,cpn, hopfield ,som等神经网络的实现,可以用来学习一下-A use of C language procedures for collection of neural network, which includes art1, bp, cpn, hopfield, som, such as the realization of neural networks can be used to study the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:108873
    • 提供者:steven
  1. knn

    1下载:
  2. KNN 利用VC实现的贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1213
    • 提供者:shabo
  1. vcDEMO

    0下载:
  2. 已知函数y=x*sin(10*Pi*x)+2.0。利用人工智能中的遗传算法(GA),计算y在区间(0,2)上的极大值。对于想学习GA的网友们来说,是个很好的Demo。而且对于基因类,已经按照面向对象的思想进行了封装,稍微修改参数就可以用在实际项目中。 实现环境:Visual C++ 6.0. -Known function y = x* sin (10* Pi* x)+2.0. The use of artificial intelligence in the genetic algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:46773
    • 提供者:zsy
  1. bayes_discrete

    0下载:
  2. 利用matlab实现的离散贝叶斯的源代码,可以用来分类或识别,很值得收藏-Implemented using discrete Bayesian matlab source code can be used to classification or identification, it is worthy of collection
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:5750
    • 提供者:satanwings
  1. Bayes_EM

    0下载:
  2. 利用matlab实现的基于EM算法的贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏-Using matlab to achieve EM algorithm based on Bayesian classifier of the source code can be used to classification or identification, it is worthy of collection
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:10896
    • 提供者:satanwings
  1. bayes_numeric

    0下载:
  2. 利用matlab实现的数值型贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏-Using matlab to achieve numerical Bayesian classifier source code can be used to classification or identification, it is worthy of collection
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:3703
    • 提供者:satanwings
  1. TSP

    0下载:
  2. 实现人工智能中的遗传算法,写的不是很好,但是可以用。-To achieve artificial intelligence in the genetic algorithm, written in not very good, but can be used.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:219161
    • 提供者:
  1. TSP

    0下载:
  2. 用模拟退火算法和遗传算法实现TSP旅行商问题,并可以用Matlab对结果进行图形显示分析,非常实用于初学者-Using simulated annealing algorithm and genetic algorithm traveling salesman problem TSP, and the results can be used Matlab graphics analysis, very useful for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1744903
    • 提供者:翁海冰
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com