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

搜索资源列表

  1. Bayes

    0下载:
  2. Java实现的基于朴素贝叶斯的身高分类,包含训练集文档。代码简单易读。-Java-based implementation of height Naive Bayes classification, including the training set documentation. The code easier to read.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1880729
    • 提供者:澜恬
  1. CT_code_matlab

    0下载:
  2. 一种简单高效地基于压缩感知的跟踪算法。首先利用符合压缩感知RIP条件的随机感知矩对多尺度图像特征进行降维,然后在降维后的特征上采用简单的朴素贝叶斯分类器进行分类-Real-time Compressive Tracking proposed by Kaihua Zhang in The Hong Kong Polytechnic University
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:16412711
    • 提供者:DaBao
  1. bayes

    0下载:
  2. 根据文本内容,使用朴素贝叶斯进行文档的分类。-According to the text, using Naive Bayes to classify documents.
  3. 所属分类:Graph Recognize

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

    0下载:
  2. 压缩跟踪 是一种简单高效地基于压缩感知的跟踪算法。首先利用符合压缩感知RIP条件的随机感知矩对多尺度图像特征进行降维,然后在降维后的特征上采用简单的朴素贝叶斯分类器进行分类。该跟踪算法非常简单,但是实验结果很鲁棒,速度大概能到达40帧/秒-Compression tracking A simple and efficient tracking algorithm based on compression perception. First use of random eligible for c
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3585332
    • 提供者:陈镜宇
  1. pythonsrc

    0下载:
  2. 机器学习算法,包括主成分分析方法,奇异值分解,逻辑回归,最小二乘法线性回归,朴素贝叶斯-machine learning algorithm prototype including PCA, SVD, Logic Regression, LMS and Naive Bayes
  3. 所属分类:Data Mining

    • 发布日期:2017-04-15
    • 文件大小:5911
    • 提供者:xiaozhiz
  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. Naive-beyes

    0下载:
  2. 朴素贝叶斯程序,既有源码,也有数据,可以直接运行-Naive bayesian procedure, both the source and data, can be directly run
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:12334
    • 提供者:何文文
  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. NBregression

    0下载:
  2. 用朴素贝叶斯方法,knn等方法对数据进行回归,对某新闻标题可引起某种情绪的概率进行预测-Naive Bayesian approach to do data regression
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1593
    • 提供者:vanessa
  1. pusu

    0下载:
  2. 朴素贝叶斯法是基于贝叶斯定理与特征条件独立假设的分类方法-Naive Bayesian method is a method of Bayesian classification and characteristics of conditional independence assumptions based
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4417
    • 提供者:lzq
  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. InfoRetri

    0下载:
  2. 基于朴素贝叶斯的文本分类,包含去停用词,分词,特征提取,分类等-Text classification, based libsvm, included to stop words, segmentation, feature extraction and classification
  3. 所属分类:Data Mining

    • 发布日期:2017-05-26
    • 文件大小:8392529
    • 提供者:xuehui
  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. 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. ChinesesClasscify

    0下载:
  2. 本程序是Java实现的,可以实现新闻标题分类、网络爬虫,使用的算法是朴素贝叶斯-classify the News and crawl
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:26208
    • 提供者:张丽
  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. pusubei

    0下载:
  2. 朴素贝叶斯分类算法。可以成功实现。简单易懂-Naive Bayesian classification algorithm. Can successfully
  3. 所属分类:Mathimatics-Numerical algorithms

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