搜索资源列表
贝叶斯算法
- 对于UCI数据集,IRIS 用贝叶斯分类算法分类,适用于初学者。
NB
- 朴素贝叶斯算法,以函数形式实现,花了一个上午的时间-Naive Bayes algorithm, in order to function the form of implementation, a morning flower time
bayesian1
- 实现数据挖掘的关联规则贝叶斯算法,打开可直接运行-Data mining association rules Bayesian algorithm can be directly run to open
bayes
- 贝叶斯算法 贝叶斯算法 贝叶斯算法-Bayesian method Bayesian method Bayesian method Bayesian algorithm
Murphy 贝叶斯网工具箱
- Murphy 最新版 贝叶斯网 完全版 工具箱 用来模拟仿真实现贝叶斯网络算法的所有功能。
贝叶斯算法.tar
- 提供基于贝叶斯的地图更新算法,实现无人机的静止目标搜索(A Bayesian based map updating algorithm is proposed to achieve the UAV's stationary target search)
3.贝叶斯分类器
- 贝叶斯定理是用数学的方法来解释生活中大家都知道的常识,而机器学习使用的各种算法中,最常见的就是贝叶斯定理。此代码为贝叶斯分类python代码,包含高斯贝叶斯分类器,多项式贝叶斯分类器和伯努利贝叶斯分类器,并有具体的数据例子进行仿真比较(Bias's theorem is a mathematical way to explain all the common sense in life, and machine learning using various algorithms, the mos
朴素贝叶斯
- 朴素贝叶斯算法,是十大最经典的数据挖掘算法之一(Naive Bayes algorithm, the most classic data mining algorithm)
贝叶斯和KNN算法比较——基于Adult数据集
- 朴素贝叶斯算法和KNN算法比较,其中用到的数据集为adults(Comparison of Bias and KNN algorithms)
朴素贝叶斯算法
- 此处python实现机器学习朴素贝叶斯算法(Here Python implements the naive Bayes algorithm for machine learning)
人工智能:人工智能选股之朴素贝叶斯模型
- 本报告对 朴素贝叶斯模型及线性判别分析、二次判别分析 进行系统测试 “生成模型”是机器学习中监督学习方法的一类。与“判别模型”学习决 策函数和条件概率不同,生成模型主要学习的是联合概率分布??(??,??)。本 文中,我们从朴素贝叶斯算法入手,分析比较了几种常见的生成模型(包 括线性判别分析和二次判别分析)应用于多因子选股的异同,希望对本领 域的投资者产生有实用意义的参考价值。(This report gives a systematic test of naive Bayesian
指纹定位算法仿真代码
- 基于rssi的室内定位算法,NN,KNN,WKNN及贝叶斯算法的对比。(The indoor location algorithm based on RSSI is compared with NN, KNN, WKNN and Bayes algorithm.)
贝叶斯工具箱
- 基于贝叶斯框架的最小二乘支持向量机工具箱算法,实用性高。(The least squares support vector machine toolbox algorithm based on Bayesian framework is of high practicability.)
朴素贝叶斯
- 朴素贝叶斯算法运行和程序代码的实验与结果(Operation of naive Bayes algorithm)
5、贝叶斯python代码及数据
- 贝叶斯算法实现分类及数据集 python代码 分类算法(The classification and data set of Bias algorithm)
朴素贝叶斯算法资料
- 朴素贝叶斯算法的相关资料,包含算法以及实验结果等。(The related data of the naive Bayes algorithm.)
贝叶斯代码
- 对贝叶斯算法代码的验证,转自CSDN,对它的算法进行了验证(The verification of Bias algorithm code is turned to CSDN, and its algorithm is verified.)
压缩感知和稀疏贝叶斯
- 基于贝叶斯理论的压缩感知算法,基于已有的先验知识,和信号的稀疏性,采用贝叶斯理论,对信号进行重构恢复。
29 基于贝叶斯Bayes的数据预测
- 贝叶斯算法应用于数据预测,可以应用于很多领域,如风速预测等。(Bayesian algorithm is applied to data prediction, and can be applied to many fields, such as wind speed prediction.)
贝叶斯分类
- 通过python进行编程,运用贝叶斯算法原理,对iris数据集进行分类(Classification of iris data sets by Bayes)