当前位置:
首页 资源下载
搜索资源 - naive bayes matlab
搜索资源列表
-
0下载:
这是一个matlab 开发的naive Bayes 分类器算法。可以供大家共享,修改和批评指正。这个是修改的别人的。如果有务,联系:
l_y_f_2005@163.com
-
-
0下载:
Naive Bayes classification algorithm
-
-
0下载:
一个朴素贝叶斯的matlab实现算法一个朴素贝叶斯的matlab实现算法-A Naive Bayes algorithm for matlab in a Naive Bayes algorithm matlab
-
-
0下载:
垃圾邮件过滤器,本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90%以上。-Spam filters, the software based on the Naive Bayes algorithm, using NetBeans generated interface (requires JDK1.6), apply to SMS, mail messages, diaries and other do
-
-
1下载:
朴素贝叶斯算法,以函数形式实现,花了一个上午的时间-Naive Bayes algorithm, in order to function the form of implementation, a morning flower time
-
-
0下载:
朴素贝叶斯matlab实现,基于matlab编程-Naive Bayes matlab to achieve, based on the matlab programming
-
-
0下载:
朴素贝叶斯分类器,使用MATLAB语言编写,对文档进行自动分类-Naive Bayes classifier
-
-
0下载:
基本的贝叶斯算法(朴素贝叶斯算法,参照清华大学出版的模式识别)-The basic Bayesian algorithm (Naive Bayes algorithm, in the light of pattern recognition, Tsinghua University Publishing)
-
-
0下载:
使用Naive Bayes Classifier去分类binary data并绘出正确图表-Using the Naive Bayes Classifier to classify binary data and draw the correct diagram
-
-
0下载:
this program is used for classification of noisy pixel identification by using naive bayes classifier
-
-
0下载:
一个学习Naive Bayes的matlab代码,学习到的参数只与样本的个数有关,与实际的样本值没有直接关系。
为了代码的可读性、容易学些,算法的实现没有采用MATLAB向量化
操作。-A Naive Bayes learning matlab code, only to learn the parameters related to the number of samples, and the actual sample values are not dir
-
-
0下载:
implementation of naive bayes algorithm with example dataset
-
-
0下载:
朴素贝叶斯分类器程序 对新手大有帮助 快速入门-Naive Bayes
-
-
0下载:
基于matlab朴素贝叶斯分类,很好的例子-Naive Bayes classifier based on matlab,
-
-
0下载:
基于matlab的Naive Bayes分类,分为train,test和run-Matlab-based Naive Bayes classification, divided into train, test and run
-
-
0下载:
贝叶斯分类器matlab代码,主要利用naive bayes分类器的思想利用后验概率进行分类。-Bayesian classifier matlab code, after the main use of naive bayes classifier utilizing the posterior probability ideological classification.
-
-
0下载:
朴素贝叶斯的matlab代码,概率分类模型。-MATLAB code for Naive Bayes model, a probability classification algorithm.
-
-
0下载:
朴素贝叶斯算法解决分类问题(二分类)的matlab代码(Naive Bayes algorithm to solve classification problems (two categories) of matlab code)
-
-
0下载:
matlab 的naivebayes程序(This is a matlab code naive bayes)
-
-
4下载:
本报告对 朴素贝叶斯模型及线性判别分析、二次判别分析 进行系统测试
“生成模型”是机器学习中监督学习方法的一类。与“判别模型”学习决
策函数和条件概率不同,生成模型主要学习的是联合概率分布??(??,??)。本
文中,我们从朴素贝叶斯算法入手,分析比较了几种常见的生成模型(包
括线性判别分析和二次判别分析)应用于多因子选股的异同,希望对本领
域的投资者产生有实用意义的参考价值。(This report gives a systematic test of naive Bayesian
-