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

搜索资源列表

  1. nb

    1下载:
  2. 在matlab环境下的一个朴素贝叶斯分类器,大家可以看下-Matlab environment a Naive Bayes classifier, we can look
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:1012
    • 提供者:zxk
  1. test_bayes

    0下载:
  2. 在matlab环境下的一个朴素贝叶斯分类器,大家可以学习参考下-Matlab environment a Naive Bayes classifier, we can learn to refer to the following
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:514
    • 提供者:zxk
  1. bayes

    0下载:
  2. 基于贝叶斯的增量学习算法相关文档:包括朴素贝叶斯,网络贝叶斯等-Incremental learning algorithm based on Bayesian document: Naive Bayes, Bayesian and other network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-07
    • 文件大小:9457252
    • 提供者:liujingwen
  1. pusu_nb_w

    0下载:
  2. 带有权重的朴素贝叶斯的分类器,只对离散型数据有效。-With the right to re-Naive Bayes classifier is valid only for discrete data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:806
    • 提供者:赵贝
  1. main

    0下载:
  2. 朴素贝叶斯分类器在符号型数据库上的实现,这里说的符号型数据库指属性取值满足离散、无序、有限,无运算-bayesian classifier
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:1622
    • 提供者:丁一
  1. naiveBayesClassify

    0下载:
  2. 自己用JAVA编写的朴素贝叶斯分类器程序,测试过,没问题,放心下载吧。-Naive Bayes classifier program written with JAVA, and tested, no problem, rest assured download it.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:6523
    • 提供者:耿淑娟
  1. Text-classify

    0下载:
  2. 用朴素贝叶斯和支持向量机SVM的两种文本文类实验-Two text of this article class experiment with naive Bayes and support vector machines SVM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:9792688
    • 提供者:范德萨
  1. Improved-Naive-Bayesian-classifier

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

    • 发布日期:2017-11-05
    • 文件大小:159867
    • 提供者:xujingxue
  1. beyes

    0下载:
  2. 数据挖掘中的聚类算法,为朴素贝叶斯算法,算比较经典的算法-Clustering algorithm in data mining, Naive Bayes algorithm, considered classic algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:991
    • 提供者:周小波
  1. DMProject

    2下载:
  2. 数据挖掘经典分类算法朴素贝叶斯的C++实现,界面采用qt-The data mining classic classification algorithm the Naive Bayes C++ achieve interface using qt
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:5195525
    • 提供者:enrique
  1. bayesian

    1下载:
  2. 基于贝叶斯网络的K2,TAN,朴素贝叶斯算法实现。-K2 algorithm based on Bayesian network
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:5576
    • 提供者:sun
  1. NPC

    0下载:
  2. 一个程序来诱使一个天真的可能性分类的朴素贝叶斯分类器(可能性模拟)和诱导幼稚的可能性分级分类新的数据。-A program to induce a naive possibilistic classifier (a possibilistic analog of the naive Bayes classifier) and to classify new data with an induced naive possibilistic classifier.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:23138
    • 提供者:sdl
  1. Bayes-classifier-code

    0下载:
  2. 朴素贝叶斯分类器程序代码 采用朴素贝叶斯分类器算法,使用C++语言对英文文本进行分类,实现了一个文本分类器功能-Naive Bayesian classifier program code using Bayesian classification algorithm, using C++ language English text classification, to achieve a text classification function
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:213695
    • 提供者:李宁
  1. bayes-network-for-classication

    0下载:
  2. 利用朴素贝叶斯网络来训练语料库,得到理想模型-bayes network for classication
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:201860
    • 提供者:李婷会
  1. machine-learning-5

    0下载:
  2. 机器学习算法之SVM与朴素贝叶斯,经典的机器学习的外文资料,该资料描述详细,便于大家的学习。-Machine learning algorithms of SVM and Naive Bayes, classical machine learning foreign language information, the information described in detail, easy to learn from everyone.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:595029
    • 提供者:zhongrui
  1. Bayesian

    0下载:
  2. 朴素贝叶斯模型的源代码,可以用于文本分类Naive Bayes model source code, can be used for text classification-Naive Bayes model source code, can be used for text classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:5084
    • 提供者:oodpr
  1. naivebeys

    0下载:
  2. 朴素贝叶斯实现文本的正负趋向性分析,使用python编的,可以通过编绎,很方便。-Naive Bayes text of the positive and negative trend analysis, using python compiled by unravel, very convenient.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:1051
    • 提供者:liang
  1. NB

    0下载:
  2. 自己编写的朴素贝叶斯分类器,经实测效果不错,供文本分类的研究人员相互学习-I have written a naive Bayes classifier, measured results are good for text classification researchers learn from each other
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1412
    • 提供者:gaozhe
  1. HL

    0下载:
  2. 经过调试过的朴素贝叶斯分类器,可以正常使用。-After debugging through the Naive Bayes classifier, can be used normally .
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:5768
    • 提供者:jackal
  1. beiyesi

    0下载:
  2. 在matlab环境下的一个朴素贝叶斯分类器,大家可以学习参考下-Matlab environment a Naive Bayes classifier, we can learn to refer to the following
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3864
    • 提供者:jackal
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com