CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - naive

搜索资源列表

  1. baysianclassify

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

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

    0下载:
  2. The need to reprogramme a wireless sensor network may arise from changing application requirements, bug fixes, or during the application development cycle. Once deployed, it will be impractical at best to reach each individual node. Thus, a sch
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:82.79kb
    • 提供者:jok
  1. bayes

    0下载:
  2. 实现朴素贝叶斯文本分类器,用java实验,还包括readme和训练集-Naive Bayes text classifier to achieve with java experiments, including readme and the training set
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2.91mb
    • 提供者:wangdong
  1. nb

    0下载:
  2. naive bayes algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5.32kb
    • 提供者:saran
  1. GAUSS-ELIMINATION-METHOD

    0下载:
  2. NAIVE***************************************************************** * THE PROGRAM FOR THE SOLUTION OF SYSTEM OF LINEAR EQUATION BY NAIVE * * GAUSS ELIMINATION METHOD -NAIVE*****************************************************************
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:12.59kb
    • 提供者:amin
  1. Naive-Bayesian-Data-Classification

    0下载:
  2. 数据挖掘基于朴素贝叶斯分类算法实现 该类是训练集的类-Data mining based Bayesian classification algorithm to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:4.51kb
    • 提供者:lyc
  1. 4

    0下载:
  2. string 类实现,各类函数功能的实现,增删改查以及字符串运算-Implement Your Own String Class Using Naive String Matching Algorithm:Students successfully completing this assignment would master the following outcomes. • Understand the string storage and operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:2.85kb
    • 提供者:xiaoxiaoyinzi
  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
    • 文件大小:208.69kb
    • 提供者:李宁
  1. relipmoC-0.021

    0下载:
  2. relipmoC is an assembly to C translator. Its a naive decompiler which cannot yet handle programs containing pointers, structures and goto statements that cannot be converted into equivalent for and while loops.-relipmoC is an assembly to C translator
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1.39mb
    • 提供者:Bouhlal
  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
    • 文件大小:508.61kb
    • 提供者:刘韵
  1. Matlab-Naive--Bayer

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

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

    0下载:
  2. J fisher discriminant for high/low classes. Naive Bayes classifier for EEG feature selection. - Both for evaluating high/low levels of Valence or Arousal.
  3. 所属分类:Other systems

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

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

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

    0下载:
  2. 这是一个实现文本分类的朴素贝叶斯方法,用java语言编写-This is a realization of Naive Bayesian text classification methods, written in java language
  3. 所属分类:Other systems

    • 发布日期:2017-05-30
    • 文件大小:12.04mb
    • 提供者:高洋
  1. guess_number

    0下载:
  2. haskell实现的经典的猜数字游戏,猜一个四位数字,每猜一次数字返回A*B*表示猜中的数字和位置猜中的数字,本算法保证不超过8次,且不利用任何的筛选机制(意味着内存消耗几乎为0),经本机测试,猜出0123到9876(四位数字不相同),naive算法的时间最快为10到20分钟,此算法采用数学计算,只需0.5秒,恩,函数式语言设计,恩,就是你想找的。-haskell achieve classic guessing game, guess a four-digit number, each dig
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.36kb
    • 提供者:董亮
  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
    • 文件大小:5.04mb
    • 提供者:qzxin
  1. HW1

    0下载:
  2. logistic regression naive baise regression matlab code-logistic regression naive baise regression matlab code
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:5.94mb
    • 提供者:zhiyi li
  1. naive_bayes

    0下载:
  2. 朴素贝叶斯算法的程序,不知有用否,不记得是从哪里下载到的了(naive bayes algorithm is a machine learning technique, which is used for classification.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:24kb
    • 提供者:黑发
  1. bayes

    0下载:
  2. 朴素贝叶斯算法解决分类问题(二分类)的matlab代码(Naive Bayes algorithm to solve classification problems (two categories) of matlab code)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:jdjdhn
  1. Naive Bayes

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

    • 发布日期:2018-04-21
    • 文件大小:6kb
    • 提供者:Ples
« 12 »
搜珍网 www.dssz.com