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

搜索资源列表

  1. Bayes

    0下载:
  2. 使用Matlab实现,包括一维特征最小错误率bayes分类器;二维特征最小错误率bayes分类器;二维特征最小风险bayes分类器以及使用的数据集合。-Using the Matlab implementation, including the minimum error rate of one-dimensional characteristics of bayes classifier two-dimensional characteristics of the minimum error
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4.36kb
    • 提供者:郭鹏宇
  1. Bayes

    0下载:
  2. 使用matlab对基于最小错误率的Bayes分类器进行仿真,编写了相应的程序,分为协方差相等和不相等两种情况,最后画出了三类的分界线-Using matlab to the smallest error rate based on the Bayes classifier to carry out simulation, the preparation of the corresponding procedures, divided into equal covariance and unequ
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1.17kb
    • 提供者:liz
  1. judger

    1下载:
  2. 最小错误率和最小风险贝叶斯分类器,附带示例数据-Minimum error rate and minimum risk Bayes classifier, with sample data
  3. 所属分类:matlab例程

    • 发布日期:2017-03-25
    • 文件大小:3.1kb
    • 提供者:胡振
  1. bayes

    0下载:
  2. 采用身高和体重数据作为特征,分别假设二者相关或不相关,在正态分布假设下估计概率密度,建立最小错误率Bayes分类器,写出得到的决策规则,将该分类器应用到训练/测试样本,考察训练/测试错误情况。-The use of height and weight data as the characteristics of the assumption that the two were related or not related to the normal distribution probabilit
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2.69kb
    • 提供者:wanwei
  1. bayesclassifier0

    0下载:
  2. bayes分类器,脱机手写识别,含实验数据-bayes classifier, off-line handwriting recognition, with the experimental data
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:486.3kb
    • 提供者:风铃
  1. Bayes

    0下载:
  2. Bayes分类器算法设计的matlab码 注释详细 大家一起学习啊-Bayes classifier algorithm design of the matlab code comment in detail with everyone to learn ah
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.66kb
    • 提供者:zm
  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. PR

    0下载:
  2. 采用身高和体重数据作为特征,分别假设二者相关或不相关,在正态分布假设下估计概率密度,建立最小错误率Bayes分类器,写出得到的决策规则,将该分类器应用到训练/测试样本-Bayes classifier is the most classic! Minimize the classification error. With the matlab language, with examples
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:652byte
    • 提供者:崔深
  1. PR1

    0下载:
  2. 采用身高和体重数据作为特征,在正态分布假设下估计概率密度,建立最小错误率Bayes分类器,写出得到的决策规则.-Height and weight data used as the feature, under the assumption of normal distribution probability density estimation, establish Bayes minimum error rate classifier, written by the decision-mak
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:670byte
    • 提供者:崔深
  1. bayes

    0下载:
  2. 用matlab对基于最小错误率的Bayes分类器进行仿真,编写了相应的程序.-Using matlab based on the Bayes minimum error rate classifier simulation, the preparation of the corresponding program.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:823byte
    • 提供者:崔深
  1. Bayes

    0下载:
  2. 贝叶斯分类器的分类原理是通过某对象的先验概率,本文详细介绍贝叶斯分类器,使用贝叶斯分类器对样本进行训练分类,得到良好分类结果,并对分类结果进行分析。-Principle of Bayesian classifiers is through prior probability of an object, the paper describes Bayesian classifier, Bayesian classifier using the training sample classificat
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:73.9kb
    • 提供者:liangjin
  1. BAYES

    0下载:
  2. 有几类样本点,利用BAYES分类器求出其分界面,并分析这类分类器的特点。-There are several types of sample points, using BAYES classifier obtained its sub-interface, and analyze the characteristics of such classification.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:938byte
    • 提供者:小丽
  1. Minimum-Bayes-classifier-error-rate

    3下载:
  2. 这是模式识别中最小错误率Bayes分类器设计方案。 自行完善了在不同先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。 全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。 调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩阵;第四步通过协方差矩阵求得方差和相关系数,从而得到概率密度
  3. 所属分类:matlab

    • 发布日期:2016-05-24
    • 文件大小:4kb
    • 提供者:崔杉
  1. Minimum-Risk-Bayes-classifier

    1下载:
  2. 这是模式识别中最小风险Bayes分类器的设计方案。在参考例程的情况下,自行完善了在一定先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。 全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。 调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩阵;第四步通过协方差矩阵求得方差和相关系数,从
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3.98kb
    • 提供者:崔杉
  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. bayes-classifier-

    0下载:
  2. 程序展示了bayes classifier对于连续数据的应用,假设数据均服从高斯分布。程序包含了binary classification和multi-classification的例子。-Program shows bayes classifier for continuous data applications, assume that the data are Gaussian. Program includes a binary classification and multi-clas
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:19.89kb
    • 提供者:杜晗
  1. bayes

    0下载:
  2. bayes分类器,欢迎大家指点,大家一起学习-bayes classifier, we welcome advice, we will study together
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1.86kb
    • 提供者:邢桃桃
  1. five-kinds-bayes-classifier

    0下载:
  2. 基于正态分布数据的五种类型的贝叶斯分类器-Based on normal distribution data of five different types of bayesian classifier
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:14.54kb
    • 提供者:郑欣
  1. Bayes

    0下载:
  2. 对于Iris数据集的Bayes分类器,采用最大后验概率进行判断。-Iris Bayes classifier for data sets, using maximum a posteriori estimation judgment.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4.56kb
    • 提供者:杨杨
  1. Bayes classifier

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

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