搜索资源列表

  1. NaiveBayes

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:desmond
  1. MLNB

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

    • 发布日期:2024-05-20
    • 文件大小:1344512
    • 提供者:mz
  1. matlab

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

    • 发布日期:2024-05-20
    • 文件大小:578560
    • 提供者:55
  1. naive-Bayes

    0下载:
  2. 基于朴素贝叶斯分类算法的C++实现,VS2005环境-Based on Bayesian classification algorithm C++ realize, VS2005 environment
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:7441408
    • 提供者:sj
  1. Naive-Bayes-Text-Classification

    0下载:
  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. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:521216
    • 提供者:刘韵
  1. CT-tracking

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

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:黄明
  1. DataMining

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

    • 发布日期:2024-05-20
    • 文件大小:24112128
    • 提供者: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例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:叶晞
  1. NB

    0下载:
  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 ac
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王小二
  1. Matlab-Naive--Bayer

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

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:sc
  1. Bayes

    0下载:
  2. Byes 分类(特征加权的朴素贝叶斯分类)-Byes classification
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:886784
    • 提供者:li
  1. naive-bayesian-classifier

    0下载:
  2. 朴素贝叶斯分类,可以添加到自己的工程中,记得稍加修改-nbc classifier
  3. 所属分类:数据结构常用算法

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

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

    • 发布日期:2024-05-20
    • 文件大小:3002368
    • 提供者:iill
  1. bayes

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:iihaozl
  1. Naive-Bayesian-Classifier

    0下载:
  2. 基于matlab朴素贝叶斯分类,很好的例子-Naive Bayes classifier based on matlab,
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:
  1. Ch04

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

    • 发布日期:2024-05-20
    • 文件大小:28672
    • 提供者:小为
  1. DataMiningClassify

    0下载:
  2. 数据挖掘分类算法,依次执行数据预处理、朴素贝叶斯分类、KNN分类-classify algorithm for data mining.It contains data preprocess、Bayes classification and KNN classification.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:44032
    • 提供者:daodao
  1. NativeBayes

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

    • 发布日期:2024-05-20
    • 文件大小:4090880
    • 提供者:蒋伟
  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,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:杨高伟
  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 fo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:6167552
    • 提供者:nick
« 1 2 3 4 5 6 78 9 10 11 12 »

源码中国 www.ymcn.org