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

搜索资源列表

  1. Nnaive_bayesa

    0下载:
  2. 朴素贝叶斯分类器,用C++实实现的基于朴素贝叶斯算法的分类器 -Naive Bayesian classifier, the classifier based on the Naive Bayes algorithm to achieve C++ real
  3. 所属分类:Windows Develop

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

    0下载:
  2. 基于贝叶斯的增量学习算法相关文档:包括朴素贝叶斯,网络贝叶斯等-Incremental learning algorithm based on Bayesian document: Naive Bayes, Bayesian and other network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-07
    • 文件大小:9457252
    • 提供者:liujingwen
  1. beyes

    0下载:
  2. 数据挖掘中的聚类算法,为朴素贝叶斯算法,算比较经典的算法-Clustering algorithm in data mining, Naive Bayes algorithm, considered classic algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:991
    • 提供者:周小波
  1. CPP-naive-bayes

    0下载:
  2. 用c++编写的经典贝叶斯算法,非常适合初学者,建议看看!-Using c++ to write the classic Bayesian algorithm is very suitable for beginners, it is recommended to take a look!
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:6035
    • 提供者:aune
  1. Naive_Bayes

    0下载:
  2. 朴素贝叶斯算法,linux下C++实现,只实现核心算法,注释详细,适合初学者-Naive Bayes algorithm, under linux C++ implementation, only to realize the core algorithm, detailed notes for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:70135
    • 提供者:lihaoliang
  1. PageRank

    0下载:
  2. PageRank算法,linux下C++实现,只实现核心算法,注释详细,适合初学者-Naive Bayes algorithm, under linux C++ implementation, only to realize the core algorithm, detailed notes for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:88122
    • 提供者:lihaoliang
  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. NBC_Jenis_Jeruk

    0下载:
  2. Naive Bayes Algorithm
  3. 所属分类:Software Testing

    • 发布日期:2017-05-23
    • 文件大小:7228311
    • 提供者:korsan
  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. NaiveBayes

    0下载:
  2. Implement the Naive Bayes algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:137480
    • 提供者:赵冠军
  1. NaiveBayes

    0下载:
  2. Naive Bayes algorithm for data mining
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1551
    • 提供者:cfpperche
  1. bayes

    0下载:
  2. 贝叶斯分类算法是统计学的一种分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美.- Bayesian classification algorithm is a statistical classification method, which is a kind of knowledge to classify the use of probabilistic algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:242123
    • 提供者:sunlee0729
  1. Bayes

    0下载:
  2. 贝叶斯分类算法是统计学的一种分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,而且方法简单、分类准确率高、速度快。-Bayesian classification algorithm is a statistical classification method, which is a kind of knowledge to classify the use
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3262
    • 提供者:陈兵
  1. bayes

    0下载:
  2. 利用贝叶斯朴素算法对文本的内容的褒贬属性进行分类-Naive Bayesian algorithm to appraise the contents of the text property classification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:931
    • 提供者:孙德宇
  1. textClassifier

    0下载:
  2. 新闻文本分类器,采用naive Bayes算法。先对训练集处理得到词库,再通过测试集检验,核算分类器的正确率。-News texts classification, the use of naive Bayes algorithm. First treatment of the training set to get the thesaurus, then tested by the test set and accounting the correct rate of classificati
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:16582
    • 提供者:lin
  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. 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. 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 2 34 5 6 »
搜珍网 www.dssz.com