资源列表
SILPMKL
- 用于回归的多核学习之MKL-wrapper算法程序,编写语言为python,运行环境为linux。-For multi-core the MKL- wrapper of learning algorithm of regression procedure, is the written language python, running environment for Linux.
lasso
- 使用lasso方法,对特征矩阵进行优化特征选择(向量选择),使其达到最优。-Use lasso method, optimize the characteristic matrix feature selection (vector selection), to the optimal.
C4.5
- C4.5算法的matlab实现,里面有标准数据集作为实例进行演示-C4.5 algorithm matlab implementation, which has a standard data set as an example to demonstrate
svm
- 运用支持向量机对一组超宽带非视距信号识别-Support Vector Machine Signal Identification
OPTICS
- 此为利用optics聚类方法剔除风电异常数据后,采用极限学习机验证的代码-optics data mining
backprop
- 应用深度学习方法,挖掘数据在更深层次上的特征-Application of deep learning method, digging deeper level characteristic data
EM
- 用matlab实现了EM算法,代码简单明了,有详细的注释.可供初学者学习使用。-Using matlab realize the EM algorithm.
CF
- Python实现协同过滤算法,即Collaborative Filtering(CF),数据集为MovieLens电影推荐和书籍推荐数据集-Python implementation of collaborative filtering algorithm, namely Collaborative Filtering (CF), the data set is recommended MovieLens movie and book recommendations datasets
UCI
- 机器学习常用的35个UCI数据集,包括iris、lenses、mushroom、pima indians、wine等。-Machine learning UCI common data set 35, including iris, lenses, mushroom, pima indians, wine and the like.
ID3算法
- d3算法源程序。使用的方法是编写一个*.dat文件保存样本数据,还有一个*.tag文件保存属性列名,且最后一个属性是标号属性。运行是输入id3 文件名。
贝叶斯网工具箱
- 贝叶斯网的工具箱,很实用,可以直接运行。(Bayesian network toolbox, very practical, you can run directly.)
NBC
- 朴素贝叶斯模型,用来做大数据的分类,是一种很简单易上手的模型,代码很简单,有例子。(Naive Bayes model is used to enlarge the classification of data)