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

搜索资源列表

  1. Bayesian-algorithm

    0下载:
  2. 贝叶斯算法一种python实现方式,写法比较朴素,简单易懂-Bayesian algorithm python implementation, written relatively simple, easy to understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:801
    • 提供者:刘再风
  1. NBC

    0下载:
  2. 朴素贝叶斯机器学习,用来分类文本,matlab编程,有测试和训练两部分。-Naive Bayesian machine learning to classify text, matlab programming, testing, and training has two parts.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:961
    • 提供者:魏琳
  1. NaiveBayesian

    0下载:
  2. 使用Python语言写的经典朴素贝叶斯算法的实现,完全能够应对算法设计课程的课程设计的代码需要-Implemented using Python language written in classic Naive Bayes algorithm, fully able to cope with the algorithm design course curriculum design code requires
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1070
    • 提供者:陈帆
  1. MachineLearning

    0下载:
  2. 非常好用的基于QT实现机器学习的朴素贝叶斯算法-Very easy to use machine learning based on QT implement Naive Bayes algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-04
    • 文件大小:31926
    • 提供者:Anna
  1. bys

    0下载:
  2. 本文主要描述了朴素贝叶斯分类方法,包括模型导出和学习描述。实例部分总结了《machine learning in action》一书中展示的一个该方法用于句子感情色彩分类的程序。1 方法概述 学习(参数估计) 实现:朴素贝叶斯下的文本分类-This paper describes the naive Bayesian classification methods, including export and learning descr iptive model. Example
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:407200
    • 提供者:田林玉
  1. Main

    0下载:
  2. 朴素贝叶斯算法的代码实现,能够实现对数据的自相关,互协方差等统计方面特征的数学分析-Code naive Bayes algorithm implementation can be achieved for autocorrelation of the data, mathematical analysis statistical characteristics of the cross-covariance, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-12-11
    • 文件大小:783
    • 提供者:fan_xianbao
  1. NaviveBayesClassify

    0下载:
  2. Java语言 iris数据集 朴素贝叶斯实现-Iris u6734 u7D20 u8D1D u53F6 u65AF
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:1669748
    • 提供者:妍妍
  1. naive_bayes

    0下载:
  2. 朴素贝叶斯算法的程序,不知有用否,不记得是从哪里下载到的了(naive bayes algorithm is a machine learning technique, which is used for classification.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:24576
    • 提供者:黑发
  1. bayes

    0下载:
  2. 朴素贝叶斯算法解决分类问题(二分类)的matlab代码(Naive Bayes algorithm to solve classification problems (two categories) of matlab code)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:jdjdhn
  1. NaiveBayesNLP

    0下载:
  2. 使用weka 运行朴素贝叶斯,去除拉普拉斯平滑(Use weka to run naive bayes, and delete laplace smoothing)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:fungor
  1. e1071_1.6-8

    0下载:
  2. klaR包与e1071包都可以做朴素贝叶斯分类,本次试验中,klaR包在使用的时候会出现警告,但不影响预测(Both the klaR package and the e1071 package can be used as a simple Bias classification. In this experiment, the klaR package will be warned when it is used, but it does not affect the prediction.
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:893952
    • 提供者:哈哈1212
  1. ipynb

    0下载:
  2. 机器学习方法之最近邻、朴素贝叶斯、逻辑回归方法的实现与对比(compared with knn\NB\logistics)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:5120
    • 提供者:夕子
  1. 垃圾邮件处理 机器学习

    0下载:
  2. 利用朴素贝叶斯分类器对垃圾信息进行分类处理,得到一个分类器便于分析信息的归属。(Classification of garbage information by naive Byes classifier.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:Humphrey007
  1. 拼音输入法

    1下载:
  2. 一个基于朴素贝叶斯算法的拼音输入法。 使用方法见源码。 语言:python
  3. 所属分类:Windows编程

  1. pac_ai-master

    1下载:
  2. 本文根据美国威斯康星州的乳腺癌诊断数据集,生成一个乳腺癌诊断的SVM分类器,并计算这个分类器的准确率。(import pandas as pd data = pd.read_csv(r'C:\Users\hzjy\Desktop\data.csv'))
  3. 所属分类:Windows编程

    • 发布日期:2020-02-06
    • 文件大小:96256
    • 提供者:。昵称
« 1 2 3»
搜珍网 www.dssz.com