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
[
AI-NN-PR
]
naive bayes algorithm
DL : 0
c45算法介绍
Date
: 2009-08-31
Size
: 7.81kb
User
:
pychao1985
[
AI-NN-PR
]
Naivebayesjavacode
DL : 0
Naive Bayes算法java代码,内涵4个小的java文件。-java code, meaning four small java document.
Date
: 2025-07-11
Size
: 16kb
User
:
代风
[
Mathimatics-Numerical algorithms
]
nposs
DL : 0
Programs to induce a naive possibilistic classifier (a possibilistic analog of the naive Bayes classifier) and to classify new data with an induced naive possibilistic classifier.-Programs to induce a naive possibilistic c lassifier (a possibilistic analog of the naive Bayesian classifier) and to classify new data with an induced naive possibilistic classifier.
Date
: 2025-07-11
Size
: 42kb
User
:
无心
[
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-07-11
Size
: 3.01mb
User
:
infinite8
[
Mathimatics-Numerical algorithms
]
ApMl
DL : 0
ApMl provides users with the ability to crawl the web and download pages to their computer in a directory structure suitable for a Machine Learning system to both train itself and classify new documents. Classification Algorithms include Naive Bayes, KNN -ApMl provides users with the ability to crawl the web and download pages to their computer in a directory structure suitable for a Machine Learning system to both train itself and classify new documents. Classification Algorithms include Naive Bayes, KNN
Date
: 2025-07-11
Size
: 1.56mb
User
:
辉腾
[
Algorithm
]
BeiyesiClassfication
DL : 0
本系统是一个简单的朴素贝叶斯的数据集分类系统,能够通过输入数据并预测数据集属于哪一个类-The system is a simple Naive Bayes data sets classification system through the input data and prediction data sets belong to which category
Date
: 2025-07-11
Size
: 15kb
User
:
sky
[
Other
]
NaiveBayes
DL : 0
Naive Bayes 分类器, 用C语言写的.大家一起参考一下. -Naive Bayes classifier, using the C language. U.S. with reference.
Date
: 2025-07-11
Size
: 5kb
User
:
sj2ac
[
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-11
Size
: 3kb
User
:
幻影
[
AI-NN-PR
]
BAYES
DL : 0
朴素贝叶斯分类器代码,能够进行分类,-Naive Bayesian classifier code, can be classified,
Date
: 2025-07-11
Size
: 132kb
User
:
chan
[
Software Engineering
]
knn
DL : 0
朴素贝叶斯(Naive Bayes, NB)算法是机器学习领域中常用的一种基于概率的分类算法,非常简单有效。k近邻法(k-Nearest Neighbor, kNN)[30,31]又称为基于实例(Example-based, Instance-bases)的算法,其基本思想相当直观:Rocchio法来源于信息检索系统,后来最早由Hull在1994年应用于分类[74],从那以后,Rocchio方法就在文本分类中广泛应用起来。-Naive Bayes (Naive Bayes, NB) algorithm is commonly used in the field of machine learning a classification algorithm based on probability is very simple and effective. k neighbor method (k-Nearest Neighbor, kNN) [30,31], also known as case-based (Example-based, Instance-bases) of the algorithm, the basic idea quite intuitive: Rocchio law from the Information Retrieval System, and later was first proposed by the Hull in 1994, applies to classification [74], since then, Rocchio method of classification in the text with extensive application.
Date
: 2025-07-11
Size
: 94kb
User
:
许梁
[
MultiLanguage
]
TextClassify
DL : 0
文本分类算法,含有三个分类算法,朴素贝叶斯,KNN,VSM-Text classification algorithms, containing three classification algorithms, Naive Bayes, KNN, VSM
Date
: 2025-07-11
Size
: 3.5mb
User
:
lingqiang
[
AI-NN-PR
]
ReadDir
DL : 0
该程序实现的是一个垃圾邮件过滤系统,方法采用的是NAIVE Bayes,语料库用的是LINspam—public,程序中有使用说明,希望大家一起探讨改进一下,-The realization of the program is a spam filtering system, methods used NAIVE Bayes, Corpus used LINspam-public, the procedures are for use, hope that we explore to improve the look,
Date
: 2025-07-11
Size
: 1.08mb
User
:
yarakchou
[
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-07-11
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-07-11
Size
: 1kb
User
:
122456
[
Algorithm
]
Bayes
DL : 0
使用Iris数据集,朴素贝叶斯分类算法。-The use of Iris data set, Naive Bayes classification algorithm.
Date
: 2025-07-11
Size
: 589kb
User
:
nbbnmm
[
Algorithm
]
Bayes
DL : 0
朴素的贝叶斯网络是数据挖掘中的一项重要技术,本源码使用朴素的贝叶斯网络实现数据的分类-data classification by Naive Bayes
Date
: 2025-07-11
Size
: 4kb
User
:
刘兴亮
[
Windows Develop
]
bayes
DL : 0
Naive Bayes Classifier for an arff file (Weka file format)
Date
: 2025-07-11
Size
: 58kb
User
:
andra
[
Other
]
bayes
DL : 0
实现朴素贝叶斯文本分类器,用java实验,还包括readme和训练集-Naive Bayes text classifier to achieve with java experiments, including readme and the training set
Date
: 2025-07-11
Size
: 2.91mb
User
:
wangdong
[
Other
]
bayes
DL : 0
朴素贝叶斯算法解决分类问题(二分类)的matlab代码(Naive Bayes algorithm to solve classification problems (two categories) of matlab code)
Date
: 2025-07-11
Size
: 1kb
User
:
jdjdhn
[
Other
]
Naive Bayes
DL : 0
Perhitungan Naive Bayes dengan excel
Date
: 2025-07-11
Size
: 6kb
User
:
Ples
«
1
2
3
4
5
6
7
8
9
10
...
17
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.