搜索资源列表
BayesClassifier.rar
- 贝叶斯分类算法,构造朴素贝叶斯分类器,对给定的中文文本进行分类,Bayesian classification algorithm, Naive Bayes classifier structure of a given Chinese text classification
基于朴素贝叶斯方法的文本分类
- 本程序实现了基于朴素贝叶斯方法的文本分类,附有源代码、实验报告、可执行程序以及语料库(包括训练集和测试集) -This procedure implements the text-based Naive Bayes classification method, with source code, test reports, executables and corpus (including the training set and test set)
BayesFileClassify
- 文本分类是在文档所包含的文本基础上, 把给定的文档分配到固定类别集合中某一个类别的任务。这个任务中常常用到朴素贝叶斯模型。-Text classification are contained in the document text, based on the given document category assigned to a fixed set of a certain type of mission. This task is often used Naive Bayes model
NaviveBayesClassify
- 基于朴素贝叶斯文本分类器 可进行简单的文本分类-Based on Naive Bayes text classification can be simple text classification
bayes
- 实现朴素贝叶斯文本分类器,用java实验,还包括readme和训练集-Naive Bayes text classifier to achieve with java experiments, including readme and the training set
NBClassify
- 人工智能。基于朴素贝叶斯的文本分类器,测试正确率较高。-Artificial intelligence. Naive Bayes text classification based on, test accuracy is higher.
CPP
- 朴素贝叶斯文本 分类接口实现源码,C/C++接口实现文本分类-Naive Bayes text text classification interface implementation source code in C/C++ interface text classification
Chinese-text-based-on-Naive-Bayes-
- 一种基于情感词典和朴素贝叶斯的中文文本情感分类方法-Feelings of the Chinese text based on emotional dictionaries and Naive Bayes classification
xSpliter-0.1
- 基于朴素贝叶斯文本分类,准确率能达到80 ,可以作为参考。-Naive Bayes text classification, the accuracy rate can reach 80 , can be used as reference.
com
- 朴素贝叶斯文本分类,JAVA开发的,对非数值的数据进行分类-Naive Bayes Text Classifier
naive)
- 基于文本的朴素贝叶斯分类器。是一个完整的工程。具体看readme-Text-based Naive Bayes classifier. Is a complete project. Specific look at readme
Text-Classification-Using-Naive-Bayes
- This file details bayesian classification theorem in artificial intelligence
Text-classify
- 用朴素贝叶斯和支持向量机SVM的两种文本文类实验-Two text of this article class experiment with naive Bayes and support vector machines SVM
naivebeys
- 朴素贝叶斯实现文本的正负趋向性分析,使用python编的,可以通过编绎,很方便。-Naive Bayes text of the positive and negative trend analysis, using python compiled by unravel, very convenient.
text-classifier-master
- Classifier naive Bayes in Java
Naive-Bayes-Text-Classification
- 使用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
byes
- 朴素贝叶斯文本分类的算法实现,将文本转化为矩阵结构然后对矩阵做运算-Naive Bayes text classification algorithm, the text is converted to a matrix structure and then do the calculation matrix
bayes
- 一个朴素贝叶斯的程序,用于文本分类,准确率高达90 -a naive bayes algorithm used to classifying text
bayes
- java实现朴素贝叶斯中文文本分类器。自带分类语料和实验报告。功能完整。-java implement Naive Bayes Chinese text categorization. Own classification corpus and test reports. Full-featured.
text classfication
- 朴素贝叶斯文本分类的简单案例,了解朴素贝叶斯的算法实现过程(Naive Bayes text classification of simple cases, to understand the naive Bayes algorithm implementation process)