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

搜索资源列表

  1. NaiveBayes-master

    0下载:
  2. 对文本信息进行分类,训练和学习,利用朴素贝叶斯算法实现。-Text information on the classification, training and learning, with Naive Bayes algorithm.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-15
    • 文件大小:4882
    • 提供者:xlyxy
  1. NaiveBayes

    0下载:
  2. python实现的朴素贝叶斯分类器,以及垃圾邮件分类的一个应用,包括处理的数据- python implement Naive Bayes classifier, and an application spam classifications, including data processing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:20264
    • 提供者:llw
  1. DataMining

    1下载:
  2. 分类算法的java实现,包括KNN算法,朴素贝叶斯算法等-Classification algorithm to achieve by java, including KNN algorithm, Naive Bayes algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-05-14
    • 文件大小:41462
    • 提供者:weizhijie
  1. main

    0下载:
  2. 通过KNN和朴素贝叶斯算法 实现 模式识别中的分类-Achieve pattern recognition is classified by KNN and Naive Bayes algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6005
    • 提供者:jbzh
  1. ML_bayes

    0下载:
  2. 这段代码是《机器学习实战》中朴素贝叶斯的完整代码实现,大家一起学习进步。-This material is about the naive bayes algorithm which i learn a book about machine learning.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2946
    • 提供者:言西西
  1. NaiveBayesClassifier

    0下载:
  2. implementation naive bayes clasifier
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:52206
    • 提供者:sejnt
  1. project

    0下载:
  2. This program gives a program which follows the naive bayes classifier to classify the processed reviews.This used in sentiment classification.n document classification, a bag of words is a sparse vector of occurrence counts of words that is, a sparse
  3. 所属分类:JavaScript

    • 发布日期:2017-04-30
    • 文件大小:32905
    • 提供者:Nivedha
  1. mulan-1.5.0

    0下载:
  2. naive bayes classifier
  3. 所属分类:Development Research

    • 发布日期:2016-04-18
    • 文件大小:22368256
    • 提供者:research
  1. Particle-Swarm-Optimization

    0下载:
  2. this is a matlab code for particle swarm optimization for naive bayes algorithm-this is a matlab code for particle swarm optimization for naive bayes algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:62561
    • 提供者:sadaf_ayaz
  1. src

    0下载:
  2. Opninion mining project for Movie Review and Performance ANalysis Between Tow Algorithm Naive bayes and SVM
  3. 所属分类:MySQL

    • 发布日期:2017-05-03
    • 文件大小:894628
    • 提供者:Rohit
  1. MachLearn_ml

    0下载:
  2. MachLearn:已经实现了朴素贝叶斯分类器、决策树、支持向量机算法。在Linux上可成功编译-MachLearn: has achieved a naive Bayes classifier, decision trees, support vector machine algorithm. Successfully compile on Linux
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:22745
    • 提供者:李文思
  1. naivebayes

    0下载:
  2. 朴素贝叶斯算法 求导致某一结果或现象发生的最可能的条件-Naive Bayes algorithm for the most likely cause of the condition or a result of the phenomenon
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:592
    • 提供者:王浩然
  1. NaveBase

    0下载:
  2. 基于朴素贝叶斯的文本分类java源代码,实现基础的文本分类功能-Naive Bayes text classification based on java source code, text-based classification
  3. 所属分类:JavaScript

    • 发布日期:2017-04-30
    • 文件大小:17407
    • 提供者:baby
  1. classify

    0下载:
  2. 用大数据来训练一个朴素贝叶斯分类器,并且在分类器中加入α=1的拉普拉斯平滑。-Use the data given in table to train a naive Bayes classifier and test it.Add Laplace smoothing into the classifier with α=1,and test angin.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:612
    • 提供者:yuanxin
  1. bayes

    0下载:
  2. 机器学习中的朴素贝叶斯算法,利用python实现的算法-The naive Bayesian algorithm in machine learning, using Python to achieve the algorithm
  3. 所属分类:Data Mining

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

    0下载:
  2. java source code for naive bayes classifier
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6478
    • 提供者:audio
  1. naivebayes

    1下载:
  2. 用matlab编写的朴素贝叶斯分类器程序,以文件中的训练数据对分类器进行训练,并用测试数据进行测试,以验证分类器的性能。-The algorithm for naive bayes classifier.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2315
    • 提供者:齐滕
  1. NaiveBayesian

    0下载:
  2. 使用Python语言写的经典朴素贝叶斯算法的实现,完全能够应对算法设计课程的课程设计的代码需要-Implemented using Python language written in classic Naive Bayes algorithm, fully able to cope with the algorithm design course curriculum design code requires
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1070
    • 提供者:陈帆
  1. NaiveBayesClassifier.m

    0下载:
  2. I use Matlab 2008a which does not support Naive Bayes Classifier. scr ipt supports normal and kernel distributions. Statistics toolbox for 2008a version is used in the scr ipt. Also includes function for confusionmat
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1259
    • 提供者:lin
  1. NB_All_Variables

    0下载:
  2. multi class naive bayes algorithm i coded for predicting football results
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:15901
    • 提供者:lin
« 1 2 ... 7 8 9 10 11 1213 14 15 »
搜珍网 www.dssz.com