搜索资源列表

  1. 朴素贝叶斯

    0下载:
  2. 调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2 -process called CM = Confusion_matrix (train_predi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:
  1. Native_Byes_Classfication

    0下载:
  2. 一个朴素贝叶斯文本分类,在进行训练后,可以对文本进行分类。目前支持英文-a simple Bayesian text classification, conducting training, the text can be classified. Currently supported English
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:58kb
    • 提供者:陈是
  1. Bayers

    0下载:
  2. 用matlab实现的朴素贝叶斯分类源代码,希望对大家有些帮助-Using matlab realize the Naive Bayesian Classifier source code, in the hope that some U.S. help
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:fanny
  1. subattribspace

    0下载:
  2. 一个朴素贝叶斯的matlab实现算法一个朴素贝叶斯的matlab实现算法-A Naive Bayes algorithm for matlab in a Naive Bayes algorithm matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:6kb
    • 提供者:lee
  1. filter

    0下载:
  2. 垃圾邮件过滤器,本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90%以上。-Spam filters, the software based on the Naive Bayes algorithm, using NetBeans generated interface (requires JDK1.6), apply to SMS, mail
  3. 所属分类:文件操作

    • 发布日期:2024-11-27
    • 文件大小:954kb
    • 提供者:张家
  1. NB

    0下载:
  2. 朴素贝叶斯算法,以函数形式实现,花了一个上午的时间-Naive Bayes algorithm, in order to function the form of implementation, a morning flower time
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:张其
  1. subattribspace

    0下载:
  2. 朴素贝叶斯matlab实现,基于matlab编程-Naive Bayes matlab to achieve, based on the matlab programming
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:6kb
    • 提供者:李凌
  1. navieBayes

    0下载:
  2. 条件独立的有监督朴素贝叶斯分类算法。参数估计,输入训练集和测试集,得到分类结果和分类准确率-naviebayes
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:陈志峰
  1. NB

    0下载:
  2. 特征之间非独立的有监督朴素贝叶斯分类算法。参数估计,输入训练集和测试集,得到分类结果和分类准确率-NB
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:陈志峰
  1. naive_bayes_numeric

    0下载:
  2. 利用matlab实现的朴素贝叶斯分类器的源代码,可以用来分类或识别,自己编写的,请多指教-Using matlab Naive Bayesian classifier to achieve the source code can be used to classification or recognition, I have written, and like him Zhijiao
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:4kb
    • 提供者:satanwings
  1. fd

    0下载:
  2. matlab下一些朴素贝叶斯模型,包括LDA与HDP-Some Naive Bayes models, including the LDA and HDP
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-27
    • 文件大小:48kb
    • 提供者:david
  1. Matlab2

    0下载:
  2. 朴素贝叶斯分类器,使用MATLAB语言编写,对文档进行自动分类-Naive Bayes classifier
  3. 所属分类:软件工程

    • 发布日期:2024-11-27
    • 文件大小:93kb
    • 提供者:weiyc
  1. Navie-Bayes

    0下载:
  2. 机器学习中关于朴素贝叶斯(NB)方法的Matlab源代码,附带四个数据集用于实验-Machine Learning on Bayesian (NB) method of Matlab source code, with four data sets for experiments
  3. 所属分类:图形图象

    • 发布日期:2024-11-27
    • 文件大小:1.42mb
    • 提供者:文瑞
  1. NB_breast_cancer_wisconsin_original

    0下载:
  2. 基于朴素贝叶斯的分类练习,在UCI数据库中的breast数据集上进行的测试-Bayesian classification based on practice, in the UCI database data set on breast test
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:王善民
  1. matlab_bayes_classifier

    0下载:
  2. 使用matlab编写的bayes分类器,朴素贝叶斯分类器-Prepared using bayes classifier matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:简单
  1. nb_spam

    1下载:
  2. 用朴素贝叶斯分类方法实现垃圾邮件分类。 基于matlab实现。-Bayesian classification method to achieve with spam classification. Matlab-based implementation.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-27
    • 文件大小:184kb
    • 提供者:xiexiao
  1. Bayes2

    0下载:
  2. 基本的贝叶斯算法(朴素贝叶斯算法,参照清华大学出版的模式识别)-The basic Bayesian algorithm (Naive Bayes algorithm, in the light of pattern recognition, Tsinghua University Publishing)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:nini
  1. naivebayes

    0下载:
  2. 已调试好的基于贝叶斯判别的手写体数字识别的matlab实现,包括样本图片的预处理、创建朴素贝叶斯分类器对象和检验判别效果的程序源代码大全-failed to translate
  3. 所属分类:图形/文字识别

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:胡盛亮
  1. NBC(1)

    0下载:
  2. 利用朴素贝叶斯对UCI 的 mushroom 数据集进行分类,使用MATLAB编码(Using naive Bias, the mushroom data sets of UCI are classified and encoded using MATLAB)
  3. 所属分类:其他小程序

  1. 人工智能:人工智能选股之朴素贝叶斯模型

    0下载:
  2. 本报告对 朴素贝叶斯模型及线性判别分析、二次判别分析 进行系统测试 “生成模型”是机器学习中监督学习方法的一类。与“判别模型”学习决 策函数和条件概率不同,生成模型主要学习的是联合概率分布??(??,??)。本 文中,我们从朴素贝叶斯算法入手,分析比较了几种常见的生成模型(包 括线性判别分析和二次判别分析)应用于多因子选股的异同,希望对本领 域的投资者产生有实用意义的参考价值。(This report gives a syst
  3. 所属分类:人工智能/神经网络/遗传算法

« 12 3 »

源码中国 www.ymcn.org