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

搜索资源列表

  1. bayes在分类中的应用

    1下载:
  2. 程序用C语言实现了贝叶斯在数据挖掘中分类和预测中的应用,通过程序可以很好的进行分类和预测。-This program use C language to realize the application of bayes in data mining and forecasting,you can use this program to make a good classification and forecasting
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:97755
    • 提供者:龚文引
  1. Fisher-and-Bayes-classification-

    0下载:
  2. Fisher 和 Bayes分类器的比较,利用身高体重数据进行分类比较-Fisher and Bayes Classification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-19
    • 文件大小:7301
    • 提供者:
  1. Bayes

    0下载:
  2. Bayes 分类算法 c/c++ 训练数据-write a program to achieve bayes classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-28
    • 文件大小:898839
    • 提供者:deng
  1. Bayes-Iris

    0下载:
  2. bayes分类算法,适合数据挖掘初学者学习-Bayesian classification algorithm for data mining beginners to learn
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:13673
    • 提供者:fengbingtao
  1. Bayes

    0下载:
  2. 本项目用于实现Bayes分类算法 本项目用于实现Bayes分类算法-The Bayes classification algorithm used to implement the project The Bayes classification algorithm used to implement the project
  3. 所属分类:Other systems

    • 发布日期:2017-06-02
    • 文件大小:13853212
    • 提供者:ld
  1. Naive-Bayes

    0下载:
  2. 基于matlab的Naive Bayes分类,分为train,test和run-Matlab-based Naive Bayes classification, divided into train, test and run
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:651
    • 提供者:yxingx
  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. Bayes

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

    • 发布日期:2017-04-15
    • 文件大小:4665
    • 提供者:杨杨
  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. bayes

    0下载:
  2. 朴素贝叶斯算法解决分类问题(二分类)的matlab代码(Naive Bayes algorithm to solve classification problems (two categories) of matlab code)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:jdjdhn
  1. bayes

    0下载:
  2. 基于java,利用贝叶斯算法实现中文文本分类。(包含可调用的trainingset)(Text classification based on Java using Bayesian algorithm.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-27
    • 文件大小:233472
    • 提供者:amIUrfire
  1. bayes

    0下载:
  2. Bayes分类器,对随机产生的1000组数据进行分类,模式识别课作业(Bayes classifiation.m)
  3. 所属分类:其他

  1. bayes

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

  1. Bayes classifier

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

    • 发布日期:2018-01-09
    • 文件大小:17408
    • 提供者:LeeWendy
  1. bayes

    0下载:
  2. 这是一个用于贝叶斯分类器的源代码,请有需要的朋友看一下(This is the python source code used to describe baysion clustering. It can be combined with your actual needs.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:chentrer
  1. 贝叶斯分类算法

    1下载:
  2. 5个描述属性,一个分类属性,通过贝叶斯算法实现分类(5 descr iptive attributes, one categorical attribute, is implemented by Bayes algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

  1. bayes

    1下载:
  2. 贝叶斯算法预先对训练集训练分类,输入测试集进行判断类别。(The Bias algorithm trains the training set in advance, classifying it into the test set and classifying it.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-02-08
    • 文件大小:1024
    • 提供者:秀才茹珠
  1. 贝叶斯分类

    1下载:
  2. 通过python进行编程,运用贝叶斯算法原理,对iris数据集进行分类(Classification of iris data sets by Bayes)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-02-03
    • 文件大小:4096
    • 提供者:vicshun
« 1 2 3 45 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com