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

搜索资源列表

  1. project

    0下载:
  2. This program gives a program which follows the naive bayes classifier to classify the processed reviews.This used in sentiment classification.n document classification, a bag of words is a sparse vector of occurrence counts of words that is, a sparse
  3. 所属分类:JavaScript

    • 发布日期:2017-04-30
    • 文件大小:32905
    • 提供者:Nivedha
  1. mulan-1.5.0

    0下载:
  2. naive bayes classifier
  3. 所属分类:Development Research

    • 发布日期:2016-04-18
    • 文件大小:22368256
    • 提供者:research
  1. MachLearn_ml

    0下载:
  2. MachLearn:已经实现了朴素贝叶斯分类器、决策树、支持向量机算法。在Linux上可成功编译-MachLearn: has achieved a naive Bayes classifier, decision trees, support vector machine algorithm. Successfully compile on Linux
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:22745
    • 提供者:李文思
  1. classify

    0下载:
  2. 用大数据来训练一个朴素贝叶斯分类器,并且在分类器中加入α=1的拉普拉斯平滑。-Use the data given in table to train a naive Bayes classifier and test it.Add Laplace smoothing into the classifier with α=1,and test angin.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:612
    • 提供者:yuanxin
  1. AlgoritmaBayes

    0下载:
  2. java source code for naive bayes classifier
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6478
    • 提供者:audio
  1. naivebayes

    1下载:
  2. 用matlab编写的朴素贝叶斯分类器程序,以文件中的训练数据对分类器进行训练,并用测试数据进行测试,以验证分类器的性能。-The algorithm for naive bayes classifier.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2315
    • 提供者:齐滕
  1. NaiveBayesClassifier.m

    0下载:
  2. I use Matlab 2008a which does not support Naive Bayes Classifier. scr ipt supports normal and kernel distributions. Statistics toolbox for 2008a version is used in the scr ipt. Also includes function for confusionmat
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1259
    • 提供者:lin
  1. Matlab-(Bayers)

    0下载:
  2. 线性分类器可以实现线性可分的类别之间的分类决策,其形式简单,分类决策快速。但在许多模式识别的实际问题中,两个类的样本之间并没有明确的分类决策边界,线性分类器(包括广义线性分类器)无法完成分类任务,此时需要采用其它有效的分类方法。贝叶斯分类器就是另一种非常常见和实用的统计模式识别方法。-Linear classifier can be realized linearly separable classification decision between classes in the form of
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1687
    • 提供者:马腾
  1. Bayes

    0下载:
  2. 用身高体重数据进行性别分类的实验,最小错误率贝叶斯分类器-An experiment of gender classification based on height and weight data, Bayesian classifier of minimum error rate
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:5837
    • 提供者:文昌
  1. DigitRecog

    0下载:
  2. 图像模式识别实例,包括模板匹配算法、Bayes分类器、LMSE等。-Image pattern recognition examples, including template matching algorithm, Bayes classifier, LMSE, etc..
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-14
    • 文件大小:3348819
    • 提供者:ycr40
  1. Fisher_Bayes

    0下载:
  2. 模式识别中Fisher、Bayes分类器设计-Design of Fisher and Bayes Classifier in Pattern Recognition
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1754
    • 提供者:1213
  1. Bayes_Classifier

    0下载:
  2. Bayes Classifier with MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3442
    • 提供者:amir
  1. bayes_on_pima

    0下载:
  2. bayes classifier on pima dataset
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:12378
    • 提供者:kh
  1. eljssifierprogram

    0下载:
  2. bayes分类器,本程序根据病人症状可初步诊断疾病-The bayes classifier, the program according to the symptoms of patients can be preliminary diagnosis of disease
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-15
    • 文件大小:34816
    • 提供者:Thejbald
  1. piogram

    0下载:
  2. bayes分类器,本程序根据病人症状可初步诊断疾病-The bayes classifier, the program according to the symptoms of patients can be preliminary diagnosis of disease
  3. 所属分类:MPI

    • 发布日期:2017-12-14
    • 文件大小:34735
    • 提供者:hxddware
  1. bayes_classifier

    0下载:
  2. 贝叶斯分类器是一种基于概率误差最小的优化设计分类器。该源码带注释,更方便新手入门。 -bayes classifier
  3. 所属分类:matlab

    • 发布日期:2017-12-13
    • 文件大小:202814
    • 提供者:Weibull
  1. bayes

    0下载:
  2. 贝叶斯分类器,通过某对象的先验概率,利用贝叶斯公式计算出其后验概率,即该对象属于某一类的概率,选择具有最大后验概率的类作为该对象所属的类。-Bias classifier, by a priori probability of an object, using the Bias formula to calculate the posterior probability, the probability that the object belongs to a certain category,
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:7247872
    • 提供者:Christiana
  1. Naive Bayes Classifier in C# - Copy

    0下载:
  2. The code above does a couple things. First it takes in two lists of strings (SetA being Spam and SetB being Ham). These lists would be individual words from the messages (although you can do phrases, word pairs, etc.).
  3. 所属分类:

    • 发布日期:2018-01-06
    • 文件大小:20480
    • 提供者:daauudsalaad
  1. bayes_C++

    0下载:
  2. 贝叶斯分类器-联合变量_C++,只需更改样本文件名即可测试。(The Bias classifier - the joint variable _C++, can be tested only by changing the name of the sample file.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:16384
    • 提供者:MLLN
  1. bayes_independent variable _C++

    0下载:
  2. 贝叶斯分类器-独立变量_C++,只需更改样本文件名即可测试。(Bias classifier - independent variable _C++, can be tested only by changing the name of the sample file.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:15360
    • 提供者:MLLN
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com