CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - Naive Bayes

搜索资源列表

  1. NaiveBayes

    0下载:
  2. naive bayes方法是用于分类的一个传统方法,它是产生的比较早的一个方法,分类的准确度比较高。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1014byte
    • 提供者:李萍
  1. NaiveBayes

    0下载:
  2. 这是一个matlab 开发的naive Bayes 分类器算法。可以供大家共享,修改和批评指正。这个是修改的别人的。如果有务,联系: l_y_f_2005@163.com
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.21kb
    • 提供者:122456
  1. Naive_Matlab

    0下载:
  2. Naive Bayes classification algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3.49kb
    • 提供者:Leo
  1. subattribspace

    0下载:
  2. 一个朴素贝叶斯的matlab实现算法一个朴素贝叶斯的matlab实现算法-A Naive Bayes algorithm for matlab in a Naive Bayes algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:6.59kb
    • 提供者:lee
  1. subattribspace

    0下载:
  2. 朴素贝叶斯matlab实现,基于matlab编程-Naive Bayes matlab to achieve, based on the matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6.38kb
    • 提供者:李凌
  1. Bayes2

    0下载:
  2. 基本的贝叶斯算法(朴素贝叶斯算法,参照清华大学出版的模式识别)-The basic Bayesian algorithm (Naive Bayes algorithm, in the light of pattern recognition, Tsinghua University Publishing)
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.44kb
    • 提供者:nini
  1. Naive_Bayes_demo

    0下载:
  2. 使用Naive Bayes Classifier去分类binary data并绘出正确图表-Using the Naive Bayes Classifier to classify binary data and draw the correct diagram
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:59.11kb
    • 提供者:Steve Evan
  1. TutorMatlab

    0下载:
  2. MATLAB PROGARM Naive Bayes
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:619byte
    • 提供者:PACMAR
  1. NBC

    0下载:
  2. 实现朴素贝叶斯的分类,很好用的,利用matlab编写,不错的程序-Naive Bayes classification, well used, the use of Matlab prepared, a good program
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4.95kb
    • 提供者:高影
  1. bayes

    0下载:
  2. bayesian classifier, naive bayesian classifier algorithms are implementer using matlab 20-bayesian classifier, naive bayesian classifier algorithms are implementer using matlab 2011
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:15.06kb
    • 提供者:Karim Khalifeh
  1. algorithms

    0下载:
  2. 分类算法是统计学分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,且方法简单、分类准确率高、速度快。-The classification algorithm is the statistical classification, it is a knowledge of probability and statistics classification alg
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:20.72kb
    • 提供者:天龙
  1. naive-bayes-classifier

    0下载:
  2. 程序实现了naive bayes classifier, 并附有对美国参议院根据投票情况来判断议员属于民主党还是共和党的例子。-Program achieved a naive bayes classifier, along with the U.S. Senate voting to determine under Democrat and Republican members belonging examples.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:3.73kb
    • 提供者:杜晗
  1. Naive-Bayes

    0下载:
  2. 一个学习Naive Bayes的matlab代码,学习到的参数只与样本的个数有关,与实际的样本值没有直接关系。 为了代码的可读性、容易学些,算法的实现没有采用MATLAB向量化 操作。-A Naive Bayes learning matlab code, only to learn the parameters related to the number of samples, and the actual sample values ​ ​ are not dir
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:3.09kb
    • 提供者:浩克
  1. naive

    0下载:
  2. implementation of naive bayes algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:12.03kb
    • 提供者:sunil
  1. naive bayes algorithm

    0下载:
  2. implementation of naive bayes algorithm with example dataset
  3. 所属分类:matlab例程

  1. naive bayesian algorithm

    0下载:
  2. implementation of naive bayes algorithm with example dataset
  3. 所属分类:matlab例程

  1. Naive-Bayes

    0下载:
  2. 基于matlab的Naive Bayes分类,分为train,test和run-Matlab-based Naive Bayes classification, divided into train, test and run
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:651byte
    • 提供者:yxingx
  1. Bayes

    0下载:
  2. 贝叶斯分类算法是统计学的一种分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,而且方法简单、分类准确率高、速度快。-Bayesian classification algorithm is a statistical classification method, which is a kind of knowledge to classify the use
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.19kb
    • 提供者:陈兵
  1. Naive-Bayes

    0下载:
  2. NAIVE BAYES ALGORITHM(HAMID)
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.62kb
    • 提供者:hamid
  1. Naive Bayes Classifier - Copy-2

    0下载:
  2. This is a simple probabilistic classifier based on the Bayes theorem, from the Wikipedia article. This project contains source files that can be included in any C# project.
  3. 所属分类:matlab例程

« 12 »
搜珍网 www.dssz.com