资源列表
reg
- 正则表达式源码集合,有正则表达式的样例以及正则的基础知识-Regex source collections, a positive sample expression and the basics of canonical
rec
- Java实现将movielens各种规模数据的划分为测试集和训练集-Split movielens dataset to trainset and test set
AdaBoost
- Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。-Adaboost is an iterative algorithm, the core idea is the same training set for training different classifiers (weak classifiers), then these weak classifiers together to f
SVM
- 在机器学习领域,支持向量机SVM(Support Vector Machine)是一个有监督的学习模型,通常用来进行模式识别、分类、以及回归分析。-In the field of machine learning, support vector machine SVM (Support Vector Machine) is a supervised learning model, typically used for pattern recognition, classification, an
mlcompare
- Data Mining spam classification comparison
dataMIn
- Data Mining Retail Classification scr ipt
test3
- PYTHON编写,网络小爬虫,用于爬取某网站书籍图片-network crawler
PR
- 基于随机游走的推荐算法,python实现。-Random walk based recommendation
K_CenterPoint_PAM
- k中心点算法,也就是PAM算法。是数据挖掘中聚类分析的一种手段,用途广泛。-k center algorithm, i.e. PAM algorithm. Data mining is a means of cluster analysis, and versatile.
kmeans
- k均值聚类方法。 在给定一个有n个对象的数据集,划分聚类技术将构造数据进行k个划分,每一个划分代表一个簇,k小于等于n。-k-means clustering method. Given a set of n objects data, dividing the data clustering techniques to construct k partitions, each partition represents a cluster, k less than or equal n.
Untitled5
- 数学建模中的一个遗传算法,以生物理论为基础,是数模中的常用的基本算法。-Mathematical modeling of the genetic algorithm
K-Means
- K-MENAS算法是最简单的聚类算法,适合对于初学者的学习和改进使用-K-MENAS algorithm is a clustering algorithm is the most simple, suitable for beginners to learn and use improved