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

搜索资源列表

  1. NaiveBayes.java.tar.gz 基于weka的分类算法

    1下载:
  2. 基于weka的分类算法,用于weka拓展应用。朴素贝叶斯模型发源于古典数学理论,有着坚实的数学基础,以及稳定的分类效率。同时,该算法所需估计的参数很少,对缺失数据不太敏感,算法也比较简单。理论上,与其他分类方法相比具有最小的误差率。,Based on the classification algorithm weka, weka develop applications for. Naive Bayes model originated in the classical mathematical
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-24
    • 文件大小:7196
    • 提供者:zhangrui
  1. 基于朴素贝叶斯方法的文本分类

    3下载:
  2. 本程序实现了基于朴素贝叶斯方法的文本分类,附有源代码、实验报告、可执行程序以及语料库(包括训练集和测试集) -This procedure implements the text-based Naive Bayes classification method, with source code, test reports, executables and corpus (including the training set and test set)
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-11-27
    • 文件大小:1869824
    • 提供者:王丽静
  1. matlab_bayes_classifier

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

    • 发布日期:2016-12-22
    • 文件大小:1024
    • 提供者:简单
  1. naive_bayes_numeric

    1下载:
  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. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:3773
    • 提供者:satanwings
  1. naivebayes

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

    • 发布日期:2017-04-03
    • 文件大小:1378
    • 提供者:胡盛亮
  1. NaviveBayesClassify

    0下载:
  2. 朴素贝叶斯分类算法,可以用来进行分类bayes -Naive Bayesian classification algorithm can be used to classify the Bayes
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:5973
    • 提供者:王兵
  1. naivebayes

    0下载:
  2. 模式识别中朴素贝叶斯分类器,实习数据的良好分类技术-naive bayesian classification
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:895
    • 提供者:季宇轩
  1. winedata-bayers

    5下载:
  2. 对著名的UCI机器学习库的wine数据集做的朴素贝叶斯分类算法,包含详细源代码和实验报告,不可多得啊-Pairs of well-known UCI machine learning repository data set to do wine Naive Bayesian classification algorithm, with detailed source code and test reports, a rare ah
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:17875
    • 提供者:hannychen
  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
    • 文件大小:5939
    • 提供者:陈蓉
  1. nb_spam

    3下载:
  2. 用朴素贝叶斯分类方法实现垃圾邮件分类。 基于matlab实现。-Bayesian classification method to achieve with spam classification. Matlab-based implementation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:188416
    • 提供者:xiexiao
  1. BNC

    0下载:
  2. 朴素贝叶斯分类器(Naive Bayes Classifier),可以分类任意属性个数和目标状态的离散样例。-Naive Bayesian classifier (Naive Bayes Classifier), can be categorized arbitrary number of attributes and objectives of the state of the discrete sample.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:608047
    • 提供者:王军
  1. beiyesifenleiqi

    0下载:
  2. 朴素贝叶斯分类器,对于连续变量情形,此算法将连续变量进行离散,分类效果较好-Naive Bayesian classifier, the continuous variable case, this algorithm for discrete variables, the classification results better
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:21321
    • 提供者:周健
  1. K-meansNB

    0下载:
  2. :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类准确率。-: K-means algorithm will
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:172903
    • 提供者:李浩
  1. Bayesianclassifierfortextclassificationalgorithms.

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

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

    0下载:
  2. 朴素贝叶斯分类器包括了停用词的处理,结果是很不错的-Naive Bayesian classifier
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:5112
    • 提供者:王鸿飞
  1. SharpClassifier_Adult-master

    0下载:
  2. 利用朴素贝叶斯分类方法将UCI的adult数据集进行分类(The adult dataset of UCI was classified by the naive bayesian classification method)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:43244544
    • 提供者:NothingMore
  1. 基于朴素贝叶斯定理的文本分类

    0下载:
  2. 基于朴素贝叶斯定理的文本分类,附全部源程序(Text classification based on the simple Bias theorem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:16384
    • 提供者:陈晨1010
  1. NB

    0下载:
  2. 编写朴素贝叶斯分类器,对测试集进行分类预测,并计算分类精度(The naive Bias classifier is compiled, and the test set is classified and predicted, and the classification accuracy is calculated)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:王FANFANFAN
  1. 红酒贝叶斯

    2下载:
  2. 红酒贝叶斯分类,用朴素分类器进行分类,可用。(Red wine Bias classification, using simple classifier)
  3. 所属分类:其他

    • 发布日期:2019-09-18
    • 文件大小:16384
    • 提供者:roswell_lou
  1. 朴素贝叶斯

    1下载:
  2. 能实现对相应数据集进行分类,并计算出准确率(Able to classify the corresponding data set and calculate the accuracy)
  3. 所属分类:其他

    • 发布日期:2021-02-01
    • 文件大小:44032
    • 提供者:FANFUN
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com