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

搜索资源列表

  1. NB_for_text_classification

    0下载:
  2. 文本分类:朴素贝叶斯分类器例子,采用Multi-Variate Bernoulli Event Model。一个文件为训练,一个文件为测试,采用20newsgroups数据集。-Text classification: Naive Bayes classifier example, the use of Multi-Variate Bernoulli Event Model. A file for training, a file for testing, using 20newsgroups
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6167343
    • 提供者:nick
  1. bayes

    0下载:
  2. 贝叶斯分类算法是统计学的一种分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美.- Bayesian classification algorithm is a statistical classification method, which is a kind of knowledge to classify the use of probabilistic algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:242123
    • 提供者:sunlee0729
  1. classifiers

    0下载:
  2. 本程序是基于贝叶斯理论的朴素贝叶斯分类器,在weka和eclipse环境下使用-This procedure is a simple classifier based on the theory of Bayes, used in Weka and eclipse environment
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1333725
    • 提供者:Kelly
  1. bayes

    0下载:
  2. 用Python写的,基于概率论的分类方法,朴素贝叶斯分类器-Written in Python, based on probability theory classification, naive Bayes classifier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2049
    • 提供者:王铭航
  1. bayes

    0下载:
  2. 基于朴素贝叶斯预测的一个小例子(根据ppt里的例子),将就着看,内有bayes的讲解ppt -开发环境vs2012,c-Based on a small example of Naive Bayesian prediction (based on ppt in the example), will the see, there are explanations bayes ppt - development environment vs2012
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-20
    • 文件大小:5286232
    • 提供者:qzxin
  1. NBC

    1下载:
  2. 非常好的朴素贝叶斯算法,有数据,易懂,适合初学者-good nbc,hava data,easy knowledge
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:36924
    • 提供者:wzy
  1. JAVAbayes

    0下载:
  2. 文本分类,朴素贝叶斯分类器,将文本分类为体育、教育等类别-Text classification, naive Bayes classifier, the text is classified as sports, education and other categories
  3. 所属分类:JavaScript

    • 发布日期:2017-05-08
    • 文件大小:1869863
    • 提供者:
  1. bayes

    0下载:
  2. 一个朴素贝叶斯的程序,用于文本分类,准确率高达90 -a naive bayes algorithm used to classifying text
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:5112
    • 提供者:马玉
  1. NBC

    0下载:
  2. 迁移朴素贝叶斯分类器算法实现,可用于高光谱遥感图像处理-Migration naive Bayes classifier algorithm can be used for hyperspectral remote sensing image processing
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-11
    • 文件大小:740
    • 提供者:邓肯
  1. Naive-Bayes

    0下载:
  2. 如何运用朴素贝叶斯的公式对两类特征进行分类-How to use simple bayesian formula characteristics of two kinds of classification
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:28255
    • 提供者:zhangjing
  1. eMailSystem

    0下载:
  2. 采用有监督的朴素贝叶斯、SVM和KNN算法对进行训练,实现对邮件的分类-Using supervised naive bayes, SVM and KNN algorithm for training, implementation of the classification of the mail
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4472802
    • 提供者:马敬超
  1. naive-bayes-spam-filter-master

    0下载:
  2. 基于朴素贝叶斯分类器写的垃圾邮件过滤系统-machine learning bayes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1163557
    • 提供者:ANNIE
  1. ml-py

    0下载:
  2. 机器学习算法(kNN、逻辑回归、线性回归、朴素贝叶斯)python实现。-machine learning by python
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:36832
    • 提供者:mayang
  1. Bayes

    0下载:
  2. 贝叶斯分类算法是统计学的一种分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,而且方法简单、分类准确率高、速度快。-Bayesian classification algorithm is a statistical classification method, which is a kind of knowledge to classify the use
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3262
    • 提供者:陈兵
  1. machine-learning

    0下载:
  2. python3实现各种机器学习算法,包括knn算法,决策树算法,SVM算法,朴素贝叶斯算法等-Python3 realize all kinds of machine learning algorithms, including KNN algorithm, the decision tree algorithm, the SVM algorithm, naive bayesian algorithm, etc
  3. 所属分类:Data Mining

    • 发布日期:2017-05-02
    • 文件大小:692021
    • 提供者:朱灿
  1. python-chengxu

    0下载:
  2. 关于python写的朴素贝叶斯分类,写的非常不错-Written python on Bayesian classifier This procedure is very good
  3. 所属分类:Data Mining

    • 发布日期:2017-04-28
    • 文件大小:16195
    • 提供者:石原
  1. native-bayes-classifier

    0下载:
  2. 朴素贝叶斯算法的源代码实现,(含训练数据)-to achieve native bayes classifier
  3. 所属分类:Data Mining

    • 发布日期:2017-05-07
    • 文件大小:1347923
    • 提供者:chen
  1. bayes_examp

    1下载:
  2. 朴素贝叶斯分类算法是机器学习中十分经典而且应用十分广泛的算法,下面将逐步学习和说明。-Naive Bayes classifier machine learning algorithm is very classic and very broad application of the algorithm, the following will gradually learn and descr iption.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-09
    • 文件大小:7157
    • 提供者:lijia
  1. NaiveBayes

    1下载:
  2.  Naive Bayes 朴素贝叶斯的Java代码实现
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-05-14
    • 文件大小:107517
    • 提供者:wang
  1. bayes

    3下载:
  2. java实现朴素贝叶斯中文文本分类器。自带分类语料和实验报告。功能完整。-java implement Naive Bayes Chinese text categorization. Own classification corpus and test reports. Full-featured.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5605376
    • 提供者:周玉红
« 1 2 ... 6 7 8 9 10 1112 13 14 15 »
搜珍网 www.dssz.com