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

搜索资源列表

  1. naive bayes algorithm

    0下载:
  2. c45算法介绍
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2009-08-31
    • 文件大小:7997
    • 提供者:pychao1985
  1. 垃圾邮件过滤器Java源码

    2下载:
  2. 垃圾邮件过滤器Java源码 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90%以上。在这里我非常感谢我的网络老师郑伟!希望大家多多提意见哦,Spam filters Java source code of this software is based on Naive Bayes algorithm, using NetBeans generated interface (to be JDK1.6),
  3. 所属分类:JSP源码/Java

    • 发布日期:2016-01-27
    • 文件大小:996261
    • 提供者:afafa
  1. naiveBayes.rar

    1下载:
  2. 朴素贝叶斯算法源码,C++实现。大家可以下来看,Naive Bayes algorithm source code, C++ to achieve.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:580934
    • 提供者:李青青
  1. 基于朴素贝叶斯方法的文本分类

    3下载:
  2. 本程序实现了基于朴素贝叶斯方法的文本分类,附有源代码、实验报告、可执行程序以及语料库(包括训练集和测试集) -This procedure implements the text-based Naive Bayes classification method, with source code, test reports, executables and corpus (including the training set and test set)
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-11-27
    • 文件大小:1869824
    • 提供者:王丽静
  1. naive_bayes_numeric

    1下载:
  2. 利用matlab实现的朴素贝叶斯分类器的源代码,可以用来分类或识别,自己编写的,请多指教-Using matlab Naive Bayesian classifier to achieve the source code can be used to classification or recognition, I have written, and like him Zhijiao
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:3773
    • 提供者:satanwings
  1. NaviveBayesClassify

    0下载:
  2. 朴素贝叶斯分类算法,可以用来进行分类bayes -Naive Bayesian classification algorithm can be used to classify the Bayes
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:5973
    • 提供者:王兵
  1. naivebayes

    0下载:
  2. 模式识别中朴素贝叶斯分类器,实习数据的良好分类技术-naive bayesian classification
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:895
    • 提供者:季宇轩
  1. Naive_Matlab

    0下载:
  2. Naive Bayes classification algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3574
    • 提供者:Leo
  1. winedata-bayers

    5下载:
  2. 对著名的UCI机器学习库的wine数据集做的朴素贝叶斯分类算法,包含详细源代码和实验报告,不可多得啊-Pairs of well-known UCI machine learning repository data set to do wine Naive Bayesian classification algorithm, with detailed source code and test reports, a rare ah
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:17875
    • 提供者:hannychen
  1. subattribspace

    0下载:
  2. 一个朴素贝叶斯的matlab实现算法一个朴素贝叶斯的matlab实现算法-A Naive Bayes algorithm for matlab in a Naive Bayes algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:6749
    • 提供者:lee
  1. baysianclassify

    0下载:
  2. bayes classifier using naive bayes method
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:135161
    • 提供者:代龙
  1. BNC

    0下载:
  2. 朴素贝叶斯分类器(Naive Bayes Classifier),可以分类任意属性个数和目标状态的离散样例。-Naive Bayesian classifier (Naive Bayes Classifier), can be categorized arbitrary number of attributes and objectives of the state of the discrete sample.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:608047
    • 提供者:王军
  1. filter

    0下载:
  2. 垃圾邮件过滤器,本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90%以上。-Spam filters, the software based on the Naive Bayes algorithm, using NetBeans generated interface (requires JDK1.6), apply to SMS, mail messages, diaries and other do
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:977675
    • 提供者:张家
  1. BayesFileClassify

    0下载:
  2. 文本分类是在文档所包含的文本基础上, 把给定的文档分配到固定类别集合中某一个类别的任务。这个任务中常常用到朴素贝叶斯模型。-Text classification are contained in the document text, based on the given document category assigned to a fixed set of a certain type of mission. This task is often used Naive Bayes model
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:169404
    • 提供者:dcj
  1. mail

    0下载:
  2. 垃圾邮件过滤器 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90 以上。-Spam filter software is based on the Naive Bayes algorithm, using NetBeans generated interface [have to JDK1.6], suitable for mobile phone message, mail messages, d
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:972061
    • 提供者:梦创
  1. nb

    0下载:
  2. 机器学习算法中的Naive Bayes算法,JAVA机器学习研究项目之一-Machine learning algorithm in the Naive Bayes algorithm, JAVA, one of machine learning research project
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:15798
    • 提供者:kai
  1. NB

    1下载:
  2. 朴素贝叶斯算法,以函数形式实现,花了一个上午的时间-Naive Bayes algorithm, in order to function the form of implementation, a morning flower time
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:752
    • 提供者:张其
  1. NaiveBayesPresentation

    0下载:
  2. it s explain about Naive Bayes simplicity
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:204338
    • 提供者:alay
  1. BayesianCS_src

    0下载:
  2. this source about naive bayes program and nice program
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. Perhitungan Naive Bayes dengan excel
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:6144
    • 提供者:Ples
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com