CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据挖掘 搜索资源 - 朴素贝叶斯

搜索资源列表

  1. machine-learning

    0下载:
  2. python3实现各种机器学习算法,包括knn算法,决策树算法,SVM算法,朴素贝叶斯算法等-Python3 realize all kinds of machine learning algorithms, including KNN algorithm, the decision tree algorithm, the SVM algorithm, naive bayesian algorithm, etc
  3. 所属分类:Data Mining

    • 发布日期:2017-05-02
    • 文件大小:692021
    • 提供者:朱灿
  1. python-chengxu

    0下载:
  2. 关于python写的朴素贝叶斯分类,写的非常不错-Written python on Bayesian classifier This procedure is very good
  3. 所属分类:Data Mining

    • 发布日期:2017-04-28
    • 文件大小:16195
    • 提供者:石原
  1. native-bayes-classifier

    0下载:
  2. 朴素贝叶斯算法的源代码实现,(含训练数据)-to achieve native bayes classifier
  3. 所属分类:Data Mining

    • 发布日期:2017-05-07
    • 文件大小:1347923
    • 提供者:chen
  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. 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. 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. 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. bayes

    0下载:
  2. 基于自然对数改进的朴素贝叶斯,统计TPR,NPR,TFR,TPR-Based on the natural logarithm improved Naive Bayes
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1533
    • 提供者:xuyan
  1. AI-Naive

    0下载:
  2. 利用Python实现朴素贝叶斯分类方法。实现程序具有普适性,同时附带测试数据。可以直接运行。-Python implementations utilizing Naive Bayes classification. Achieve universal program has also included with the test data. It can be run directly.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:5544
    • 提供者:释放梦想
  1. bayes1

    0下载:
  2. 朴素贝叶斯法主要根据概率论中的贝叶斯法则,是一种很好的用于文本分析的机器学习算法-Naive Bayes method is a kind of machine learning algorithm based on the theory of probability, which is a good machine learning algorithm for text analysis.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1533
    • 提供者:dongyanyan
  1. SVM-and-NB

    0下载:
  2. 支持向量机与朴素贝叶斯算法,对数据进行分类后深度了解数据的结构-Support vector machine and naive Bayes algorithm.Classifying the data and understanding the structure of the data in depth
  3. 所属分类:Data Mining

    • 发布日期:2017-12-12
    • 文件大小:1993256
    • 提供者:月光之花
  1. Naive-Bayes

    0下载:
  2. Python实现朴素贝叶斯分类,即Naive Bayes Classifier(NB),数据集为pima-indians印第安人糖尿病数据集。-Python implementation naive Bayes classifier, i.e. Naive Bayes Classifier (NB), the data set is pima-indians Indians diabetes data sets.
  3. 所属分类:Data Mining

    • 发布日期:
    • 文件大小:9964
    • 提供者:赵**
  1. NBC

    1下载:
  2. 朴素贝叶斯模型,用来做大数据的分类,是一种很简单易上手的模型,代码很简单,有例子。(Naive Bayes model is used to enlarge the classification of data)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-21
    • 文件大小:36864
    • 提供者:濉燃
  1. KNN,SVM,决策树,朴素贝叶斯

    1下载:
  2. 用python的sklearn包分类 简单的对数据进行分类(Sort with Python's sklearn package Simple classification of data)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:hlf819819
  1. 贝叶斯和KNN算法比较——基于Adult数据集

    2下载:
  2. 朴素贝叶斯算法和KNN算法比较,其中用到的数据集为adults(Comparison of Bias and KNN algorithms)
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-05
    • 文件大小:131072
    • 提供者:hgwf
  1. okna

    0下载:
  2. 朴素贝叶斯分类算法,可以用来进行分类bayes()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-05
    • 文件大小:4096
    • 提供者:przorder
  1. Url

    0下载:
  2. 利用朴素贝叶斯BS实现从HTTP数据流中识别出用户基于浏览器访问的URL(Using the naive Bayes BS to realize the user based browser access based URL from the HTTP data stream)
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-21
    • 文件大小:90112
    • 提供者:little fly
  1. 74554399

    0下载:
  2. 朴素贝叶斯分类算法,可以用来进行分类bayes()
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-01
    • 文件大小:4096
    • 提供者:cyche
  1. naivebayes

    0下载:
  2. 朴素贝叶斯分类算法的代码,可实现多案例使用(The code of the simple Bias classification algorithm can be used for multiple cases)
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-03
    • 文件大小:16121856
    • 提供者:O_of
搜珍网 www.dssz.com