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

搜索资源列表

  1. PCA_LDA.rar

    1下载:
  2. 《机器学习》课上的作业,PCA和LDA降维,尽管网上很多,但很少注释,另外细节上也没注意。这里有很详细的注释。另外还附上一个Naive贝叶斯分类器,大家可以作比较。附带的图像包是OLR人脸。ReducedDim为想要提取的特征数,不是百分比!," Machine learning" classes on the homework, PCA and LDA dimensionality reduction, even though a lot of online, but f
  3. 所属分类:matlab例程

    • 发布日期:2016-03-16
    • 文件大小:3743168
    • 提供者:thy
  1. bayes

    0下载:
  2. 用matlab完成基于最小错误率的贝叶斯分类器的设计-Done with matlab error rate based on the minimum design of Bayesian classifier
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1762
    • 提供者:leo
  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
    • 文件大小:1197
    • 提供者:liz
  1. Matlab-Bayesian-classifier-program

    0下载:
  2. Matlab贝叶斯分类器+(Bayers)程序-Matlab Bayesian classifier+ (Bayers) program
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:3752
    • 提供者:孙超
  1. bayesleastrisk

    0下载:
  2. matlab贝叶斯分类器,基于matlab的仿真-Bayesian classifier matlab, matlab-based simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:697
    • 提供者:李凌
  1. Bayes_fu

    0下载:
  2. 用MATLAB实现模式识别中的贝叶斯分类-Using MATLAB to achieve recognition in the Bayesian classifier
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1038
    • 提供者:老火
  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-12
    • 文件大小:1632
    • 提供者:huang fang
  1. ClassificationWebinar1

    0下载:
  2. Bayesian Classifier - matlab procedures Bayesian Classifier - matlab-way Bayesian Classifier - matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1048532
    • 提供者:salih turab
  1. program

    0下载:
  2. matlab 贝叶斯分类器+bayesian 程序-Bayesian classifier matlab program+ bayesian
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1468
    • 提供者:陈文军
  1. MatlabBayesanclassifier

    0下载:
  2. 用Matlab语言建构贝叶斯分类器 hope it is usful for you guy-With the Matlab language construct Bayesian classifier hope it is usful for you guy
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:170325
    • 提供者:Junfei
  1. classifier

    1下载:
  2. 两类二维相关正态分布条件下的最小错误率贝叶斯分类器,基于最小风险的贝叶斯分类器,Parzen窗法非参数估计分类器程序,Fisher线性判别法分类器程序。-Under normal conditions two types of two-dimensional correlation of minimum error rate of Bayesian classifier, the minimum risk-based Bayesian classifier, Parzen window meth
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:39529
    • 提供者:wanwei
  1. Ionosphere_LR

    0下载:
  2. 电离层的贝叶斯分类器,使用matlab编程开发,具有正确率高的优点-Ionosphere Bayesian classifier, using the matlab program development, the advantages with the correct rate
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:682
    • 提供者:andy
  1. Bayesian_tt

    0下载:
  2. Bayesian Classifier- matlab procedures Bayesian Classifier- matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5956
    • 提供者:PG_usthb
  1. Bay_tt

    0下载:
  2. Bayesian Classifier- matlab procedures Bayesian Classifier- matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1513
    • 提供者:PG_usthb
  1. naive-bayesian-classifier

    0下载:
  2. naive bayesian classifier in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:644
    • 提供者:sami
  1. Bayesian

    0下载:
  2. Matlab贝叶斯分类器+(Bayers)程序,程序源码-Matlab Bayesian classifier+ (Bayers) program, program source code
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:832092
    • 提供者:方敏
  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
    • 文件大小:75674
    • 提供者:liangjin
  1. matlab

    0下载:
  2. 这是另一个matlab的贝叶斯分类器设计,可用作作业用-This is another matlab Bayesian classifier design can be used as operating with
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:920
    • 提供者:glw
  1. yi

    0下载:
  2. 图像的贝叶斯分类MATLAB程序,最优阈值迭代法-Image of the Bayesian classifier MATLAB program,Iterative method of optimal threshold
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:815
    • 提供者:luxixi
  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
    • 文件大小:691
    • 提供者:叶晞
« 12 »
搜珍网 www.dssz.com