CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 朴素贝叶斯

搜索资源列表

  1. naiveBayes.rar

    1下载:
  2. 朴素贝叶斯算法源码,C++实现。大家可以下来看,Naive Bayes algorithm source code, C++ to achieve.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:580934
    • 提供者:李青青
  1. BayesClassifier.rar

    0下载:
  2. 贝叶斯分类算法,构造朴素贝叶斯分类器,对给定的中文文本进行分类,Bayesian classification algorithm, Naive Bayes classifier structure of a given Chinese text classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1951
    • 提供者:娜娜
  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. 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. TextCat

    0下载:
  2. 用朴素贝叶斯算法来进行文件分类,未包含训练数据.-Naive Bayes algorithm is used to carry out classification of documents, not included in training data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:281088
    • 提供者:johnson
  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. NB

    0下载:
  2. :朴素贝叶斯分类器是一种简单而高效的分类器,但是它的属性独立性假设使其无法表示现实世界属性之间的依赖关 系,以及它的被动学习策略,影响了它的分类性能。本文从不同的角度出发,讨论并分析了三种改进朴素贝叶斯分类 性能的方法。为进一步的研究打下坚实的基础。-: Naive Bayesian classifier is a simple and efficient classifier, but its attribute independence assumption that the rea
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:149249
    • 提供者:李浩
  1. NavieBayes github java

    0下载:
  2. java 朴素贝叶斯 机器学习 情感分类器(java naivebayes machinelearing)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-27
    • 文件大小:561152
    • 提供者:刁蛮
  1. naive_bayes

    2下载:
  2. 朴素贝叶斯算法分类及回归,附带训练集和测试集,可以评测正确率和输出预测文件(Classification and regression of naive Bayes algorithm, incidental training set and test set can evaluate the correct rate and output prediction file.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:4096
    • 提供者:风霏霏
  1. 朴素贝叶斯

    1下载:
  2. 朴素贝叶斯算法,是十大最经典的数据挖掘算法之一(Naive Bayes algorithm, the most classic data mining algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:嗨嗨1202
  1. bayes

    0下载:
  2. 使用朴素贝叶斯对垃圾邮件进行分类,附带数据(For spam classification using Naive Bayesian, supplementary data)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-02
    • 文件大小:28672
    • 提供者:zengw
  1. 基于朴素贝叶斯定理的文本分类

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

    • 发布日期:2018-04-29
    • 文件大小:16384
    • 提供者:陈晨1010
  1. 人工智能:人工智能选股之朴素贝叶斯模型

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

  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. 朴素贝叶斯

    1下载:
  2. 朴素贝叶斯算法运行和程序代码的实验与结果(Operation of naive Bayes algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-02-01
    • 文件大小:414720
    • 提供者:wluai
  1. 朴素贝叶斯算法资料

    1下载:
  2. 朴素贝叶斯算法的相关资料,包含算法以及实验结果等。(The related data of the naive Bayes algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-10-19
    • 文件大小:146432
    • 提供者:dqhplhzz2008
« 12 3 4 5 »
搜珍网 www.dssz.com