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

搜索资源列表

  1. Classifier4J

    0下载:
  2. Classifier4J这个Java类库为文本自动分类提供了一个API。缺省(目前)实现的API是一个贝叶斯分类器。这个类库可以用于多个目的-可能作为一个垃圾邮件过滤器或一个blog-Classifier4J Java class library for the automatic text classification provided an API. Default (current) to achieve the API is a Bayesian classifier. This lib
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:188578
    • 提供者:李凯
  1. matlab作业

    3下载:
  2. 模式识别一份很好的作业,包括线性分类器;最小风险贝叶斯分类器;监督学习法分层聚类分析;K-L变换提取有效特征,支持向量机-a very good operation, including linear classification; Minimum risk Bayesian classifier; Supervised learning method Hierarchical clustering analysis; K-L transform effective features, supp
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2600622
    • 提供者:郭攀红
  1. bow-latest.tar

    0下载:
  2. 贝叶斯学习算法分类文本。基于朴素贝叶斯分类器的文本分类的通用算法,是目前所知文本分类算法中最有效的一类-Bayesian text classification algorithm. Based on Bayesian classifier of the common text classification algorithm, which is known text classification algorithm the most effective one category
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:243164
    • 提供者:代桂平
  1. dbacl.tar

    0下载:
  2. dbacl是一个通用目的的digramic贝叶斯文本分类器。它可以学习你提供的文本,接着用 学到的类别来比较新的输入。它可以用于垃圾邮件过滤,或在你自己的外壳脚本中使用。 -dbacl is a general-purpose text digramic Bayesian classifier. It can learn to provide you with the text, then uses learned relatively new type of input. It can be
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:356597
    • 提供者:agang
  1. bayescln

    0下载:
  2. bayes分类器 Bayes classifier for Gaussian distributiuon 直接可以解压缩-Bayes classifier Bayesian classifier for Gaussian di stributiuon can directly extract
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1521
    • 提供者:孟庆
  1. bayesdemo

    0下载:
  2. BAYESDEMO1 demo how to display discriminat function for Bayes classifier.-BAYESDEMO1 demo how to display Discrimina t function for Bayesian classifier.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2883
    • 提供者:孟庆
  1. Minimum-Risk-Bayes-classifier

    1下载:
  2. 这是模式识别中最小风险Bayes分类器的设计方案。在参考例程的情况下,自行完善了在一定先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。 全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。 调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩阵;第四步通过协方差矩阵求得方差和相关系数,从
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4075
    • 提供者:崔杉
  1. Comparison-of-Bayesian-and-fisher

    0下载:
  2. 训练错误率和交叉验证错误率相等,在样本比较大时,这个结果是可以预期的;训练错误率一般低于测试错误率,但是当样本数据比较少时,实验也出现了意外,样本多的那组测试错误率比样本少的训练错误率还要小;在本实验中,同组数据的交叉验证错误率比独立测试错误率高,这个反常现象是因为样本的原因所致,交叉验证的样本小,而独立测试时所用训练样本数目大,因而出现这种情况。分类线上,fisher准则是一条直线,而贝叶斯分类器实际上是一个类似椭圆的封闭曲线;很明显,贝叶斯分类器比fisher分类器要好。-Training
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:8078
    • 提供者:崔杉
  1. Bayesian

    0下载:
  2. The Bayesian classifier is a fundamental classification technique.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:243663
    • 提供者:richard
  1. naiveBayesian-classifier

    0下载:
  2. 朴素贝叶斯分类器的JAVA版本,目前只是简单版本,希望大家一起来补充哈!-naive Bayesian classifier
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2198
    • 提供者:佐罗白
  1. classifier

    0下载:
  2. 多种分类器gui界面,包括支持向量机、贝叶斯分类器、感知机、神经网络等-Multiple classifier GUI interface, including support vector machines, Bayesian classifier, perceptron neural network
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-09
    • 文件大小:3095
    • 提供者:张弛
  1. Bayes-classifier-code

    0下载:
  2. 朴素贝叶斯分类器程序代码 采用朴素贝叶斯分类器算法,使用C++语言对英文文本进行分类,实现了一个文本分类器功能-Naive Bayesian classifier program code using Bayesian classification algorithm, using C++ language English text classification, to achieve a text classification function
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:213695
    • 提供者:李宁
  1. Bayesian

    0下载:
  2. 贝叶斯分类器的基本实现,数据可以自行添加,中英文皆可-Bayesian classifier basic implementation, the data can add, in English or
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2710474
    • 提供者:LZR
  1. Bayesian-classifier

    1下载:
  2. matlab基于贝叶斯的手写输入数字识别代码-Based on Bayesian handwriting matlab digital identification code
  3. 所属分类:Graph Recognize

    • 发布日期:2016-05-09
    • 文件大小:151552
    • 提供者:贾若雪
  1. naive-bayesian-classifier

    0下载:
  2. 朴素贝叶斯分类,可以添加到自己的工程中,记得稍加修改-nbc classifier
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:6039725
    • 提供者:尹超
  1. Bayes-classifier

    0下载:
  2. 贝叶斯分类器:贝叶斯分类的基础是概率推理,就是在各种条件的存在不确定,仅知其出现概率的情况下,如何完成推理和决策任务。-Bayesian classifier
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5212417
    • 提供者:1234lily
  1. Naive-Bayesian-Classifier

    0下载:
  2. 基于matlab朴素贝叶斯分类,很好的例子-Naive Bayes classifier based on matlab,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:3330
    • 提供者:
  1. five-kinds-bayes-classifier

    0下载:
  2. 基于正态分布数据的五种类型的贝叶斯分类器-Based on normal distribution data of five different types of bayesian classifier
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:14889
    • 提供者:郑欣
  1. Bayesian

    0下载:
  2. bayesian classifier used to classify data using existing training data set, for example we can find whether client is bank defaulter or not using existing data set
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2752
    • 提供者:johny
  1. claspifier-classifier-classifier

    0下载:
  2. A Bayesian classifier for pattern recognition
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-18
    • 文件大小:33792
    • 提供者:tkroob 
« 1 2 34 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com