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

搜索资源列表

  1. naivebayes

    0下载:
  2. This naive bayes classification of documents-This is naive bayes classification of documents
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:9.2kb
    • 提供者:sithara
  1. bayes-function

    0下载:
  2. python语言写的bayes分类器,自己写的,完全可用!-written in python language bayes classifier, write your own, completely free!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:1.45kb
    • 提供者:yankl
  1. naivebeys

    0下载:
  2. 朴素贝叶斯实现文本的正负趋向性分析,使用python编的,可以通过编绎,很方便。-Naive Bayes text of the positive and negative trend analysis, using python compiled by unravel, very convenient.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:1.03kb
    • 提供者:liang
  1. l2_bayes_classifier

    0下载:
  2. machine learning 方面有关于The Bayes Classifier的资料,语言是python-machine learning aspects have The Bayes Classifier information about language is python
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:923.88kb
    • 提供者:lance
  1. Naive-Bayes

    1下载:
  2. 基本的朴素贝叶斯算法,使用python编写。执行效率一般。-The basic Bayesian algorithms, written using python. Efficiency in general.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:814byte
    • 提供者:王科
  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. bayes

    0下载:
  2. 用Python写的,基于概率论的分类方法,朴素贝叶斯分类器-Written in Python, based on probability theory classification, naive Bayes classifier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2kb
    • 提供者:王铭航
  1. naive-bayes-with-python

    0下载:
  2. this python code implements naï ve bayes methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1.8kb
    • 提供者:
  1. bayes_python

    0下载:
  2. 贝叶斯决策python学习代码,了解贝叶斯决策原理-bayes python code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:28.15kb
    • 提供者:zl
  1. bayes

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

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

    0下载:
  2. 本程序是使用的Python写的一个Bayes分类器,通过这个程序可以大致掌握Bayes的原理。-This procedure is used to write a Python Bayes classifier, through this program can be broadly master the principles of Bayes.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1.54kb
    • 提供者:liuchao
  1. python-code-for-Machine-learning

    2下载:
  2. 用于机器学习的全方位python代码,包括K-近邻算法、决策树、朴素贝叶斯、Logistic 回归 、支持向量机、利用 AdaBoost 元算法提高分类性能、预测数值型数据:回归、树回归、利用 K-均值聚类算法对未标注数据分组、使用 Apriori 算法进行关联分析、使用 FP-growth 算法来高效分析频繁项集、利用 PCA 来简化数据、利用 SVD 简化数据、大数据与 MapReduce-The full range of python code for machine learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:533.5kb
    • 提供者:杨宇
  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

    • 发布日期:
    • 文件大小:9.73kb
    • 提供者:赵**
  1. bayes

    0下载:
  2. 基于概率论的分类方法 :朴素贝叶斯 学习朴素贝叶斯算法进行简单的二值分类(Classification method based on probability theory: Naive Bayes Learning naive Bayes algorithm for simple two valued classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:22kb
    • 提供者:AYN1
  1. 朴素贝叶斯源码

    0下载:
  2. 朴素贝叶斯分类器用Python实现,基础代码适合初学者(Naive bayes classifier is implemented in Python, and basic code is suitable for beginners)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:231kb
    • 提供者:Amber555
  1. bayes

    0下载:
  2. 自己书写的一段机器学习的朴素贝叶斯算法,基于Python实现(The Implementation of Bayes Algorithm in Python)
  3. 所属分类:人工智能/神经网络/深度学习

  1. py_ex

    0下载:
  2. 利用朴素贝叶斯理论,将垃圾邮件的做分类,使用python代码,内涵邮件数据(Naive Bayes theory is used to classify spam, using Python code, and content mail data.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-02
    • 文件大小:7kb
    • 提供者:三火123456
  1. bayes

    0下载:
  2. 这是一个用于贝叶斯分类器的源代码,请有需要的朋友看一下(This is the python source code used to describe baysion clustering. It can be combined with your actual needs.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1kb
    • 提供者:chentrer
  1. machine_learning_python-master

    1下载:
  2. 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。感知机的基本形式和对偶形式的实现 Kmeans和Kmeans++的实现 EM GMM高斯混合和GMM+LASSO的实现 实现朴素贝叶斯的基本算法和高斯混合朴素贝叶斯算法 实现决策树的基本算法 实现adaboost基本算法 实现svm基本算法 实现逻辑回归基本算法(By reading the data codes on the Internet, we can process oursel
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-05-08
    • 文件大小:2.47mb
    • 提供者:似水流年19
  1. 贝叶斯分类

    1下载:
  2. 通过python进行编程,运用贝叶斯算法原理,对iris数据集进行分类(Classification of iris data sets by Bayes)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-02-03
    • 文件大小:4kb
    • 提供者:vicshun
« 12 »
搜珍网 www.dssz.com