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

搜索资源列表

  1. 0

    0下载:
  2. 贝叶斯学习MATLAB算法分享,适合初学者(Bayesian learning method andexamples)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:83968
    • 提供者:ellery123
  1. 手写体数字识别

    0下载:
  2. 可以识别手写体数字,识别率在百分之90以上。贝叶斯决策论(Handwritten numerals can be recognized)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-27
    • 文件大小:15141888
    • 提供者:tianbao
  1. work

    1下载:
  2. 1) 以身高为例,画出男女生身高的直方图并做对比; 2) 采用最大似然估计方法,求男女生身高以及体重分布的参数; 3) 采用贝叶斯估计方法,求男女生身高以及体重分布的参数(假定方差已知,作业请注明自己选定的一些参数情况); 4) 采用最小错误率贝叶斯决策,画出类别判定的决策面。并判断某样本的身高体重分别为(160,45)时应该属于男生还是女生?为(178,70)时呢?(1) taking height as an example, draw the histogram of male and f
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:17408
    • 提供者:aboklh
  1. bayes

    0下载:
  2. weka中的贝叶斯分类算法,朴素贝叶斯,贝叶斯神经网络,文本分类(Bias classification algorithm in Weka, simple Bias, Bias neural network, text classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:31744
    • 提供者:crumble
  1. naive_bayes

    2下载:
  2. 朴素贝叶斯算法分类及回归,附带训练集和测试集,可以评测正确率和输出预测文件(Classification and regression of naive Bayes algorithm, incidental training set and test set can evaluate the correct rate and output prediction file.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:4096
    • 提供者:风霏霏
  1. bayes

    0下载:
  2. 使用朴素贝叶斯对垃圾邮件进行分类,附带数据(For spam classification using Naive Bayesian, supplementary data)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-02
    • 文件大小:28672
    • 提供者:zengw
  1. Bayes方法基础

    1下载:
  2. 贝叶斯是无敌的,贝叶斯是万能的,贝叶斯是全知全能的(bayes is powerful ,bayes is wonderful)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-02
    • 文件大小:407552
    • 提供者:windebugger
  1. 模式识别与机器学习3贝叶斯决策理论

    0下载:
  2. 讲述模式识别与机器学习,贝叶斯决策理论的相关知识,(Bayesian decision theory in narrative pattern recognition)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:2917376
    • 提供者:黄鹂
  1. 朴素贝叶斯

    1下载:
  2. 借助朴素贝叶斯算法,针对文本正负面进行判别,并且利用C#进行编程实现(The naive Bayes algorithm is used to judge the positive and negative sides of the text, and the program is implemented by using C#)
  3. 所属分类:C#编程

    • 发布日期:2017-12-26
    • 文件大小:5120
    • 提供者:木樨花
  1. bayes

    2下载:
  2. 贝叶斯估计的几个简单实例,对新接触现代信号处理课程的同学有帮助(Bias estimates a few simple examples of new contact with the modern signal processing course students help)
  3. 所属分类:语音合成与识别

  1. NativeBayes

    0下载:
  2. 朴素贝叶斯垃圾邮件分类器,好歹哦后期维护阿里斯顿啊两千万(Naive Bayes spam classifier)
  3. 所属分类:汇编语言

    • 发布日期:2018-01-05
    • 文件大小:11264
    • 提供者:欢迎你
  1. bayes

    0下载:
  2. 基于概率论的分类方法 :朴素贝叶斯 学习朴素贝叶斯算法进行简单的二值分类(Classification method based on probability theory: Naive Bayes Learning naive Bayes algorithm for simple two valued classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:22528
    • 提供者:AYN1
  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. byaes

    0下载:
  2. 与大家分享各种类型贝叶斯分类器,传统贝叶斯分类器(Traditional Bayesian classifier,Bayes_example)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:18432
    • 提供者:菟梓精
  1. naiveBayesian2

    0下载:
  2. 数据挖掘十大算法之一,朴素贝叶斯算法的实现(One of the ten data mining algorithms and the naive Bayesian algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:29696
    • 提供者:羽墨best1
  1. adaptiveBasis

    0下载:
  2. 贝叶斯参数学习电饭锅电饭锅的辅导费规范地方(Bayesian parameter learning)
  3. 所属分类:人工智能/神经网络/深度学习

  1. bayes

    0下载:
  2. 基于贝叶斯理论的分类方法,过滤垃圾,从个人广告中获取区域倾向(Classification method based on Bayesian theory, Filter out rubbish, obtain the regional tendency from the personal advertisement)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 模式识别第二次作业

    0下载:
  2. 基于贝叶斯原理,通过体重身高数据进行性别分类(Based on Bayes principle, sex classification is carried out by body weight and height data)
  3. 所属分类:matlab例程

  1. work

    1下载:
  2. 贝叶斯下文本分类器,python语言,包括中文分词和英文分词(Bias's lower text classifier, python language, including Chinese participle and English participle)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:13926400
    • 提供者:ax123
  1. Bayes classifier

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

    • 发布日期:2018-01-09
    • 文件大小:17408
    • 提供者:LeeWendy
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com