搜索资源列表
Di
- 贝叶斯bayes算法分类器诊断程序-Bayesian classifier diagnostic procedures
FullBNT
- Bayes Net Toolbox for Matlab
bayes-code
- 贝叶斯分类器归纳的源程序和可执行代码, 包括多个文件。
bayes
- bayes数据挖掘;基于贝叶斯定理的分类方法
Bayesian_Lib
- 有关Bayes滤波的matlab程序,主要用于非线性非高斯系统的滤波处理
Bayes.rar
- 使用Iris数据集,朴素贝叶斯分类算法。,The use of Iris data set, Naive Bayes classification algorithm.
mail
- 垃圾邮件过滤器 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90 以上。-Spam filter software is based on the Naive Bayes algorithm, using NetBeans generated interface [have to JDK1.6], suitable for mobile phone message, mail messages, d
bvsgs
- Bayes model averaging with selection of regressors - This program can be utilized for Bayesian Variable Selection using Gibbs Sampler-Bayes model averaging with selection of regressors- This program can be utilized for Bayesian Variable Selection usi
NB
- 朴素贝叶斯算法,以函数形式实现,花了一个上午的时间-Naive Bayes algorithm, in order to function the form of implementation, a morning flower time
beiyesifenbu
- 分类判别中,bayes判别的确具有明显的优势,与模糊,灰色,物元可拓相比,判别准确率一般都会高些,而BP神经网络由于调试麻烦,在调试过程中需要人工参与,而且存在明显的问题,局部极小点和精度与速度的矛盾,以及训练精度和仿真精度间的矛盾,等,尽管是非线性问题的一种重要方法,但是在我们项目中使用存在一定的局限,基于此,最近两天认真的研究了bayes判别,并写出bayes判别的matlab程序,与spss非逐步判别计算结果一致。-Classified Identifying, bayes discrim
Bayes
- 朴素的贝叶斯网络是数据挖掘中的一项重要技术,本源码使用朴素的贝叶斯网络实现数据的分类-data classification by Naive Bayes
10Algorithms-08
- This paper presents the top 10 data mining algorithms identified by the IEEE International Conference on Data Mining (ICDM) in December 2006: C4.5, k-Means, SVM, Apriori, EM, PageRank, AdaBoost, kNN, Naive Bayes, and CART. These top 10 algorithms
bayes-
- 贝叶斯分类器VC源代码(内附说明)-Bayesian classifier VC source code (with explanation)
Bayes-KNN
- 基于贝叶斯-KNN文本分类算法的设计与实现。 是贝叶斯和KNN两种分类算法的结合。-Bayesian-KNN text categorization algorithm design and implementation. Bayes and KNN is a combination of two kinds of classification algorithms.
Naive-Bayes-using-c-
- 朴素贝叶斯的用c语言的一种实现方式 便于有需要的人学习使用-Naive Bayes using c language a way to achieve
bayes-factor
- this code computes the bayes factor of a sample bayesian network. a sample data is also attached to the folder.
bayes
- 朴素贝叶斯分类算法:其中,朴素的意思是该分类算法基于的两个简单的假设,特征独立以及每个特征同等重要。 贝叶斯分类是基于贝叶斯准则的分类算法。朴素贝叶斯常用于文档分类,过滤垃圾邮件等。 -Naive Bayesian classification algorithm: where is the plain meaning of the classification algorithm based on two simple assumptions, features independent
naive-bayes-with-python
- this python code implements naï ve bayes methods.
NAIVE-BAYES
- This application is java implementation Naive Bayes method for classifying a set of data generated in a two-dimensional space (R2). The ide used was NETBEANS
bayes-regression.ipynb
- Bayes regression demo on ipython