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

搜索资源列表

  1. sequential_forward_selection

    4下载:
  2. 自己编的matlab程序。用于模式识别中特征的提取。是特征提取中的Sequential Forward Selection方法,简称sfs.它可以结合Maximum-Likelihood-Classifier分类器进行使用。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.02kb
    • 提供者:limingxian
  1. events

    0下载:
  2. * acousticfeatures.m: Matlab scr ipt to generate training and testing files from event timeseries. * afm_mlpatterngen.m: Matlab scr ipt to extract feature information from acoustic event timeseries. * extractevents.m: Matlab scr ipt to extract ev
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:9.84kb
    • 提供者:陈延军
  1. beiyesi

    0下载:
  2. 1 通过实验,掌握多元正态分布的最大似然估计; 2 掌握多元正态分布下的最小错误率的贝叶斯分类; 3 对其他的参数估计有更深的认识。 -1 experiment, master multivariate normal distribution maximum likelihood estimation 2 multivariate normal distribution under the minimum control error rate Bayesian classifier
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:61.48kb
    • 提供者:李岩
  1. bayes-classsifier

    1下载:
  2. 该程序源码中包括了各种典型分布的二维数据的自动生成,二维概率密度函数的极大似然估计和窗函数估计,bayes分类器的设计和分类器错误率的多种方法估计-The program includes a variety of typical source distribution of the automatic generation of two-dimensional data, two-dimensional probability density function of the maximum l
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:9.17kb
    • 提供者:聂雨桐
  1. test

    0下载:
  2. function mean = ml_mean(data) Calculate the maximum likelihood estimation of the mean Written by Christiaan M. van der Walt Meraka Institute More resources available at http://www.patternrecognition.co.za Reference: C.M. van d
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:34.95kb
    • 提供者:Ayike Simsek
  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. ML.m

    1下载:
  2. 在贝叶斯分类中,用极大似然估计法估计概率分布的均值和方差-Compute the maximum-likelihood estimate of the mean and covariance matrix of each class and then uses the results to construct the Bayes decision region. This classifier works well if the classes are uni-modal, even when
  3. 所属分类:Other systems

    • 发布日期:2015-09-03
    • 文件大小:1kb
    • 提供者:Eric chen
  1. Q1

    0下载:
  2. 2类分类高斯模型 每个类是由一个单一的多元高斯分布的3-D建模 显示如何估计高斯均值向量和协方差矩阵的最大似然(ML)估计的基础上为每个类。   meanA和meanB代表每个类的均值,varA和varB的的代表每个类的协方差矩阵.-2-class classifier with Gaussian Models Each class is modelled by a single 3-D multivariate Gaussian distribution Show
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1.15kb
    • 提供者:王沛霖
  1. MLE_Classifier

    1下载:
  2. 用最大似然估计训练分类器,用Train.txt里的数据进行训练,用Test.txt的数据进行性能检测-Use the maximum likelihood estimation training classifier, use the data in Train.txt to train the classifier and use the data in Test.txt to test the performance of the classifier
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:26.09kb
    • 提供者:王国坤
  1. beiyesifenlei

    0下载:
  2. 针对两类样本所设计的贝叶斯分类器,包括已知参数和未知参数,当参数未知时,用最大似然法进行参数估计-Bias classifier is designed for two kinds of samples, including known and unknown parameters, when the parameters are unknown, the maximum likelihood method is used to estimate the parameters.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:1.63kb
    • 提供者:冯晨
搜珍网 www.dssz.com