CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - NaiveBayes
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - NaiveBayes - List
[
Other
]
wa-bayes1.tar
DL : 0
PHP NaiveBayes源代码-NaiveBayes PHP source code
Date
: 2025-07-06
Size
: 4kb
User
:
[
Other
]
NaiveBayes
DL : 0
Naive Bayes 分类器, 用C语言写的.大家一起参考一下. -Naive Bayes classifier, using the C language. U.S. with reference.
Date
: 2025-07-06
Size
: 5kb
User
:
sj2ac
[
Algorithm
]
NaiveBayes
DL : 0
贝叶斯公式,在信息检索以及信息抽取中有着重要的应用,需要的下载,有问题联系我-Bayesian formula, in the information retrieval and information extraction has important applications, the need for download, there are problems contact me
Date
: 2025-07-06
Size
: 3.54mb
User
:
刘磊
[
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-07-06
Size
: 3kb
User
:
幻影
[
source in ebook
]
NaiveBayes
DL : 0
朴素贝叶斯分类算法,《机器学习及java实现里面的》-Naive Bayesian classification algorithm, the realization of machine learning and java inside
Date
: 2025-07-06
Size
: 4kb
User
:
王新
[
AI-NN-PR
]
NaiveBayes
DL : 0
很好的 算法!用了绝对不后悔 对初学者很有帮助!快来下啊!-Very good algorithm! Spent absolutely no regrets very helpful for beginners! Come under ah!
Date
: 2025-07-06
Size
: 5kb
User
:
zhang fan
[
AI-NN-PR
]
NaiveBayes
DL : 0
朴素贝叶斯分类器,实现了朴素贝叶斯分类算法,结果表明比较好-Naive Bayesian classifier, to achieve a Naive Bayesian Classifier algorithm, results showed that better
Date
: 2025-07-06
Size
: 5.44mb
User
:
hg
[
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-07-06
Size
: 1kb
User
:
122456
[
AI-NN-PR
]
NaiveBayes
DL : 0
贝叶斯算法是基于贝叶斯定理 P(H|X) = P(X|H)P(H) / P(X).。对于多属性的数据集,计算 P(X|Ci) 的开销非常大,为减低计算复杂度,我们做条件独立的假设,即给定元组的类标号,假定属性值有条件地相互独立,即在属性间不存在依赖关系。此程序仅为算法的一个实现,根据训练数据训练分类器-Bayesian algorithm is based on the Bayes theorem P (H | X) = P (X | H) P (H)/P (X).. For multi-attribute data sets, computing P (X | Ci) of the overhead is very large, in order to reduce the computational complexity, we do conditional independence assumption that a given tuple class label, it is assumed that property values conditionally independent of each other, that does not exist in the inter-attribute dependencies. This procedure is only an implementation of algorithm, according to training data classifier training
Date
: 2025-07-06
Size
: 159kb
User
:
guifeng2002
[
AI-NN-PR
]
NaiveBayes
DL : 0
Java写的NaiveBayes分类器,Weka平台下的贝叶斯分类器。-Java written NaiveBayes classifier, Weka platform under the Bayesian classifier.
Date
: 2025-07-06
Size
: 4kb
User
:
徐勇
[
AI-NN-PR
]
naivebayes
DL : 0
贝叶斯决策器,基于最小错误率的贝叶斯决算法-Bayesian decision-making, based on minimum error rate of Bayesian decision-making
Date
: 2025-07-06
Size
: 1kb
User
:
sun
[
Database system
]
NaiveBayes
DL : 0
Text clessifier NB form large documents
Date
: 2025-07-06
Size
: 1kb
User
:
aurangzeb
[
matlab
]
naivebayes
DL : 0
这是以Iris数据集为例,用朴素bayes方法分类的程序.matlab编程-This is the Iris data set as an example, using the simple bayes methods of classification procedure. Matlab programming
Date
: 2025-07-06
Size
: 5.3mb
User
:
王兵
[
Mathimatics-Numerical algorithms
]
NaiveBayes
DL : 0
朴素贝叶斯算法分类源代码,vc6.0编写-NaiveBayes on how to classfiy texts
Date
: 2025-07-06
Size
: 2.16mb
User
:
Lotus
[
File Operate
]
NaiveBayes
DL : 0
朴素贝叶斯分类,从weka中提取的,希望大家多多指正-nativebayes
Date
: 2025-07-06
Size
: 7kb
User
:
韩志鹏
[
AI-NN-PR
]
naivebayes
DL : 0
本算法介绍了朴素贝叶斯算法的原理和功能以及使用MATLAB实现其功能算法。-This algorithm describes the principle of Bayesian algorithms and functions and the use of MATLAB algorithms to achieve its function.
Date
: 2025-07-06
Size
: 1kb
User
:
skyjsj
[
JSP
]
naivebayes
DL : 0
naive bayes tutorial
Date
: 2025-07-06
Size
: 3.36mb
User
:
as
[
AI-NN-PR
]
NaiveBayes(java)
DL : 0
贝叶斯分类算法是经典的分类算法,也是应用最为广泛的分类算法,此算法展示了贝叶斯分类的具体过程。-Bayesian classification algorithm is a classical classification algorithm, is the most widely used classification algorithms, Bayesian classification algorithm shows the specific process.
Date
: 2025-07-06
Size
: 16kb
User
:
聂风
[
Algorithm
]
NaiveBayes
DL : 0
This is a genetic algorithm.
Date
: 2025-07-06
Size
: 1kb
User
:
yahcjh0513
[
AI-NN-PR
]
naiveBayes
DL : 0
这是一个完善的naiveBayes算法。结构条理,备注明确。其实验效果也非常好-This is a perfect naiveBayes algorithm. Coherent structure, notes clear. The experimental results are very good
Date
: 2025-07-06
Size
: 1kb
User
:
wuxin
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.