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

搜索资源列表

  1. naiveBayes.rar

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

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

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

    • 发布日期:2017-03-29
    • 文件大小:5973
    • 提供者:王兵
  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-23
    • 文件大小: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-29
    • 文件大小:281088
    • 提供者:johnson
  1. subattribspace

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

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

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

    • 发布日期:2017-04-08
    • 文件大小:752
    • 提供者:张其
  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. NaiveBayes

    0下载:
  2. 朴素贝叶斯算法分类源代码,vc6.0编写-NaiveBayes on how to classfiy texts
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-09
    • 文件大小:2264883
    • 提供者:Lotus
  1. myBayes

    0下载:
  2. 这个是本人自己写的朴素贝叶斯算法,参考书籍为《机器学习实战》。(This is my own written naive Bayesian algorithm, reference books for the "machine learning combat.")
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:GENEe
  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. 朴素贝叶斯

    1下载:
  2. 借助朴素贝叶斯算法,针对文本正负面进行判别,并且利用C#进行编程实现(The naive Bayes algorithm is used to judge the positive and negative sides of the text, and the program is implemented by using C#)
  3. 所属分类:C#编程

    • 发布日期:2017-12-26
    • 文件大小:5120
    • 提供者:木樨花
  1. 贝叶斯和KNN算法比较——基于Adult数据集

    2下载:
  2. 朴素贝叶斯算法和KNN算法比较,其中用到的数据集为adults(Comparison of Bias and KNN algorithms)
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-05
    • 文件大小:131072
    • 提供者:hgwf
  1. naiveBayesian2

    0下载:
  2. 数据挖掘十大算法之一,朴素贝叶斯算法的实现(One of the ten data mining algorithms and the naive Bayesian algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:29696
    • 提供者:羽墨best1
  1. bayes

    0下载:
  2. 自己书写的一段机器学习的朴素贝叶斯算法,基于Python实现(The Implementation of Bayes Algorithm in Python)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 朴素贝叶斯算法

    0下载:
  2. 此处python实现机器学习朴素贝叶斯算法(Here Python implements the naive Bayes algorithm for machine learning)
  3. 所属分类:数值算法/人工智能

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

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

  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 6 7 »
搜珍网 www.dssz.com