资源列表
SVM-intrduction
- svm支持向量机的基础导论,纯理论学习,没有附带源码-Introduction to support vector machines svm basis, purely theoretical study, does not come with source code
JavaBlowfish
- Blowfish对称加密算法实例,应用Blowfish对称密钥加密的一个类,另外还有一个使用该类的例子,研究下Java加密的基础知识,仅供参考。-Blowfish symmetric encryption algorithm example
CuCao2ClassTrain
- 基于粗糙集的分类规则提取和分类规则约简。首先进行粗糙分类器训练,然后将复杂的分类规则降维成简单的分类规则,但分类精度不变。-Rough classification learning rules are trained and extracted based on rough sets and complex classification rules are dimensionally reduced into simple classification rules, but the class
Locally-Line-Regress
- 《斯坦福公开课》局部线性回归算法(PS1)。-Locally Line Regress
TreeGrowthForIris
- 数据挖掘十大算法之一,决策树归纳算法,用于iris.data数据,能够实际运行-Data mining is one of ten algorithms, decision tree induction algorithm for iris.data data, can actually run
irisdatasetclustering
- data clustering with k means algorithm matlab code-data clustering with k means algorithm matlab code
BIRCH-Algorithm
- 本代码是关于数据挖掘的层次聚类算法的编程实例,请勿用于商业用途上-The code is the programming examples on data mining hierarchical clustering algorithm, not for commercial use
JBIRCH
- 本代码是关于数据挖掘的层次聚类算法的java编程实例,请勿用于商业用途上-The code is java programming examples on data mining hierarchical clustering algorithm, not for commercial use
JBIRCH-src
- 本代码是关于数据挖掘的层次聚类算法的JAVA编程实例,请勿用于商业用途上-The code is JAVA programming examples on data mining hierarchical clustering algorithm, not for commercial use
BasicELM
- 用一个简短的例子说明了随机权神经网络算法,算是对深度学习的入门的一个小的巩固-With a brief example illustrates the random weights neural network algorithm, considered for entry-depth study of a small consolidation
apriori
- Apriori algorithm是关联规则里一项基本算法。是由Rakesh Agrawal和Ramakrishnan Srikant两位博士在1994年提出的关联规则挖掘算法。关联规则的目的就是在一个数据集中找出项与项之间的关系。 文件中为实现Apriori算法的matlab函数-Apriori algorithm in association rules is a basic algorithm. By Rakesh Agrawal and Ramakrishnan Srikant Dr