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

搜索资源列表

  1. 图像分割最小误差法

    2下载:
  2. 最小误差法是一种较为常用的自动阈值分割方法,此方法来源于Bayes最小误差分类方法。通常以图像中的灰度为模式特征,假设各模式的灰度是独立分布的随机变量,并假设图像中待分割的模式服从一定的概率分布,则可以获得满足最小误差分类准则的最佳阈值分割。 该算法主要思想是假设图像中只存在背景和目标两种模式,根据目标和背景像素占图像总像素的百分比求出其混合概率密度,选定一个阈值T;再根据将目标像素点错划为背景像素点的概率和把背景像素点错划为目标的概率求出总的错误概率,那么最佳阈值就是使总错误概率最小的阈
  3. 所属分类:matlab例程

  1. SVM-and-NB

    0下载:
  2. 支持向量机与朴素贝叶斯算法,对数据进行分类后深度了解数据的结构-Support vector machine and naive Bayes algorithm.Classifying the data and understanding the structure of the data in depth
  3. 所属分类:Data Mining

    • 发布日期:2017-12-12
    • 文件大小:1993256
    • 提供者:月光之花
  1. nengtun_v64

    0下载:
  2. 模式识别中的bayes判别分析算法,可以实现模式识别领域的数据的分类及回归,MinkowskiMethod算法 。- Pattern Recognition bayes discriminant analysis algorithm, You can achieve data classification and regression pattern recognition, MinkowskiMethod algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:6144
    • 提供者:张瑞华
  1. knn_logistic_naiveBayes

    0下载:
  2. 统计机器学习经典分类算法MATLAB代码,付数据集。包括knn算法,逻辑斯蒂回归和朴素贝叶斯算法。-Classical statistical machine learning classification algorithm MATLAB code, pay dataset. Including knn algorithm, logistic regression and naive Bayes algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-13
    • 文件大小:9964214
    • 提供者:宋骅昕
  1. bayes_classifier

    0下载:
  2. 贝叶斯分类器是一种基于概率误差最小的优化设计分类器。该源码带注释,更方便新手入门。 -bayes classifier
  3. 所属分类:matlab

    • 发布日期:2017-12-13
    • 文件大小:202814
    • 提供者:Weibull
  1. mie_ec02

    0下载:
  2. 外文资料里面的源代码,可以实现模式识别领域的数据的分类及回归,模式识别中的bayes判别分析算法。- Foreign materials inside the source code, You can achieve data classification and regression pattern recognition, Pattern Recognition bayes discriminant analysis algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-06-28
    • 文件大小:4096
    • 提供者:李泉莹
  1. fitting-model

    0下载:
  2. 要对单变量正态分布以及分类分布两种概率分布 模型,分别采用最大似然(ML),最大后验(MAP)以及贝叶斯估计(Bayes)的 方法进行概率密度估计。 -In this paper, the maximum likelihood (ML), maximum a posteriori (MAP) and Bayesian estimation (Bayes) methods are used to estimate the probability density of two kinds of pr
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:8854528
    • 提供者:Christiana
  1. text classfication

    0下载:
  2. 朴素贝叶斯文本分类的简单案例,了解朴素贝叶斯的算法实现过程(Naive Bayes text classification of simple cases, to understand the naive Bayes algorithm implementation process)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:zhangcoding
  1. NBC

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

    • 发布日期:2017-12-21
    • 文件大小:36864
    • 提供者:濉燃
  1. PNN网络代码

    0下载:
  2. 概率神经网络(Probabilistic Neural Network)是由D.F.Speeht博士在1989年首先提出,是径向基网络的一个分支,属于前馈网络的一种。它具有如下优点:学习过程简单、训练速度快;分类更准确,容错性好等。从本质上说,它属于一种有监督的网络分类器,基于贝叶斯最小风险准则。(Probabilistic neural network was first proposed by Dr. D.F.Speeht in 1989. It is a branch of radial
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:gahuan
  1. okna

    0下载:
  2. 朴素贝叶斯分类算法,可以用来进行分类bayes()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-05
    • 文件大小:4096
    • 提供者:przorder
  1. Bayesian learning

    0下载:
  2. 贝叶斯分类算法是统计学的一种分类方法,它是一类利用概率统计知识进行分类的算法(Bayes classification algorithm is a classification method of statistics, which is a classification algorithm using probability statistics)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:274432
    • 提供者:li_lianhe
  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
    • 文件大小:87040
    • 提供者: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
    • 文件大小:7168
    • 提供者:三火123456
  1. 74554399

    0下载:
  2. 朴素贝叶斯分类算法,可以用来进行分类bayes()
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-01
    • 文件大小:4096
    • 提供者:cyche
  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
    • 文件大小:1024
    • 提供者:wangxuess
  1. adult

    1下载:
  2. 本人课设实现的基于决策树和朴素贝叶斯对Adult数据集进行分类!(Adult dataset is classified based on decision tree and naive bayes!)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-03-12
    • 文件大小:580608
    • 提供者:zxhohai
  1. 贝叶斯判决

    1下载:
  2. 假定某个局部区域细胞识别中正常w1和非正常w2 两类先验概率分别为: 正常状态:P(w1)=0.9 ; 异常状态:P(w2)=0.1 。 现有一系列待观察的细胞,其观察值为: -2.67 -3.55 -1.24 -0.98 -0.79 -2.85 -2.76 -3.73 -3.54 -2.27 -3.45 -3.08 -1.58 -1.49 -0.74 -0.42 -1.12 4.25 -3.99 2.88 -0.98 0.79 1.19 3.07 两类的类条件概率符合正态分布
  3. 所属分类:网络编程

    • 发布日期:2020-09-29
    • 文件大小:674816
    • 提供者:蝴蝶会唱歌
« 1 2 ... 18 19 20 21 22 23»
搜珍网 www.dssz.com