资源列表
01044681
- isodata算法是模式分类中的一个重要算法,该源码用c实现了isodata算法,算法来源,《c语言精彩编程百例》()
964376
- k均值算法是模式识别的聚分类问题,这是用C实现其算法以下是程序源代码()
27016265
- SVD算法:利用SVD分解的平移,旋转矩阵算法()
17994709
- 算法分析中的实例,利用分治思想解决此类问题()
svm
- 该代码实现了经典的SVM支持向量机算法,Python语言编写,产生结果图。(This code implements the classic SVM support vector machine algorithm, Python language, and produces the result graph.)
SSTCA
- 半监督迁移SSTCA算法实现,matlab代码。包括拉普拉斯图矩阵(Semisupervised Domain Adaptation via Transfer Component Analysis)
Stacking
- Staking算法,模型融合的一种算法,可以取得比任意用于融合的模型都更好的效果(Staking algorithm, an algorithm for the integration of the model, you can achieve better than any model for the integration of the effect)
oor-Classification-Classification
- BP网络的应用: BP神经网络用于分类与回归, 使用matlab打开(Application of BP Network: BP Neural Network is used for Classification and regression, matlab is used to Open)
PCA
- 本程序可以对高维数据进行降维,便于得到主成分进行后续分析。(This program can reduce dimension of high-dimensional data and facilitate principal component analysis for subsequent analysis.)
豆瓣
- 使用爬虫从豆瓣官网获得影评TOP250的电影,以Excel文件的形式存储在本地。(Use the crawler to get the top 250 movie reviews from Douban official website and store them locally as Excel files.)
ELM_样例
- 极限学习机(Extreme Learning Machine, ELM)用来训练单隐藏层前馈神经网络(SLFN)与传统的SLFN训练算法不同,极限学习机随机选取输入层权重和隐藏层偏置,输出层权重通过激活函数函数,依据Moore-Penrose(MP)广义逆矩阵理论计算解析求出。(Extreme learning machine (ELM) is used to train single hidden layer feedforward neural network (SLFN). Differe
svr-kernel-function-version
- 用matlab实现了支持向量回归,并且使用了核函数,对于各种维度的数据均可使用-Using matlab to achieve an SVR, and uses kernel functions for the various dimensions of the data can be used