matlab贝叶斯分类源码,数据集为UCI下载的Iris,代码包括数据预处理
2020-12-31 16:14:37 4KB matlab bayes
1
贝叶斯统计_第2版_茆诗松_汤银才
2020-03-16 03:08:51 67.54MB bayes
1
If you know how to program with Python and also know a little about probability, you’re ready to tackle Bayesian statistics. With this book, you'll learn how to solve statistical problems with Python code instead of mathematical notation, and use discrete probability distributions instead of continuous mathematics. Once you get the math out of the way, the Bayesian fundamentals will become clearer, and you’ll begin to apply these techniques to real-world problems. Bayesian statistical methods are becoming more common and more important, but not many resources are available to help beginners. Based on undergraduate classes taught by author Allen Downey, this book’s computational approach helps you get a solid start.
2020-02-02 03:16:01 2.26MB Python
1
本人研究生阶段写文档所写的Matlab代码。 包括: 1、图片预处理; 2、特性提取:颜色、灰度共生矩阵、灰度差分、Harr-Like、等多个特征提取算法; 3、特性选择:从特征向量中选取有效的特性; 4、基础算法:AdaBoost的训练与测试; Bayes算法 5、AdaBoost的改进:Boosting, CastBoost、FloatBoost
2020-01-17 03:05:03 256KB Bayes AdaBoost HMax CascadeBoost
1
这个是Python编写的一个情感文本分析程序,定义两种term weight实现,分别为TF 和BOOL,实现了特征选择算法。文件夹中附带数据集
2020-01-04 03:14:53 509KB Naive Bayes
1
使用Matlab实现,包括一维特征最小错误率bayes分类器;二维特征最小错误率bayes分类器;二维特征最小风险bayes分类器以及使用的数据集合。
2020-01-03 11:28:11 4KB bayes
1
https://blog.csdn.net/zzZ_CMing/article/details/89478436 朴素贝叶斯算法做文本分类,用的是谭松波酒店语料。
2019-12-25 11:57:19 1.14MB bayes 文本分类 谭松波
1
讲述贝叶斯变分法在信号处理中的应用,极具参考价值!
2019-12-21 22:25:19 4.37MB Variational Bayes;Signal Processing
1
本程序实现了基于朴素贝叶斯方法的文本分类,附有源代码、实验报告、可执行程序以及语料库(包括训练集和测试集)
2019-12-21 22:17:52 1.78MB 朴素贝叶斯 文本分类 Naive Bayes
1
基于最小错误率的Bayes分类器的MATLAB实现,程序能出判别矩阵,训练样本分布图,测试样本分布图及分类后的分布图,可以选择训练样本数目,绝对能用!!
2019-12-21 22:15:24 37KB 最小错误率 贝叶斯 Bayes
1