搜索资源列表
POSTagger
- (1)从已经标注好词性的语料中统计得到词性标记的二元转移矩阵,以及每个词以确定的词性标记出现的次数等数据(训练阶段) (2)利用动态规划算法快速选取词性标记路径,得到词性标记结果 (3)可以选择不同的词性标记集 -(1) from the good part-of-speech tagging has been the Corpus statistics to be part of speech marking the transfer of binary matrix, a
BAYES
- 判别分析算法的贝叶斯算法C++程序,能对数据进行概率统计分类
ID3algorithm
- 随着高校的扩招,学生的数量越来越大,传统的对学生成绩的统计分析方法已不适应深入分析的需要。针对学生情 况数据库应用数据挖掘中的 ID3 算法进行了情况分类,并对得到的结果进行了分析,得出了影响学生成绩的内部原因以及 其它一些结论。-As the result of the enrollment scale of universities expanding, the number of students in universities increased gradually duri
bp-algorithm-and-improve
- 这个是bp的经典算法和改进算法,主要针对bp的alpha值的改进和对学习效率的改进,并且对不同的alpha值进行了测试,正确率能达到百分之八十,其中还有相应的数据集,是用于阿拉伯数字的识别,除此之外还有一篇实验报告,一份讲解的bp算法的ppt ,可执行程序和源代码,运行环境在vs2005上通过测试,并且有详细的原始数据和统计数据,相信这是你不错的选择,会帮助你更深刻的了解bp算法-This is a classic bp algorithm and improved algorithm, mai
New-methods-in-data-mining--SVM
- 数据挖掘中的新方法—支持向量机这本书非常全面的介绍了支持向量机的原理,以及一些概率统计中的算法。-A new method for data mining, support vector machine, this book is a comprehensive introduction to the principle of support vector machine, and some in the probability statistics method.
Statistical-data-problems
- 算法与设计里的编程。经典的统计数据问题。可直接调用,很方便。-Programming algorithm and design. Classic statistics. Can be called directly, it is convenient.
data-and-case
- 数据挖掘多个算法及数据,包括关联规则,基本分析、聚类分析、决策树、神经网络、统计方法等-Data mining algorithms and data, including association rules, fundamental analysis, cluster analysis, decision trees, neural networks, statistical methods
apriori2
- 数据挖掘算法apriori的Java实现,能够有效的进行频繁项集的统计和规则生成-Apriori data mining algorithm Java implementation, can effectively carry out the statistical and rule generation of frequent itemsets
knn_logistic_naiveBayes
- 统计机器学习经典分类算法MATLAB代码,付数据集。包括knn算法,逻辑斯蒂回归和朴素贝叶斯算法。-Classical statistical machine learning classification algorithm MATLAB code, pay dataset. Including knn algorithm, logistic regression and naive Bayes algorithm.