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

搜索资源列表

  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. bayesfunction

    0下载:
  2. bayeserr - Computes the Bayesian risk for optimal classifier. % bayescln - Classifier based on Bayes decision rule for Gaussians. % bayesnd - Discrim. function, dichotomy, max aposteriori probability. % bhattach - Bhattacharya s upper limit of
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. Programs to induce a naive possibilistic classifier (a possibilistic analog of the naive Bayes classifier) and to classify new data with an induced naive possibilistic classifier.-Programs to induce a naive possibilistic c lassifier (a possibilistic
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:42981
    • 提供者:无心
  1. SegAndPosTools

    0下载:
  2. 实现语料的分割,和特征值的提取,还有bayes分类器-achieve Corpus segmentation, and eigenvalue extraction, and bayes classifier
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:2218029
    • 提供者:何安
  1. PRAssign

    0下载:
  2. 脱机手写体识别Matlab源程序 包括特征提取、bayes分类器、K近邻分类及最近邻分类。 Testscr iptRecognition.m:测试代码 scr iptFeaExtract.m :特征提取 KNearestEstimate.m :K近邻估计 NearestEstimate.m : 最近邻估计 BayesTrain.m :训练bayes分类器 Bayes.m :测试bayes分类器 CrossValidate.m :m交叉验证 -Offlin
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6683
    • 提供者:KOF
  1. BayesClassifier

    1下载:
  2. bayes分类器,本程序根据病人症状可初步诊断疾病-Bayes classifier, this procedure can be based on the patient's symptoms preliminary diagnosis of diseases
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43053
    • 提供者:陈明
  1. Bayes

    0下载:
  2. 贝叶斯分类器matlab代码,主要利用naive bayes分类器的思想利用后验概率进行分类。-Bayesian classifier matlab code, after the main use of naive bayes classifier utilizing the posterior probability ideological classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7199384
    • 提供者:
  1. bayes

    0下载:
  2. bayes分类器,欢迎大家指点,大家一起学习-bayes classifier, we welcome advice, we will study together
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1902
    • 提供者:邢桃桃
  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. Bayes

    0下载:
  2. 对于Iris数据集的Bayes分类器,采用最大后验概率进行判断。-Iris Bayes classifier for data sets, using maximum a posteriori estimation judgment.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4665
    • 提供者:杨杨
  1. beyes-classifier-matlab

    0下载:
  2. Bayes分类器算法设计:一个详细的案例(正常细胞和异常细胞)-Bayes classifier algorithm design
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:44565
    • 提供者:WZQ
  1. Bayes

    0下载:
  2. 本程序是使用的Python写的一个Bayes分类器,通过这个程序可以大致掌握Bayes的原理。-This procedure is used to write a Python Bayes classifier, through this program can be broadly master the principles of Bayes.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1578
    • 提供者:liuchao
  1. Naive-bayes

    0下载:
  2. 本文以拼写检查作为例子,讲解Naive Bayes分类器是如何实现的。对于用户输入的一个单词(words),拼写检查试图推断出最有可能的那个正确单词(correct)。当然,输入的单词有可能本身就是正确的。比如,输入的单词thew,用户有可能是想输入the,也有可能是想输入thaw。为了解决这个问题,Naive Bayes分类器采用了后验概率P(c|w)来解决这个问题。P(c|w)表示在发生了w的情况下推断出c的概率。为了找出最有可能c,应找出有最大值的P(c|w),即求解问题-In this
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:661
    • 提供者:王志坦
  1. Naive-Bayes

    0下载:
  2. Python实现朴素贝叶斯分类,即Naive Bayes Classifier(NB),数据集为pima-indians印第安人糖尿病数据集。-Python implementation naive Bayes classifier, i.e. Naive Bayes Classifier (NB), the data set is pima-indians Indians diabetes data sets.
  3. 所属分类:Data Mining

    • 发布日期:
    • 文件大小:9964
    • 提供者:赵**
  1. Problem 1

    0下载:
  2. this code write for Bayse classifier in matlab
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:10240
    • 提供者:Suraj
  1. Source Code

    0下载:
  2. K Nearest Neighbor, Bayes, Naive Bayes Classifier for Multiclass Problem.
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-22
    • 文件大小:348160
    • 提供者:Siddique
  1. 朴素贝叶斯源码

    0下载:
  2. 朴素贝叶斯分类器用Python实现,基础代码适合初学者(Naive bayes classifier is implemented in Python, and basic code is suitable for beginners)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:236544
    • 提供者:Amber555
  1. Naive Bayes Classifier - Copy-2

    0下载:
  2. This is a simple probabilistic classifier based on the Bayes theorem, from the Wikipedia article. This project contains source files that can be included in any C# project.
  3. 所属分类:matlab例程

  1. 1 Bayes Classifier code

    0下载:
  2. bayesian Classifer simple test useless
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:72704
    • 提供者:thanon
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com