搜索资源列表
BCS_fast_rvm
- 该代码实现的是压缩感知理论中的信号恢复问题。将压缩感知理论中的信号恢复问题转化为带参数约束的回归问题,从而利用贝叶斯理论实现参数估计,从而得到高效的重建稀疏信号。-The code to achieve the signal recovery problems in the theory of compressed sensing. Recovery issues into regression problems with parameter constraints will signal co
RSC
- 强壮的人脸识别系统,发表于cvpr2011年,程序是应用matlab实现-Recently the sparse representation (or coding) based classifi cation (SRC) has been successfully used in face recognition. In SRC, the testing image is represented as a sparse linear combination of the trai
SVregression
- In kernel ridge regression we have seen the final solution was not sparse in the variables ® . We will now formulate a regression method that is sparse, i.e. it has the concept of support vectors that determine the solution. The thing to not
demo_semisupervised_hyperspectral_segmentation.ra
- sparse multinomial logistic regression
Application-of-interpolation
- 插值的应用:支持向量回归的应用 稀疏的冲击物理数据集的插值-Application of Support Vector Regression to Interpolation of Sparse Shock Physics Data Sets
RSC
- 人脸识别的稀疏表示识别方法将稀疏表示的保真度表示为余项的L2范数,但最大似然估计理论证明这样的假设要求余项服从高斯分布,实际中这样的分布可能并不成立,特别是当测试图像中存在噪声、遮挡和伪装等异常像素,这就导致传统的保真度表达式所构造的稀疏表示模型对上述这些情况缺少足够的鲁棒性。而最大似然稀疏表示识别模型则基于最大似然估计理论,将保真度表达式改写为余项的最大似然分布函数,并将最大似然问题转化为一个加权优化问题-Recently the sparse representation (or codin
RVM2
- 基于稀疏贝叶斯框架的机器学习算法,能有效用于回归和分类预测,具有较强的泛化性-Machine learning algorithm based on sparse Bayesian framework, can effectively be used for regression and classification forecast has good generalization
otimization-problem
- This algorithm solves the otimization problem min_x \| y - A x \|_2^2 + lambda Phi(x) and has applications in compressed sensing, image restoration and reconstruction, sparse regression, and several other problems.
LARS_with_LASSO_modification_0.4
- LARS-lasso 稀疏矩阵 Lassplore for solving Large-scale sparse logistic regression-LARS-lasso sparse representation
CaiDengcode
- 浙大蔡登,何晓飞写的降维,特征选择等机器学习的源码 包括:谱回归,降维,特征选择,主题模型,矩阵分解,稀疏编码,哈希,聚类,主动学习,矩阵学习。 是一个很好的机器学习源码资料。-cCaideng s code for Machine learning,include Spectral regression : (a regression framework for efficient dimensionality reduction) Dimensionality reduct
libORF-master
- 针对各种机器学习,深度学习领域的一个matlab工具包-A machine learning library focused on deep learning.Following algorithms and models are provided along with some static utility classes: - Naive Bayes, Linear Regression, Logistic Regression, Softmax Regression, Linear S
colaborative-demo
- 基于协同稀疏表示的解混方法,因为每个端元的相似性,本文采用协同稀疏表示来约束每个像素采用相同位置系数不同的原子-Collaborative Sparse Regression for Hyperspectral Unmixing
gpml-matlab-v3.6-2015-07-07
- 这是一个高斯过程回归和分类工具箱,功能非常齐全,可以为解决高斯过程相关的问题提供很多帮助- GAUSSIAN PROCESS REGRESSION AND CLASSIFICATION Toolbox version 3.6 for GNU Octave 3.2.x and Matlab 7.x Copyright (c) by Carl Edward Rasmussen and Hannes Nickisch, 2015-07-07. 0) HOW
LARS算法
- 包括LARS的经典文章和实现代码(MATLAB)(Abstract There are a number of interesting variable selection methods available beside the regular forward selection and stepwise selection methods. Such approaches include lasso (Least Absolute Shrinkage and Selection Operat
RVM
- 新的回归向量机,用于回归拟合,相关论文可以参考sparse bayesian learning and relevance vector machine(New Regression Vector Machine for Regression Fitting)