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
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - Naive Bayes - List
[
Other
]
MLC21NT-C
DL : 0
machine learning, accuracy estimation, cross-validation, bootstrap, ID3, decision trees, decision graphs, naive-bayes, decision tables, majority, induction algorithms, classifiers, categorizers, general logic diagrams, instance-based algorithms, discretization, lazy learning, bagging, MineSet. -machine learning, accuracy estimation, cross-validation, bootstrap, ID3, decision trees, decision graphs, naive- bayes, decision tables, the majority, induction algorithms, classifiers, categorizers, general logic diagrams. instance-based algorithms, discretization. lazy learning, bagging, MineSet.
Date
: 2025-12-31
Size
: 3.01mb
User
:
infinite8
[
Other
]
NaiveBayes
DL : 0
Naive Bayes 分类器, 用C语言写的.大家一起参考一下. -Naive Bayes classifier, using the C language. U.S. with reference.
Date
: 2025-12-31
Size
: 5kb
User
:
sj2ac
[
Other
]
baysianclassify
DL : 0
bayes classifier using naive bayes method
Date
: 2025-12-31
Size
: 132kb
User
:
代龙
[
Other
]
bayes
DL : 0
实现朴素贝叶斯文本分类器,用java实验,还包括readme和训练集-Naive Bayes text classifier to achieve with java experiments, including readme and the training set
Date
: 2025-12-31
Size
: 2.91mb
User
:
wangdong
[
Other
]
nb
DL : 0
naive bayes algorithm
Date
: 2025-12-31
Size
: 5kb
User
:
saran
[
Other
]
Bayes-classifier-code
DL : 0
朴素贝叶斯分类器程序代码 采用朴素贝叶斯分类器算法,使用C++语言对英文文本进行分类,实现了一个文本分类器功能-Naive Bayesian classifier program code using Bayesian classification algorithm, using C++ language English text classification, to achieve a text classification function
Date
: 2025-12-31
Size
: 209kb
User
:
李宁
[
Other
]
Naive-Bayes-Text-Classification
DL : 0
使用Python实现朴素贝叶斯分类,文件夹中附带数据集。实现了NB算法,并进行5倍交叉验证-Naive Bayes classifier using the Python implementation, the folder with the data set. NB implements the algorithm, and 5-fold cross-validation
Date
: 2025-12-31
Size
: 509kb
User
:
刘韵
[
Other
]
Matlab-Naive--Bayer
DL : 0
朴素贝叶斯分类器程序 对新手大有帮助 快速入门-Naive Bayes
Date
: 2025-12-31
Size
: 3kb
User
:
sc
[
Other
]
DEAP04JFisherNaiveBayes
DL : 0
J fisher discriminant for high/low classes. Naive Bayes classifier for EEG feature selection. - Both for evaluating high/low levels of Valence or Arousal.
Date
: 2025-12-31
Size
: 5kb
User
:
pentacosiarca
[
Other
]
Bayes
DL : 0
朴素贝叶斯分类器,能实现高准确的分类,且速度快-Naive Bayes classifier, can achieve high accuracy of classification and fast
Date
: 2025-12-31
Size
: 2.86mb
User
:
iill
[
Other
]
bayes
DL : 0
基于朴素贝叶斯预测的一个小例子(根据ppt里的例子),将就着看,内有bayes的讲解ppt -开发环境vs2012,c-Based on a small example of Naive Bayesian prediction (based on ppt in the example), will the see, there are explanations bayes ppt - development environment vs2012
Date
: 2025-12-31
Size
: 5.04mb
User
:
qzxin
[
Other
]
MachLearn_ml
DL : 0
MachLearn:已经实现了朴素贝叶斯分类器、决策树、支持向量机算法。在Linux上可成功编译-MachLearn: has achieved a naive Bayes classifier, decision trees, support vector machine algorithm. Successfully compile on Linux
Date
: 2025-12-31
Size
: 22kb
User
:
李文思
[
Other
]
NaiveBayesian
DL : 0
使用Python语言写的经典朴素贝叶斯算法的实现,完全能够应对算法设计课程的课程设计的代码需要-Implemented using Python language written in classic Naive Bayes algorithm, fully able to cope with the algorithm design course curriculum design code requires
Date
: 2025-12-31
Size
: 1kb
User
:
陈帆
[
Other
]
Main
DL : 0
朴素贝叶斯算法的代码实现,能够实现对数据的自相关,互协方差等统计方面特征的数学分析-Code naive Bayes algorithm implementation can be achieved for autocorrelation of the data, mathematical analysis statistical characteristics of the cross-covariance, etc.
Date
: 2025-12-31
Size
: 1kb
User
:
fan_xianbao
[
Other
]
naive_bayes
DL : 0
朴素贝叶斯算法的程序,不知有用否,不记得是从哪里下载到的了(naive bayes algorithm is a machine learning technique, which is used for classification.)
Date
: 2025-12-31
Size
: 24kb
User
:
黑发
[
Other
]
bayes
DL : 0
朴素贝叶斯算法解决分类问题(二分类)的matlab代码(Naive Bayes algorithm to solve classification problems (two categories) of matlab code)
Date
: 2025-12-31
Size
: 1kb
User
:
jdjdhn
[
Other
]
NaiveBayesNLP
DL : 0
使用weka 运行朴素贝叶斯,去除拉普拉斯平滑(Use weka to run naive bayes, and delete laplace smoothing)
Date
: 2025-12-31
Size
: 1kb
User
:
fungor
[
Other
]
algorithm
DL : 0
In machine learning, naive Bayes classifiers are a family of simple probabilistic classifiers based on applying Bayes' theorem with strong (naive) independence assumptions between the features. Naive Bayes has been studied extensively since the 1950s. It was introduced under a different name into the text retrieval community in the early 1960s,[1]:488 and remains a popular (baseline) method for text categorization, the problem of judging documents as belonging to one category or the other (such as spam or legitimate, sports or politics, etc.) with word frequencies as the features. With appropriate pre-processing, it is competitive in this domain with more advanced methods including support vector machines.[2] It also finds application in automatic medical diagnosis.[3]
Date
: 2025-12-31
Size
: 3kb
User
:
sandy126
[
Other
]
朴素贝叶斯源码
DL : 0
朴素贝叶斯分类器用Python实现,基础代码适合初学者(Naive bayes classifier is implemented in Python, and basic code is suitable for beginners)
Date
: 2025-12-31
Size
: 231kb
User
:
Amber555
[
Other
]
Naive Bayes
DL : 0
Perhitungan Naive Bayes dengan excel
Date
: 2025-12-31
Size
: 6kb
User
:
Ples
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.