CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Naive Bayes
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Naive Bayes - List
[
matlab
]
naivebayes
DL : 0
尽管matlab提供了朴素bayes的函数,但要理解朴素bayes还是自己编程实现为好。这是以IRIS数据集为例,用朴素bayes方法分类的程序。-Although matlab Bayes provides a simple function, but to understand the simple Bayes or programming for their own good. This is the IRIS data set as an example, naive Bayes method with a classification procedure.
Date
: 2025-12-31
Size
: 3kb
User
:
幻影
[
matlab
]
NaiveBayes
DL : 0
naive bayes方法是用于分类的一个传统方法,它是产生的比较早的一个方法,分类的准确度比较高。-naive bayes method is used for the classification of a traditional method, which is generated as early as one way of comparison, classification accuracy is relatively high.
Date
: 2025-12-31
Size
: 1kb
User
:
李萍
[
matlab
]
NaiveBayes
DL : 0
这是一个matlab 开发的naive Bayes 分类器算法。可以供大家共享,修改和批评指正。这个是修改的别人的。如果有务,联系: l_y_f_2005@163.com-This is a matlab developed algorithm naive Bayes classifier. Be available for everyone to share, modify, and criticism. This is a modification of someone else
Date
: 2025-12-31
Size
: 1kb
User
:
122456
[
matlab
]
subattribspace
DL : 0
一个朴素贝叶斯的matlab实现算法一个朴素贝叶斯的matlab实现算法-A Naive Bayes algorithm for matlab in a Naive Bayes algorithm matlab
Date
: 2025-12-31
Size
: 6kb
User
:
lee
[
matlab
]
subattribspace
DL : 0
朴素贝叶斯matlab实现,基于matlab编程-Naive Bayes matlab to achieve, based on the matlab programming
Date
: 2025-12-31
Size
: 6kb
User
:
李凌
[
matlab
]
Naive_Matlab
DL : 0
Naive Bayes classification algorithm
Date
: 2025-12-31
Size
: 3kb
User
:
Leo
[
matlab
]
Bayes2
DL : 0
基本的贝叶斯算法(朴素贝叶斯算法,参照清华大学出版的模式识别)-The basic Bayesian algorithm (Naive Bayes algorithm, in the light of pattern recognition, Tsinghua University Publishing)
Date
: 2025-12-31
Size
: 1kb
User
:
nini
[
matlab
]
Naive_Bayes_demo
DL : 0
使用Naive Bayes Classifier去分类binary data并绘出正确图表-Using the Naive Bayes Classifier to classify binary data and draw the correct diagram
Date
: 2025-12-31
Size
: 59kb
User
:
Steve Evan
[
matlab
]
TutorMatlab
DL : 0
MATLAB PROGARM Naive Bayes
Date
: 2025-12-31
Size
: 1kb
User
:
PACMAR
[
matlab
]
NBC
DL : 0
实现朴素贝叶斯的分类,很好用的,利用matlab编写,不错的程序-Naive Bayes classification, well used, the use of Matlab prepared, a good program
Date
: 2025-12-31
Size
: 5kb
User
:
高影
[
matlab
]
bayes
DL : 0
bayesian classifier, naive bayesian classifier algorithms are implementer using matlab 20-bayesian classifier, naive bayesian classifier algorithms are implementer using matlab 2011
Date
: 2025-12-31
Size
: 15kb
User
:
Karim Khalifeh
[
matlab
]
algorithms
DL : 0
分类算法是统计学分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,且方法简单、分类准确率高、速度快。-The classification algorithm is the statistical classification, it is a knowledge of probability and statistics classification algorithm. On many occasions, the naive Bayes classification algorithms (Naï ve Bayes, NB) can be comparable with the decision tree and neural network classification algorithm, the algorithm can be applied to large databases, and the method is simple, accurate classification rate, speed.
Date
: 2025-12-31
Size
: 21kb
User
:
天龙
[
matlab
]
bayes_classifier
DL : 0
在matlab环境下的一个朴素贝叶斯分类器,大家可以参考下-Matlab environment a Naive Bayes classifier, we can refer to the following
Date
: 2025-12-31
Size
: 1kb
User
:
zxk
[
matlab
]
naive-bayes-classifier
DL : 0
程序实现了naive bayes classifier, 并附有对美国参议院根据投票情况来判断议员属于民主党还是共和党的例子。-Program achieved a naive bayes classifier, along with the U.S. Senate voting to determine under Democrat and Republican members belonging examples.
Date
: 2025-12-31
Size
: 4kb
User
:
杜晗
[
matlab
]
Naive-Bayes
DL : 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 directly related. For code readability, easy to learn something, no algorithm using MATLAB vectorized operations.
Date
: 2025-12-31
Size
: 3kb
User
:
浩克
[
matlab
]
naive
DL : 0
implementation of naive bayes algorithm
Date
: 2025-12-31
Size
: 12kb
User
:
sunil
[
matlab
]
Naive-Bayes
DL : 0
基于matlab的Naive Bayes分类,分为train,test和run-Matlab-based Naive Bayes classification, divided into train, test and run
Date
: 2025-12-31
Size
: 1kb
User
:
yxingx
[
matlab
]
Bayes
DL : 0
贝叶斯分类算法是统计学的一种分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,而且方法简单、分类准确率高、速度快。-Bayesian classification algorithm is a statistical classification method, which is a kind of knowledge to classify the use of probabilistic algorithms. In many cases, Naive Bayes (Naï ve Bayes, NB) classification algorithm with decision trees and neural network classification algorithm is comparable, the algorithm can be applied to large s, and the method is simple, accurate classification rate of speed.
Date
: 2025-12-31
Size
: 3kb
User
:
陈兵
[
matlab
]
Naive-Bayes
DL : 0
NAIVE BAYES ALGORITHM(HAMID)
Date
: 2025-12-31
Size
: 4kb
User
:
hamid
[
matlab
]
Naive Bayes Classifier - Copy-2
DL : 0
This is a simple probabilistic classifier based on the Bayes theorem, from the Wikipedia article. This project contains source files that can be included in any C# project.
Date
: 2025-12-31
Size
: 68kb
User
:
daauudsalaad
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.