搜索资源列表
mlj
- 用C编写的数据挖掘的相关算法,包括ID3,C4.5,NB等,不知道对大家是否有帮助,第一次传-prepared by the Data Mining algorithms, including ID3, C4.5, NB. We do not know whether the right help, the first try -
TextClassify_NB-KNN-SVM
- 支持中文分类,用了三种算法实现,svm、knn、nb
java数据挖掘算法
- java数据挖掘算法,里面有c45,chc,fss,id3,nb等方面的算法,及相关源代码-data mining algorithms, and they C45, CHC, FSS, id3, nb areas of algorithms, and related source code
AMR-NB-fixed.zip
- 3G移动通信中优化过的语音压缩算法,可用语实际开发,3G mobile communication optimized voice compression algorithm, the actual language development can be
text-classification
- 分别使用KNN,NB和SVM算法实现的分本分类的作业,内含数据集合以及详细的实验报告。-Text classification with method of KNN,NB and SVM。
NB
- NB算法,可以帮助理解此算法,数据来自UCI-NB algorithm,just for learning!
PLS
- 这是很全面偏最小二乘法程序,并且具有中文注释,有效帮助大家利用PLS算法。-It is program of Partial least square.It is noted by chinese.
nb
- 机器学习算法中的Naive Bayes算法,JAVA机器学习研究项目之一-Machine learning algorithm in the Naive Bayes algorithm, JAVA, one of machine learning research project
NB
- 朴素贝叶斯算法,以函数形式实现,花了一个上午的时间-Naive Bayes algorithm, in order to function the form of implementation, a morning flower time
AMR-WB-plus
- 移动多媒体应用的最新的也是最高效的音频编码算法-Mobile multimedia applications, the latest and most efficient audio coding algorithm
dist
- 向量距离问题:对于给定的m 个整数m a , a , ,a 1 2 组成的向量A, a m i | |£ ,1 £ i £ m,和另一个由 n个整数n b ,b , ,b 1 2 组成的向量B, b n i | |£ ,1 £ i £ n,试设计一个O(m + n)时间算法, 计算给定向量A和B的距离。-Vector distance problem: For a given m integers
NB
- 特征之间非独立的有监督朴素贝叶斯分类算法。参数估计,输入训练集和测试集,得到分类结果和分类准确率-NB
breast_cancer
- 对数据集breast_cancer,用LR,NB算法对其进行操作-On the data set breast_cancer, with LR, NB algorithms manipulate
NB_Algorithm
- 用java语言实现的NB算法,所用数据源为:Optical Recognition of Handwritten Digits-Using java language of the NB algorithm, the data source used is: Optical Recognition of Handwritten Digits
NBLR
- 在Adult等数据集上比较NB和LR算法的优缺点-Adult and other data sets in the NB and LR algorithms to compare the advantages and disadvantages
algorithms
- 分类算法是统计学分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,且方法简单、分类准确率高、速度快。-The classification algorithm is the statistical classification, it is a knowledge of probability and statistics classification alg
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
wh
- 大数据,推荐的三种方法GLOBAL ,滤波算法,NB算法的matlab实现-Big data, the recommended three methods GLOBAL, filtering algorithm, NB algorithm matlab implementation
SVM-and-NB
- 支持向量机与朴素贝叶斯算法,对数据进行分类后深度了解数据的结构-Support vector machine and naive Bayes algorithm.Classifying the data and understanding the structure of the data in depth
codeFramework
- matlab 的naivebayes程序(This is a matlab code naive bayes)