CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 贝叶斯分类器的

搜索资源列表

  1. 贝叶斯分类器在手写汉字识别中的应用

    0下载:
  2. 贝叶斯分类器在手写汉字识别中的应用-Bayesian classifier Handwritten Character Recognition Application
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:132351
    • 提供者:谭伟格
  1. 贝叶斯分类器源代码

    1下载:
  2. 利用VC实现的贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏-The source code of bayes classfication using VC
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7861
    • 提供者:刘明
  1. 贝叶斯分类器

    3下载:
  2. 贝叶斯一维分类器,用matlab编写,正态分布下男女生判别,最小错误率的贝叶斯分类
  3. 所属分类:C#编程

    • 发布日期:2011-05-26
    • 文件大小:786
    • 提供者:binghunxuepo99
  1. Bayes_classifier

    0下载:
  2. 贝叶斯分类器的设计实验,内有解释利于入门学习-Bayesian classifier design experiments, which help to explain the study entry
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:952
    • 提供者:路单
  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. Matlab贝叶斯分类器+(Bayers)程序

    0下载:
  2. 用matlab实现贝叶斯分类器,模式识别的一个程序。 matlab的英文教程
  3. 所属分类:图形图象

    • 发布日期:2012-10-17
    • 文件大小:46256
    • 提供者:wj_lzb@163.com
  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
    • 文件大小:3773
    • 提供者:satanwings
  1. Bayes

    0下载:
  2. 该代码包是一个基于贝叶斯分类器的分类程序,内含数据集、可运行程序-The code package is a classifier based on Bayesian classification procedures, including data sets, can run the program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:754974
    • 提供者:lifenglin
  1. 105359_1148

    0下载:
  2. 为了测试评估贝叶斯分类器的性能,用不同数据集进行对比实验是必不可少的. -In order to test the assessment of the performance of Bayesian classifier, and compare different experimental data sets is essential.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:186026
    • 提供者:马英豪
  1. knn

    1下载:
  2. KNN 利用VC实现的贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1213
    • 提供者:shabo
  1. ClassficationBaseOnAssociation

    0下载:
  2. 贝叶斯分类器的改进 在windows 平台下实现;-Improvement of Bayes classfication It is implement in windows.
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:1490342
    • 提供者:huoshang
  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
    • 文件大小:3703
    • 提供者: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
    • 文件大小:7711
    • 提供者:盛器才
  1. 贝叶斯分类器设计

    1下载:
  2. 利用贝叶斯公式计算出其后验概率,即该对象属于某一类的概率,选择具有最大后验概率的类作为该对象所属的类。也就是说,贝叶斯分类器是最小错误率意义上的优化。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 20170608贝叶斯分类器实验

    3下载:
  2. 贝叶斯分类器,通过事先sample样本的训练,能够快速准确的实现对待分类样本的识别分类(Bias classifier, through the training of sample samples in advance, can quickly and accurately realize the classification and classification of the classified samples)
  3. 所属分类:matlab例程

  1. 3.贝叶斯分类器

    1下载:
  2. 贝叶斯定理是用数学的方法来解释生活中大家都知道的常识,而机器学习使用的各种算法中,最常见的就是贝叶斯定理。此代码为贝叶斯分类python代码,包含高斯贝叶斯分类器,多项式贝叶斯分类器和伯努利贝叶斯分类器,并有具体的数据例子进行仿真比较(Bias's theorem is a mathematical way to explain all the common sense in life, and machine learning using various algorithms, the mos
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:fdy219517
  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
    • 文件大小:93184
    • 提供者:围生
  1. 贝叶斯

    1下载:
  2. 贝叶斯分类器的分类原理是通过某对象的先验概率,利用贝叶斯公式计算出其后验概率,即该对象属于某一类的概率,选择具有最大后验概率的类作为该对象所属的类(The classification principle of Bias classifier is to calculate the posterior probability by using Bias's formula through the prior probability of an object, that is, the proba
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-08
    • 文件大小:855040
    • 提供者:秦冰
  1. Bayes classifier

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

    • 发布日期:2018-01-09
    • 文件大小:17408
    • 提供者:LeeWendy
  1. 贝叶斯人脸识别

    1下载:
  2. Pattern-Recognition-and-Machine-Learning-master,项目包括使用贝叶斯分类器的字符识别,基于GMM的图像分割,使用PCA的人脸识别和具有径向基函数的多类SVM分类器(Pattern-Recognition-and-Machine-Learning-master)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-15
    • 文件大小:651264
    • 提供者:lambjiko
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com