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

搜索资源列表

  1. NaiveBayes

    1下载:
  2. 用Java实现的朴素贝叶斯分类器,并可对输入特征进行预测。-Java implementation of the Naive Bayes classifier, can be predicted on the input feature.
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-05-14
    • 文件大小:1901
    • 提供者:desmond
  1. MLNB

    0下载:
  2. 朴素贝叶斯分类器,朴素贝叶斯分类器朴素贝叶斯分类器-Naï ve Bayes Classification,Naï ve Bayes Classification,Naï ve Bayes Classification
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:1344512
    • 提供者:mz
  1. matlab

    0下载:
  2. 贝叶斯分类器MATLAB经典程序 朴素贝叶斯分类matlab实现 贝叶斯分类算法-bayes matlab program
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:578713
    • 提供者:55
  1. naive-Bayes

    1下载:
  2. 基于朴素贝叶斯分类算法的C++实现,VS2005环境-Based on Bayesian classification algorithm C++ realize, VS2005 environment
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7441645
    • 提供者:sj
  1. Naive-Bayes-Text-Classification

    1下载:
  2. 使用Python实现朴素贝叶斯分类,文件夹中附带数据集。实现了NB算法,并进行5倍交叉验证-Naive Bayes classifier using the Python implementation, the folder with the data set. NB implements the algorithm, and 5-fold cross-validation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:520820
    • 提供者:刘韵
  1. CT-tracking

    0下载:
  2. 一种简单高效地基于压缩感知的跟踪算法。首先利用符合压缩感知RIP条件的随机感知矩对多尺度图像特征进行降维,然后在降维后的特征上采用简单的朴素贝叶斯分类器进行分类。该跟踪算法非常简单,但是实验结果很鲁棒,速度大概能到达40帧/秒-A simple and efficient tracking algorithm based on compressed sensing. Firstly, with the random sensing matrix compressed sensing RIP co
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:6489
    • 提供者:黄明
  1. DataMining

    0下载:
  2. 酒数据挖掘,朴素贝叶斯分类器,把酒分成3类-Wine data mining, naive Bayes classifier, the wine is divided into three categories
  3. 所属分类:Algorithm

    • 发布日期:2017-06-16
    • 文件大小:24112286
    • 提供者:Kaijie Fong
  1. BayesianClasser

    0下载:
  2. 贝叶斯分类器Matlab实现 机器学习算法,用于分类的朴素贝叶斯分类器,Navie Bayesian Classifier 。-Bayesian classifier Matlab achieve machine learning algorithms for classification Naive Bayes classifier, Navie Bayesian Classifier.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:691
    • 提供者:叶晞
  1. NB

    1下载:
  2. 朴素贝叶斯分类器,Data为总数据矩阵,Train_Dat为训练样本,Test_Dat为测试样本,用来实现对测试样本进行分类~可以从UCI下载数据调用使用~-Naive Bayes classifier, Data for the total data matrix, Train_Dat of training samples, Test_Dat test sample, the test samples were used to achieve the classification of ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:773
    • 提供者:王小二
  1. Matlab-Naive--Bayer

    0下载:
  2. 朴素贝叶斯分类器程序 对新手大有帮助 快速入门-Naive Bayes
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3418
    • 提供者:sc
  1. Bayes

    0下载:
  2. Byes 分类(特征加权的朴素贝叶斯分类)-Byes classification
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:886666
    • 提供者:li
  1. naive-bayesian-classifier

    0下载:
  2. 朴素贝叶斯分类,可以添加到自己的工程中,记得稍加修改-nbc classifier
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:6039725
    • 提供者:尹超
  1. Bayes

    0下载:
  2. 朴素贝叶斯分类器,能实现高准确的分类,且速度快-Naive Bayes classifier, can achieve high accuracy of classification and fast
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3001979
    • 提供者:iill
  1. bayes

    0下载:
  2. 朴素贝叶斯分类算法:其中,朴素的意思是该分类算法基于的两个简单的假设,特征独立以及每个特征同等重要。 贝叶斯分类是基于贝叶斯准则的分类算法。朴素贝叶斯常用于文档分类,过滤垃圾邮件等。 -Naive Bayesian classification algorithm: where is the plain meaning of the classification algorithm based on two simple assumptions, features independent
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2161
    • 提供者:iihaozl
  1. Naive-Bayesian-Classifier

    0下载:
  2. 基于matlab朴素贝叶斯分类,很好的例子-Naive Bayes classifier based on matlab,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:3330
    • 提供者:
  1. Ch04

    0下载:
  2. 概率论的分类方法。实例:使用朴素贝叶斯分类器从个人广告中获取区域倾向-Classifying with probability theory: naï ve Bayes
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:28852
    • 提供者:小为
  1. DataMiningClassify

    0下载:
  2. 数据挖掘分类算法,依次执行数据预处理、朴素贝叶斯分类、KNN分类-classify algorithm for data mining.It contains data preprocess、Bayes classification and KNN classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:43573
    • 提供者:daodao
  1. NativeBayes

    0下载:
  2. Hadoop文本分类算法研究,实现了hadoop集群来对文本进行分类,其中主要算法为朴素贝叶斯分类算法。-Hadoop text classification algorithm to achieve a Hadoop cluster for text classification, feature extraction, weight calculation
  3. 所属分类:MPI

    • 发布日期:2017-05-15
    • 文件大小:4090513
    • 提供者:蒋伟
  1. Naivebayes-classification

    0下载:
  2. 简单朴素贝叶斯 分类器,针对数值型和名称型属性的分类基本算法。-Simple bayesian classifier, in view of the numeric type and name attributes the classification of the basic algorithm.NaiveBayesSimple.java * Copyright (C) 1999 University of Waikato, Hamilton, New Zealand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6667
    • 提供者:杨高伟
  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 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com