搜索资源列表
朴素贝叶斯的基本思想和算法
- 朴素贝叶斯的思想原理应用实例及程序注释
NavieBayesianClassifier[xtulbd,050228]
- 朴素贝叶斯分类器(Navie Bayesian Classifier)识别鼠标输入的字母A~J-Naive Bayesian classifier (Navie Bayesian Classifier) Identification of the mouse input letters A-J
朴素贝叶斯
- 调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2 -process called CM = Confusion_matrix (train_predi
TextCategorization
- 基于朴素贝叶斯算法实现的中文文本分类程序。可以对中文文本进行分类识别,使用时先对分类器进行训练,然后进行识别。该Beta版本仅支持对3类文本进行分类,使用简单的中文分词方法,本程序尚不具备实用性,用于算法研究和改进。-based on Bayesian algorithms to achieve the Chinese text classification procedure. Can the Chinese text classif
bow-latest.tar
- 贝叶斯学习算法分类文本。基于朴素贝叶斯分类器的文本分类的通用算法,是目前所知文本分类算法中最有效的一类-Bayesian text classification algorithm. Based on Bayesian classifier of the common text classification algorithm, which is known text classification algorithm the most
winbayes
- 贝叶斯学习算法分类文本。基于朴素贝叶斯分类器的文本分类的通用算法,是目前所知文本分类算法中最有效的一类-Bayesian text classification algorithm. Based on the simple Bayesian classifier of the definitive text classification algorithm, which is known text classification algo
classifier
- 一个很好的文本分类器,采用朴素贝叶斯分类的方法,并加以改进!-a very good text classifiers using Bayesian classification methods, and improved!
naivebaysianclassify
- C语言的朴素贝叶斯分类器代码,是标准C编写的,希望对大家有帮助-C language Naive Bayesian classifier code, prepared by the C standard, and I hope to be helpful
Native_Byes_Classfication
- 一个朴素贝叶斯文本分类,在进行训练后,可以对文本进行分类。目前支持英文-a simple Bayesian text classification, conducting training, the text can be classified. Currently supported English
BeiyesiClassfication
- 本系统是一个简单的朴素贝叶斯的数据集分类系统,能够通过输入数据并预测数据集属于哪一个类-The system is a simple Naive Bayes data sets classification system through the input data and prediction data sets belong to which category
BAYES
- 朴素贝叶斯分类器代码,能够进行分类,-Naive Bayesian classifier code, can be classified,
knn
- 朴素贝叶斯(Naive Bayes, NB)算法是机器学习领域中常用的一种基于概率的分类算法,非常简单有效。k近邻法(k-Nearest Neighbor, kNN)[30,31]又称为基于实例(Example-based, Instance-bases)的算法,其基本思想相当直观:Rocchio法来源于信息检索系统,后来最早由Hull在1994年应用于分类[74],从那以后,Rocchio方法就在文本分类中广泛应用起来。-Naive
NaiveBayes
- 朴素贝叶斯分类算法,《机器学习及java实现里面的》-Naive Bayesian classification algorithm, the realization of machine learning and java inside
NaiveBayesSimple
- 朴素贝叶斯分类算法2,《机器学习及java实现里面的》-Naive Bayesian classification algorithm 2, the realization of machine learning and java inside
朴素贝叶斯
- 朴素贝叶斯算法,是十大最经典的数据挖掘算法之一(Naive Bayes algorithm, the most classic data mining algorithm)
朴素贝叶斯
- 基于对朴素贝叶斯的理解,用java语言实现的简单的朴素贝叶斯过程(Java implementation of naive Bayes)
基于朴素贝叶斯定理的文本分类
- 基于朴素贝叶斯定理的文本分类,附全部源程序(Text classification based on the simple Bias theorem)
朴素贝叶斯算法
- 此处python实现机器学习朴素贝叶斯算法(Here Python implements the naive Bayes algorithm for machine learning)
朴素贝叶斯
- 朴素贝叶斯算法运行和程序代码的实验与结果(Operation of naive Bayes algorithm)
朴素贝叶斯算法资料
- 朴素贝叶斯算法的相关资料,包含算法以及实验结果等。(The related data of the naive Bayes algorithm.)