jk123vip / cdSRC_matlab_code
cdSRC(Class-Dependent Sparse Representation Classifier) 基于类别的稀疏表示分类器的简单实现,MATLAB代码版本。下面是原论文地址:
☆23Updated 10 years ago
Alternatives and similar repositories for cdSRC_matlab_code:
Users that are interested in cdSRC_matlab_code are comparing it to the libraries listed below
- Feature reduction projections and classifier models are learned by training dataset and applied to classify testing dataset. A few approa…☆72Updated 3 years ago
- 稀疏表示分类器应用于高光谱图像分类的MATLAB代码实现。仿真论文地址如下:☆45Updated 10 years ago
- MATLAB code of the paper "Sparse Representation and Least Squares-Based Classification in Face Recognition", EUSIPCO 2014☆16Updated 8 years ago
- ALOT dataset ,multi-class SVM,AdaBoost,K-SVD,LBP,HOG,Gabor☆24Updated 6 years ago
- 用 MATLAB 实现深度学习网络中的 stacked auto-encoder:使用AE variant(de-noising / sparse / contractive AE)进行预训练,用BP算法进行微调☆42Updated 8 years ago
- The codes的K-means,FCM,谱聚类,DBSCAN,AP(AffinityPropagation),DPC聚类算法比较☆155Updated 7 years ago
- Codes for dictionary learning for sparse representation☆16Updated 9 years ago
- Using CNN features, SVM classifier and Transfer Learning☆12Updated 9 years ago
- A MATLAB toolbox for classifier: Version 1.0.7☆86Updated 2 years ago
- 基于PCA和SVM的人脸识别☆48Updated 6 years ago
- Principal Component Analysis☆26Updated 9 years ago
- A implementation of GAN in matlab☆30Updated 6 years ago
- deep belief network toolbox written in Matlab, including algorithms of unsupervised feature learning, deep learning, and general machine …☆18Updated 12 years ago
- Feature fusion using Discriminant Correlation Analysis (DCA)☆63Updated 5 years ago
- Regularized K-SVD Algorithm☆45Updated 7 years ago
- features extraction;artificial features;hog;haar;lbp;sift;softnms☆34Updated 3 years ago
- 基于matlab和bag of words的图像分类☆10Updated 8 years ago
- this is a matlab toolbox of deep learning about sequences learning, object-oriented,including rnn, lstm and encoder decoder(sequences to…☆79Updated 8 years ago
- 利用LBP进行特征提取,SVM进行2分类器建模;利用滑动窗口实现目标检测☆11Updated 5 years ago
- Fast Sparse Representation with Prototypes (CVPR 2010)☆11Updated 10 years ago
- Example code for how to write an SVM classifier in MATLAB☆31Updated 11 years ago
- Experiments on creating an SVM that can perform multi-class classification☆40Updated 11 years ago
- “Detecting an object in an area based on the command given through speech using MFCC and HMM for Speech \& HOG and SVM for Image as Featu…☆12Updated 8 years ago
- ☆10Updated 8 years ago
- a Matlab Image segmentation via several feature spaces DEMO☆25Updated 9 years ago
- 对比PCA、基于LDA改进的PCA、NMF、LNMF、FNMF以及基于稀疏矩阵的判别(SRC)的人脸识别☆14Updated 6 years ago
- Robust regularized Extreme Learning Machine (ELM) for regression using Iteratively Reweighted Least Squares (IRLS).☆33Updated 7 years ago
- 提取图像的灰度共生矩阵(GLCM),根据GLCM求解图像的概率特征,利用特征训练SVM分类器,对目标分类☆119Updated 5 years ago
- a simple test for understanding the theory of GAN, [matlab code]☆12Updated 7 years ago
- Matlab implementation of a Generative Adversarial Network