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

搜索资源列表

  1. 贝叶斯分类代码,实现分类

    3下载:
  2. 贝叶斯分类 代码实现
  3. 所属分类:数值算法/人工智能

  1. bayesthresholding

    0下载:
  2. 这个代码是基于贝叶斯的阈值分割,很有用的-This code is based on the Bayesian threshold segmentation, very useful
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1.8mb
    • 提供者:
  1. matlab中贝叶斯分类器

    1下载:
  2. matlab中贝叶斯分类器识别代码,可以很好地识别对象
  3. 所属分类:邮电通讯系统

  1. NaviveBayesClassify

    0下载:
  2. java代码的朴素贝叶斯分类器 java代码的朴素贝叶斯分类器 调试通过-java code java code Naive Bayes classifier Naive Bayesian classifier Naive Bayesian classification of java code through debugging
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:5.8kb
    • 提供者:陈蓉
  1. 1

    0下载:
  2. 这是一个模式识别,关于贝叶斯分类器实现的代码-This is a pattern recognition, Bayesian classifier on the realization of the code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3.61kb
    • 提供者:ivan1988716
  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
    • 文件大小:737.28kb
    • 提供者:lifenglin
  1. Bayesianclassifierfortextclassificationalgorithms.

    0下载:
  2. 用于文本分类的朴素贝叶斯分类算法,包括代码和测试数据-Naive Bayesian Text Classification for classification algorithms, including the code and test data
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:2.22mb
    • 提供者:王佳
  1. Analytical

    0下载:
  2. 贝叶斯决策代码 贝叶斯原理分类 输入样本数据进行处理 -MATLAB Bayesian
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5.16kb
    • 提供者:郑杰
  1. lc_bayes_KL

    0下载:
  2. 分享一下贝叶斯,线性分类,K_L变换实验代码,有需要的下!!希望找到志同道合的朋友共同研究-Share Bayes, linear classification, K_L transformation test code, there is a need for the next! ! Hope to find like-minded friends to study
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:784.56kb
    • 提供者:yyt
  1. 贝叶斯分类器

    0下载:
  2. 贝叶斯分类器设计,分参数已知和参数未知两种情况,含最大似然参数估计代码
  3. 所属分类:matlab例程

  1. NBC

    1下载:
  2. 朴素贝叶斯模型,用来做大数据的分类,是一种很简单易上手的模型,代码很简单,有例子。(Naive Bayes model is used to enlarge the classification of data)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-21
    • 文件大小:36kb
    • 提供者:濉燃
  1. 3.贝叶斯分类器

    1下载:
  2. 贝叶斯定理是用数学的方法来解释生活中大家都知道的常识,而机器学习使用的各种算法中,最常见的就是贝叶斯定理。此代码为贝叶斯分类python代码,包含高斯贝叶斯分类器,多项式贝叶斯分类器和伯努利贝叶斯分类器,并有具体的数据例子进行仿真比较(Bias's theorem is a mathematical way to explain all the common sense in life, and machine learning using various algorithms, the mos
  3. 所属分类:其他

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

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

    • 发布日期:2018-01-06
    • 文件大小:231kb
    • 提供者:Amber555
  1. Sciprts

    1下载:
  2. 用 dataset3 作为训练数据,用 dataset4 作为测试数据,采用不同的特征、训练样本数、分类方法进行比较实验,观察、分析实验结果的异同。 训练分类器的方法为最小错误率贝叶斯分类器(假设正态分布,先验概率各 50%)。使用Bayesscr ipt.m运行代码。(Using dataset3 as training data, dataset4 is used as test data, and different characteristics, training samples an
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:26kb
    • 提供者:张北岳
  1. BreastCancer

    0下载:
  2. Java实现机器学习经典分类算法,代码中实现了决策树、贝叶斯和KNN三个分类算法(Java implements the classic classification algorithm for machine learning. The code implements three classification algorithms: decision tree, Bayes and KNN)
  3. 所属分类:Java编程

    • 发布日期:2018-04-21
    • 文件大小:85kb
    • 提供者:sasworld
  1. py_ex

    0下载:
  2. 利用朴素贝叶斯理论,将垃圾邮件的做分类,使用python代码,内涵邮件数据(Naive Bayes theory is used to classify spam, using Python code, and content mail data.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-02
    • 文件大小:7kb
    • 提供者:三火123456
  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
    • 文件大小:1kb
    • 提供者:chentrer
  1. naivebayes

    0下载:
  2. 朴素贝叶斯分类算法的代码,可实现多案例使用(The code of the simple Bias classification algorithm can be used for multiple cases)
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-03
    • 文件大小:15.38mb
    • 提供者:O_of
  1. nb

    0下载:
  2. 朴素贝叶斯分类分为两步: ① 计算特征项和所属类别之间的概率; ② 判断文本dj是否属于类别ci的概率 本代码为训练阶段(Naive Bayes classification is divided into two steps: 1 Calculate the probability between the feature item and its own category; 2 The probability of judging whether the text dj belong
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1kb
    • 提供者:wangxuess
  1. 5、贝叶斯python代码及数据

    1下载:
  2. 贝叶斯算法实现分类及数据集 python代码 分类算法(The classification and data set of Bias algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-06-28
    • 文件大小:32.35mb
    • 提供者:激流勇进
« 12 3 4 »
搜珍网 www.dssz.com