搜索资源列表

  1. classification

    0下载:
  2. 在具有模式的完整统计知识条件下,按照贝叶斯决策理论进行设计的一种最优分类器。分类器是对每一个输入模式赋予一个类别名称的软件或硬件装置,而贝叶斯分类器是各种分类器中分类错误概率最小或者在预先给定代价的情况下平均风险最小的分类器。-In a model under the condition of complete statistical knowledge, in accordance with the Bayesian decision
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:御风疾书
  1. bayesthresholding

    0下载:
  2. 这个代码是基于贝叶斯的阈值分割,很有用的-This code is based on the Bayesian threshold segmentation, very useful
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:1884160
    • 提供者:
  1. NaviveBayesClassify

    0下载:
  2. 朴素贝叶斯分类算法,可以用来进行分类bayes -Naive Bayesian classification algorithm can be used to classify the Bayes
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:王兵
  1. NaiveBayes

    0下载:
  2. Java写的NaiveBayes分类器,Weka平台下的贝叶斯分类器。-Java written NaiveBayes classifier, Weka platform under the Bayesian classifier.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:徐勇
  1. Bayesiannet

    0下载:
  2. 基于贝叶斯网络的源程序,可用于对数据的分类工作,效果较好-Based on Bayesian network source, the data can be used for the classification of work, better
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1724416
    • 提供者:san
  1. BayesClassifier

    0下载:
  2. 贝叶斯分类算法,构造朴素贝叶斯分类器,对给定的中文文本进行分类-Bayesian classification algorithm, Naive Bayes classifier structure of a given Chinese text classification
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:娜娜
  1. bayescode

    0下载:
  2. 贝叶斯分类,线性非线性分类,神经网络分类-Bayesian classification, linear non-linear classification, neural network classifier
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:537600
    • 提供者:李浩
  1. NB

    0下载:
  2. :朴素贝叶斯分类器是一种简单而高效的分类器,但是它的属性独立性假设使其无法表示现实世界属性之间的依赖关 系,以及它的被动学习策略,影响了它的分类性能。本文从不同的角度出发,讨论并分析了三种改进朴素贝叶斯分类 性能的方法。为进一步的研究打下坚实的基础。-: Naive Bayesian classifier is a simple and efficient classifier, but its attribute indepe
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:149504
    • 提供者:李浩
  1. ViSurvPostureClassification

    0下载:
  2. 基于水平垂直投影图的人体动作分类器,贝叶斯分类方法,含样本图。可对视频文件实时检测,基于opencv库-Based on the level of the vertical projection of human action classification, and Bayesian classification methods, including sample plans. Video files can be real-time
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1937408
    • 提供者:sherry
  1. shiyan_moshi

    0下载:
  2. 模式识别的 图像的贝叶斯分类 图像的贝叶斯分类 神经网络模式识别-Bayesian pattern recognition image classification image of the Bayesian classifier neural network pattern recognition
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:671744
    • 提供者:day
  1. Bayes

    0下载:
  2. 基于贝叶斯分类法的c++程序大家可以参考一下-Bayesian classification based on the c++ program you can refer to! !
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:530432
    • 提供者:大禹
  1. Naive_Bayes

    0下载:
  2. 实现基本的朴素贝叶斯分类算法,用以将图片按照一定要求分类-To achieve the basic Naive Bayesian classification algorithm for the image classification in accordance with certain requirements
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:189440
    • 提供者:Edward Lee
  1. bayes

    0下载:
  2. 贝叶斯分类和后面的线性、非线性分类器属于有监督学习。 -Bayesian classification and the back of the linear, non-linear classifier belong to supervised learning.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:485376
    • 提供者:hkm
  1. NaiveBayes

    0下载:
  2. 朴素贝叶斯分类,从weka中提取的,希望大家多多指正-nativebayes
  3. 所属分类:文件操作

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:韩志鹏
  1. NaiveBayes(java)

    0下载:
  2. 贝叶斯分类算法是经典的分类算法,也是应用最为广泛的分类算法,此算法展示了贝叶斯分类的具体过程。-Bayesian classification algorithm is a classical classification algorithm, is the most widely used classification algorithms, Bayesian classification algorithm shows the sp
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:16384
    • 提供者:聂风
  1. PR02

    0下载:
  2. 介绍贝叶斯分类器的模式识别课程课件,很生动形象,适合初学者-Introduction Bayesian classifier pattern recognition program courseware, very vivid image, suitable for beginners
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1081344
    • 提供者:yinlili
  1. nb_spam

    1下载:
  2. 用朴素贝叶斯分类方法实现垃圾邮件分类。 基于matlab实现。-Bayesian classification method to achieve with spam classification. Matlab-based implementation.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:188416
    • 提供者:xiexiao
  1. beiyesi

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

    • 发布日期:2024-05-21
    • 文件大小:62464
    • 提供者:李岩
  1. Mail

    0下载:
  2. 可连接163,126和qq邮箱,获取邮箱中的邮件,根据贝叶斯分类器的的学习识别获取到的垃圾邮件。-This program connects to 163, 126 or QQ mailbox to obtain the email, and recognizes the spam based on the learning result by Bayes Classifer.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:4893696
    • 提供者:wuhanming
  1. Bayesian-classification

    0下载:
  2. matlab语言编写的实现iris数据的最小错误贝叶斯分类-Iris data to achieve the minimum error Bayesian classification
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:gaohainan
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 43 »

源码中国 www.ymcn.org