CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - matlab实现贝叶斯分类器

搜索资源列表

  1. bayesclassifier

    1下载:
  2. 基于贝叶斯分类器的牙周病诊断系统,用matlab实现
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:11.65kb
    • 提供者:alison
  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-24
    • 文件大小:3.68kb
    • 提供者:satanwings
  1. question1

    0下载:
  2. 最小错误率的贝叶斯分类器设计matlab代码实现-Bayes minimum error rate classifier design matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:789byte
    • 提供者:孙珊
  1. 1

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

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

    0下载:
  2. 本贝叶斯分类器可以实现对二维高斯分布样本的分类-The Bayesian classifier can achieve two-dimensional Gaussian distribution of the classification of samples
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2.74kb
    • 提供者:maling
  1. 119128664bayes_classifier

    0下载:
  2. 贝叶斯分类器源代码.能很好的实现分类.是很好的学习资料.期望与大家一起分享.-Bayesian classifier source code. Can achieve very good classification. Is a very good learning materials. Look forward to working with you to share
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:huang fang
  1. fisher_matlat

    0下载:
  2. 简单的分类器的实现,包括最小线性法,贝叶斯、fisher准则等,可以学习借鉴。-fisher matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:33.48kb
    • 提供者:transfer
  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
    • 文件大小:10.64kb
    • 提供者: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-29
    • 文件大小:3.62kb
    • 提供者:satanwings
  1. bayes

    0下载:
  2. 贝叶斯分类器的设计与实现,非常好的应用程序,能够在其上面实现人脸识别-Bayesian classifier design and implementation of a very good application, face recognition can be achieved in the above
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:7.53kb
    • 提供者:盛器才
  1. Pattern-recognition

    0下载:
  2. 《模式识别》,是本人用matlab语言编程来实现贝叶斯分类器的设计-" Pattern recognition" is a programming language I use matlab to implement Bayesian classifier design
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:239.64kb
    • 提供者:gxfnkm
  1. Bayes

    0下载:
  2. 一种贝叶斯分类器,用matlab写成,可用于实现贝叶斯分类-A Bayesian classifier, languages ​ ​ can be used to implement the Bayesian classifier using matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:朱阳
  1. bayesianclassifier

    0下载:
  2. 贝叶斯朴素分类,“贝叶斯分类器.doc”包含方法原理及实现效果,及matlab实现代码-Bayesian plain classification
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:348.28kb
    • 提供者:孙莹频
  1. BayesianClasser

    0下载:
  2. 贝叶斯分类器Matlab实现 机器学习算法,用于分类的朴素贝叶斯分类器,Navie Bayesian Classifier 。-Bayesian classifier Matlab achieve machine learning algorithms for classification Naive Bayes classifier, Navie Bayesian Classifier.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:691byte
    • 提供者:叶晞
  1. project1_code

    0下载:
  2. 这是matlab编写的3个常用机器学习分类器代码。其中包括了: 1)PCA 分类其;2)LDA分类器:3)naive贝叶斯分类器。 3个算法的实现参考了《Introduction to Machine Learning》。 除了这3个分类算法的实现外,代码里面还包含了用于测试的main.m 主程序和一个实验的简要报告。实验在著名数据集acoustic_train_data 上进行。-This source code includes the implementation of three f
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:363.42kb
    • 提供者:hhj
  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
    • 文件大小:1.65kb
    • 提供者:马腾
  1. BYS

    0下载:
  2. 基于贝叶斯分类器的数据处理与MATLAB实现,有数据,有算法,有注释,相当全面 -Based on Bayesian classifier data processing and MATLAB to achieve, we have data, algorithms, notes, fairly comprehensive
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:17.73kb
    • 提供者:姚志凤
  1. Baysian+Gaussian

    0下载:
  2. 用matlab实现输入数据的两分类,里面有三个文件,其中两个是被调用函数(Two categories of input data implemented by MATLAB)
  3. 所属分类:matlab例程

  1. 贝叶斯分类器

    0下载:
  2. 该程序能够实现对两种样本进行贝叶斯分类,并且能够通过旋转观察两类的三维图,还能够画出超平面,更加直观的观察两类的分类。(The program can realize the Bayesian classification of two kinds of samples, and can be observed by rotating the 3D figure two class, also can draw a plane, the classification of the two cla
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:91kb
    • 提供者:围生
  1. Bayes classifier

    0下载:
  2. 基于贝叶斯分类器的数据处理与MATLAB实现(Data processing based on MATLAB implementationof Bayes classifier)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:17kb
    • 提供者:LeeWendy
搜珍网 www.dssz.com