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

搜索资源列表

  1. 基于朴素贝叶斯方法的文本分类

    3下载:
  2. 本程序实现了基于朴素贝叶斯方法的文本分类,附有源代码、实验报告、可执行程序以及语料库(包括训练集和测试集) -This procedure implements the text-based Naive Bayes classification method, with source code, test reports, executables and corpus (including the training set and test set)
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-11-27
    • 文件大小:1869824
    • 提供者:王丽静
  1. matlab_bayes_classifier

    2下载:
  2. 使用matlab编写的bayes分类器,朴素贝叶斯分类器-Prepared using bayes classifier matlab
  3. 所属分类:matlab

    • 发布日期:2016-12-22
    • 文件大小:1024
    • 提供者:简单
  1. Bayes_example

    0下载:
  2. Bayes分类器应用于IRIS数据集的例子-An example of Bayes Classifier applied on IRIS Data Set
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:44937
    • 提供者:LikeTheBird
  1. bayes

    2下载:
  2. 贝叶斯决策,用matlab设计的两类正态分布模式的贝叶斯分类程序-bayes
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:871
    • 提供者:王金锐
  1. Classification

    1下载:
  2. 模式分类。包括:训练样本设计、模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类法-Pattern classification. Include: training sample design, template matching classifier, Bayes classifier, a linear function of classification, non-linear classification, neural network classificat
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:517662
    • 提供者:yutao
  1. matlabbayes

    0下载:
  2. 关于如何用matlab构建bayes分类器的简介,适合于初学者。-On how to build a Bayes classifier matlab profile, suitable for beginners.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:444410
    • 提供者:谢阳
  1. Bayes

    0下载:
  2. 贝叶斯分类实验,设计简单的线性分类器,了解模式识别的基本方法。掌握利用贝叶斯公式进行设计分类器的方法。-Bayesian classification experiment is designed to be simple linear classifier, know the basic methods of pattern recognition. Master the use of Bayesian classifier design formula method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1272
    • 提供者:屠志海
  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. beiyesifenbu

    0下载:
  2. 分类判别中,bayes判别的确具有明显的优势,与模糊,灰色,物元可拓相比,判别准确率一般都会高些,而BP神经网络由于调试麻烦,在调试过程中需要人工参与,而且存在明显的问题,局部极小点和精度与速度的矛盾,以及训练精度和仿真精度间的矛盾,等,尽管是非线性问题的一种重要方法,但是在我们项目中使用存在一定的局限,基于此,最近两天认真的研究了bayes判别,并写出bayes判别的matlab程序,与spss非逐步判别计算结果一致。-Classified Identifying, bayes discrim
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3951
    • 提供者:lili
  1. Matlab_bayes

    0下载:
  2. bayes分类,matlab实现。可以实现数字的识别-matlab guiyi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1527
    • 提供者:李曲
  1. bayes

    0下载:
  2. 基本的Bayes线性分类器算发,可以直接运行,结果显示样本以及分类后情况。-Basic linear Bayes classifier fat count can be run directly, as well as the classification results showed that after the sample.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:3222
    • 提供者:孙亮
  1. Bayes

    0下载:
  2. 朴素的贝叶斯网络是数据挖掘中的一项重要技术,本源码使用朴素的贝叶斯网络实现数据的分类-data classification by Naive Bayes
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:4263
    • 提供者:刘兴亮
  1. NativeBayes

    0下载:
  2. Bayes算法,很好的分类算法。自己编了很久,供大家分享-it is good!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:286824
    • 提供者:liliang
  1. picVC

    0下载:
  2. 图象模式识别--VC++技术实现 ① 选择【模板匹配分类器】菜单,可以应用模板匹配算法进行分类。 ② 选择【Bayes分类器】菜单,可以应用Bayes算法进行分类。 ③ 选择【线性函数分类法】菜单,可以应用线性函数算法进行分类。 ④ 选择【非线性分类法】菜单,可以应用非线性算法进行分类。 ⑤ 选择【神经网络分类器】菜单,可以应用神经网络算法进行分类。 -Image pattern recognition- VC++ technology to achieve
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-20
    • 文件大小:5762732
    • 提供者:黄建峰
  1. bayes

    0下载:
  2. 贝叶斯分类和后面的线性、非线性分类器属于有监督学习。 -Bayesian classification and the back of the linear, non-linear classifier belong to supervised learning.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:485535
    • 提供者:hkm
  1. Bayes

    1下载:
  2. 基于信息几何构建朴素贝叶斯分类器,一篇论文,写的挺好的。请改名为doc 简单的实现了遗传算法的功能。-Geometry-based Naive Bayes classifier to build, a paper written in very good shape. Simple implementation of genetic algorithm.
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:166400
    • 提供者:大懒
  1. PatternRecognition

    0下载:
  2. 图象处理 模式识别 多种分类方法(最临近匹配分类器、Bayes分类器、线性函数分类、非线性函数分类、神经网络分类)识别0-9数字 手写数字与数字图片,包括设计训练样品库、可以选择多种分类器来识别识别0-9这十个阿拉伯数字,包括临时手写的数字,也包括图片中的数字 -Pattern recognition image processing a variety of classification (the most close to matching classifier, Bay
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:541253
    • 提供者:yao
  1. bayesclassifier0

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

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

    0下载:
  2. 贝叶斯决策理论:根据先验概率、类分布密度函数以及后验概率这些量来实现分类决策的方法.最小错误率的贝叶斯决策:根据一个事物后验概率最大作为分类依据的决策 -Bayesian decision theory: According to the a priori probability, the class distribution as well as the posterior probability density function of these values in order to a
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:551520
    • 提供者:雪晴
  1. mode

    0下载:
  2. 基于VC的各种聚类和分类算法程序。 手写数字或者打开已有的手写数字图像后,在右视图空白处,单击鼠标左键,激活右视图,选择菜单中的各种分类算法,可以对手写数字进行分类。有模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器。 在左视图上单击鼠标左键,可获得3种数据源:标准数字聚类、手画图形聚类、位图文件分析聚类。可以进行特征提取、模糊聚类和遗传算法。-VC-based clustering and classification algorithm for a
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3179203
    • 提供者:ft5272633
« 1 23 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com