搜索资源列表
BayesDiscriminate.rar
- Matlab的贝叶斯判别算法(逐步判别),Matlab' s Bayes discriminant algorithm (stepwise discriminant)
K2
- 用matlab实现的K2算法,需要用到贝叶斯网络工具箱-K2 algorithm implemented with matlab
beyesian
- 用MATLAB实现的贝叶斯网络算法,有一定的参考价值-this algorithm by matlab is useful and valuable.
subattribspace
- 一个朴素贝叶斯的matlab实现算法一个朴素贝叶斯的matlab实现算法-A Naive Bayes algorithm for matlab in a Naive Bayes algorithm matlab
NB
- 朴素贝叶斯算法,以函数形式实现,花了一个上午的时间-Naive Bayes algorithm, in order to function the form of implementation, a morning flower time
bayescode2
- 贝叶斯算法的有关matlab程序,大家可以参考一下-Bayesian algorithm matlab relevant procedures, we can refer to
SB2_Release_200
- 稀疏贝叶斯方法mablab 工具箱,内嵌快速算法。-SparseBayes. . . . . . . . . . . . . . An Efficient Matlab Implementation of theSparse Bayesian Modelling Algorithm (Version 2.0)
K2
- 贝叶斯网络学习算法——k2算法,包括对贝叶斯网络结构的学习,最后生成网络-Bayesian network learning algorithm- k2 algorithms, including Bayesian network structure learning, the last generation network
Bayesianmethods
- 本压缩文件详细介绍了Robert Piche博士关于贝叶斯算法的理论和他的笔记,其中文档中还包含源码程序,另附两个m文件源程序,是一个非常实用的学习及参考资料-In this course we present the basic principles of Bayesian statistics (an alternative to "orthodox" statistics). We start by learning how to estimate parameters for stand
beyes
- 贝叶斯算法,我相信大家都很了解吧,这个算法很经典,很实用哦。-Bayesian algorithm, I think we all understand it, this algorithm is very classic, very practical oh.
navieBayes
- 条件独立的有监督朴素贝叶斯分类算法。参数估计,输入训练集和测试集,得到分类结果和分类准确率-naviebayes
NB
- 特征之间非独立的有监督朴素贝叶斯分类算法。参数估计,输入训练集和测试集,得到分类结果和分类准确率-NB
Bayes_EM
- 利用matlab实现的基于EM算法的贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏-Using matlab to achieve EM algorithm based on Bayesian classifier of the source code can be used to classification or identification, it is worthy of collection
bayes
- 贝叶斯算法 贝叶斯算法 贝叶斯算法-Bayesian method Bayesian method Bayesian method Bayesian algorithm
R
- R软件示例程序,包括主成分分析、因子分析、贝叶斯算法及聚类算法的示例程序-R software, sample programs, including principal component analysis, factor analysis, Bayesian clustering algorithm and example programs
naivebayes
- 基于matlab 的贝叶斯算法,分类结果显示比较准确-Matlab-based Bayesian algorithm, more accurate classification results
bayes-example
- matlab实现的贝叶斯算法,比较简单,对初学贝叶斯有所帮助-matlab implementation of the Bayesian algorithm is relatively simple, helpful for beginners Bayesian
nativebayes
- 这是我参照统计学习书(李航著)中贝叶斯算法伪代码实现的MATLAB仿真代码,代码全是自己写的,完全按照书中书写,代码包含完整运行实例,可以直接运行,代码还包含一定的步骤说明,新手可以参考说明读懂代码。(This is my reference book of statistical learning (Li Hang) MATLAB simulation code Bayesian algorithm pseudo code implementation, the code is written
0
- 贝叶斯学习MATLAB算法分享,适合初学者(Bayesian learning method andexamples)
人工智能:人工智能选股之朴素贝叶斯模型
- 本报告对 朴素贝叶斯模型及线性判别分析、二次判别分析 进行系统测试 “生成模型”是机器学习中监督学习方法的一类。与“判别模型”学习决 策函数和条件概率不同,生成模型主要学习的是联合概率分布??(??,??)。本 文中,我们从朴素贝叶斯算法入手,分析比较了几种常见的生成模型(包 括线性判别分析和二次判别分析)应用于多因子选股的异同,希望对本领 域的投资者产生有实用意义的参考价值。(This report gives a systematic test of naive Bayesian