CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - naive bayes

搜索资源列表

  1. BayesClassifier.rar

    0下载:
  2. 贝叶斯分类算法,构造朴素贝叶斯分类器,对给定的中文文本进行分类,Bayesian classification algorithm, Naive Bayes classifier structure of a given Chinese text classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1951
    • 提供者:娜娜
  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
    • 文件大小:1479
    • 提供者: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
    • 文件大小:60525
    • 提供者:Steve Evan
  1. NBClassify

    0下载:
  2. 人工智能。基于朴素贝叶斯的文本分类器,测试正确率较高。-Artificial intelligence. Naive Bayes text classification based on, test accuracy is higher.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:5889
    • 提供者:bruce
  1. nbb

    0下载:
  2. this program is used for classification of noisy pixel identification by using naive bayes classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:11893
    • 提供者:RajBiradar
  1. Naive-Bayes-using-c-

    0下载:
  2. 朴素贝叶斯的用c语言的一种实现方式 便于有需要的人学习使用-Naive Bayes using c language a way to achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:2317
    • 提供者:yangyi
  1. Naive-Bayes

    0下载:
  2. Naive Bayes classifier Input: Training set and testing set, each row represents a instance, last column is label, begins from zero Output:predict label by Naive Bayes as well as its accuracy
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:769
    • 提供者:Anthony
  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
    • 文件大小:3818
    • 提供者:杜晗
  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
    • 文件大小:3162
    • 提供者:浩克
  1. Naive-Bayes-Text-Classification

    1下载:
  2. 使用Python实现朴素贝叶斯分类,文件夹中附带数据集。实现了NB算法,并进行5倍交叉验证-Naive Bayes classifier using the Python implementation, the folder with the data set. NB implements the algorithm, and 5-fold cross-validation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:520820
    • 提供者:刘韵
  1. naive bayes 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
    • 文件大小:651
    • 提供者:yxingx
  1. Naive-bayes

    0下载:
  2. Naive bayes JAVA, for study ARTIFICIAL INTELIGENT
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:23395
    • 提供者:hadyan
  1. Naive-Bayes.py.tar

    0下载:
  2. Classification algorithm using Naive Bayes. Written for News Group data set. 99 accuracy-Classification algorithm using Naive Bayes. Written for News Group data set. 99 accuracy!!!
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1508
    • 提供者:SAI
  1. NAIVE-BAYES

    0下载:
  2. This application is java implementation Naive Bayes method for classifying a set of data generated in a two-dimensional space (R2). The ide used was NETBEANS
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:314676
    • 提供者:manuel
  1. Naive-Bayes

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

    • 发布日期:2017-04-14
    • 文件大小:3702
    • 提供者:hamid
  1. Naive-bayes

    0下载:
  2. 本文以拼写检查作为例子,讲解Naive Bayes分类器是如何实现的。对于用户输入的一个单词(words),拼写检查试图推断出最有可能的那个正确单词(correct)。当然,输入的单词有可能本身就是正确的。比如,输入的单词thew,用户有可能是想输入the,也有可能是想输入thaw。为了解决这个问题,Naive Bayes分类器采用了后验概率P(c|w)来解决这个问题。P(c|w)表示在发生了w的情况下推断出c的概率。为了找出最有可能c,应找出有最大值的P(c|w),即求解问题-In this
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:661
    • 提供者:王志坦
  1. Naive-Bayes

    0下载:
  2. Python实现朴素贝叶斯分类,即Naive Bayes Classifier(NB),数据集为pima-indians印第安人糖尿病数据集。-Python implementation naive Bayes classifier, i.e. Naive Bayes Classifier (NB), the data set is pima-indians Indians diabetes data sets.
  3. 所属分类:Data Mining

    • 发布日期:
    • 文件大小:9964
    • 提供者:赵**
  1. Naive-Bayes

    0下载:
  2. 朴素贝叶斯的matlab代码,概率分类模型。-MATLAB code for Naive Bayes model, a probability classification algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-12
    • 文件大小:1915
    • 提供者:张安国
  1. Naive Bayes

    0下载:
  2. 调用于sklearn平台的朴素贝叶斯算法,有着较好的分类能力(The naive bayes algorithm for sklearn platform is a good classification capability.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:794937246
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com